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

  /external/pdfium/core/src/reflow/
reflowedtextpage.cpp 299 FX_BOOL CRF_TextPage::GetBaselineRotate(int rectIndex, int& Rotate)
304 FX_BOOL CRF_TextPage::GetBaselineRotate(CFX_FloatRect rect, int& Rotate)
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 730 FX_BOOL CPDF_TextPage::GetBaselineRotate(int start, int end, int& Rotate)
770 FX_BOOL CPDF_TextPage::GetBaselineRotate(CFX_FloatRect rect , int& Rotate)
787 return GetBaselineRotate(start, end, Rotate);
789 FX_BOOL CPDF_TextPage::GetBaselineRotate(int rectIndex, int& Rotate)
798 return GetBaselineRotate(rect , Rotate);
    [all...]

Completed in 36 milliseconds