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

  /external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp 309 SkRect path_rect = skPath.getBounds(); local
311 clip_box.intersect(FXSYS_floor(path_rect.fLeft), FXSYS_floor(path_rect.fTop),
312 FXSYS_floor(path_rect.fRight) + 1,
313 FXSYS_floor(path_rect.fBottom) + 1);
  /external/pdfium/core/src/fxge/agg/src/
fx_agg_driver.cpp 293 FX_RECT path_rect(rasterizer.min_x(), rasterizer.min_y(),
295 path_rect.Intersect(m_pClipRgn->GetBox());
301 pThisLayer->Create(path_rect.Width(), path_rect.Height(), FXDIB_8bppMask);
309 final_render(base_buf, path_rect.left, path_rect.top);
314 m_pClipRgn->IntersectMaskF(path_rect.left, path_rect.top, mask);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 95 CPDF_Rect path_rect = GetPath(i).GetBoundingBox(); local
96 rect.Intersect(path_rect);

Completed in 3146 milliseconds