Searched defs:applyKerning (Results 1 - 2 of 2) sorted by relevance

/external/skia/gm/
H A Dtypeface.cpp32 static void applyKerning(SkPoint pos[], const int32_t adjustments[], int count, function
72 applyKerning(pos, adjustments, glyphCount, glyphPaint);
90 TypefaceStylesGM(bool applyKerning) argument
91 : fApplyKerning(applyKerning) {
/external/skqp/gm/
H A Dtypeface.cpp32 static void applyKerning(SkPoint pos[], const int32_t adjustments[], int count, function
72 applyKerning(pos, adjustments, glyphCount, glyphPaint);
90 TypefaceStylesGM(bool applyKerning) argument
91 : fApplyKerning(applyKerning) {

Completed in 106 milliseconds