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

/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_pageobjs.cpp120 pathUnderline.AppendRect(rcUnderline.left, rcUnderline.bottom, rcUnderline.right, rcUnderline.top);
224 pathSelBK.AppendRect(word.ptWord.x,line.ptLine.y + line.fLineDescent,
341 pathSelBK.AppendRect(word.ptWord.x + ptOffset.x,
371 pathUnderline.AppendRect(rcUnderline.left, rcUnderline.bottom, rcUnderline.right, rcUnderline.top);
380 pathCrossout.AppendRect(rcCrossout.left, rcCrossout.bottom, rcCrossout.right, rcCrossout.top);
426 pPathData->AppendRect(rcFill.left,rcFill.bottom,rcFill.right,rcFill.top);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h92 void AppendRect(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top) function in class:CPDF_Path
94 m_pObject->AppendRect(left, bottom, right, top);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_annot.cpp377 pPathData->AppendRect(rect.left + width, rect.bottom + width, rect.right - width, rect.top - width);
478 path.AppendRect(rect.left + width, rect.bottom + width, rect.right - width, rect.top - width);
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp233 path.AppendRect(0, 0, 1.0f, 1.0f);
316 path.AppendRect((FX_FLOAT)pRect->left, (FX_FLOAT)pRect->bottom, (FX_FLOAT)pRect->right, (FX_FLOAT)pRect->top);
/external/pdfium/fpdfsdk/src/
H A Dfpdf_transformpage.cpp209 Path.AppendRect(left, bottom, right, top);
H A Dfsdk_baseform.cpp426 pathData.AppendRect(rcAnnot.left, rcAnnot.bottom,
/external/pdfium/core/include/fxge/
H A Dfx_ge.h209 FX_BOOL AppendRect(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_new.cpp656 ClipPath.AppendRect(form_bbox.left, form_bbox.bottom, form_bbox.right, form_bbox.top);
H A Dfpdf_page_parser_old.cpp987 ClipPath.AppendRect(form_bbox.left, form_bbox.bottom, form_bbox.right, form_bbox.top);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp105 path.AppendRect((FX_FLOAT)(pRect->left), (FX_FLOAT)(pRect->bottom), (FX_FLOAT)(pRect->right), (FX_FLOAT)(pRect->top));
H A Dfx_ge_path.cpp205 FX_BOOL CFX_PathData::AppendRect(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top)
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Utils.cpp1429 path.AppendRect(rcTemp.left,rcTemp.bottom,rcTemp.right,rcTemp.top);
1451 path.AppendRect(rcTemp.left,rcTemp.bottom,rcTemp.right,rcTemp.top);
1530 path.AppendRect(fLeft, fBottom, fRight, fTop);
1531 path.AppendRect(fLeft + fWidth, fBottom + fWidth, fRight - fWidth, fTop - fWidth);
1590 path.AppendRect(fLeft, fBottom, fRight, fTop);
1591 path.AppendRect(fLeft + fHalfWidth, fBottom + fHalfWidth, fRight - fHalfWidth, fTop - fHalfWidth);
1613 path.AppendRect(fLeft, fBottom, fRight, fTop);
1614 path.AppendRect(fLeft + fWidth, fBottom + fWidth, fRight - fWidth, fTop - fWidth);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp712 path.m_Path.New()->AppendRect(textobj->m_Left, textobj->m_Bottom, textobj->m_Right, textobj->m_Top);
H A Dfpdf_render.cpp672 EmptyPath.AppendRect(-1, -1, 0, 0);
H A Dfpdf_render_image.cpp805 path.AppendRect(0, 0, 1, 1);

Completed in 187 milliseconds