Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_viewerpreferences.h24 bool IsDirectionR2L() const;
Dcpdf_viewerpreferences.cpp18 bool CPDF_ViewerPreferences::IsDirectionR2L() const { in IsDirectionR2L() function in CPDF_ViewerPreferences
/external/pdfium/fpdfsdk/
Dfpdf_text.cpp52 pdfium::MakeUnique<CPDF_TextPage>(pPDFPage, viewRef.IsDirectionR2L()); in FPDFText_LoadPage()