Searched refs:getWidthAdvance (Results 1 - 8 of 8) sorted by last modified time

/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp467 static bool getWidthAdvance(FT_Face face, int gId, int16_t* data) { function
688 &getWidthAdvance));
H A DSkFontHost_mac.cpp1511 static bool getWidthAdvance(CTFontRef ctFont, int gId, int16_t* data) { function
1632 &getWidthAdvance));
H A DSkFontHost_win.cpp1819 static bool getWidthAdvance(HDC hdc, int gId, int16_t* advance) { function
1954 &getWidthAdvance));
H A DSkTypeface_win_dw.cpp332 static bool getWidthAdvance(IDWriteFontFace* fontFace, int gId, int16_t* advance) { function
474 getWidthAdvance(fDWriteFontFace.get(), 1, &advance);
484 getWidthAdvance));
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp466 static bool getWidthAdvance(FT_Face face, int gId, int16_t* data) { function
687 &getWidthAdvance));
H A DSkFontHost_mac.cpp1506 static bool getWidthAdvance(CTFontRef ctFont, int gId, int16_t* data) { function
1629 &getWidthAdvance));
H A DSkFontHost_win.cpp1791 static bool getWidthAdvance(HDC hdc, int gId, int16_t* advance) { function
1926 &getWidthAdvance));
H A DSkTypeface_win_dw.cpp311 static bool getWidthAdvance(IDWriteFontFace* fontFace, int gId, int16_t* advance) {
452 getWidthAdvance(fDWriteFontFace.get(), 1, &advance);
462 getWidthAdvance));

Completed in 390 milliseconds