Home
last modified time | relevance | path

Searched defs:advances (Results 1 – 13 of 13) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DGlyphBuffer.h87 GlyphBufferAdvance* advances(int from) { return m_advances.data() + from; } in advances() function
89 const GlyphBufferAdvance* advances(int from) const { return m_advances.data() + from; } in advances() function
/external/freetype/src/base/
Dftadvanc.c26 FT_Fixed* advances, in _ft_face_scale_advances()
/external/webkit/WebCore/platform/wx/wxcode/win/
Dnon-kerned-drawing.cpp107 const GlyphBufferAdvance* advances = glyphBuffer.advances(from); in drawTextWithSpacing() local
/external/webkit/WebCore/platform/graphics/skia/
DSkiaFontWin.cpp271 const int* advances, in skiaDrawText()
302 const int* advances, in paintSkiaText()
/external/webkit/WebCore/platform/graphics/chromium/
DFontChromiumWin.cpp256 const int* advances, in drawGlyphs()
390 Vector<int, kMaxBufferLength> advances; in drawGlyphs() local
DFontLinux.cpp271 const HB_Fixed* advances() const in advances() function in WebCore::TextRunWalker
532 const HB_Fixed* advances = walker.advances(); in glyphIndexForXPositionInScriptRun() local
DHarfbuzzSkia.cpp79 …dvances(HB_Font hbFont, const HB_Glyph* glyphs, hb_uint32 numGlyphs, HB_Fixed* advances, int flags) in glyphsToAdvances()
DUniscribeHelper.cpp173 Vector<int, 64> advances; in justify() local
/external/freetype/src/truetype/
Dttdriver.c134 FT_Fixed *advances ) in tt_get_advances()
/external/webkit/WebCore/platform/graphics/mac/
DComplexTextController.h93 const CGSize* advances() const { return m_advances; } in advances() function
DComplexTextController.cpp429 const CGSize* advances = complexTextRun.advances(); in adjustGlyphsAndAdvances() local
/external/webkit/WebCore/platform/graphics/win/
DUniscribeController.cpp237 Vector<int> advances; in shapeAndPlaceItem() local
/external/freetype/src/cff/
Dcffdrivr.c196 FT_Fixed* advances ) in cff_get_advances()