/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(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()
|
D | cpdf_path.h | 39 void AppendRect(float left, float bottom, float right, float top);
|
D | cpdf_contentparser.cpp | 74 ClipPath.AppendRect(form_bbox.left, form_bbox.bottom, form_bbox.right, in CPDF_ContentParser()
|
D | cpdf_streamcontentparser.cpp | 1473 path.AppendRect(0, 0, 0, 0); in AddPathObject()
|
/external/pdfium/fxbarcode/ |
D | BC_TwoDimWriter.cpp | 26 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/ |
D | cfx_pathdata.h | 62 void AppendRect(float left, float bottom, float right, float top);
|
D | cfx_renderdevice.cpp | 493 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()
|
D | cfx_pathdata.cpp | 213 void CFX_PathData::AppendRect(float left, in AppendRect() function in CFX_PathData
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 270 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/ |
D | cxfa_gepath.cpp | 85 data_.AppendRect(left, top, left + width, top + height); in AddRectangle()
|
/external/pdfium/fpdfsdk/ |
D | fpdfeditpath.cpp | 51 pPathObj->m_Path.AppendRect(x, y, x + w, y + h); in FPDFPageObj_CreateNewRect()
|
D | fpdf_transformpage.cpp | 216 Path.AppendRect(left, bottom, right, top); in FPDF_CreateClipPath()
|
D | cpdfsdk_widget.cpp | 818 pathData.AppendRect(rcAnnot.left, rcAnnot.bottom, rcAnnot.right,
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_annot.cpp | 491 path.AppendRect(rect.left + width, rect.bottom + width, rect.right - width, in DrawBorder()
|
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_pagecontentgenerator_unittest.cpp | 53 pPathObj->m_Path.AppendRect(10, 5, 13, 30); in TEST_F()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffwidget.cpp | 134 path.AppendRect(rtImage.left, rtImage.bottom(), rtImage.right(), rtImage.top); in XFA_DrawImage()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_print.cpp | 355 path.AppendRect(static_cast<float>(pRect->left), in CPSPrinterDriver()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_imagerenderer.cpp | 478 path.AppendRect(0, 0, 1, 1); in StartBitmapAlpha()
|
D | cpdf_renderstatus.cpp | 1422 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/ |
D | cpwl_edit_impl.cpp | 494 pathSelBK.AppendRect(word.ptWord.x, line.ptLine.y + line.fLineDescent, in DrawEdit()
|