Home
last modified time | relevance | path

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

/external/skia/src/gpu/batches/
DGrAADistanceFieldPathRenderer.cpp394 SkAutoSMalloc<1024> dfStorage(width * height * sizeof(unsigned char)); in addPathToAtlas() local
397 SkGenerateDistanceFieldFromA8Image((unsigned char*)dfStorage.get(), in addPathToAtlas()
404 bool success = atlas->addToAtlas(&id, target, width, height, dfStorage.get(), in addPathToAtlas()
411 dfStorage.get(), &atlasLocation); in addPathToAtlas()