![]() |
Prusa Slicer 2.6.0
|
#include <src/agg/agg_rendering_buffer.h>
Public Types | |
| typedef const_row_info< T > | row_data |
Public Member Functions | |
| row_accessor () | |
| row_accessor (T *buf, unsigned width, unsigned height, int stride) | |
| void | attach (T *buf, unsigned width, unsigned height, int stride) |
| AGG_INLINE T * | buf () |
| AGG_INLINE const T * | buf () const |
| AGG_INLINE unsigned | width () const |
| AGG_INLINE unsigned | height () const |
| AGG_INLINE int | stride () const |
| AGG_INLINE unsigned | stride_abs () const |
| AGG_INLINE T * | row_ptr (int, int y, unsigned) |
| AGG_INLINE T * | row_ptr (int y) |
| AGG_INLINE const T * | row_ptr (int y) const |
| AGG_INLINE row_data | row (int y) const |
| template<class RenBuf > | |
| void | copy_from (const RenBuf &src) |
| void | clear (T value) |
Private Attributes | |
| T * | m_buf |
| T * | m_start |
| unsigned | m_width |
| unsigned | m_height |
| int | m_stride |
| typedef const_row_info<T> agg::row_accessor< T >::row_data |
|
inline |
|
inline |
References agg::row_accessor< T >::attach(), agg::row_accessor< T >::buf(), agg::row_accessor< T >::height(), agg::row_accessor< T >::stride(), and agg::row_accessor< T >::width().
Here is the call graph for this function:
|
inline |
References agg::row_accessor< T >::buf(), agg::row_accessor< T >::height(), agg::row_accessor< T >::m_buf, agg::row_accessor< T >::m_height, agg::row_accessor< T >::m_start, agg::row_accessor< T >::m_stride, agg::row_accessor< T >::m_width, agg::row_accessor< T >::stride(), and agg::row_accessor< T >::width().
Referenced by agg::row_accessor< T >::row_accessor().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
References agg::row_accessor< T >::m_buf.
Referenced by agg::row_accessor< T >::row_accessor(), and agg::row_accessor< T >::attach().
Here is the caller graph for this function:
|
inline |
References agg::row_accessor< T >::m_buf.
|
inline |
References agg::row_accessor< T >::height(), agg::row_accessor< T >::row_ptr(), agg::row_accessor< T >::stride(), agg::row_accessor< T >::stride_abs(), and agg::row_accessor< T >::width().
Here is the call graph for this function:
|
inline |
References agg::row_accessor< T >::height(), agg::row_accessor< T >::row_ptr(), agg::row_accessor< T >::stride_abs(), and agg::row_accessor< T >::width().
Here is the call graph for this function:
|
inline |
References agg::row_accessor< T >::m_height.
Referenced by agg::row_accessor< T >::row_accessor(), agg::row_accessor< T >::attach(), agg::row_accessor< T >::clear(), and agg::row_accessor< T >::copy_from().
Here is the caller graph for this function:
|
inline |
References agg::row_accessor< T >::m_width, and agg::row_accessor< T >::row_ptr().
Here is the call graph for this function:
|
inline |
References agg::row_accessor< T >::m_start, and agg::row_accessor< T >::m_stride.
|
inline |
References agg::row_accessor< T >::m_start, and agg::row_accessor< T >::m_stride.
|
inline |
References agg::row_accessor< T >::m_start, and agg::row_accessor< T >::m_stride.
Referenced by agg::row_accessor< T >::clear(), agg::row_accessor< T >::copy_from(), and agg::row_accessor< T >::row().
Here is the caller graph for this function:
|
inline |
References agg::row_accessor< T >::m_stride.
Referenced by agg::row_accessor< T >::row_accessor(), agg::row_accessor< T >::attach(), and agg::row_accessor< T >::clear().
Here is the caller graph for this function:
|
inline |
References agg::row_accessor< T >::m_stride.
Referenced by agg::row_accessor< T >::clear(), and agg::row_accessor< T >::copy_from().
Here is the caller graph for this function:
|
inline |
References agg::row_accessor< T >::m_width.
Referenced by agg::row_accessor< T >::row_accessor(), agg::row_accessor< T >::attach(), agg::row_accessor< T >::clear(), and agg::row_accessor< T >::copy_from().
Here is the caller graph for this function:
|
private |
Referenced by agg::row_accessor< T >::attach(), agg::row_accessor< T >::buf(), and agg::row_accessor< T >::buf().
|
private |
Referenced by agg::row_accessor< T >::attach(), and agg::row_accessor< T >::height().
|
private |
|
private |
|
private |
Referenced by agg::row_accessor< T >::attach(), agg::row_accessor< T >::row(), and agg::row_accessor< T >::width().