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

  /external/pdfium/core/fpdfapi/page/
cpdf_formobject.cpp 17 CalcBoundingBox();
36 void CPDF_FormObject::CalcBoundingBox() {
37 CFX_FloatRect form_rect = m_pForm->CalcBoundingBox();
cpdf_pathobject.h 27 void CalcBoundingBox();
cpdf_shadingobject.h 27 void CalcBoundingBox();
cpdf_pathobject.cpp 19 CalcBoundingBox();
34 void CPDF_PathObject::CalcBoundingBox() {
cpdf_shadingobject.cpp 27 CalcBoundingBox();
45 void CPDF_ShadingObject::CalcBoundingBox() {
cpdf_formobject.h 29 void CalcBoundingBox();
cpdf_imageobject.h 29 void CalcBoundingBox();
cpdf_imageobject.cpp 28 CalcBoundingBox();
43 void CPDF_ImageObject::CalcBoundingBox() {
cpdf_pageobjectholder.h 48 CFX_FloatRect CalcBoundingBox() const;
cpdf_pageobjectholder.cpp 45 CFX_FloatRect CPDF_PageObjectHolder::CalcBoundingBox() const {
  /external/pdfium/fpdfsdk/
fpdfeditimg.cpp 85 pImgObj->CalcBoundingBox();
103 pImgObj->CalcBoundingBox();
fpdfeditpage.cpp 170 pPathObj->CalcBoundingBox();
175 pImageObj->CalcBoundingBox();
180 pShadingObj->CalcBoundingBox();
185 pFormObj->CalcBoundingBox();
  /external/pdfium/core/fpdfapi/font/
cpdf_type3font.cpp 122 char_rect = pNewChar->m_pForm->CalcBoundingBox();
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp     [all...]

Completed in 387 milliseconds