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 292 FX_BOOL CRF_TextPage::GetBaselineRotate(int rectIndex, int& Rotate)
297 FX_BOOL CRF_TextPage::GetBaselineRotate(CFX_FloatRect rect, int& Rotate)
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 765 FX_BOOL CPDF_TextPage::GetBaselineRotate(int start, int end, int& Rotate)
805 FX_BOOL CPDF_TextPage::GetBaselineRotate(const CFX_FloatRect& rect , int& Rotate)
822 return GetBaselineRotate(start, end, Rotate);
824 FX_BOOL CPDF_TextPage::GetBaselineRotate(int rectIndex, int& Rotate)
833 return GetBaselineRotate(rect , Rotate);
    [all...]

Completed in 575 milliseconds