Searched refs:GetBaselineRotate (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dreflowedtextpage.h54 virtual FX_BOOL GetBaselineRotate(int rectIndex, int& Rotate);
55 virtual FX_BOOL GetBaselineRotate(CFX_FloatRect rect, int& Rotate);
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/include/fpdftext/
H A Dfpdf_text.h117 virtual FX_BOOL GetBaselineRotate(int rectIndex, int& Rotate) = 0;
119 virtual FX_BOOL GetBaselineRotate(CFX_FloatRect rect, int& Rotate) = 0;
/external/pdfium/core/src/fpdftext/
H A Dtext_int.h82 virtual FX_BOOL GetBaselineRotate(int rectIndex, int& Rotate);
83 virtual FX_BOOL GetBaselineRotate(CFX_FloatRect rect, int& Rotate);
98 FX_BOOL GetBaselineRotate(int start, int end, int& Rotate);
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 87 milliseconds