Searched defs:bitmap_ (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/cc/layers/
H A Dpicture_image_layer.h41 SkBitmap bitmap_; member in class:cc::PictureImageLayer
H A Dimage_layer.h48 SkBitmap bitmap_; member in class:cc::ImageLayer
H A Dui_resource_layer.h55 SkBitmap bitmap_; member in class:cc::UIResourceLayer
/external/chromium_org/cc/resources/
H A Dbitmap_skpicture_content_layer_updater.h29 SkBitmap bitmap_; member in class:cc::BitmapSkPictureContentLayerUpdater::Resource
H A Dimage_layer_updater.h53 SkBitmap bitmap_; member in class:cc::ImageLayerUpdater
H A Dscoped_ui_resource.h38 UIResourceBitmap bitmap_; member in class:cc::ScopedUIResource
H A Dui_resource_request.h35 DCHECK(bitmap_);
36 return *bitmap_.get();
44 scoped_ptr<UIResourceBitmap> bitmap_; member in class:cc::UIResourceRequest
H A Dui_resource_bitmap.h74 const UIResourceBitmap& bitmap_; member in class:cc::AutoLockUIResourceBitmap
H A Dzero_copy_raster_worker_pool.cc44 &bitmap_, buffer_, resource_->format(), resource_->size(), stride_);
45 return skia::AdoptRef(new SkCanvas(bitmap_));
52 &bitmap_, buffer_, resource_->format());
60 SkBitmap bitmap_; member in class:cc::__anon2789::RasterBufferImpl
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_frame_win.h31 HBITMAP bitmap() { return bitmap_; }
40 HBITMAP bitmap_; member in class:webrtc::DesktopFrameWin
/external/chromium_org/remoting/client/jni/
H A Djni_frame_consumer.h76 // remains valid for the lifetime of |bitmap_| - gfx::JavaBitmap does not
78 // destroyed (released) after |bitmap_| is destroyed.
83 scoped_ptr<gfx::JavaBitmap> bitmap_; member in class:remoting::JniFrameConsumer
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_mac_unittest.cc22 bitmap_.reset(BitmapPlatformDevice::Create(
26 scoped_ptr<BitmapPlatformDevice> bitmap_; member in class:skia::BitmapPlatformDeviceMacTest
38 bitmap_->setMatrixClip(transform, clip_region, ignore);
40 CGContextRef context = bitmap_->GetBitmapContext();
58 bitmap_->setMatrixClip(transform, clip_region, unused);
60 CGContextRef context = bitmap_->GetBitmapContext();
H A Dskia_utils_mac.h132 SkBitmap bitmap_; member in class:gfx::SkiaBitLocker
137 // |bitmap_|. Otherwise, the bits in |bitmap_| are our allocation and need to
141 // True if |bitmap_| is a dummy 1x1 bitmap allocated for the sake of creating
H A Dplatform_canvas.h176 const SkBitmap& GetBitmap() { return bitmap_; }
179 SkBitmap bitmap_; member in class:skia::PlatformBitmap
/external/chromium_org/ui/gfx/image/
H A Dimage_skia_rep.h36 bool is_null() const { return bitmap_.isNull(); }
43 int pixel_width() const { return bitmap_.width(); }
44 int pixel_height() const { return bitmap_.height(); }
58 const SkBitmap& sk_bitmap() const { return bitmap_; }
62 SkBitmap& mutable_sk_bitmap() { return bitmap_; }
64 SkBitmap bitmap_; member in class:gfx::ImageSkiaRep
/external/chromium_org/cc/output/
H A Dcopy_output_result.h39 bool HasBitmap() const { return !!bitmap_; }
55 scoped_ptr<SkBitmap> bitmap_; member in class:cc::CopyOutputResult
/external/chromium_org/ui/gfx/android/
H A Djava_bitmap.h45 jobject bitmap_; member in class:gfx::JavaBitmap
/external/chromium_org/chrome/browser/android/thumbnail/
H A Dthumbnail.h82 cc::UIResourceBitmap bitmap_; member in class:Thumbnail
/external/chromium_org/chrome/browser/bitmap_fetcher/
H A Dbitmap_fetcher_browsertest.cc46 bitmap->deepCopyTo(&bitmap_);
62 const SkBitmap& bitmap() const { return bitmap_; }
70 SkBitmap bitmap_; member in class:chrome::BitmapFetcherTestDelegate
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dbitmap_uploader.h56 SkBitmap bitmap_; member in class:mojo::BitmapUploader
/external/chromium_org/remoting/host/chromeos/
H A Daura_desktop_capturer.cc33 scoped_ptr<SkBitmap> bitmap_; member in class:remoting::__anon10393::SkiaBitmapDesktopFrame
58 : DesktopFrame(size, stride, data, NULL), bitmap_(bitmap.Pass()) {
/external/chromium_org/cc/test/
H A Dtiled_layer_test_common.h37 SkBitmap bitmap_; member in class:cc::FakeLayerUpdater::Resource
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_favicon_loader.cc37 const SkBitmap& bitmap() const { return bitmap_; }
63 SkBitmap bitmap_; member in class:internal::FaviconRawBitmapHandler
95 // Reset bitmap_ if no longer valid (i.e. not in the list of urls).
98 bitmap_.reset();
147 if (!bitmap_.isNull()) {
149 if (new_bitmap.height() > bitmap_.height())
153 bitmap_ = new_bitmap;
/external/chromium_org/content/browser/android/
H A Dsystem_ui_resource_manager_impl.cc92 DCHECK(bitmap_.empty());
94 bitmap_ = bitmap;
98 if (bitmap_.empty())
108 DCHECK(!bitmap_.empty());
109 return cc::UIResourceBitmap(bitmap_);
115 const SkBitmap& bitmap() const { return bitmap_; }
118 SkBitmap bitmap_; member in class:content::SystemUIResourceManagerImpl::Entry
/external/chromium_org/net/dns/
H A Drecord_rdata.h198 unsigned bitmap_length() const { return bitmap_.size() * 8; }
208 std::vector<uint8> bitmap_; member in class:net::NsecRecordRdata

Completed in 8789 milliseconds

12