/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 120 …pathUnderline.AppendRect(rcUnderline.left, rcUnderline.bottom, rcUnderline.right, rcUnderline.top); in DrawUnderline() 224 pathSelBK.AppendRect(word.ptWord.x,line.ptLine.y + line.fLineDescent, in DrawEdit() 341 pathSelBK.AppendRect(word.ptWord.x + ptOffset.x, in DrawRichEdit() 371 …pathUnderline.AppendRect(rcUnderline.left, rcUnderline.bottom, rcUnderline.right, rcUnderline.top); in DrawRichEdit() 380 pathCrossout.AppendRect(rcCrossout.left, rcCrossout.bottom, rcCrossout.right, rcCrossout.top); in DrawRichEdit() 404 pPathData->AppendRect(rcFill.left,rcFill.bottom,rcFill.right,rcFill.top); in AddRectToPageObjects()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_pageobj.h | 90 void AppendRect(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top) in AppendRect() function 92 m_pObject->AppendRect(left, bottom, right, top); in AppendRect()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_annot.cpp | 361 …pPathData->AppendRect(rect.left + width, rect.bottom + width, rect.right - width, rect.top - width… in GetBorder() 456 path.AppendRect(rect.left + width, rect.bottom + width, rect.right - width, rect.top - width); in DrawBorder()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_print.cpp | 227 path.AppendRect(0, 0, 1.0f, 1.0f); in StartDIBits() 304 …path.AppendRect((FX_FLOAT)pRect->left, (FX_FLOAT)pRect->bottom, (FX_FLOAT)pRect->right, (FX_FLOAT)… in Init()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_transformpage.cpp | 207 Path.AppendRect(left, bottom, right, top); in FPDF_CreateClipPath()
|
D | fsdk_baseform.cpp | 427 pathData.AppendRect(rcAnnot.left, rcAnnot.bottom, in DrawAppearance()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Utils.cpp | 1426 path.AppendRect(rcTemp.left,rcTemp.bottom,rcTemp.right,rcTemp.top); in DrawFillRect() 1448 path.AppendRect(rcTemp.left,rcTemp.bottom,rcTemp.right,rcTemp.top); in DrawStrokeRect() 1527 path.AppendRect(fLeft, fBottom, fRight, fTop); in DrawBorder() 1528 path.AppendRect(fLeft + fWidth, fBottom + fWidth, fRight - fWidth, fTop - fWidth); in DrawBorder() 1587 path.AppendRect(fLeft, fBottom, fRight, fTop); in DrawBorder() 1588 … path.AppendRect(fLeft + fHalfWidth, fBottom + fHalfWidth, fRight - fHalfWidth, fTop - fHalfWidth); in DrawBorder() 1610 path.AppendRect(fLeft, fBottom, fRight, fTop); in DrawBorder() 1611 path.AppendRect(fLeft + fWidth, fBottom + fWidth, fRight - fWidth, fTop - fWidth); in DrawBorder()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_device.cpp | 105 …path.AppendRect((FX_FLOAT)(pRect->left), (FX_FLOAT)(pRect->bottom), (FX_FLOAT)(pRect->right), (FX_… in SetClip_Rect()
|
D | fx_ge_path.cpp | 190 void CFX_PathData::AppendRect(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top) in AppendRect() function in CFX_PathData
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 205 void AppendRect(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top);
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser.cpp | 714 ClipPath.AppendRect(form_bbox.left, form_bbox.bottom, form_bbox.right, form_bbox.top); in AddForm() 1516 path.New()->AppendRect(0, 0, 0, 0); in AddPathObject()
|
D | fpdf_page_parser_old.cpp | 995 ClipPath.AppendRect(form_bbox.left, form_bbox.bottom, form_bbox.right, form_bbox.top); in Start()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 698 …path.m_Path.New()->AppendRect(textobj->m_Left, textobj->m_Bottom, textobj->m_Right, textobj->m_Top… in DrawTextPathWithPattern()
|
D | fpdf_render_image.cpp | 728 path.AppendRect(0, 0, 1, 1); in StartBitmapAlpha()
|
D | fpdf_render.cpp | 638 EmptyPath.AppendRect(-1, -1, 0, 0); in ProcessClipPath()
|