HomeSort by relevance Sort by last modified time
    Searched defs:bitmap_ (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/cc/layers/
picture_image_layer.h 38 SkBitmap bitmap_; member in class:cc::PictureImageLayer
image_layer.h 49 SkBitmap bitmap_; member in class:cc::ImageLayer
ui_resource_layer.h 55 SkBitmap bitmap_; member in class:cc::UIResourceLayer
  /external/chromium_org/cc/resources/
bitmap_skpicture_content_layer_updater.h 29 SkBitmap bitmap_; member in class:cc::BitmapSkPictureContentLayerUpdater::Resource
image_layer_updater.h 53 SkBitmap bitmap_; member in class:cc::ImageLayerUpdater
scoped_ui_resource.h 38 UIResourceBitmap bitmap_; member in class:cc::ScopedUIResource
ui_resource_request.h 35 DCHECK(bitmap_);
36 return *bitmap_.get();
44 scoped_ptr<UIResourceBitmap> bitmap_; member in class:cc::UIResourceRequest
ui_resource_bitmap.h 73 const UIResourceBitmap& bitmap_; member in class:cc::AutoLockUIResourceBitmap
  /external/chromium/webkit/glue/media/
video_renderer_impl.h 71 SkBitmap bitmap_; member in class:webkit_glue::VideoRendererImpl
73 // These two members are used to determine if the |bitmap_| contains
  /external/chromium_org/content/browser/renderer_host/
backing_store_aura.h 56 SkBitmap bitmap_; member in class:content::BackingStoreAura
  /external/chromium_org/skia/ext/
skia_utils_mac.h 119 SkBitmap bitmap_; member in class:gfx::SkiaBitLocker
bitmap_platform_device_mac_unittest.cc 22 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();
platform_canvas.h 176 const SkBitmap& GetBitmap() { return bitmap_; }
179 SkBitmap bitmap_; member in class:skia::PlatformBitmap
  /art/runtime/gc/accounting/
space_bitmap_test.cc 45 : bitmap_(bitmap),
52 EXPECT_EQ(bitmap_->Test(obj), ((reinterpret_cast<uintptr_t>(obj) & 0xF) != 0));
55 SpaceBitmap* bitmap_; member in class:art::gc::accounting::BitmapVerify
  /external/chromium_org/cc/output/
copy_output_result.h 39 bool HasBitmap() const { return !!bitmap_; }
55 scoped_ptr<SkBitmap> bitmap_; member in class:cc::CopyOutputResult
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
notification_bitmap_fetcher.h 76 scoped_ptr<SkBitmap> bitmap_; member in class:notifier::NotificationBitmapFetcher
notification_bitmap_fetcher_browsertest.cc 47 bitmap->deepCopyTo(&bitmap_, bitmap->getConfig());
58 const SkBitmap& bitmap() const { return bitmap_; }
65 SkBitmap bitmap_; member in class:notifier::NotificationBitmapFetcherTestDelegate
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_backing_store.h 51 const SkBitmap& GetBitmap() const { return bitmap_; }
57 SkBitmap bitmap_; member in class:content::BrowserPluginBackingStore
  /external/chromium_org/remoting/client/jni/
jni_frame_consumer.h 76 // 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/ui/gfx/android/
java_bitmap.h 35 jobject bitmap_; member in class:gfx::JavaBitmap
  /external/chromium_org/ui/gfx/image/
image_skia_rep.h 30 bool is_null() const { return bitmap_.isNull(); }
37 int pixel_width() const { return bitmap_.width(); }
38 int pixel_height() const { return bitmap_.height(); }
47 const SkBitmap& sk_bitmap() const { return bitmap_; }
51 SkBitmap& mutable_sk_bitmap() { return bitmap_; }
53 SkBitmap bitmap_; member in class:gfx::ImageSkiaRep
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_favicon_loader.cc 38 const SkBitmap& bitmap() const { return bitmap_; }
67 SkBitmap bitmap_; member in class:internal::FaviconBitmapHandler
100 // Reset bitmap_ if no longer valid (i.e. not in the list of urls).
103 bitmap_.reset();
152 if (!bitmap_.isNull()) {
154 if (new_bitmap.height() > bitmap_.height())
158 bitmap_ = new_bitmap;
  /external/chromium_org/content/renderer/gpu/
compositor_software_output_device.h 92 SkBitmap bitmap_; member in class:content::CompositorSoftwareOutputDevice
  /external/chromium_org/cc/test/
tiled_layer_test_common.h 38 SkBitmap bitmap_; member in class:cc::FakeLayerUpdater::Resource
  /external/chromium_org/chrome/browser/prerender/
prerender_tab_helper.cc 72 bitmap_.reset();
109 bitmap_.swap(bitmap);
116 web_contents, CompareBitmaps(bitmap_.get(), bitmap.get()));
118 bitmap_.reset();
147 scoped_ptr<SkBitmap> bitmap_; member in class:prerender::PrerenderTabHelper::PixelStats

Completed in 1479 milliseconds

1 2