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

  /external/skia/src/core/
SkGlyphCache.cpp 119 return *this->lookupByChar(charCode, kFull_MetricsType);
124 return *this->lookupByChar(charCode, kFull_MetricsType, x, y);
130 return *this->lookupByPackedGlyphID(packedGlyphID, kFull_MetricsType);
136 return *this->lookupByPackedGlyphID(packedGlyphID, kFull_MetricsType);
155 if (type == kFull_MetricsType && glyph->isJustAdvance()) {
175 SkASSERT(kFull_MetricsType == mtype);
SkGlyphCache.h 181 kFull_MetricsType

Completed in 59 milliseconds