Home
last modified time | relevance | path

Searched refs:setPosText (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp109 run.setPosText(text, byteLength, pos, scalarsPerPosition, offset); in drawPosText()
290 run->setPosText(text, byteLength, iter.pos(), 1, SkPoint::Make(0, runOffset.fY)); in init()
293 run->setPosText(text, byteLength, iter.pos(), 2, SkPoint::Make(0, 0)); in init()
493 void GrStencilAndCoverTextContext::TextRun::setPosText(const char text[], size_t byteLength, in setPosText() function in GrStencilAndCoverTextContext::TextRun
DGrStencilAndCoverTextContext.h75 void setPosText(const char text[], size_t byteLength, const SkScalar pos[],