Home
last modified time | relevance | path

Searched refs:AppendRect (Results 1 – 22 of 22) sorted by relevance

/external/pdfium/core/fxge/skia/
Dfx_skia_device_unittest.cpp46 clipPath.AppendRect(0, 0, 3, 1); in CommonTest()
47 clipPath2.AppendRect(0, 0, 2, 1); in CommonTest()
52 path1.AppendRect(0, 0, 1, 2); in CommonTest()
72 path2.AppendRect(0, 0, 2, 2); in CommonTest()
99 clipPath.AppendRect(1, 0, 3, 1); in OutOfSequenceClipTest()
/external/pdfium/core/fpdfapi/page/
Dcpdf_path.cpp52 void CPDF_Path::AppendRect(FX_FLOAT left, in AppendRect() function in CPDF_Path
56 m_Ref.GetPrivateCopy()->AppendRect(left, bottom, right, top); in AppendRect()
Dcpdf_path.h39 void AppendRect(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top);
Dcpdf_contentparser.cpp88 ClipPath.AppendRect(form_bbox.left, form_bbox.bottom, form_bbox.right, in Start()
Dcpdf_streamcontentparser.cpp1484 path.AppendRect(0, 0, 0, 0); in AddPathObject()
/external/pdfium/xfa/fxbarcode/
DBC_TwoDimWriter.cpp26 path.AppendRect(0, 0, (FX_FLOAT)m_Width, (FX_FLOAT)m_Height); in RenderDeviceResult()
46 rect.AppendRect((FX_FLOAT)leftPos + x, (FX_FLOAT)topPos + y, in RenderDeviceResult()
/external/pdfium/core/fxge/
Dcfx_pathdata.h62 void AppendRect(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top);
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Utils.cpp943 path.AppendRect(rcTemp.left, rcTemp.bottom, rcTemp.right, rcTemp.top); in DrawFillRect()
967 path.AppendRect(rcTemp.left, rcTemp.bottom, rcTemp.right, rcTemp.top); in DrawStrokeRect()
1056 path.AppendRect(fLeft, fBottom, fRight, fTop); in DrawBorder()
1057 path.AppendRect(fLeft + fWidth, fBottom + fWidth, fRight - fWidth, in DrawBorder()
1147 path.AppendRect(fLeft, fBottom, fRight, fTop); in DrawBorder()
1148 path.AppendRect(fLeft + fHalfWidth, fBottom + fHalfWidth, in DrawBorder()
/external/pdfium/fpdfsdk/
Dfpdfeditpath.cpp23 pPathObj->m_Path.AppendRect(x, y, x + w, y + h); in FPDFPageObj_CreateNewRect()
Dfpdf_transformpage.cpp224 Path.AppendRect(left, bottom, right, top); in FPDF_CreateClipPath()
Dcpdfsdk_widget.cpp819 pathData.AppendRect(rcAnnot.left, rcAnnot.bottom, rcAnnot.right,
/external/pdfium/xfa/fxbarcode/oned/
DBC_OneDimWriter.cpp367 path.AppendRect(0, 0, (FX_FLOAT)m_Width, (FX_FLOAT)m_Height); in RenderDeviceResult()
375 rect.AppendRect((FX_FLOAT)x, (FX_FLOAT)y, (FX_FLOAT)(x + 1), in RenderDeviceResult()
/external/pdfium/xfa/fxgraphics/
Dcfx_path.cpp85 data_.AppendRect(left, top, left + width, top + height); in AddRectangle()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator_unittest.cpp44 pPathObj->m_Path.AppendRect(10, 5, 13, 30); in TEST_F()
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp500 path.AppendRect(rect.left + width, rect.bottom + width, rect.right - width, in DrawBorder()
/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp352 path.AppendRect(static_cast<FX_FLOAT>(pRect->left), in CPSPrinterDriver()
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp495 path.AppendRect(0, 0, 1, 1); in StartBitmapAlpha()
Dcpdf_renderstatus.cpp1389 EmptyPath.AppendRect(-1, -1, 0, 0); in ProcessClipPath()
1983 path.m_Path.AppendRect(textobj->m_Left, textobj->m_Bottom, textobj->m_Right, in DrawTextPathWithPattern()
/external/pdfium/core/fxge/ge/
Dcfx_pathdata.cpp206 void CFX_PathData::AppendRect(FX_FLOAT left, in AppendRect() function in CFX_PathData
Dcfx_renderdevice.cpp465 path.AppendRect(rect.left, rect.bottom, rect.right, rect.top); in SetClip_Rect()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp786 pathSelBK.AppendRect( in DrawEdit()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp893 path.AppendRect(rtImage.left, rtImage.bottom(), rtImage.right(), rtImage.top); in XFA_DrawImage()