Home | History | Annotate | Download | only in hwui

Lines Matching full:skbitmap

20 #include <SkBitmap.h>
110 static void initBitmap(SkBitmap& bitmap, uint32_t width, uint32_t height) {
111 bitmap.setConfig(SkBitmap::kA8_Config, width, height);
128 static void drawPath(const SkPath *path, const SkPaint* paint, SkBitmap& bitmap,
220 const sp<Task<SkBitmap*> >& task = texture->task();
222 SkBitmap* bitmap = task->getResult();
275 SkBitmap bitmap;
285 void PathCache::generateTexture(const PathDescription& entry, SkBitmap* bitmap,
314 void PathCache::generateTexture(SkBitmap& bitmap, Texture* texture) {
340 TaskProcessor<SkBitmap*>(&caches.tasks), mMaxTextureSize(caches.maxTextureSize) {
343 void PathCache::PathProcessor::onProcess(const sp<Task<SkBitmap*> >& task) {
359 SkBitmap* bitmap = new SkBitmap();
437 const sp<Task<SkBitmap*> >& task = texture->task();
441 SkBitmap* bitmap = task->getResult();