Searched refs:IsRect (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h97 FX_BOOL IsRect() const function in class:CPDF_Path
99 return m_pObject->IsRect();
/external/pdfium/core/include/fxge/
H A Dfx_ge.h201 FX_BOOL IsRect() const;
205 FX_BOOL IsRect(const CFX_AffineMatrix* pMatrix, CFX_FloatRect* rect) const;
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_path.cpp524 FX_BOOL CFX_PathData::IsRect() const
548 FX_BOOL CFX_PathData::IsRect(const CFX_AffineMatrix* pMatrix, CFX_FloatRect* pRect) const
551 if (!IsRect()) {
H A Dfx_ge_device.cpp159 if (!(fill_mode & FXFILL_RECT_AA) && pPathData->IsRect(pObject2Device, &rect_f)) {
/external/pdfium/fpdfsdk/src/
H A Dfpdf_transformpage.cpp227 if (path.IsRect()) {
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_new.cpp754 if (!ClipPath.IsRect() || pObj->m_Type == PDFPAGE_SHADING) {
H A Dfpdf_page_graph_state.cpp146 if (old_path.IsRect()) {
H A Dfpdf_page_parser_old.cpp1112 if (!ClipPath.IsRect() || pObj->m_Type == PDFPAGE_SHADING) {
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp786 pPathData->IsRect()) ) {
872 if (pPathData->IsRect(pMatrix, &rectf)) {
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_driver.cpp335 if (pPathData->IsRect(pObject2Device, &rectf)) {

Completed in 147 milliseconds