Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_font.h125 absl::optional<FX_RECT> GetRawBBox() const;
Dcfx_font.cpp614 absl::optional<FX_RECT> CFX_Font::GetRawBBox() const { in GetRawBBox() function in CFX_Font
625 absl::optional<FX_RECT> result = GetRawBBox(); in GetBBox()
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp183 output += GenerateType42FontDictionary(psname, font->GetRawBBox().value(), in GenerateType42FontData()