Symbol: pix_ptr
headers/libs/agg/agg_blur.h
1001
src_pix_ptr = img.pix_ptr(x, yp);
headers/libs/agg/agg_blur.h
1002
dst_pix_ptr = img.pix_ptr(x, 0);
headers/libs/agg/agg_blur.h
392
src_pix_ptr = img.pix_ptr(0, y);
headers/libs/agg/agg_blur.h
412
src_pix_ptr = img.pix_ptr(xp, y);
headers/libs/agg/agg_blur.h
413
dst_pix_ptr = img.pix_ptr(0, y);
headers/libs/agg/agg_blur.h
460
src_pix_ptr = img.pix_ptr(x, 0);
headers/libs/agg/agg_blur.h
480
src_pix_ptr = img.pix_ptr(x, yp);
headers/libs/agg/agg_blur.h
481
dst_pix_ptr = img.pix_ptr(x, 0);
headers/libs/agg/agg_blur.h
580
src_pix_ptr = img.pix_ptr(0, y);
headers/libs/agg/agg_blur.h
612
src_pix_ptr = img.pix_ptr(xp, y);
headers/libs/agg/agg_blur.h
613
dst_pix_ptr = img.pix_ptr(0, y);
headers/libs/agg/agg_blur.h
685
src_pix_ptr = img.pix_ptr(x, 0);
headers/libs/agg/agg_blur.h
717
src_pix_ptr = img.pix_ptr(x, yp);
headers/libs/agg/agg_blur.h
718
dst_pix_ptr = img.pix_ptr(x, 0);
headers/libs/agg/agg_blur.h
841
src_pix_ptr = img.pix_ptr(0, y);
headers/libs/agg/agg_blur.h
879
src_pix_ptr = img.pix_ptr(xp, y);
headers/libs/agg/agg_blur.h
880
dst_pix_ptr = img.pix_ptr(0, y);
headers/libs/agg/agg_blur.h
963
src_pix_ptr = img.pix_ptr(x, 0);
headers/libs/agg/agg_image_accessors.h
128
return m_pix_ptr = m_pixf->pix_ptr(x, y);
headers/libs/agg/agg_image_accessors.h
139
return m_pix_ptr = m_pixf->pix_ptr(m_x, m_y);
headers/libs/agg/agg_image_accessors.h
178
return m_pixf->pix_ptr(x, y);
headers/libs/agg/agg_image_accessors.h
189
return m_pix_ptr = m_pixf->pix_ptr(x, y);
headers/libs/agg/agg_image_accessors.h
209
return m_pix_ptr = m_pixf->pix_ptr(m_x, m_y);
headers/libs/agg/agg_image_accessors.h
57
return m_pixf->pix_ptr(m_x, m_y);
headers/libs/agg/agg_image_accessors.h
70
return m_pix_ptr = m_pixf->pix_ptr(x, y);
headers/libs/agg/agg_image_accessors.h
90
return m_pix_ptr = m_pixf->pix_ptr(m_x, m_y);
headers/libs/agg/agg_pixfmt_gray.h
189
m_rbuf->attach(pixf.pix_ptr(r.x1, stride < 0 ? r.y2 : r.y1),
headers/libs/agg/agg_pixfmt_gray.h
208
const int8u* pix_ptr(int x, int y) const
headers/libs/agg/agg_pixfmt_gray.h
213
int8u* pix_ptr(int x, int y)
headers/libs/agg/agg_pixfmt_rgb.h
247
m_rbuf->attach(pixf.pix_ptr(r.x1, stride < 0 ? r.y2 : r.y1),
headers/libs/agg/agg_pixfmt_rgb.h
270
AGG_INLINE int8u* pix_ptr(int x, int y)
headers/libs/agg/agg_pixfmt_rgb.h
275
AGG_INLINE const int8u* pix_ptr(int x, int y) const
headers/libs/agg/agg_pixfmt_rgb_packed.h
842
m_rbuf->attach(pixf.pix_ptr(r.x1, stride < 0 ? r.y2 : r.y1),
headers/libs/agg/agg_pixfmt_rgb_packed.h
864
AGG_INLINE int8u* pix_ptr(int x, int y)
headers/libs/agg/agg_pixfmt_rgb_packed.h
869
AGG_INLINE const int8u* pix_ptr(int x, int y) const
headers/libs/agg/agg_pixfmt_rgba.h
1786
m_rbuf->attach(pixf.pix_ptr(r.x1, stride < 0 ? r.y2 : r.y1),
headers/libs/agg/agg_pixfmt_rgba.h
1806
AGG_INLINE int8u* pix_ptr(int x, int y)
headers/libs/agg/agg_pixfmt_rgba.h
1811
AGG_INLINE const int8u* pix_ptr(int x, int y) const
headers/libs/agg/agg_pixfmt_rgba.h
2371
m_rbuf->attach(pixf.pix_ptr(r.x1, stride < 0 ? r.y2 : r.y1),
headers/libs/agg/agg_pixfmt_rgba.h
2391
AGG_INLINE int8u* pix_ptr(int x, int y)
headers/libs/agg/agg_pixfmt_rgba.h
2396
AGG_INLINE const int8u* pix_ptr(int x, int y) const
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
119
inline uint8* pix_ptr(int x, int y);
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
120
inline const uint8* pix_ptr(int x, int y) const;