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

  /external/pdfium/core/fpdfdoc/
cpdf_annot.h 69 static CFX_FloatRect RectFromQuadPoints(CPDF_Dictionary* pAnnotDict);
cpdf_annot.cpp 161 return RectFromQuadPoints(m_pAnnotDict.Get());
208 CFX_FloatRect CPDF_Annot::RectFromQuadPoints(CPDF_Dictionary* pAnnotDict) {
cpvt_generateap.cpp 519 ? CPDF_Annot::RectFromQuadPoints(pAnnotDict)
606 CFX_FloatRect rect = CPDF_Annot::RectFromQuadPoints(pAnnotDict);
708 CFX_FloatRect rect = CPDF_Annot::RectFromQuadPoints(pAnnotDict);
817 CFX_FloatRect rect = CPDF_Annot::RectFromQuadPoints(pAnnotDict);
865 CFX_FloatRect rect = CPDF_Annot::RectFromQuadPoints(pAnnotDict);
    [all...]
  /external/pdfium/fpdfsdk/
fpdfannot.cpp 616 CFX_FloatRect newRect = CPDF_Annot::RectFromQuadPoints(pAnnotDict);
    [all...]

Completed in 3335 milliseconds