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

  /external/pdfium/core/fpdfapi/page/
cpdf_path.cpp 52 void CPDF_Path::AppendRect(float left, float bottom, float right, float top) {
53 m_Ref.GetPrivateCopy()->AppendRect(left, bottom, right, top);
cpdf_path.h 39 void AppendRect(float left, float bottom, float right, float top);
cpdf_contentparser.cpp 74 ClipPath.AppendRect(form_bbox.left, form_bbox.bottom, form_bbox.right,
  /external/pdfium/core/fxge/skia/
fx_skia_device_unittest.cpp 46 clipPath.AppendRect(0, 0, 3, 1);
47 clipPath2.AppendRect(0, 0, 2, 1);
52 path1.AppendRect(0, 0, 1, 2);
72 path2.AppendRect(0, 0, 2, 2);
99 clipPath.AppendRect(1, 0, 3, 1);
  /external/pdfium/core/fxge/
cfx_pathdata.h 62 void AppendRect(float left, float bottom, float right, float top);
cfx_renderdevice.cpp 493 path.AppendRect(rect.left, rect.bottom, rect.right, rect.top);
    [all...]
cfx_pathdata.cpp 213 void CFX_PathData::AppendRect(float left,
  /external/pdfium/fxbarcode/
BC_TwoDimWriter.cpp 26 path.AppendRect(0, 0, (float)m_Width, (float)m_Height);
46 rect.AppendRect((float)leftPos + x, (float)topPos + y,
  /external/pdfium/fxbarcode/oned/
BC_OneDimWriter.cpp 270 path.AppendRect(0, 0, static_cast<float>(m_Width),
332 rect.AppendRect(x, 0.0f, x + 1, static_cast<float>(height));
  /external/pdfium/xfa/fxgraphics/
cxfa_gepath.cpp 85 data_.AppendRect(left, top, left + width, top + height);
  /external/pdfium/fpdfsdk/
fpdf_transformpage.cpp 216 Path.AppendRect(left, bottom, right, top);
fpdfeditpath.cpp 51 pPathObj->m_Path.AppendRect(x, y, x + w, y + h);
cpdfsdk_widget.cpp 818 pathData.AppendRect(rcAnnot.left, rcAnnot.bottom, rcAnnot.right,
  /external/pdfium/core/fpdfapi/edit/
cpdf_pagecontentgenerator_unittest.cpp 53 pPathObj->m_Path.AppendRect(10, 5, 13, 30);
  /external/pdfium/core/fpdfdoc/
cpdf_annot.cpp 491 path.AppendRect(rect.left + width, rect.bottom + width, rect.right - width,
  /external/pdfium/core/fpdfapi/render/
cpdf_imagerenderer.cpp 478 path.AppendRect(0, 0, 1, 1);
cpdf_renderstatus.cpp     [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_print.cpp 355 path.AppendRect(static_cast<float>(pRect->left),
  /external/pdfium/xfa/fxfa/
cxfa_ffwidget.cpp 134 path.AppendRect(rtImage.left, rtImage.bottom(), rtImage.right(), rtImage.top);
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.cpp 494 pathSelBK.AppendRect(word.ptWord.x, line.ptLine.y + line.fLineDescent,
    [all...]

Completed in 330 milliseconds