Home
last modified time | relevance | path

Searched defs:rtBBox (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxge/android/
H A Dcfpf_skiafont.cpp79 bool CFPF_SkiaFont::GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox) { in GetGlyphBBox()
129 bool CFPF_SkiaFont::GetBBox(FX_RECT& rtBBox) { in GetBBox()
/aosp_15_r20/external/pdfium/xfa/fgas/font/
H A Dcfgas_gefont.cpp192 absl::optional<FX_RECT> rtBBox = m_pFont->GetGlyphBBox(iGlyph); in GetCharBBox() local
/aosp_15_r20/external/pdfium/xfa/fgas/layout/
H A Dcfgas_txtbreak.cpp829 absl::optional<FX_RECT> rtBBox = pFont->GetCharBBox(wForm); in GetDisplayPos() local