HomeSort by relevance Sort by last modified time
    Searched refs:IsRect (Results 1 - 10 of 10) sorted by null

  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 97 FX_BOOL IsRect() const
99 return m_pObject->IsRect();
  /external/pdfium/core/include/fxge/
fx_ge.h 201 FX_BOOL IsRect() const;
205 FX_BOOL IsRect(const CFX_AffineMatrix* pMatrix, CFX_FloatRect* rect) const;
  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 524 FX_BOOL CFX_PathData::IsRect() const
548 FX_BOOL CFX_PathData::IsRect(const CFX_AffineMatrix* pMatrix, CFX_FloatRect* pRect) const
551 if (!IsRect()) {
fx_ge_device.cpp 159 if (!(fill_mode & FXFILL_RECT_AA) && pPathData->IsRect(pObject2Device, &rect_f)) {
  /external/pdfium/fpdfsdk/src/
fpdf_transformpage.cpp 227 if (path.IsRect()) {
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_new.cpp 754 if (!ClipPath.IsRect() || pObj->m_Type == PDFPAGE_SHADING) {
fpdf_page_graph_state.cpp 146 if (old_path.IsRect()) {
fpdf_page_parser_old.cpp     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 786 pPathData->IsRect()) ) {
872 if (pPathData->IsRect(pMatrix, &rectf)) {
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 335 if (pPathData->IsRect(pObject2Device, &rectf)) {
    [all...]

Completed in 118 milliseconds