Searched refs:path_rect (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_clippath.cpp | 47 CFX_FloatRect path_rect = GetPath(i).GetBoundingBox(); in GetClipBox() local 48 rect.Intersect(path_rect); in GetClipBox()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 1228 FX_RECT path_rect(rasterizer.min_x(), rasterizer.min_y(), in SetClipMask() local 1230 path_rect.Intersect(m_pClipRgn->GetBox()); in SetClipMask() 1232 pThisLayer->Create(path_rect.Width(), path_rect.Height(), FXDIB_8bppMask); in SetClipMask() 1240 final_render(base_buf, path_rect.left, path_rect.top); in SetClipMask() 1245 m_pClipRgn->IntersectMaskF(path_rect.left, path_rect.top, pThisLayer); in SetClipMask()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 1910 FX_RECT path_rect(clipBox.left, clipBox.top, clipBox.right + 1, in SetClipMask() local 1912 path_rect.Intersect(m_pClipRgn->GetBox()); in SetClipMask() 1914 pThisLayer->Create(path_rect.Width(), path_rect.Height(), FXDIB_8bppMask); in SetClipMask() 1925 -path_rect.left, in SetClipMask() 1926 -path_rect.top); // FIXME(caryclark) wrong sign(s)? upside down? in SetClipMask() 1930 m_pClipRgn->IntersectMaskF(path_rect.left, path_rect.top, pThisLayer); in SetClipMask()
|