HomeSort by relevance Sort by last modified time
    Searched refs:path_rect (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_clippath.cpp 50 CFX_FloatRect path_rect = GetPath(i).GetBoundingBox(); local
51 rect.Intersect(path_rect);
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 526 FX_RECT path_rect(rasterizer.min_x(), rasterizer.min_y(),
528 path_rect.Intersect(m_pClipRgn->GetBox());
531 pThisLayer->Create(path_rect.Width(), path_rect.Height(), FXDIB_8bppMask);
539 final_render(base_buf, path_rect.left, path_rect.top);
544 m_pClipRgn->IntersectMaskF(path_rect.left, path_rect.top, mask);
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp     [all...]

Completed in 251 milliseconds