Searched refs:m_clip_box (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/agg23/ |
D | agg_renderer_base.h | 33 renderer_base() : m_ren(0), m_clip_box(1, 1, 0, 0) {} in renderer_base() 36 m_clip_box(0, 0, ren.width() - 1, ren.height() - 1) in renderer_base() 41 m_clip_box = rect(0, 0, ren.width() - 1, ren.height() - 1); in attach() 66 return m_clip_box; in clip_box() 70 return m_clip_box.x1; in xmin() 74 return m_clip_box.y1; in ymin() 78 return m_clip_box.x2; in xmax() 82 return m_clip_box.y2; in ymax() 86 return m_clip_box; in bounding_clip_box() 90 return m_clip_box.x1; in bounding_xmin() [all …]
|
D | agg_rasterizer_scanline_aa.h | 224 m_clip_box = rect(poly_coord(x1), poly_coord(y1), in clip_box() 226 m_clip_box.normalize(); in clip_box() 255 m_prev_flags = clipping_flags(x, y, m_clip_box); in move_to() 449 unsigned flags = clipping_flags(x, y, m_clip_box); in clip_segment() 463 m_clip_box, in clip_segment() 493 rect m_clip_box; variable
|