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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_path.cpp 22 CalcBoundingBox();
26 CalcBoundingBox();
28 void CPDF_PathObject::CalcBoundingBox() {
fpdf_page_image.cpp 37 CalcBoundingBox();
39 void CPDF_ImageObject::CalcBoundingBox() {
fpdf_page.cpp 61 ((CPDF_PathObject*)this)->CalcBoundingBox();
64 ((CPDF_ShadingObject*)this)->CalcBoundingBox();
633 CalcBoundingBox();
638 void CPDF_ShadingObject::CalcBoundingBox() {
653 CalcBoundingBox();
661 void CPDF_FormObject::CalcBoundingBox() {
662 CFX_FloatRect form_rect = m_pForm->CalcBoundingBox();
733 CFX_FloatRect CPDF_PageObjects::CalcBoundingBox() const {

Completed in 4997 milliseconds