Home
last modified time | relevance | path

Searched refs:IsDirectionR2L (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_viewerpreferences.h22 bool IsDirectionR2L() const;
Dcpdf_viewerpreferences.cpp17 bool CPDF_ViewerPreferences::IsDirectionR2L() const { in IsDirectionR2L() function in CPDF_ViewerPreferences
/external/pdfium/fpdfsdk/
Dfpdftext.cpp60 pPDFPage, viewRef.IsDirectionR2L() ? FPDFText_Direction::Right in FPDFText_LoadPage()