Lines Matching refs:atlas
152 GrBatchAtlas* atlas, PathCache* pathCache, PathDataList* pathList) { in Create() argument
153 return new AADistanceFieldPathBatch(geometry, viewMatrix, atlas, pathCache, pathList); in Create()
201 GrBatchAtlas* atlas = fAtlas; in onPrepareDraws() local
205 atlas->getTexture(), in onPrepareDraws()
251 if (nullptr == pathData || !atlas->hasID(pathData->fID)) { in onPrepareDraws()
264 atlas, in onPrepareDraws()
277 atlas->setLastUseToken(pathData->fID, target->currentToken()); in onPrepareDraws()
283 atlas, in onPrepareDraws()
302 GrBatchAtlas* atlas, in AADistanceFieldPathBatch() argument
308 fAtlas = atlas; in AADistanceFieldPathBatch()
321 GrBatchAtlas* atlas, in addPathToAtlas() argument
404 bool success = atlas->addToAtlas(&id, target, width, height, dfStorage.get(), in addPathToAtlas()
410 SkDEBUGCODE(success =) atlas->addToAtlas(&id, target, width, height, in addPathToAtlas()
444 GrBatchAtlas* atlas, in writePathVertices() argument
453 GrTexture* texture = atlas->getTexture(); in writePathVertices()