Symbol: PixFmt
headers/libs/agg/agg_image_accessors.h
107
template<class PixFmt> class image_accessor_no_clip
headers/libs/agg/agg_image_accessors.h
110
typedef PixFmt pixfmt_type;
headers/libs/agg/agg_image_accessors.h
152
template<class PixFmt> class image_accessor_clone
headers/libs/agg/agg_image_accessors.h
155
typedef PixFmt pixfmt_type;
headers/libs/agg/agg_image_accessors.h
226
template<class PixFmt, class WrapX, class WrapY> class image_accessor_wrap
headers/libs/agg/agg_image_accessors.h
229
typedef PixFmt pixfmt_type;
headers/libs/agg/agg_image_accessors.h
25
template<class PixFmt> class image_accessor_clip
headers/libs/agg/agg_image_accessors.h
28
typedef PixFmt pixfmt_type;
headers/libs/agg/agg_pixfmt_amask_adaptor.h
28
template<class PixFmt, class AlphaMask> class pixfmt_amask_adaptor
headers/libs/agg/agg_pixfmt_amask_adaptor.h
31
typedef PixFmt pixfmt_type;
headers/libs/agg/agg_pixfmt_gray.h
182
template<class PixFmt>
headers/libs/agg/agg_pixfmt_gray.h
183
bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2)
headers/libs/agg/agg_pixfmt_rgb.h
240
template<class PixFmt>
headers/libs/agg/agg_pixfmt_rgb.h
241
bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2)
headers/libs/agg/agg_pixfmt_rgb_packed.h
835
template<class PixFmt>
headers/libs/agg/agg_pixfmt_rgb_packed.h
836
bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2)
headers/libs/agg/agg_pixfmt_rgba.h
1779
template<class PixFmt>
headers/libs/agg/agg_pixfmt_rgba.h
1780
bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2)
headers/libs/agg/agg_pixfmt_rgba.h
2364
template<class PixFmt>
headers/libs/agg/agg_pixfmt_rgba.h
2365
bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2)
headers/libs/agg/agg_pixfmt_transposer.h
24
template<class PixFmt> class pixfmt_transposer
headers/libs/agg/agg_pixfmt_transposer.h
27
typedef PixFmt pixfmt_type;
src/servers/app/drawing/Painter/bitmap_painter/DrawBitmapGeneric.h
17
template<typename PixFmt, typename Mode>
src/servers/app/drawing/Painter/bitmap_painter/DrawBitmapGeneric.h
20
template<typename PixFmt>
src/servers/app/drawing/Painter/bitmap_painter/DrawBitmapGeneric.h
21
struct ImageAccessor<PixFmt, Fill> {
src/servers/app/drawing/Painter/bitmap_painter/DrawBitmapGeneric.h
22
typedef agg::image_accessor_clone<PixFmt> type;
src/servers/app/drawing/Painter/bitmap_painter/DrawBitmapGeneric.h
25
template<typename PixFmt>
src/servers/app/drawing/Painter/bitmap_painter/DrawBitmapGeneric.h
26
struct ImageAccessor<PixFmt, Tile> {