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 272 class PathTask: public Task<SkBitmap*> {
274 PathTask(const SkPath* path, const SkPaint* paint, PathTexture* texture):
278 ~PathTask() {
PathCache.cpp 337 PathTask* t = static_cast<PathTask*>(task.get());
481 sp<PathTask> task = new PathTask(path, paint, texture);

Completed in 90 milliseconds