Searched refs:makeOp (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/text/ |
D | GrTextBlob.cpp | 166 inline std::unique_ptr<GrAtlasTextOp> GrTextBlob::makeOp( in makeOp() function in GrTextBlob 354 auto op = this->makeOp(info, glyphCount, runIndex, subRun, viewMatrix, x, y, in flush() 378 return this->makeOp(info, glyphCount, run, subRun, viewMatrix, x, y, emptyRect, in test_makeOp()
|
D | GrTextBlob.h | 516 inline std::unique_ptr<GrAtlasTextOp> makeOp(
|
/external/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 539 auto op = this->makeOp(*subRun, glyphCount, drawMatrix, drawOrigin, in flush() 596 return this->makeOp(*info, glyphCount, drawMatrix, drawOrigin, emptyRect, in test_makeOp() 707 std::unique_ptr<GrAtlasTextOp> GrTextBlob::makeOp( in makeOp() function in GrTextBlob
|
D | GrTextBlob.h | 222 std::unique_ptr<GrAtlasTextOp> makeOp(
|