Searched refs:fBitmap (Results 151 - 175 of 223) sorted by relevance

123456789

/external/skia/src/effects/
H A DSkTableColorFilter.cpp14 fBitmap = NULL;
40 SkDELETE(fBitmap);
68 mutable const SkBitmap* fBitmap; // lazily allocated member in class:SkTable_ColorFilter
185 fBitmap = NULL;
205 if (NULL == fBitmap) {
221 fBitmap = bmp;
223 *table = *fBitmap;
/external/skia/src/core/
H A DSkScaledImageCache.cpp103 Rec(const Key& key, const SkBitmap& bm) : fKey(key), fBitmap(bm) {
122 return fMip ? fMip->getSize() : fBitmap.getSize();
133 // we use either fBitmap or fMip, but not both
134 SkBitmap fBitmap; member in struct:SkScaledImageCache::Rec
368 SkASSERT(rec->fBitmap.pixelRef());
369 *bitmap = rec->fBitmap;
386 SkASSERT(rec->fBitmap.pixelRef());
387 *scaled = rec->fBitmap;
398 SkASSERT(NULL == rec->fBitmap.pixelRef());
416 existing->fBitmap
[all...]
H A DSkRecords.h170 fBitmap = bitmap;
172 bitmap.copyTo(&fBitmap);
174 fBitmap.setImmutable();
177 operator const SkBitmap& () const { return fBitmap; }
180 SkBitmap fBitmap; member in class:SkRecords::ImmutableBitmap
/external/chromium_org/third_party/skia/tools/
H A Dskdiff_html.cpp82 diff.fBase.fBitmap.width() *
83 diff.fBase.fBitmap.height()));
183 if (resource.fBitmap.empty()) {
201 int height = compute_image_height(resource.fBitmap.height(), resource.fBitmap.width());
H A Dskdiff.h76 DiffResource() : fFilename(), fFullPath(), fBitmap(), fStatus(kUnknown_Status) { };
83 SkBitmap fBitmap; member in struct:DiffResource
267 * Expects dr->fWhite.fBitmap and dr->fDifference.fBitmap to have the same bounds as
268 * dr->fBase.fBitmap and have a valid pixelref.
/external/skia/tools/
H A Dskdiff_html.cpp82 diff.fBase.fBitmap.width() *
83 diff.fBase.fBitmap.height()));
183 if (resource.fBitmap.empty()) {
201 int height = compute_image_height(resource.fBitmap.height(), resource.fBitmap.width());
H A Dskdiff.h76 DiffResource() : fFilename(), fFullPath(), fBitmap(), fStatus(kUnknown_Status) { };
83 SkBitmap fBitmap; member in struct:DiffResource
267 * Expects dr->fWhite.fBitmap and dr->fDifference.fBitmap to have the same bounds as
268 * dr->fBase.fBitmap and have a valid pixelref.
H A Dimage_expectations.cpp81 BitmapAndDigest::BitmapAndDigest(const SkBitmap &bitmap) : fBitmap(bitmap) {
86 fImageDigestRef.reset(SkNEW_ARGS(ImageDigest, (fBitmap)));
92 return &fBitmap;
/external/skia/src/utils/debugger/
H A DSkDrawCommand.cpp278 fBitmap = bitmap;
297 canvas->drawBitmap(fBitmap, fLeft, fTop, fPaintPtr);
301 render_bitmap(canvas, fBitmap);
309 fBitmap = bitmap;
326 canvas->drawBitmapMatrix(fBitmap, fMatrix, fPaintPtr);
330 render_bitmap(canvas, fBitmap);
337 fBitmap = bitmap;
356 canvas->drawBitmapNine(fBitmap, fCenter, fDst, fPaintPtr);
360 render_bitmap(canvas, fBitmap);
368 fBitmap
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPathOpsTightBoundsTest.cpp56 SkBitmap& bits = *data->fBitmap;
88 uint32_t* addr1 = data->fBitmap->getAddr32(0, y);
/external/chromium_org/third_party/skia/gm/
H A Dgm_expectations.cpp126 fBitmap = bitmap;
132 fBitmap = bitmapAndDigest.fBitmap;
/external/chromium_org/third_party/skia/samplecode/
H A DSampleAARects.cpp38 SkBitmap fBitmap; member in class:AARectView
44 fBitmap = createBitmap(N);
65 SkShader* bmpShader = SkShader::CreateBitmapShader(fBitmap, SkShader::kRepeat_TileMode, SkShader::kRepeat_TileMode);
H A DSampleColorFilter.cpp126 SkBitmap fBitmap; member in class:ColorFilterView
133 fBitmap = createBitmap(N);
205 canvas->drawBitmap(fBitmap, x * N * 1.25f, y * N * scale, &paint);
H A DSampleWarp.cpp332 SkBitmap fBitmap; member in class:WarpView
340 fBitmap = bm;
343 texture.set(0, 0, SkIntToScalar(fBitmap.width()),
344 SkIntToScalar(fBitmap.height()));
347 // fMesh.init(bounds, fBitmap.width() / 40, fBitmap.height() / 40, texture);
348 fMesh.init(bounds, fBitmap.width()/16, fBitmap.height()/16, texture);
440 paint.setShader(SkShader::CreateBitmapShader(fBitmap,
449 // test_drag(canvas, fBitmap, fP
[all...]
/external/skia/gm/
H A Dgm_expectations.cpp126 fBitmap = bitmap;
132 fBitmap = bitmapAndDigest.fBitmap;
/external/skia/samplecode/
H A DSampleAARects.cpp38 SkBitmap fBitmap; member in class:AARectView
44 fBitmap = createBitmap(N);
65 SkShader* bmpShader = SkShader::CreateBitmapShader(fBitmap, SkShader::kRepeat_TileMode, SkShader::kRepeat_TileMode);
H A DSampleColorFilter.cpp126 SkBitmap fBitmap; member in class:ColorFilterView
133 fBitmap = createBitmap(N);
205 canvas->drawBitmap(fBitmap, x * N * 1.25f, y * N * scale, &paint);
H A DSampleWarp.cpp332 SkBitmap fBitmap; member in class:WarpView
340 fBitmap = bm;
343 texture.set(0, 0, SkIntToScalar(fBitmap.width()),
344 SkIntToScalar(fBitmap.height()));
347 // fMesh.init(bounds, fBitmap.width() / 40, fBitmap.height() / 40, texture);
348 fMesh.init(bounds, fBitmap.width()/16, fBitmap.height()/16, texture);
440 paint.setShader(SkShader::CreateBitmapShader(fBitmap,
449 // test_drag(canvas, fBitmap, fP
[all...]
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.cpp281 fBitmap = bitmap;
300 canvas->drawBitmap(fBitmap, fLeft, fTop, fPaintPtr);
304 render_bitmap(canvas, fBitmap);
312 fBitmap = bitmap;
329 canvas->drawBitmapMatrix(fBitmap, fMatrix, fPaintPtr);
333 render_bitmap(canvas, fBitmap);
340 fBitmap = bitmap;
359 canvas->drawBitmapNine(fBitmap, fCenter, fDst, fPaintPtr);
363 render_bitmap(canvas, fBitmap);
371 fBitmap
[all...]
/external/chromium_org/third_party/skia/bench/
H A DBitmapBench.cpp79 SkBitmap fBitmap; member in class:BitmapBench
119 convertToIndex666(bm, &fBitmap, fAlphaType);
121 fBitmap = bm;
124 fBitmap.setIsVolatile(fIsVolatile);
134 const SkBitmap& bitmap = fBitmap;
/external/chromium_org/third_party/skia/src/core/
H A DSkRecords.h186 fBitmap = bitmap;
188 bitmap.copyTo(&fBitmap);
190 fBitmap.setImmutable();
193 operator const SkBitmap& () const { return fBitmap; }
196 SkBitmap fBitmap; member in class:SkRecords::ImmutableBitmap
H A DSkBitmapProcState_matrixProcs.cpp324 s.fBitmap->height());
335 const int width = s.fBitmap->width();
383 const int width = s.fBitmap->width();
423 const int width = s.fBitmap->width();
510 fFilterOneX = SK_Fixed1 / fBitmap->width();
511 fFilterOneY = SK_Fixed1 / fBitmap->height();
/external/skia/bench/
H A DBitmapBench.cpp79 SkBitmap fBitmap; member in class:BitmapBench
121 convertToIndex666(bm, &fBitmap, fAlphaType);
123 fBitmap = bm;
126 fBitmap.setIsVolatile(fIsVolatile);
136 const SkBitmap& bitmap = fBitmap;
/external/chromium_org/third_party/skia/src/effects/
H A DSkTableColorFilter.cpp14 fBitmap = NULL;
40 SkDELETE(fBitmap);
70 mutable const SkBitmap* fBitmap; // lazily allocated member in class:SkTable_ColorFilter
232 fBitmap = NULL;
253 if (NULL == fBitmap) {
269 fBitmap = bmp;
271 *table = *fBitmap;
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp397 SkASSERT(kN32_SkColorType == s.fBitmap->colorType());
405 static_cast<const uint8_t*>(s.fBitmap->getPixels());
406 const size_t rb = s.fBitmap->rowBytes();
589 SkASSERT(kN32_SkColorType == s.fBitmap->colorType());
597 static_cast<const uint8_t*>(s.fBitmap->getPixels());
598 const size_t rb = s.fBitmap->rowBytes();

Completed in 3692 milliseconds

123456789