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

1 2

  /external/chromium_org/cc/layers/
picture_image_layer.h 40 SkBitmap bitmap_; member in class:cc::PictureImageLayer
image_layer.h 50 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_org/third_party/webrtc/modules/desktop_capture/
desktop_frame_win.h 31 HBITMAP bitmap() { return bitmap_; }
40 HBITMAP bitmap_; member in class:webrtc::DesktopFrameWin
  /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/mojo/services/view_manager/
view.h 31 const SkBitmap& bitmap() const { return bitmap_; }
41 SkBitmap bitmap_; member in class:mojo::view_manager::service::View
  /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/skia/ext/
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();
skia_utils_mac.h 119 SkBitmap bitmap_; member in class:gfx::SkiaBitLocker
platform_canvas.h 176 const SkBitmap& GetBitmap() { return bitmap_; }
179 SkBitmap bitmap_; member in class:skia::PlatformBitmap
  /external/chromium_org/ui/base/cursor/ozone/
bitmap_cursor_factory_ozone.h 24 : bitmap_(bitmap), hotspot_(hotspot) {}
27 const SkBitmap& bitmap() { return bitmap_; }
33 SkBitmap bitmap_; member in class:ui::BitmapCursorOzone
  /external/chromium_org/ui/gfx/android/
java_bitmap.h 20 #define DEFINE_BITMAP_CONFIG(x, y) BITMAP_##x = y,
44 jobject bitmap_; member in class:gfx::JavaBitmap
  /external/chromium_org/ui/gfx/image/
image_skia_rep.h 36 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
  /art/patchoat/
patchoat.h 58 : image_(image), bitmap_(bitmap), heap_(heap),
62 : oat_file_(oat_file), image_(image), bitmap_(bitmap), heap_(heap),
114 gc::accounting::ContinuousSpaceBitmap* bitmap_; member in class:art::PatchOat
  /art/runtime/gc/accounting/
space_bitmap_test.cc 44 : bitmap_(bitmap),
51 EXPECT_EQ(bitmap_->Test(obj), ((reinterpret_cast<uintptr_t>(obj) & 0xF) != 0));
54 ContinuousSpaceBitmap* bitmap_; member in class:art::gc::accounting::BitmapVerify
space_bitmap.h 106 : bitmap_(bitmap) {
110 bitmap_->Clear(obj);
113 SpaceBitmap* const bitmap_; member in class:art::gc::accounting::SpaceBitmap::ClearVisitor
  /external/chromium_org/chrome/browser/
bitmap_fetcher_browsertest.cc 45 bitmap->deepCopyTo(&bitmap_);
56 const SkBitmap& bitmap() const { return bitmap_; }
63 SkBitmap bitmap_; member in class:chrome::BitmapFetcherTestDelegate
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_favicon_loader.cc 38 const SkBitmap& bitmap() const { return bitmap_; }
66 SkBitmap bitmap_; member in class:internal::FaviconRawBitmapHandler
98 // Reset bitmap_ if no longer valid (i.e. not in the list of urls).
101 bitmap_.reset();
150 if (!bitmap_.isNull()) {
152 if (new_bitmap.height() > bitmap_.height())
156 bitmap_ = new_bitmap;
  /external/chromium_org/mojo/examples/image_viewer/
image_viewer.cc 94 bitmap_ = bitmap;
111 if (!bitmap_.isNull())
117 content_view_->SetContents(bitmap_);
121 SkBitmap bitmap_; member in class:mojo::examples::ImageViewer
  /external/chromium_org/cc/test/
tiled_layer_test_common.h 37 SkBitmap bitmap_; member in class:cc::FakeLayerUpdater::Resource

Completed in 975 milliseconds

1 2