Lines Matching refs:tryAllocPixels
102 #SeeAlso SkBitmap::Allocator tryAllocPixels
149 if (original.tryAllocPixels(
178 if (original.tryAllocPixels(
221 if (original.tryAllocPixels(
250 if (original.tryAllocPixels(
286 if (!one.tryAllocPixels(
290 if (!two.tryAllocPixels(
857 if (original.tryAllocPixels(info)) {
945 if (original.tryAllocPixels(info)) {
1260 #SeeAlso allocPixelsFlags tryAllocPixels SkMallocPixelRef::MakeZeroed
1296 #Method bool tryAllocPixels(const SkImageInfo& info, size_t rowBytes)
1305 if (bitmap.tryAllocPixels(info, 0)) {
1339 #SeeAlso tryAllocPixels allocPixelsFlags SkMallocPixelRef::MakeAllocate
1345 #Method bool tryAllocPixels(const SkImageInfo& info)
1351 if (bitmap.tryAllocPixels(SkImageInfo::Make(64, 64, kGray_8_SkColorType, kOpaque_SkAlphaType))) {
1382 #SeeAlso tryAllocPixels allocPixelsFlags SkMallocPixelRef::MakeAllocate
1408 #SeeAlso tryAllocPixels allocN32Pixels SkMallocPixelRef::MakeAllocate
1569 #Method bool tryAllocPixels()
1576 Bitmap hosts and draws gray values in set1. tryAllocPixels replaces Pixel_Ref
1585 if (bitmap.tryAllocPixels()) {
1623 #SeeAlso tryAllocPixels installPixels setPixels
1629 #Method bool tryAllocPixels(Allocator* allocator)
1679 if (bitmap.tryAllocPixels(&largeAllocator)) {
1721 if (bitmap.tryAllocPixels(&tinyAllocator)) {