HomeSort by relevance Sort by last modified time
    Searched refs:onGetKerningPairAdjustments (Results 1 - 4 of 4) sorted by null

  /external/skia/src/ports/
SkFontHost_FreeType_common.h 85 bool onGetKerningPairAdjustments(const uint16_t glyphs[], int count,
SkFontHost_FreeType.cpp 706 bool SkTypeface_FreeType::onGetKerningPairAdjustments(const uint16_t glyphs[],
    [all...]
  /external/skia/include/core/
SkTypeface.h 365 virtual bool onGetKerningPairAdjustments(const SkGlyphID glyphs[], int count,
  /external/skia/src/core/
SkTypeface.cpp 287 return this->onGetKerningPairAdjustments(glyphs, count, adjustments);
317 bool SkTypeface::onGetKerningPairAdjustments(const uint16_t glyphs[], int count,

Completed in 222 milliseconds