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

  /external/pdfium/core/fxge/android/
cfpf_skiafont.cpp 90 bool CFPF_SkiaFont::GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox) {
110 rtBBox.left = FPF_EM_ADJUST(x_ppem, cbox.xMin);
111 rtBBox.right = FPF_EM_ADJUST(x_ppem, cbox.xMax);
112 rtBBox.top = FPF_EM_ADJUST(y_ppem, cbox.yMax);
113 rtBBox.bottom = FPF_EM_ADJUST(y_ppem, cbox.yMin);
114 rtBBox.top = std::min(rtBBox.top, GetAscent());
115 rtBBox.bottom = std::max(rtBBox.bottom, GetDescent());
124 rtBBox.left = FPF_EM_ADJUST(FXFT_Get_Face_UnitsPerEM(m_Face)
    [all...]
cfpf_skiafont.h 32 bool GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox);
33 bool GetBBox(FX_RECT& rtBBox);
  /external/pdfium/xfa/fgas/font/
cfgas_gefont.cpp 330 FX_RECT rtBBox;
331 if (!m_pFont->GetGlyphBBox(iGlyph, rtBBox))
334 CFX_Rect rt(rtBBox.left, rtBBox.top, rtBBox.Width(), rtBBox.Height());
  /external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp     [all...]

Completed in 146 milliseconds