Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp61 CFX_FixedBufGrow<CGPoint, 32> glyph_positions(nChars); in CGDrawGlyphRun() local
66 glyph_positions[i].x = -pCharPos[i].m_Origin.x; in CGDrawGlyphRun()
68 glyph_positions[i].x = pCharPos[i].m_Origin.x; in CGDrawGlyphRun()
69 glyph_positions[i].y = pCharPos[i].m_Origin.y; in CGDrawGlyphRun()
80 font_size, glyph_indices, glyph_positions, in CGDrawGlyphRun()