Symbol: blend_color_hspan
headers/libs/agg/agg_pixfmt_amask_adaptor.h
179
m_pixf->blend_color_hspan(x, y, len, colors, &m_span[0], cover_full);
headers/libs/agg/agg_pixfmt_amask_adaptor.h
191
void blend_color_hspan(int x, int y,
headers/libs/agg/agg_pixfmt_amask_adaptor.h
207
m_pixf->blend_color_hspan(x, y, len, colors, &m_span[0], cover);
headers/libs/agg/agg_pixfmt_gray.h
445
void blend_color_hspan(int x, int y,
headers/libs/agg/agg_pixfmt_rgb.h
523
void blend_color_hspan(int x, int y,
headers/libs/agg/agg_pixfmt_rgb_packed.h
1048
void blend_color_hspan(int x, int y,
headers/libs/agg/agg_pixfmt_rgba.h
2097
void blend_color_hspan(int x, int y,
headers/libs/agg/agg_pixfmt_rgba.h
2565
void blend_color_hspan(int x, int y, unsigned len,
headers/libs/agg/agg_pixfmt_transposer.h
131
AGG_INLINE void blend_color_hspan(int x, int y,
headers/libs/agg/agg_pixfmt_transposer.h
147
m_pixf->blend_color_hspan(y, x, len, colors, covers, cover);
headers/libs/agg/agg_renderer_base.h
391
void blend_color_hspan(int x, int y, int len,
headers/libs/agg/agg_renderer_base.h
413
m_ren->blend_color_hspan(x, y, len, colors, covers, cover);
headers/libs/agg/agg_renderer_mclip.h
277
void blend_color_hspan(int x, int y, int len,
headers/libs/agg/agg_renderer_mclip.h
285
m_ren.blend_color_hspan(x, y, len, colors, covers, cover);
headers/libs/agg/agg_renderer_outline_image.h
759
m_ren.blend_color_hspan(m_x - dx + 1,
headers/libs/agg/agg_renderer_outline_image.h
864
void blend_color_hspan(int x, int y, unsigned len, const color_type* colors)
headers/libs/agg/agg_renderer_outline_image.h
866
m_ren->blend_color_hspan(x, y, len, colors, 0);
headers/libs/agg/agg_renderer_scanline.h
169
ren.blend_color_hspan(x, y, len, colors,
headers/libs/agg/agg_renderer_scanline.h
362
ren.blend_color_hspan(x, y, len, colors, 0, cover_full);
headers/libs/agg/agg_renderer_scanline.h
539
ren.blend_color_hspan(span_aa->x,
headers/libs/agg/agg_renderer_scanline.h
654
ren.blend_color_hspan(sl_start,
src/servers/app/drawing/Painter/agg_renderer_region.h
388
void blend_color_hspan(int x, int y, int len,
src/servers/app/drawing/Painter/agg_renderer_region.h
398
m_ren.blend_color_hspan(x, y, len, colors, covers, cover);
src/servers/app/drawing/Painter/agg_renderer_region.h
414
m_ren.blend_color_hspan(x, y, len, colors, covers, cover);
src/servers/app/drawing/Painter/drawing_modes/AggCompOpAdapter.h
100
blend_color_hspan(int x, int y,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
155
inline void blend_color_hspan(int x, int y,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
188
fBlendColorHSpan = T::blend_color_hspan;