Home
last modified time | relevance | path

Searched refs:SubpixelLookup (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/core/
DSkGlyphRunPainter.h36 static SkIPoint SubpixelLookup(SkAxisAlignment axisAlignment, SkPoint position);
DSkStrike.cpp232 SkIPoint lookupPosition = SkStrikeCommon::SubpixelLookup(fAxisAlignment, position); in getGlyphMetrics()
DSkRemoteGlyphCache.cpp537 SkIPoint lookupPoint = SkStrikeCommon::SubpixelLookup(fAxisAlignmentForHText, position); in getGlyphMetrics()
DSkGlyphRunPainter.cpp54 SkIPoint SkStrikeCommon::SubpixelLookup(SkAxisAlignment axisAlignment, SkPoint position) { in SubpixelLookup() function in SkStrikeCommon