Searched defs:advances (Results 1 – 13 of 13) sorted by relevance
/external/webkit/WebCore/platform/graphics/ |
D | GlyphBuffer.h | 87 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/ |
D | ftadvanc.c | 26 FT_Fixed* advances, in _ft_face_scale_advances()
|
/external/webkit/WebCore/platform/wx/wxcode/win/ |
D | non-kerned-drawing.cpp | 107 const GlyphBufferAdvance* advances = glyphBuffer.advances(from); in drawTextWithSpacing() local
|
/external/webkit/WebCore/platform/graphics/skia/ |
D | SkiaFontWin.cpp | 271 const int* advances, in skiaDrawText() 302 const int* advances, in paintSkiaText()
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | FontChromiumWin.cpp | 256 const int* advances, in drawGlyphs() 390 Vector<int, kMaxBufferLength> advances; in drawGlyphs() local
|
D | FontLinux.cpp | 271 const HB_Fixed* advances() const in advances() function in WebCore::TextRunWalker 532 const HB_Fixed* advances = walker.advances(); in glyphIndexForXPositionInScriptRun() local
|
D | HarfbuzzSkia.cpp | 79 …dvances(HB_Font hbFont, const HB_Glyph* glyphs, hb_uint32 numGlyphs, HB_Fixed* advances, int flags) in glyphsToAdvances()
|
D | UniscribeHelper.cpp | 173 Vector<int, 64> advances; in justify() local
|
/external/freetype/src/truetype/ |
D | ttdriver.c | 134 FT_Fixed *advances ) in tt_get_advances()
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | ComplexTextController.h | 93 const CGSize* advances() const { return m_advances; } in advances() function
|
D | ComplexTextController.cpp | 429 const CGSize* advances = complexTextRun.advances(); in adjustGlyphsAndAdvances() local
|
/external/webkit/WebCore/platform/graphics/win/ |
D | UniscribeController.cpp | 237 Vector<int> advances; in shapeAndPlaceItem() local
|
/external/freetype/src/cff/ |
D | cffdrivr.c | 196 FT_Fixed* advances ) in cff_get_advances()
|