Searched defs:installPixels (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkBitmap.h325 bool installPixels(const SkImageInfo&, void* pixels, size_t rowBytes, SkColorTable*,
329 bool installPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, function in class:SkBitmap
332 return this->installPixels(info, pixels, rowBytes, NULL, releaseProc, context);
337 * Call installPixels with no ReleaseProc specified. This means that the
341 bool installPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) { function in class:SkBitmap
342 return this->installPixels(info, pixels, rowBytes, NULL, NULL, NULL);
346 * Calls installPixels() with the value in the SkMask. The caller must
/external/skia/include/core/
H A DSkBitmap.h325 bool installPixels(const SkImageInfo&, void* pixels, size_t rowBytes, SkColorTable*,
329 bool installPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, function in class:SkBitmap
332 return this->installPixels(info, pixels, rowBytes, NULL, releaseProc, context);
337 * Call installPixels with no ReleaseProc specified. This means that the
341 bool installPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) { function in class:SkBitmap
342 return this->installPixels(info, pixels, rowBytes, NULL, NULL, NULL);
346 * Calls installPixels() with the value in the SkMask. The caller must
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp400 bool SkBitmap::installPixels(const SkImageInfo& requestedInfo, void* pixels, size_t rb, function in class:SkBitmap
431 return this->installPixels(SkImageInfo::MakeA8(mask.fBounds.width(),
/external/skia/src/core/
H A DSkBitmap.cpp400 bool SkBitmap::installPixels(const SkImageInfo& requestedInfo, void* pixels, size_t rb, function in class:SkBitmap
431 return this->installPixels(SkImageInfo::MakeA8(mask.fBounds.width(),

Completed in 201 milliseconds