Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp918 m_charDetails.SetGlyphAt(cur_index, in DrawText()
923 m_charDetails.SetGlyphAt(cur_index, static_cast<uint16_t>(cp.m_ExtGID)); in DrawText()
1466 void SetGlyphAt(int index, uint16_t glyph) { m_glyphs[index] = glyph; } in SetGlyphAt() function in SkiaState::CharDetail