Searched refs:rect_i (Results 1 - 19 of 19) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_renderer_mclip.h60 const rect_i& clip_box() const { return m_ren.clip_box(); }
67 const rect_i& bounding_clip_box() const { return m_bounds; }
79 const rect_i& cb = m_clip[0];
89 const rect_i& cb = m_clip[m_curr_cb];
108 rect_i cb(x1, y1, x2, y2);
110 if(cb.clip(rect_i(0, 0, width() - 1, height() - 1)))
306 const rect_i* rc=0,
321 const rect_i* rect_src_ptr = 0,
341 pod_bvector<rect_i, 4> m_clip;
343 rect_i m_bound
[all...]
H A Dagg_renderer_base.h46 m_clip_box = rect_i(0, 0, ren.width() - 1, ren.height() - 1);
60 rect_i cb(x1, y1, x2, y2);
62 if(cb.clip(rect_i(0, 0, width() - 1, height() - 1)))
110 const rect_i& clip_box() const { return m_clip_box; }
117 const rect_i& bounding_clip_box() const { return m_clip_box; }
242 rect_i rc(x1, y1, x2, y2);
258 rect_i rc(x1, y1, x2, y2);
443 rect_i clip_rect_area(rect_i& dst, rect_i
[all...]
H A Dagg_font_cache_manager.h42 rect_i bounds;
90 const rect_i& bounds,
205 const rect_i& bounds,
H A Dagg_scanline_boolean_algebra.h768 rect_i r1(sg1.min_x(), sg1.min_y(), sg1.max_x(), sg1.max_y());
769 rect_i r2(sg2.min_x(), sg2.min_y(), sg2.max_x(), sg2.max_y());
774 rect_i ir = intersect_rectangles(r1, r2);
1044 rect_i r1(sg1.min_x(), sg1.min_y(), sg1.max_x(), sg1.max_y());
1045 rect_i r2(sg2.min_x(), sg2.min_y(), sg2.max_x(), sg2.max_y());
1049 rect_i ur(1,1,0,0);
1169 rect_i r1(sg1.min_x(), sg1.min_y(), sg1.max_x(), sg1.max_y());
H A Dagg_pixfmt_gray.h185 rect_i r(x1, y1, x2, y2);
186 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
H A Dagg_basics.h363 typedef rect_base<int> rect_i; //----rect_i typedef in namespace:agg
H A Dagg_pixfmt_rgb.h243 rect_i r(x1, y1, x2, y2);
244 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
H A Dagg_pixfmt_rgb_packed.h838 rect_i r(x1, y1, x2, y2);
839 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
H A Dagg_pixfmt_rgba.h1782 rect_i r(x1, y1, x2, y2);
1783 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
2367 rect_i r(x1, y1, x2, y2);
2368 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
H A Dagg_renderer_outline_image.h1001 rect_i m_clip_box;
H A Dagg_renderer_markers.h73 rect_i rc(x-r, y-r, x+y, y+r);
H A Dagg_renderer_outline_aa.h1829 rect_i m_clip_box;
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.h99 const rect_i& bounds() const { return m_bounds; }
138 rect_i m_bounds;
/haiku/src/servers/app/font/
H A DFontCacheEntry.h46 const agg::rect_i& bounds, float advanceX, float advanceY,
74 agg::rect_i bounds;
H A DFontEngine.h102 const agg::rect_i& Bounds() const
140 agg::rect_i fBounds;
H A DFontCacheEntry.cpp98 uint32 dataSize, glyph_data_type dataType, const agg::rect_i& bounds,
325 agg::rect_i(0, 0, -1, -1), 0, 0, 0, 0, 0, 0);
/haiku/src/servers/app/drawing/Painter/
H A Dagg_renderer_region.h55 const rect_i& clip_box() const { return m_bounds; }
66 const rect_i& bounding_clip_box() const { return m_bounds; }
124 // clip rect_i to frame buffer bounds
192 void translate_from_base_ren(rect_i& rect)
441 const rect_i* rc=0,
462 rect_i m_bounds;
H A DAGGTextRenderer.cpp235 const agg::rect_i& r = glyph->bounds;
/haiku/src/servers/app/
H A DServerFont.cpp944 const agg::rect_i& r = glyph->bounds;

Completed in 122 milliseconds