Searched refs:path_rect (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_clippath.cpp | 48 CFX_FloatRect path_rect = GetPath(i).GetBoundingBox(); in GetClipBox() local 49 rect.Intersect(path_rect); in GetClipBox()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 1201 FX_RECT path_rect(rasterizer.min_x(), rasterizer.min_y(), in SetClipMask() local 1203 path_rect.Intersect(m_pClipRgn->GetBox()); in SetClipMask() 1205 pThisLayer->Create(path_rect.Width(), path_rect.Height(), FXDIB_8bppMask); in SetClipMask() 1213 final_render(base_buf, path_rect.left, path_rect.top); in SetClipMask() 1218 m_pClipRgn->IntersectMaskF(path_rect.left, path_rect.top, pThisLayer); in SetClipMask()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 1774 FX_RECT path_rect(clipBox.left, clipBox.top, clipBox.right + 1, in SetClipMask() local 1776 path_rect.Intersect(m_pClipRgn->GetBox()); in SetClipMask() 1778 pThisLayer->Create(path_rect.Width(), path_rect.Height(), FXDIB_8bppMask); in SetClipMask() 1789 -path_rect.left, in SetClipMask() 1790 -path_rect.top); // FIXME(caryclark) wrong sign(s)? upside down? in SetClipMask() 1794 m_pClipRgn->IntersectMaskF(path_rect.left, path_rect.top, pThisLayer); in SetClipMask()
|