Home
last modified time | relevance | path

Searched refs:AppendRect (Results 1 – 21 of 21) 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(float left, float bottom, float right, float top) { in AppendRect() function in CPDF_Path
53 m_Ref.GetPrivateCopy()->AppendRect(left, bottom, right, top); in AppendRect()
Dcpdf_path.h39 void AppendRect(float left, float bottom, float right, float top);
Dcpdf_contentparser.cpp74 ClipPath.AppendRect(form_bbox.left, form_bbox.bottom, form_bbox.right, in CPDF_ContentParser()
Dcpdf_streamcontentparser.cpp1473 path.AppendRect(0, 0, 0, 0); in AddPathObject()
/external/pdfium/fxbarcode/
DBC_TwoDimWriter.cpp26 path.AppendRect(0, 0, (float)m_Width, (float)m_Height); in RenderDeviceResult()
46 rect.AppendRect((float)leftPos + x, (float)topPos + y, in RenderDeviceResult()
/external/pdfium/core/fxge/
Dcfx_pathdata.h62 void AppendRect(float left, float bottom, float right, float top);
Dcfx_renderdevice.cpp493 path.AppendRect(rect.left, rect.bottom, rect.right, rect.top); in SetClip_Rect()
1138 path.AppendRect(rcTemp.left, rcTemp.bottom, rcTemp.right, rcTemp.top); in DrawFillRect()
1160 path.AppendRect(rcTemp.left, rcTemp.bottom, rcTemp.right, rcTemp.top); in DrawStrokeRect()
1242 path.AppendRect(fLeft, fBottom, fRight, fTop); in DrawBorder()
1243 path.AppendRect(fLeft + fWidth, fBottom + fWidth, fRight - fWidth, in DrawBorder()
1331 path.AppendRect(fLeft, fBottom, fRight, fTop); in DrawBorder()
1332 path.AppendRect(fLeft + fHalfWidth, fBottom + fHalfWidth, in DrawBorder()
Dcfx_pathdata.cpp213 void CFX_PathData::AppendRect(float left, in AppendRect() function in CFX_PathData
/external/pdfium/fxbarcode/oned/
DBC_OneDimWriter.cpp270 path.AppendRect(0, 0, static_cast<float>(m_Width), in RenderDeviceResult()
332 rect.AppendRect(x, 0.0f, x + 1, static_cast<float>(height)); in RenderVerticalBars()
/external/pdfium/xfa/fxgraphics/
Dcxfa_gepath.cpp85 data_.AppendRect(left, top, left + width, top + height); in AddRectangle()
/external/pdfium/fpdfsdk/
Dfpdfeditpath.cpp51 pPathObj->m_Path.AppendRect(x, y, x + w, y + h); in FPDFPageObj_CreateNewRect()
Dfpdf_transformpage.cpp216 Path.AppendRect(left, bottom, right, top); in FPDF_CreateClipPath()
Dcpdfsdk_widget.cpp818 pathData.AppendRect(rcAnnot.left, rcAnnot.bottom, rcAnnot.right,
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp491 path.AppendRect(rect.left + width, rect.bottom + width, rect.right - width, in DrawBorder()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator_unittest.cpp53 pPathObj->m_Path.AppendRect(10, 5, 13, 30); in TEST_F()
/external/pdfium/xfa/fxfa/
Dcxfa_ffwidget.cpp134 path.AppendRect(rtImage.left, rtImage.bottom(), rtImage.right(), rtImage.top); in XFA_DrawImage()
/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp355 path.AppendRect(static_cast<float>(pRect->left), in CPSPrinterDriver()
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp478 path.AppendRect(0, 0, 1, 1); in StartBitmapAlpha()
Dcpdf_renderstatus.cpp1422 EmptyPath.AppendRect(-1, -1, 0, 0); in ProcessClipPath()
2025 path.m_Path.AppendRect(textobj->m_Left, textobj->m_Bottom, textobj->m_Right, in DrawTextPathWithPattern()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp494 pathSelBK.AppendRect(word.ptWord.x, line.ptLine.y + line.fLineDescent, in DrawEdit()