Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_win_dw.cpp1346 static bool getWidthAdvance(IDWriteFontFace* fontFace, int gId, int16_t* advance) {
1544 getWidthAdvance(typeface->fDWriteFontFace.get(), 1, &advance);
1554 getWidthAdvance));
DSkFontHost_FreeType.cpp390 static bool getWidthAdvance(FT_Face face, int gId, int16_t* data) { in getWidthAdvance() function
603 &getWidthAdvance)); in GetAdvancedTypefaceMetrics()
DSkFontHost_win.cpp1399 static bool getWidthAdvance(HDC hdc, int gId, int16_t* advance) { in getWidthAdvance() function
1537 &getWidthAdvance)); in GetAdvancedTypefaceMetrics()
DSkFontHost_mac_coretext.cpp1442 static bool getWidthAdvance(CTFontRef ctFont, int gId, int16_t* data) { in getWidthAdvance() function
1571 &getWidthAdvance)); in GetAdvancedTypefaceMetrics()
/external/skia/legacy/src/ports/
DSkFontHost_win.cpp1027 static bool getWidthAdvance(HDC hdc, int gId, int16_t* advance) { in getWidthAdvance() function
1177 &getWidthAdvance)); in GetAdvancedTypefaceMetrics()
DSkFontHost_FreeType.cpp376 static bool getWidthAdvance(FT_Face face, int gId, int16_t* data) { in getWidthAdvance() function
589 &getWidthAdvance)); in GetAdvancedTypefaceMetrics()
DSkFontHost_mac_coretext.cpp1599 static bool getWidthAdvance(CTFontRef ctFont, int gId, int16_t* data) { in getWidthAdvance() function
1719 &getWidthAdvance)); in GetAdvancedTypefaceMetrics()