/external/pdfium/core/fxge/skia/ |
D | fx_skia_device_unittest.cpp | 46 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/ |
D | cpdf_path.cpp | 52 void CPDF_Path::AppendRect(FX_FLOAT left, in AppendRect() function in CPDF_Path 56 m_Ref.GetPrivateCopy()->AppendRect(left, bottom, right, top); in AppendRect()
|
D | cpdf_path.h | 39 void AppendRect(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top);
|
D | cpdf_contentparser.cpp | 88 ClipPath.AppendRect(form_bbox.left, form_bbox.bottom, form_bbox.right, in Start()
|
D | cpdf_streamcontentparser.cpp | 1484 path.AppendRect(0, 0, 0, 0); in AddPathObject()
|
/external/pdfium/xfa/fxbarcode/ |
D | BC_TwoDimWriter.cpp | 26 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/ |
D | cfx_pathdata.h | 62 void AppendRect(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top);
|
/external/pdfium/fpdfsdk/pdfwindow/ |
D | PWL_Utils.cpp | 943 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/ |
D | fpdfeditpath.cpp | 23 pPathObj->m_Path.AppendRect(x, y, x + w, y + h); in FPDFPageObj_CreateNewRect()
|
D | fpdf_transformpage.cpp | 224 Path.AppendRect(left, bottom, right, top); in FPDF_CreateClipPath()
|
D | cpdfsdk_widget.cpp | 819 pathData.AppendRect(rcAnnot.left, rcAnnot.bottom, rcAnnot.right,
|
/external/pdfium/xfa/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 367 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/ |
D | cfx_path.cpp | 85 data_.AppendRect(left, top, left + width, top + height); in AddRectangle()
|
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_pagecontentgenerator_unittest.cpp | 44 pPathObj->m_Path.AppendRect(10, 5, 13, 30); in TEST_F()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_annot.cpp | 500 path.AppendRect(rect.left + width, rect.bottom + width, rect.right - width, in DrawBorder()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_print.cpp | 352 path.AppendRect(static_cast<FX_FLOAT>(pRect->left), in CPSPrinterDriver()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_imagerenderer.cpp | 495 path.AppendRect(0, 0, 1, 1); in StartBitmapAlpha()
|
D | cpdf_renderstatus.cpp | 1389 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/ |
D | cfx_pathdata.cpp | 206 void CFX_PathData::AppendRect(FX_FLOAT left, in AppendRect() function in CFX_PathData
|
D | cfx_renderdevice.cpp | 465 path.AppendRect(rect.left, rect.bottom, rect.right, rect.top); in SetClip_Rect()
|
/external/pdfium/fpdfsdk/fxedit/ |
D | fxet_edit.cpp | 786 pathSelBK.AppendRect( in DrawEdit()
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffwidget.cpp | 893 path.AppendRect(rtImage.left, rtImage.bottom(), rtImage.right(), rtImage.top); in XFA_DrawImage()
|