Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrTextUtils.cpp527 SkPoint tmsLoc; in DrawPosTextAsPath() local
528 tmsProc(pos, &tmsLoc); in DrawPosTextAsPath()
530 alignProc(tmsLoc, glyph, &loc); in DrawPosTextAsPath()
DGrStencilAndCoverTextContext.cpp522 SkPoint tmsLoc; in setPosText() local
523 tmsProc(pos, &tmsLoc); in setPosText()
525 alignProc(tmsLoc, glyph, &loc); in setPosText()
/external/skia/src/core/
DSkDraw.cpp1625 SkPoint tmsLoc; in drawPosText_asPaths() local
1626 tmsProc(pos, &tmsLoc); in drawPosText_asPaths()
1628 alignProc(tmsLoc, glyph, &loc); in drawPosText_asPaths()