Home
last modified time | relevance | path

Searched refs:AppendRect (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp120 …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/
Dfpdf_pageobj.h90 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/
Ddoc_annot.cpp361 …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/
Dfx_win32_print.cpp227 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/
Dfpdf_transformpage.cpp207 Path.AppendRect(left, bottom, right, top); in FPDF_CreateClipPath()
Dfsdk_baseform.cpp427 pathData.AppendRect(rcAnnot.left, rcAnnot.bottom, in DrawAppearance()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Utils.cpp1426 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/
Dfx_ge_device.cpp105 …path.AppendRect((FX_FLOAT)(pRect->left), (FX_FLOAT)(pRect->bottom), (FX_FLOAT)(pRect->right), (FX_… in SetClip_Rect()
Dfx_ge_path.cpp190 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/
Dfx_ge.h205 void AppendRect(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top);
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp714 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()
Dfpdf_page_parser_old.cpp995 ClipPath.AppendRect(form_bbox.left, form_bbox.bottom, form_bbox.right, form_bbox.top); in Start()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp698 …path.m_Path.New()->AppendRect(textobj->m_Left, textobj->m_Bottom, textobj->m_Right, textobj->m_Top… in DrawTextPathWithPattern()
Dfpdf_render_image.cpp728 path.AppendRect(0, 0, 1, 1); in StartBitmapAlpha()
Dfpdf_render.cpp638 EmptyPath.AppendRect(-1, -1, 0, 0); in ProcessClipPath()