Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrTextUtils.cpp570 SkPoint tmsLoc; in DrawPosTextAsPath() local
571 tmsProc(pos, &tmsLoc); in DrawPosTextAsPath()
573 alignProc(tmsLoc, glyph, &loc); in DrawPosTextAsPath()
DGrStencilAndCoverTextContext.cpp516 SkPoint tmsLoc; in setPosText() local
517 tmsProc(pos, &tmsLoc); in setPosText()
519 alignProc(tmsLoc, glyph, &loc); in setPosText()
/external/skia/src/core/
DSkDraw.cpp1580 SkPoint tmsLoc; in drawPosText_asPaths() local
1581 tmsProc(pos, &tmsLoc); in drawPosText_asPaths()
1583 alignProc(tmsLoc, glyph, &loc); in drawPosText_asPaths()