Searched defs:getWidthAdvance (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/ports/
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));
H A DSkFontHost_FreeType.cpp467 static bool getWidthAdvance(FT_Face face, int gId, int16_t* data) { function
688 &getWidthAdvance));
H A DSkFontHost_win.cpp1819 static bool getWidthAdvance(HDC hdc, int gId, int16_t* advance) { function
1954 &getWidthAdvance));
H A DSkFontHost_mac.cpp1511 static bool getWidthAdvance(CTFontRef ctFont, int gId, int16_t* data) { function
1632 &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_win.cpp1791 static bool getWidthAdvance(HDC hdc, int gId, int16_t* advance) { function
1926 &getWidthAdvance));
H A DSkFontHost_mac.cpp1506 static bool getWidthAdvance(CTFontRef ctFont, int gId, int16_t* data) { function
1629 &getWidthAdvance));

Completed in 722 milliseconds