Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DGlyphPageTreeNode.cpp253 if (!m_page->glyphAt(j) && pageToFill->glyphAt(j)) in initializePage()
297 if (parentPage->glyphAt(i)) in initializePage()
299 else if (fallbackPage->glyphAt(i)) { in initializePage()
DGlyphPage.h120 return glyphAt(indexForCharacter(c)); in glyphForCharacter()
123 ALWAYS_INLINE Glyph glyphAt(unsigned index) const in glyphAt() function
DGlyphBuffer.h84 Glyph glyphAt(unsigned index) const in glyphAt() function
DFontFastPath.cpp502 return offsetToMiddleOfGlyph(glyphBuffer.fontDataAt(i), glyphBuffer.glyphAt(i)); in offsetToMiddleOfGlyphAtIndex()
528 markBuffer.add(glyphBuffer.glyphAt(i) ? markGlyph : spaceGlyph, markFontData, advance); in drawEmphasisMarks()
531 …markBuffer.add(glyphBuffer.glyphAt(glyphBuffer.size() - 1) ? markGlyph : spaceGlyph, markFontData,… in drawEmphasisMarks()
DSimpleFontData.cpp164 return node->page() ? node->page()->glyphAt(character % GlyphPage::size) : 0; in glyphForCharacter()
/external/chromium_org/third_party/skia/src/gpu/
DGrTextStrike.h44 const GrGlyph* glyphAt(int index) const { in glyphAt() function
/external/skia/src/gpu/
DGrTextStrike.h44 const GrGlyph* glyphAt(int index) const { in glyphAt() function
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
DFontWin.cpp133 glyphs[i] = glyphBuffer.glyphAt(from + glyphIndex); in drawGlyphs()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextRunRenderingContext.cpp125 Glyph glyph = glyphBuffer.glyphAt(from + i); in drawSVGGlyphs()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeVerticalData.cpp563 Glyph glyph = glyphPage->glyphAt(index); in substituteWithVerticalGlyphs()