/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 131 pathUnderline.AppendRect(rcUnderline.left, rcUnderline.bottom, in DrawUnderline() 228 pathSelBK.AppendRect(word.ptWord.x, in DrawEdit() 345 pathSelBK.AppendRect(word.ptWord.x + ptOffset.x, in DrawRichEdit() 379 pathUnderline.AppendRect(rcUnderline.left, rcUnderline.bottom, in DrawRichEdit() 389 pathCrossout.AppendRect(rcCrossout.left, rcCrossout.bottom, in DrawRichEdit() 417 pPathData->AppendRect(rcFill.left, rcFill.bottom, rcFill.right, rcFill.top); in AddRectToPageObjects()
|
/external/pdfium/xfa/src/fxbarcode/ |
D | BC_TwoDimWriter.cpp | 30 path.AppendRect(0, 0, (FX_FLOAT)m_Width, (FX_FLOAT)m_Height); in RenderDeviceResult() 50 rect.AppendRect((FX_FLOAT)leftPos + x, (FX_FLOAT)topPos + y, in RenderDeviceResult()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_pageobj.h | 61 void AppendRect(FX_FLOAT left, in AppendRect() function 65 m_pObject->AppendRect(left, bottom, right, top); in AppendRect()
|
/external/pdfium/xfa/src/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 341 path.AppendRect(0, 0, (FX_FLOAT)m_Width, (FX_FLOAT)m_Height); in RenderDeviceResult() 349 rect.AppendRect((FX_FLOAT)x, (FX_FLOAT)y, (FX_FLOAT)(x + 1), in RenderDeviceResult()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_print.cpp | 269 path.AppendRect(0, 0, 1.0f, 1.0f); in StartDIBits() 336 path.AppendRect((FX_FLOAT)pRect->left, (FX_FLOAT)pRect->bottom, in Init()
|
/external/pdfium/xfa/src/fxgraphics/src/ |
D | fx_path_generator.cpp | 92 m_pPathData->AppendRect(x1, y1, x2, y2); in AddRectangle()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_transformpage.cpp | 216 Path.AppendRect(left, bottom, right, top); in FPDF_CreateClipPath()
|
D | fsdk_baseform.cpp | 832 pathData.AppendRect(rcAnnot.left, rcAnnot.bottom, rcAnnot.right,
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_annot.cpp | 338 path.AppendRect(rect.left + width, rect.bottom + width, rect.right - width, in DrawBorder()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Utils.cpp | 1372 path.AppendRect(rcTemp.left, rcTemp.bottom, rcTemp.right, rcTemp.top); in DrawFillRect() 1398 path.AppendRect(rcTemp.left, rcTemp.bottom, rcTemp.right, rcTemp.top); in DrawStrokeRect() 1488 path.AppendRect(fLeft, fBottom, fRight, fTop); in DrawBorder() 1489 path.AppendRect(fLeft + fWidth, fBottom + fWidth, fRight - fWidth, in DrawBorder() 1568 path.AppendRect(fLeft, fBottom, fRight, fTop); in DrawBorder() 1569 path.AppendRect(fLeft + fHalfWidth, fBottom + fHalfWidth, in DrawBorder() 1592 path.AppendRect(fLeft, fBottom, fRight, fTop); in DrawBorder() 1593 path.AppendRect(fLeft + fWidth, fBottom + fWidth, fRight - fWidth, in DrawBorder()
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 151 void AppendRect(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top);
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_device.cpp | 96 path.AppendRect((FX_FLOAT)(pRect->left), (FX_FLOAT)(pRect->bottom), in SetClip_Rect()
|
D | fx_ge_path.cpp | 177 void CFX_PathData::AppendRect(FX_FLOAT left, in AppendRect() function in CFX_PathData
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser.cpp | 682 ClipPath.AppendRect(form_bbox.left, form_bbox.bottom, form_bbox.right, in AddForm() 1455 path.New()->AppendRect(0, 0, 0, 0); in AddPathObject()
|
D | fpdf_page_parser_old.cpp | 959 ClipPath.AppendRect(form_bbox.left, form_bbox.bottom, form_bbox.right, in Start()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 741 path.m_Path.New()->AppendRect(textobj->m_Left, textobj->m_Bottom, in DrawTextPathWithPattern()
|
D | fpdf_render_image.cpp | 777 path.AppendRect(0, 0, 1, 1); in StartBitmapAlpha()
|
D | fpdf_render.cpp | 636 EmptyPath.AppendRect(-1, -1, 0, 0); in ProcessClipPath()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidget.cpp | 815 path.AppendRect(rtImage.left, rtImage.bottom(), rtImage.right(), rtImage.top); in XFA_DrawImage()
|