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

  /external/skia/src/core/
SkFindAndPlaceGlyph.h 234 const SkGlyph& renderGlyph = fCache->getGlyphIDMetrics(glyphID, lookupPosition.fX, lookupPosition.fY);
237 if (renderGlyph.fWidth > 0) {
238 processOneGlyph(renderGlyph, position,
241 return position + SkPoint{SkFloatToScalar(renderGlyph.fAdvanceX),
242 SkFloatToScalar(renderGlyph.fAdvanceY)};
  /external/skqp/src/core/
SkFindAndPlaceGlyph.h 234 const SkGlyph& renderGlyph = fCache->getGlyphIDMetrics(glyphID, lookupPosition.fX, lookupPosition.fY);
237 if (renderGlyph.fWidth > 0) {
238 processOneGlyph(renderGlyph, position,
241 return position + SkPoint{SkFloatToScalar(renderGlyph.fAdvanceX),
242 SkFloatToScalar(renderGlyph.fAdvanceY)};

Completed in 182 milliseconds