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

  /external/pdfium/core/fxge/
fx_ge_text.cpp 30 FXTEXT_GLYPHPOS::FXTEXT_GLYPHPOS() : m_pGlyph(nullptr) {}
32 FXTEXT_GLYPHPOS::FXTEXT_GLYPHPOS(const FXTEXT_GLYPHPOS&) = default;
34 FXTEXT_GLYPHPOS::~FXTEXT_GLYPHPOS(){};
45 FX_RECT FXGE_GetGlyphsBBox(const std::vector<FXTEXT_GLYPHPOS>& glyphs,
51 for (const FXTEXT_GLYPHPOS& glyph : glyphs) {
fx_font.h 86 class FXTEXT_GLYPHPOS {
88 FXTEXT_GLYPHPOS();
89 FXTEXT_GLYPHPOS(const FXTEXT_GLYPHPOS&);
90 ~FXTEXT_GLYPHPOS();
97 FX_RECT FXGE_GetGlyphsBBox(const std::vector<FXTEXT_GLYPHPOS>& glyphs,
cfx_renderdevice.cpp 31 void AdjustGlyphSpace(std::vector<FXTEXT_GLYPHPOS>* pGlyphAndPos) {
33 std::vector<FXTEXT_GLYPHPOS>& glyphs = *pGlyphAndPos;
39 FXTEXT_GLYPHPOS& next = glyphs[i];
43 FXTEXT_GLYPHPOS& current = glyphs[i - 1];
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp     [all...]

Completed in 435 milliseconds