HomeSort by relevance Sort by last modified time
    Searched refs:GetBitmap (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/cc/resources/
ui_resource_client.h 21 // GetBitmap() will be called once soon after resource creation and then will
27 virtual UIResourceBitmap GetBitmap(UIResourceId uid,
scoped_ui_resource.h 20 // scope, the created resource is deleted. On a GetBitmap call from the
31 virtual UIResourceBitmap GetBitmap(UIResourceId uid,
scoped_ui_resource.cc 35 UIResourceBitmap ScopedUIResource::GetBitmap(UIResourceId uid,
ui_resource_request.h 34 UIResourceBitmap GetBitmap() const {
  /external/chromium_org/cc/test/
fake_scoped_ui_resource.cc 37 UIResourceBitmap FakeScopedUIResource::GetBitmap(UIResourceId uid,
42 return ScopedUIResource::GetBitmap(uid, resource_lost);
fake_scoped_ui_resource.h 19 virtual UIResourceBitmap GetBitmap(UIResourceId uid,
  /external/chromium_org/ui/gfx/image/
image_skia.h 137 const SkBitmap* bitmap() const { return &GetBitmap(); }
159 SkBitmap& GetBitmap() const;
image_skia.cc 393 SkBitmap& ImageSkia::GetBitmap() const {
image_skia_unittest.cc 207 TEST(ImageSkiaTest, GetBitmap) {
  /external/chromium_org/skia/ext/
platform_canvas_unittest.cc 404 EXPECT_TRUE(platform_bitmap->GetBitmap().empty());
405 EXPECT_TRUE(platform_bitmap->GetBitmap().isNull());
410 EXPECT_FALSE(platform_bitmap->GetBitmap().empty());
411 EXPECT_FALSE(platform_bitmap->GetBitmap().isNull());
412 EXPECT_EQ(kWidth, platform_bitmap->GetBitmap().width());
413 EXPECT_EQ(kHeight, platform_bitmap->GetBitmap().height());
414 EXPECT_LE(static_cast<size_t>(platform_bitmap->GetBitmap().width()*4),
415 platform_bitmap->GetBitmap().rowBytes());
417 platform_bitmap->GetBitmap().config());
418 EXPECT_TRUE(platform_bitmap->GetBitmap().lockPixelsAreWritable())
    [all...]
platform_canvas.h 176 const SkBitmap& GetBitmap() { return bitmap_; }
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_backing_store.h 51 const SkBitmap& GetBitmap() const { return bitmap_; }
browser_plugin.cc     [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_tab_helper.cc 70 void GetBitmap(BitmapType bitmap_type, WebContents* web_contents) {
241 pixel_stats_->GetBitmap(PixelStats::BITMAP_ON_LOAD, web_contents());
309 pixel_stats_->GetBitmap(PixelStats::BITMAP_SWAP_IN, web_contents());
  /external/chromium_org/third_party/ots/test/
side-by-side.cc 73 int GetBitmap(FT_Library library, FT_Outline *outline, FT_Bitmap *bitmap) {
155 ret = GetBitmap(library, outline, &orig_bitmap);
165 ret = GetBitmap(library, outline, &trans_bitmap);
  /external/skia/gm/
aaclip.cpp 137 static void GetBitmap(const SkCanvas* canvas, SkBitmap* bm) {
145 GetBitmap(a, &bma);
146 GetBitmap(b, &bmb);
  /external/chromium_org/chrome/renderer/
mock_printer.h 101 bool GetBitmap(unsigned int page, const void** data, uint32* size) const;
  /external/chromium_org/content/browser/renderer_host/
backing_store_aura.cc 172 SkCanvas(output->GetBitmap()).writePixels(b, rect.x(), rect.y());
backing_store_gtk.cc 602 const SkBitmap& bitmap = output->GetBitmap();
render_widget_host_impl.cc 733 callback.Run(result, output.GetBitmap());
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host.cc     [all...]
layer_tree_impl.cc 752 layer_tree_host_impl_->CreateUIResource(req.GetId(), req.GetBitmap());
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_video_capture_device_unittest.cc 260 SkAutoLockPixels locker(output.GetBitmap());
261 output.GetBitmap().eraseColor(color);
263 callback.Run(true, output.GetBitmap());
  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 528 std::make_pair(nid, content->GetBitmap(nid, false)));

Completed in 308 milliseconds