Searched refs:dfStorage (Results 1 – 1 of 1) sorted by relevance
394 SkAutoSMalloc<1024> dfStorage(width * height * sizeof(unsigned char)); in addPathToAtlas() local397 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()