Searched refs:path_rect (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.cpp | 279 SkRect path_rect = skPath.getBounds(); in SetClipMask() local 281 …box.intersect(FXSYS_floor(path_rect.fLeft), FXSYS_floor(path_rect.fTop), FXSYS_floor(path_rect.fRi… in SetClipMask()
|
/external/pdfium/core/src/fxge/agg/agg23/ |
D | fx_agg_driver.cpp | 299 FX_RECT path_rect(rasterizer.min_x(), rasterizer.min_y(), in SetClipMask() local 301 path_rect.Intersect(m_pClipRgn->GetBox()); in SetClipMask() 307 pThisLayer->Create(path_rect.Width(), path_rect.Height(), FXDIB_8bppMask); in SetClipMask() 312 …fset<agg::renderer_base<agg::pixfmt_gray8> > final_render(base_buf, path_rect.left, path_rect.top); in SetClipMask() 316 m_pClipRgn->IntersectMaskF(path_rect.left, path_rect.top, mask); in SetClipMask()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_graph_state.cpp | 106 CPDF_Rect path_rect = GetPath(i).GetBoundingBox(); in GetClipBox() local 107 rect.Intersect(path_rect); in GetClipBox()
|