Home
last modified time | relevance | path

Searched refs:image_accessor_clip (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_image_accessors.h25 template<class PixFmt> class image_accessor_clip
34 image_accessor_clip() {} in image_accessor_clip() function
35 image_accessor_clip(const pixfmt_type& pixf, const color_type& bk) : in image_accessor_clip() function
/haiku/src/libs/icon/
H A DIconRenderer.cpp358 typedef agg::image_accessor_clip<PixelFormat> source_type; in _GenerateImage()