Lines Matching full:skbitmap
20 #include <SkBitmap.h>
107 static void initBitmap(SkBitmap& bitmap, uint32_t width, uint32_t height) {
124 static void drawPath(const SkPath *path, const SkPaint* paint, SkBitmap& bitmap,
213 const sp<Task<SkBitmap*> >& task = texture->task();
215 SkBitmap* bitmap = task->getResult();
268 SkBitmap bitmap;
278 void PathCache::generateTexture(const PathDescription& entry, SkBitmap* bitmap,
307 void PathCache::generateTexture(SkBitmap& bitmap, Texture* texture) {
333 TaskProcessor<SkBitmap*>(&caches.tasks), mMaxTextureSize(caches.maxTextureSize) {
336 void PathCache::PathProcessor::onProcess(const sp<Task<SkBitmap*> >& task) {
352 SkBitmap* bitmap = new SkBitmap();
432 const sp<Task<SkBitmap*> >& task = texture->task();
436 SkBitmap* bitmap = task->getResult();