Searched refs:tmsLoc (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/text/
H A DGrTextUtils.cpp547 SkPoint tmsLoc; local
548 tmsProc(pos, &tmsLoc);
550 alignProc(tmsLoc, glyph, &loc);
H A DGrStencilAndCoverTextContext.cpp517 SkPoint tmsLoc; local
518 tmsProc(pos, &tmsLoc);
520 alignProc(tmsLoc, glyph, &loc);
/external/skia/src/core/
H A DSkDraw.cpp1625 SkPoint tmsLoc; local
1626 tmsProc(pos, &tmsLoc);
1628 alignProc(tmsLoc, glyph, &loc);

Completed in 147 milliseconds