Searched refs:tmsLoc (Results 1 – 5 of 5) sorted by relevance
/external/skqp/src/gpu/text/ |
D | GrTextUtils.cpp | 146 SkPoint tmsLoc; in DrawBigPosText() local 147 tmsProc(pos, &tmsLoc); in DrawBigPosText() 149 alignProc(tmsLoc, glyph, &loc); in DrawBigPosText()
|
D | GrStencilAndCoverTextContext.cpp | 501 SkPoint tmsLoc; in setPosText() local 502 tmsProc(pos, &tmsLoc); in setPosText() 504 alignProc(tmsLoc, glyph, &loc); in setPosText()
|
/external/skia/src/gpu/text/ |
D | GrAtlasTextContext.cpp | 520 SkPoint tmsLoc; in DrawBmpPosTextAsPaths() local 521 tmsProc(pos, &tmsLoc); in DrawBmpPosTextAsPaths() 523 alignProc(tmsLoc, glyph, &loc); in DrawBmpPosTextAsPaths()
|
/external/skia/src/core/ |
D | SkDraw.cpp | 1599 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/ |
D | SkDraw.cpp | 1572 SkPoint tmsLoc; in drawPosText_asPaths() local 1573 tmsProc(pos, &tmsLoc); in drawPosText_asPaths() 1575 alignProc(tmsLoc, glyph, &loc); in drawPosText_asPaths()
|