Searched defs:GetBaselineRotate (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dreflowedtextpage.cpp299 FX_BOOL CRF_TextPage::GetBaselineRotate(int rectIndex, int& Rotate) function in class:CRF_TextPage
304 FX_BOOL CRF_TextPage::GetBaselineRotate(CFX_FloatRect rect, int& Rotate) function in class:CRF_TextPage
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp730 FX_BOOL CPDF_TextPage::GetBaselineRotate(int start, int end, int& Rotate) function in class:CPDF_TextPage
770 FX_BOOL CPDF_TextPage::GetBaselineRotate(CFX_FloatRect rect , int& Rotate) function in class:CPDF_TextPage
787 return GetBaselineRotate(start, end, Rotate);
789 FX_BOOL CPDF_TextPage::GetBaselineRotate(int rectIndex, int& Rotate) function in class:CPDF_TextPage
798 return GetBaselineRotate(rect , Rotate);

Completed in 1117 milliseconds