Home
last modified time | relevance | path

Searched refs:getKerningPairAdjustments (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkTypeface.h259 bool getKerningPairAdjustments(const SkGlyphID glyphs[], int count,
/external/skia/gm/
Dtypeface.cpp59 if (!face->getKerningPairAdjustments(glyphs, glyphCount, adjustments)) { in drawKernText()
/external/skia/src/core/
DSkTypeface.cpp276 bool SkTypeface::getKerningPairAdjustments(const uint16_t glyphs[], int count, in getKerningPairAdjustments() function in SkTypeface