Symbol: rect_i
headers/libs/agg/agg_font_cache_manager.h
205
const rect_i& bounds,
headers/libs/agg/agg_font_cache_manager.h
42
rect_i bounds;
headers/libs/agg/agg_font_cache_manager.h
90
const rect_i& bounds,
headers/libs/agg/agg_pixfmt_gray.h
185
rect_i r(x1, y1, x2, y2);
headers/libs/agg/agg_pixfmt_gray.h
186
if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
headers/libs/agg/agg_pixfmt_rgb.h
243
rect_i r(x1, y1, x2, y2);
headers/libs/agg/agg_pixfmt_rgb.h
244
if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
headers/libs/agg/agg_pixfmt_rgb_packed.h
838
rect_i r(x1, y1, x2, y2);
headers/libs/agg/agg_pixfmt_rgb_packed.h
839
if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
headers/libs/agg/agg_pixfmt_rgba.h
1782
rect_i r(x1, y1, x2, y2);
headers/libs/agg/agg_pixfmt_rgba.h
1783
if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
headers/libs/agg/agg_pixfmt_rgba.h
2367
rect_i r(x1, y1, x2, y2);
headers/libs/agg/agg_pixfmt_rgba.h
2368
if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
headers/libs/agg/agg_renderer_base.h
110
const rect_i& clip_box() const { return m_clip_box; }
headers/libs/agg/agg_renderer_base.h
117
const rect_i& bounding_clip_box() const { return m_clip_box; }
headers/libs/agg/agg_renderer_base.h
242
rect_i rc(x1, y1, x2, y2);
headers/libs/agg/agg_renderer_base.h
258
rect_i rc(x1, y1, x2, y2);
headers/libs/agg/agg_renderer_base.h
443
rect_i clip_rect_area(rect_i& dst, rect_i& src, int wsrc, int hsrc) const
headers/libs/agg/agg_renderer_base.h
445
rect_i rc(0,0,0,0);
headers/libs/agg/agg_renderer_base.h
446
rect_i cb = clip_box();
headers/libs/agg/agg_renderer_base.h
46
m_clip_box = rect_i(0, 0, ren.width() - 1, ren.height() - 1);
headers/libs/agg/agg_renderer_base.h
489
const rect_i* rect_src_ptr = 0,
headers/libs/agg/agg_renderer_base.h
493
rect_i rsrc(0, 0, src.width(), src.height());
headers/libs/agg/agg_renderer_base.h
506
rect_i rdst(rsrc.x1 + dx, rsrc.y1 + dy, rsrc.x2 + dx, rsrc.y2 + dy);
headers/libs/agg/agg_renderer_base.h
508
rect_i rc = clip_rect_area(rdst, rsrc, src.width(), src.height());
headers/libs/agg/agg_renderer_base.h
535
const rect_i* rect_src_ptr = 0,
headers/libs/agg/agg_renderer_base.h
540
rect_i rsrc(0, 0, src.width(), src.height());
headers/libs/agg/agg_renderer_base.h
553
rect_i rdst(rsrc.x1 + dx, rsrc.y1 + dy, rsrc.x2 + dx, rsrc.y2 + dy);
headers/libs/agg/agg_renderer_base.h
554
rect_i rc = clip_rect_area(rdst, rsrc, src.width(), src.height());
headers/libs/agg/agg_renderer_base.h
60
rect_i cb(x1, y1, x2, y2);
headers/libs/agg/agg_renderer_base.h
604
rect_i m_clip_box;
headers/libs/agg/agg_renderer_base.h
62
if(cb.clip(rect_i(0, 0, width() - 1, height() - 1)))
headers/libs/agg/agg_renderer_markers.h
73
rect_i rc(x-r, y-r, x+y, y+r);
headers/libs/agg/agg_renderer_mclip.h
108
rect_i cb(x1, y1, x2, y2);
headers/libs/agg/agg_renderer_mclip.h
110
if(cb.clip(rect_i(0, 0, width() - 1, height() - 1)))
headers/libs/agg/agg_renderer_mclip.h
306
const rect_i* rc=0,
headers/libs/agg/agg_renderer_mclip.h
321
const rect_i* rect_src_ptr = 0,
headers/libs/agg/agg_renderer_mclip.h
341
pod_bvector<rect_i, 4> m_clip;
headers/libs/agg/agg_renderer_mclip.h
343
rect_i m_bounds;
headers/libs/agg/agg_renderer_mclip.h
60
const rect_i& clip_box() const { return m_ren.clip_box(); }
headers/libs/agg/agg_renderer_mclip.h
67
const rect_i& bounding_clip_box() const { return m_bounds; }
headers/libs/agg/agg_renderer_mclip.h
79
const rect_i& cb = m_clip[0];
headers/libs/agg/agg_renderer_mclip.h
89
const rect_i& cb = m_clip[m_curr_cb];
headers/libs/agg/agg_renderer_outline_aa.h
1829
rect_i m_clip_box;
headers/libs/agg/agg_renderer_outline_image.h
1001
rect_i m_clip_box;
headers/libs/agg/agg_scanline_boolean_algebra.h
1044
rect_i r1(sg1.min_x(), sg1.min_y(), sg1.max_x(), sg1.max_y());
headers/libs/agg/agg_scanline_boolean_algebra.h
1045
rect_i r2(sg2.min_x(), sg2.min_y(), sg2.max_x(), sg2.max_y());
headers/libs/agg/agg_scanline_boolean_algebra.h
1049
rect_i ur(1,1,0,0);
headers/libs/agg/agg_scanline_boolean_algebra.h
1169
rect_i r1(sg1.min_x(), sg1.min_y(), sg1.max_x(), sg1.max_y());
headers/libs/agg/agg_scanline_boolean_algebra.h
768
rect_i r1(sg1.min_x(), sg1.min_y(), sg1.max_x(), sg1.max_y());
headers/libs/agg/agg_scanline_boolean_algebra.h
769
rect_i r2(sg2.min_x(), sg2.min_y(), sg2.max_x(), sg2.max_y());
headers/libs/agg/agg_scanline_boolean_algebra.h
774
rect_i ir = intersect_rectangles(r1, r2);
src/libs/agg/font_freetype/agg_font_freetype.h
138
rect_i m_bounds;
src/libs/agg/font_freetype/agg_font_freetype.h
99
const rect_i& bounds() const { return m_bounds; }
src/servers/app/ServerFont.cpp
944
const agg::rect_i& r = glyph->bounds;
src/servers/app/drawing/Painter/AGGTextRenderer.cpp
201
const agg::rect_i& r = glyph->bounds;
src/servers/app/drawing/Painter/agg_renderer_region.h
192
void translate_from_base_ren(rect_i& rect)
src/servers/app/drawing/Painter/agg_renderer_region.h
441
const rect_i* rc=0,
src/servers/app/drawing/Painter/agg_renderer_region.h
462
rect_i m_bounds;
src/servers/app/drawing/Painter/agg_renderer_region.h
55
const rect_i& clip_box() const { return m_bounds; }
src/servers/app/drawing/Painter/agg_renderer_region.h
66
const rect_i& bounding_clip_box() const { return m_bounds; }
src/servers/app/font/FontCacheEntry.cpp
325
agg::rect_i(0, 0, -1, -1), 0, 0, 0, 0, 0, 0);
src/servers/app/font/FontCacheEntry.cpp
98
uint32 dataSize, glyph_data_type dataType, const agg::rect_i& bounds,
src/servers/app/font/FontCacheEntry.h
46
const agg::rect_i& bounds, float advanceX, float advanceY,
src/servers/app/font/FontCacheEntry.h
74
agg::rect_i bounds;
src/servers/app/font/FontEngine.h
102
const agg::rect_i& Bounds() const
src/servers/app/font/FontEngine.h
140
agg::rect_i fBounds;