Home | History | Annotate | Download | only in hwui

Lines Matching full:skbitmap

32 class SkBitmap;
82 sp<Task<SkBitmap*> > task() const {
86 void setTask(const sp<Task<SkBitmap*> >& task) {
97 sp<Task<SkBitmap*> > mTask;
234 PathTexture* addTexture(const PathDescription& entry, SkBitmap* bitmap);
239 void generateTexture(SkBitmap& bitmap, Texture* texture);
240 void generateTexture(const PathDescription& entry, SkBitmap* bitmap, PathTexture* texture,
272 class PathTask: public Task<SkBitmap*> {
291 class PathProcessor: public TaskProcessor<SkBitmap*> {
296 virtual void onProcess(const sp<Task<SkBitmap*> >& task);