HomeSort by relevance Sort by last modified time
    Searched defs:FXTEXT_GLYPHPOS (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxge/ge/
fx_ge_text.cpp 31 FXTEXT_GLYPHPOS::FXTEXT_GLYPHPOS() : m_pGlyph(nullptr) {}
33 FXTEXT_GLYPHPOS::FXTEXT_GLYPHPOS(const FXTEXT_GLYPHPOS&) = default;
35 FXTEXT_GLYPHPOS::~FXTEXT_GLYPHPOS(){};
46 FX_RECT FXGE_GetGlyphsBBox(const std::vector<FXTEXT_GLYPHPOS>& glyphs,
52 for (const FXTEXT_GLYPHPOS& glyph : glyphs) {
  /external/pdfium/core/fxge/
fx_font.h 230 class FXTEXT_GLYPHPOS {
232 FXTEXT_GLYPHPOS();
233 FXTEXT_GLYPHPOS(const FXTEXT_GLYPHPOS&);
234 ~FXTEXT_GLYPHPOS();
241 FX_RECT FXGE_GetGlyphsBBox(const std::vector<FXTEXT_GLYPHPOS>& glyphs,

Completed in 901 milliseconds