HomeSort by relevance Sort by last modified time
    Searched refs:PathTask (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
PathCache.h 293 class PathTask: public Task<SkBitmap*> {
295 PathTask(SkPath* path, SkPaint* paint, PathTexture* texture):
299 ~PathTask() {
PathCache.cpp 344 sp<PathTask> t = static_cast<PathTask* >(task.get());
486 sp<PathTask> task = new PathTask(path, paint, texture);

Completed in 52 milliseconds