Searched refs:getAdvances (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp404 static FT_Error getAdvances(FT_Face face, FT_UInt start, FT_UInt count, function
468 if (getAdvances(face, gId, 1, FT_LOAD_NO_SCALE, &advance)) {
672 getAdvances(face, gID, advanceCount, FT_LOAD_NO_SCALE,
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp405 static FT_Error getAdvances(FT_Face face, FT_UInt start, FT_UInt count, function
469 if (getAdvances(face, gId, 1, FT_LOAD_NO_SCALE, &advance)) {
673 getAdvances(face, gID, advanceCount, FT_LOAD_NO_SCALE,

Completed in 223 milliseconds