Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathCache.h60 class PathTask: public Task<sk_sp<Bitmap>> {
62 PathTask(const SkPath* path, const SkPaint* paint, PathTexture* texture): in PathTask() function
100 sp<PathTask> task() const { in task()
104 void setTask(const sp<PathTask>& task) { in setTask()
115 sp<PathTask> mTask;
DPathCache.cpp226 const sp<PathTask>& task = texture->task(); in removeTexture()
328 PathTask* t = static_cast<PathTask*>(task.get()); in onProcess()
376 const sp<PathTask>& task = texture->task(); in get()
420 sp<PathTask> task = new PathTask(path, paint, texture); in precache()