Searched refs:applyKerning (Results 1 – 2 of 2) sorted by relevance
/external/skia/gm/ |
D | typeface.cpp | 33 static void applyKerning(SkPoint pos[], const int32_t adjustments[], int count, in applyKerning() function 71 applyKerning(rec.points(), adjustments, glyphCount, font); in drawKernText() 90 TypefaceStylesGM(bool applyKerning) : fApplyKerning(applyKerning) {} in TypefaceStylesGM() argument
|
/external/skqp/gm/ |
D | typeface.cpp | 33 static void applyKerning(SkPoint pos[], const int32_t adjustments[], int count, in applyKerning() function 71 applyKerning(rec.points(), adjustments, glyphCount, font); in drawKernText() 90 TypefaceStylesGM(bool applyKerning) : fApplyKerning(applyKerning) {} in TypefaceStylesGM() argument
|