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 21 CalcBoundingBox();
40 void CPDF_FormObject::CalcBoundingBox() {
42 m_FormMatrix.TransformRect(m_pForm->CalcBoundingBox());
cpdf_pathobject.h 27 void CalcBoundingBox();
cpdf_imageobject.cpp 27 CalcBoundingBox();
43 void CPDF_ImageObject::CalcBoundingBox() {
cpdf_pathobject.cpp 19 CalcBoundingBox();
35 void CPDF_PathObject::CalcBoundingBox() {
cpdf_shadingobject.cpp 28 CalcBoundingBox();
47 void CPDF_ShadingObject::CalcBoundingBox() {
cpdf_shadingobject.h 28 void CalcBoundingBox();
cpdf_formobject.h 29 void CalcBoundingBox();
cpdf_imageobject.h 29 void CalcBoundingBox();
cpdf_pageobjectholder.cpp 58 CFX_FloatRect CPDF_PageObjectHolder::CalcBoundingBox() const {
cpdf_pageobjectholder.h 72 CFX_FloatRect CalcBoundingBox() const;
  /external/pdfium/fpdfsdk/
fpdfeditpage.cpp 64 void CalcBoundingBox(CPDF_PageObject* pPageObj) {
71 pPathObj->CalcBoundingBox();
76 pImageObj->CalcBoundingBox();
81 pShadingObj->CalcBoundingBox();
86 pFormObj->CalcBoundingBox();
182 CalcBoundingBox(pPageObj);
fpdfeditimg.cpp 117 pImgObj->CalcBoundingBox();
138 pImgObj->CalcBoundingBox();
  /external/pdfium/core/fpdfapi/font/
cpdf_type3char.cpp 85 char_rect = form()->CalcBoundingBox();
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp     [all...]

Completed in 169 milliseconds