Searched defs:rtBBox (Results 1 – 3 of 3) sorted by relevance
79 bool CFPF_SkiaFont::GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox) { in GetGlyphBBox()129 bool CFPF_SkiaFont::GetBBox(FX_RECT& rtBBox) { in GetBBox()
192 absl::optional<FX_RECT> rtBBox = m_pFont->GetGlyphBBox(iGlyph); in GetCharBBox() local
829 absl::optional<FX_RECT> rtBBox = pFont->GetCharBBox(wForm); in GetDisplayPos() local