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

  /external/skia/src/core/
SkStrike.cpp 63 return lookupByPackedGlyphID(id, kNothing_MetricsType);
69 return *this->lookupByPackedGlyphID(packedGlyphID, kJustAdvance_MetricsType);
75 return *this->lookupByPackedGlyphID(packedGlyphID, kFull_MetricsType);
81 return *this->lookupByPackedGlyphID(packedGlyphID, kFull_MetricsType);
91 SkGlyph* SkStrike::lookupByPackedGlyphID(SkPackedGlyphID packedGlyphID, MetricsType type) {
SkStrike.h 192 SkGlyph* lookupByPackedGlyphID(SkPackedGlyphID packedGlyphID, MetricsType type);
  /external/skqp/src/core/
SkStrike.cpp 63 return lookupByPackedGlyphID(id, kNothing_MetricsType);
69 return *this->lookupByPackedGlyphID(packedGlyphID, kJustAdvance_MetricsType);
75 return *this->lookupByPackedGlyphID(packedGlyphID, kFull_MetricsType);
81 return *this->lookupByPackedGlyphID(packedGlyphID, kFull_MetricsType);
91 SkGlyph* SkStrike::lookupByPackedGlyphID(SkPackedGlyphID packedGlyphID, MetricsType type) {
SkStrike.h 183 SkGlyph* lookupByPackedGlyphID(SkPackedGlyphID packedGlyphID, MetricsType type);

Completed in 108 milliseconds