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 271 class PathTask: public Task<SkBitmap*> {
273 PathTask(const SkPath* path, const SkPaint* paint, PathTexture* texture):
277 ~PathTask() {
PathCache.cpp 330 PathTask* t = static_cast<PathTask*>(task.get());
438 sp<PathTask> task = new PathTask(path, paint, texture);

Completed in 52 milliseconds