Searched refs:getKerningPairAdjustments (Results 1 – 6 of 6) sorted by relevance
/external/skia/include/core/ |
D | SkTypeface.h | 271 bool getKerningPairAdjustments(const SkGlyphID glyphs[], int count,
|
/external/skqp/include/core/ |
D | SkTypeface.h | 283 bool getKerningPairAdjustments(const SkGlyphID glyphs[], int count,
|
/external/skqp/gm/ |
D | typeface.cpp | 61 if (!face->getKerningPairAdjustments(glyphs, glyphCount, adjustments)) { in drawKernText()
|
/external/skia/gm/ |
D | typeface.cpp | 70 if (!face->getKerningPairAdjustments(glyphs, glyphCount, adjustments)) { in drawKernText()
|
/external/skqp/src/core/ |
D | SkTypeface.cpp | 316 bool SkTypeface::getKerningPairAdjustments(const uint16_t glyphs[], int count, in getKerningPairAdjustments() function in SkTypeface
|
/external/skia/src/core/ |
D | SkTypeface.cpp | 323 bool SkTypeface::getKerningPairAdjustments(const uint16_t glyphs[], int count, in getKerningPairAdjustments() function in SkTypeface
|