Searched refs:getWidthAdvance (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/ports/ |
D | SkTypeface_win_dw.cpp | 316 static bool getWidthAdvance(IDWriteFontFace* fontFace, int gId, int16_t* advance) { in getWidthAdvance() function 448 getWidthAdvance(fDWriteFontFace.get(), 1, &advance); in onGetAdvancedTypefaceMetrics() 458 getWidthAdvance)); in onGetAdvancedTypefaceMetrics()
|
D | SkFontHost_FreeType.cpp | 436 static bool getWidthAdvance(FT_Face face, int gId, int16_t* data) { in getWidthAdvance() function 619 &getWidthAdvance)); in onGetAdvancedTypefaceMetrics()
|
D | SkFontHost_mac.cpp | 1537 static bool getWidthAdvance(CTFontRef ctFont, int gId, int16_t* data) { in getWidthAdvance() function 1654 &getWidthAdvance)); in onGetAdvancedTypefaceMetrics()
|
D | SkFontHost_win.cpp | 1716 static bool getWidthAdvance(HDC hdc, int gId, int16_t* advance) { in getWidthAdvance() function 1842 &getWidthAdvance)); in onGetAdvancedTypefaceMetrics()
|