Home
last modified time | relevance | path

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

/external/skqp/src/gpu/text/
DGrTextUtils.cpp146 SkPoint tmsLoc; in DrawBigPosText() local
147 tmsProc(pos, &tmsLoc); in DrawBigPosText()
149 alignProc(tmsLoc, glyph, &loc); in DrawBigPosText()
DGrStencilAndCoverTextContext.cpp501 SkPoint tmsLoc; in setPosText() local
502 tmsProc(pos, &tmsLoc); in setPosText()
504 alignProc(tmsLoc, glyph, &loc); in setPosText()
/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp520 SkPoint tmsLoc; in DrawBmpPosTextAsPaths() local
521 tmsProc(pos, &tmsLoc); in DrawBmpPosTextAsPaths()
523 alignProc(tmsLoc, glyph, &loc); in DrawBmpPosTextAsPaths()
/external/skia/src/core/
DSkDraw.cpp1599 SkPoint tmsLoc; in drawPosText_asPaths() local
1600 tmsProc(pos, &tmsLoc); in drawPosText_asPaths()
1602 alignProc(tmsLoc, glyph, &loc); in drawPosText_asPaths()
/external/skqp/src/core/
DSkDraw.cpp1572 SkPoint tmsLoc; in drawPosText_asPaths() local
1573 tmsProc(pos, &tmsLoc); in drawPosText_asPaths()
1575 alignProc(tmsLoc, glyph, &loc); in drawPosText_asPaths()