Searched refs:tryAllocPixels (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/skia/include/core/
H A DSkBitmap.h231 bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo&, SkPixelRefFactory*, SkColorTable*);
235 if (!this->tryAllocPixels(info, factory, ctable)) {
249 bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo& info, size_t rowBytes);
252 if (!this->tryAllocPixels(info, rowBytes)) {
258 bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo& info) { function in class:SkBitmap
259 return this->tryAllocPixels(info, info.minRowBytes());
269 return this->tryAllocPixels(info);
350 bool SK_WARN_UNUSED_RESULT tryAllocPixels(SkColorTable* ctable = NULL) { function in class:SkBitmap
351 return this->tryAllocPixels(NULL, ctable);
376 bool SK_WARN_UNUSED_RESULT tryAllocPixels(Allocato
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrSurface.cpp25 if (!bm.tryAllocPixels(SkImageInfo::MakeN32Premul(this->width(), this->height()))) {
H A DSkGrPixelRef.cpp159 return bitmap->tryAllocPixels();
H A DGrSWMaskHelper.cpp208 if (!fBM.tryAllocPixels(bmImageInfo)) {
/external/chromium_org/third_party/skia/src/lazy/
H A DSkCachingPixelRef.cpp52 if (!fLockedBitmap.tryAllocPixels(info, fRowBytes)) {
H A DSkDiscardablePixelRef.cpp113 return dst->tryAllocPixels();
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_skia.cc40 else if (!bitmap.tryAllocPixels())
H A Dbitmap_platform_device_mac.cc113 if (!bitmap.tryAllocPixels())
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageFrame.cpp110 if (!m_bitmap.tryAllocPixels(m_allocator, 0))
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp269 bool SkBitmap::tryAllocPixels(Allocator* allocator, SkColorTable* ctable) { function in class:SkBitmap
280 bool SkBitmap::tryAllocPixels(const SkImageInfo& requestedInfo, size_t rowBytes) { function in class:SkBitmap
309 bool SkBitmap::tryAllocPixels(const SkImageInfo& requestedInfo, SkPixelRefFactory* factory, function in class:SkBitmap
945 if (!tmpDst.tryAllocPixels(alloc, ctable)) {
1116 if (!tmpBitmap.tryAllocPixels(allocator, NULL)) {
1140 if (!tmpBitmap.tryAllocPixels(allocator, NULL)) {
H A DSkBitmapDevice.cpp88 if (!bitmap.tryAllocPixels(info)) {
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurImageFilter.cpp183 if (!dst->tryAllocPixels(src.info().makeWH(srcBounds.width(), srcBounds.height()))) {
207 if (!temp.tryAllocPixels(dst->info())) {
H A DSkMatrixConvolutionImageFilter.cpp294 if (!result.tryAllocPixels(src.info())) {
336 if (!result->tryAllocPixels(src.info().makeWH(bounds.width(), bounds.height()))) {
H A DSkAlphaThresholdFilter.cpp348 if (!dst->tryAllocPixels(src.info())) {
H A DSkMagnifierImageFilter.cpp325 if (!dst->tryAllocPixels(src.info())) {
H A DSkMorphologyImageFilter.cpp169 if (!dst->tryAllocPixels(src.info().makeWH(bounds.width(), bounds.height()))) {
194 if (!temp.tryAllocPixels(dst->info())) {
/external/chromium_org/chrome/browser/ui/app_list/
H A Dfast_show_pickler.cc135 if (!bitmap.tryAllocPixels(SkImageInfo::Make(
/external/chromium_org/third_party/skia/src/images/
H A DSkDecodingImageGenerator.cpp72 return bm->tryAllocPixels(NULL, ct);
H A DSkImageDecoder.cpp136 return bitmap->tryAllocPixels(fAllocator, ctable);
H A DSkImageDecoder_libwebp.cpp378 : bitmap->tryAllocPixels();
/external/chromium_org/third_party/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp290 if (!tmp.tryAllocPixels(info)) {
/external/chromium_org/ui/gfx/ipc/
H A Dgfx_param_traits.cc40 if (!bitmap->tryAllocPixels(
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFilterFuzz.cpp156 } while (!valid_for_raster_canvas(info) || !bitmap->tryAllocPixels(info));
/external/chromium_org/content/browser/compositor/
H A Ddelegated_frame_host.cc588 if (!bitmap->tryAllocPixels(SkImageInfo::Make(dst_size_in_pixel.width(),
662 bool success = grayscale_bitmap.tryAllocPixels(
/external/chromium_org/cc/output/
H A Dsoftware_renderer.cc489 if (filter_bitmap.tryAllocPixels(info)) {

Completed in 5721 milliseconds

12