Lines Matching defs:bitmap
294 SharedBitmap* bitmap,
316 has_shared_bitmap_id(!!bitmap),
329 type(Bitmap),
331 shared_bitmap(bitmap) {
334 if (bitmap)
335 shared_bitmap_id = bitmap->id();
373 type(Bitmap),
449 case Bitmap:
475 case Bitmap:
516 scoped_ptr<SharedBitmap> bitmap;
518 bitmap = shared_bitmap_manager_->AllocateSharedBitmap(size);
521 if (bitmap) {
522 pixels = bitmap->pixels();
531 pixels, bitmap.release(), size, Resource::Internal, GL_LINEAR, wrap_mode);
694 DCHECK_EQ(Bitmap, resource->type);
738 DCHECK_EQ(Bitmap, resource->type);
855 scoped_ptr<SharedBitmap> bitmap =
858 if (bitmap) {
859 resource->shared_bitmap = bitmap.release();
1043 DCHECK_NE(Bitmap, default_resource_type_);
1047 default_resource_type_ = Bitmap;
1403 if (source->type == Bitmap) {