Searched refs:PathProcessor (Results 1 – 2 of 2) sorted by relevance
289 class PathProcessor: public TaskProcessor<SkBitmap*> {291 PathProcessor(Caches& caches);292 ~PathProcessor() { } in ~PathProcessor()307 sp<PathProcessor> mProcessor;
325 PathCache::PathProcessor::PathProcessor(Caches& caches): in PathProcessor() function in android::uirenderer::PathCache::PathProcessor329 void PathCache::PathProcessor::onProcess(const sp<Task<SkBitmap*> >& task) { in onProcess()451 mProcessor = new PathProcessor(Caches::getInstance()); in precache()