HomeSort by relevance Sort by last modified time
    Searched refs:GetVerticalScale (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_font.h 20 float GetVerticalScale();
cxfa_font.cpp 81 float CXFA_Font::GetVerticalScale() {
  /external/pdfium/xfa/fxfa/
cxfa_textparser.cpp 402 return font ? static_cast<int32_t>(font->GetVerticalScale()) : 100;
cxfa_textlayout.cpp 159 m_pBreak->SetVerticalScale(static_cast<int32_t>(font->GetVerticalScale()));
    [all...]

Completed in 144 milliseconds