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

/external/skia/src/gpu/text/
H A DGrTextUtils.cpp527 SkPoint tmsLoc; local
528 tmsProc(pos, &tmsLoc);
530 alignProc(tmsLoc, glyph, &loc);
H A DGrStencilAndCoverTextContext.cpp522 SkPoint tmsLoc; local
523 tmsProc(pos, &tmsLoc);
525 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 89 milliseconds