Searched refs:fBitmap (Results 101 - 125 of 223) sorted by relevance

123456789

/external/skia/include/views/animated/
H A DSkImageView.h54 SkBitmap* fBitmap; member in union:SkImageView::__anon30530
/external/skia/samplecode/
H A DSamplePicture.cpp60 SkBitmap fBitmap; member in class:PictureView
64 fBitmap = load_bitmap();
75 canvas->drawBitmap(fBitmap, 0, 0, NULL);
113 canvas->drawBitmap(fBitmap, 0, 0, NULL);
/external/skia/src/animator/
H A DSkDrawTo.cpp38 SkCanvas canvas(use->fBitmap);
/external/skia/src/core/
H A DSkBitmapFilter.cpp29 const int maxX = s.fBitmap->width();
30 const int maxY = s.fBitmap->height();
55 SkPMColor c = *s.fBitmap->getAddr32(srcX, srcY);
127 if (fBitmap->colorType() != kN32_SkColorType) {
H A DSkBitmapProcState_matrix.h58 const unsigned maxX = s.fBitmap->width() - 1;
68 const unsigned maxY = s.fBitmap->height() - 1;
109 unsigned maxX = s.fBitmap->width() - 1;
110 unsigned maxY = s.fBitmap->height() - 1;
126 unsigned maxX = s.fBitmap->width() - 1;
127 unsigned maxY = s.fBitmap->height() - 1;
/external/skia/src/pdf/
H A DSkPDFImage.h61 SkBitmap fBitmap; member in class:SkPDFImage
/external/skia/tools/
H A Dimage_expectations.h74 const SkBitmap fBitmap; member in class:sk_tools::BitmapAndDigest
/external/chromium_org/third_party/skia/include/views/
H A DSkWindow.h32 const SkBitmap& getBitmap() const { return fBitmap; }
84 SkBitmap fBitmap; member in class:SkWindow
/external/chromium_org/third_party/skia/tests/
H A DPathOpsThreadedCommon.h31 SkBitmap* fBitmap; member in struct:PathOpsThreadState
78 fState.fBitmap = &bitmap;
/external/skia/include/views/
H A DSkWindow.h33 const SkBitmap& getBitmap() const { return fBitmap; }
85 SkBitmap fBitmap; member in class:SkWindow
/external/skia/tests/
H A DPathOpsThreadedCommon.h31 SkBitmap* fBitmap; member in struct:PathOpsThreadState
82 fState.fBitmap = &bitmap;
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState_matrix.h58 const unsigned maxX = s.fBitmap->width() - 1;
68 const unsigned maxY = s.fBitmap->height() - 1;
109 unsigned maxX = s.fBitmap->width() - 1;
110 unsigned maxY = s.fBitmap->height() - 1;
126 unsigned maxX = s.fBitmap->width() - 1;
127 unsigned maxY = s.fBitmap->height() - 1;
/external/chromium_org/third_party/skia/src/views/
H A DSkWidgets.cpp511 *bitmap = fBitmap;
512 return fBitmap.colorType() != kUnknown_SkColorType;
519 fBitmap = *bitmap;
520 fBitmap.setOwnsPixels(viewOwnsPixels);
539 if (fBitmap.colorType() != kUnknown_SkColorType &&
540 fBitmap.width() && fBitmap.height())
546 canvas->scale( this->width() / fBitmap.width(),
547 this->height() / fBitmap.height(),
549 canvas->drawBitmap(fBitmap,
[all...]
H A DSkWindow.cpp60 this->resize(fBitmap.width(), fBitmap.height(), ct);
67 if (width != fBitmap.width() || height != fBitmap.height() || ct != fColorType) {
69 fBitmap.allocPixels(SkImageInfo::Make(width, height,
/external/skia/src/views/
H A DSkWidgets.cpp511 *bitmap = fBitmap;
512 return fBitmap.colorType() != kUnknown_SkColorType;
519 fBitmap = *bitmap;
520 fBitmap.setOwnsPixels(viewOwnsPixels);
539 if (fBitmap.colorType() != kUnknown_SkColorType &&
540 fBitmap.width() && fBitmap.height())
546 canvas->scale( this->width() / fBitmap.width(),
547 this->height() / fBitmap.height(),
549 canvas->drawBitmap(fBitmap,
[all...]
H A DSkWindow.cpp59 this->resize(fBitmap.width(), fBitmap.height(), ct);
66 if (width != fBitmap.width() || height != fBitmap.height() || ct != fColorType) {
68 fBitmap.allocPixels(SkImageInfo::Make(width, height,
/external/chromium_org/third_party/skia/gm/
H A Dimagefiltersgraph.cpp118 fBitmap.allocN32Pixels(100, 100);
119 SkCanvas canvas(fBitmap);
147 SkAutoTUnref<SkImageFilter> bitmapSource(SkBitmapSource::Create(fBitmap));
175 drawClippedBitmap(canvas, fBitmap, paint);
194 drawClippedBitmap(canvas, fBitmap, paint);
208 drawClippedBitmap(canvas, fBitmap, paint);
234 SkBitmap fBitmap; member in class:ImageFiltersGraphGM
H A Dpictureshader.cpp38 fBitmap.allocN32Pixels(SkScalarCeilToInt(tileSize), SkScalarCeilToInt(tileSize));
39 fBitmap.eraseColor(SK_ColorTRANSPARENT);
40 SkCanvas bitmapCanvas(fBitmap);
144 fBitmap,
158 SkBitmap fBitmap; member in class:PictureShaderGM
/external/chromium_org/third_party/skia/dm/
H A DDMWriteTask.cpp43 , fBitmap(bitmap)
93 SkAutoLockPixels lock(fBitmap);
95 : get_md5(fBitmap.getPixels(), fBitmap.getSize());
148 : SkImageEncoder::EncodeStream(&file, fBitmap, SkImageEncoder::kPNG_Type, 100);
/external/chromium_org/third_party/skia/src/views/animated/
H A DSkImageView.cpp187 canvas->drawBitmap(*fData.fBitmap, 0, 0, &paint);
221 delete fData.fBitmap;
249 width = SkIntToScalar(fData.fBitmap->width());
250 height = SkIntToScalar(fData.fBitmap->height());
295 fData.fBitmap = bitmap;
/external/chromium_org/third_party/skia/tools/
H A Dimage_expectations.cpp58 fBitmap(bitmap), fHashValue(0), fComputedHashValue(false) {}
61 fBitmap(), fHashValue(hashValue), fComputedHashValue(true) {
82 if (!SkBitmapHasher::ComputeDigest(this->fBitmap, &this->fHashValue)) {
93 fBitmap(bitmap), fImageDigest(bitmap) {}
95 const SkBitmap *BitmapAndDigest::getBitmapPtr() const {return &fBitmap;}
/external/skia/gm/
H A Dpictureshader.cpp40 fBitmap.allocN32Pixels(SkScalarRoundToInt(tileSize), SkScalarRoundToInt(tileSize));
41 fBitmap.eraseColor(SK_ColorTRANSPARENT);
42 SkCanvas bitmapCanvas(fBitmap);
145 fBitmap,
159 SkBitmap fBitmap; member in class:PictureShaderGM
/external/skia/src/views/animated/
H A DSkImageView.cpp187 canvas->drawBitmap(*fData.fBitmap, 0, 0, &paint);
221 delete fData.fBitmap;
249 width = SkIntToScalar(fData.fBitmap->width());
250 height = SkIntToScalar(fData.fBitmap->height());
295 fData.fBitmap = bitmap;
/external/chromium_org/third_party/skia/include/core/
H A DSkBitmapDevice.h124 SkPixelRef* getPixelRef() const { return fBitmap.pixelRef(); }
127 fBitmap.setPixelRef(pr);
163 SkBitmap fBitmap; member in class:SkBitmapDevice
/external/chromium_org/third_party/skia/platform_tools/nacl/src/
H A Dnacl_debugger.cpp171 fBitmap.installPixels(info, fImage.data(), info.minRowBytes());
175 fCanvas = new SkCanvas(fBitmap);
194 SkBitmap fBitmap; member in class:SkiaInstance

Completed in 389 milliseconds

123456789