Home
last modified time | relevance | path

Searched refs:GetBitmap (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/skia/ext/
Dplatform_canvas_unittest.cc404 EXPECT_TRUE(platform_bitmap->GetBitmap().empty()); in TEST()
405 EXPECT_TRUE(platform_bitmap->GetBitmap().isNull()); in TEST()
410 EXPECT_FALSE(platform_bitmap->GetBitmap().empty()); in TEST()
411 EXPECT_FALSE(platform_bitmap->GetBitmap().isNull()); in TEST()
412 EXPECT_EQ(kWidth, platform_bitmap->GetBitmap().width()); in TEST()
413 EXPECT_EQ(kHeight, platform_bitmap->GetBitmap().height()); in TEST()
414 EXPECT_LE(static_cast<size_t>(platform_bitmap->GetBitmap().width()*4), in TEST()
415 platform_bitmap->GetBitmap().rowBytes()); in TEST()
417 platform_bitmap->GetBitmap().config()); in TEST()
418 EXPECT_TRUE(platform_bitmap->GetBitmap().lockPixelsAreWritable()); in TEST()
[all …]
Dplatform_canvas.h176 const SkBitmap& GetBitmap() { return bitmap_; } in GetBitmap() function
/external/chromium_org/cc/test/
Dfake_scoped_ui_resource.cc37 UIResourceBitmap FakeScopedUIResource::GetBitmap(UIResourceId uid, in GetBitmap() function in cc::FakeScopedUIResource
42 return ScopedUIResource::GetBitmap(uid, resource_lost); in GetBitmap()
Dfake_scoped_ui_resource.h19 virtual UIResourceBitmap GetBitmap(UIResourceId uid,
/external/chromium_org/ui/gfx/image/
Dimage_skia.h137 const SkBitmap* bitmap() const { return &GetBitmap(); } in bitmap()
159 SkBitmap& GetBitmap() const;
Dimage_skia.cc393 SkBitmap& ImageSkia::GetBitmap() const { in GetBitmap() function in gfx::ImageSkia
Dimage_skia_unittest.cc207 TEST(ImageSkiaTest, GetBitmap) { in TEST() argument
/external/chromium_org/cc/resources/
Dui_resource_client.h27 virtual UIResourceBitmap GetBitmap(UIResourceId uid,
Dscoped_ui_resource.cc35 UIResourceBitmap ScopedUIResource::GetBitmap(UIResourceId uid, in GetBitmap() function in cc::ScopedUIResource
Dscoped_ui_resource.h31 virtual UIResourceBitmap GetBitmap(UIResourceId uid,
Dui_resource_request.h34 UIResourceBitmap GetBitmap() const { in GetBitmap() function
/external/chromium_org/chrome/browser/prerender/
Dprerender_tab_helper.cc70 void GetBitmap(BitmapType bitmap_type, WebContents* web_contents) { in GetBitmap() function in prerender::PrerenderTabHelper::PixelStats
241 pixel_stats_->GetBitmap(PixelStats::BITMAP_ON_LOAD, web_contents()); in DidStopLoading()
309 pixel_stats_->GetBitmap(PixelStats::BITMAP_SWAP_IN, web_contents()); in PrerenderSwappedIn()
/external/chromium_org/third_party/ots/test/
Dside-by-side.cc73 int GetBitmap(FT_Library library, FT_Outline *outline, FT_Bitmap *bitmap) { in GetBitmap() function
155 ret = GetBitmap(library, outline, &orig_bitmap); in LoadCharThenCompare()
165 ret = GetBitmap(library, outline, &trans_bitmap); in LoadCharThenCompare()
/external/skia/gm/
Daaclip.cpp137 static void GetBitmap(const SkCanvas* canvas, SkBitmap* bm) { in GetBitmap() function
145 GetBitmap(a, &bma); in compare_canvas()
146 GetBitmap(b, &bmb); in compare_canvas()
/external/chromium_org/content/renderer/browser_plugin/
Dbrowser_plugin_backing_store.h51 const SkBitmap& GetBitmap() const { return bitmap_; } in GetBitmap() function
Dbrowser_plugin.cc1027 canvas->drawBitmap(backing_store_->GetBitmap(), 0, 0); in paint()
/external/chromium_org/chrome/renderer/
Dmock_printer.h101 bool GetBitmap(unsigned int page, const void** data, uint32* size) const;
/external/chromium_org/content/browser/renderer_host/media/
Dweb_contents_video_capture_device_unittest.cc260 SkAutoLockPixels locker(output.GetBitmap()); in CopyFromBackingStore()
261 output.GetBitmap().eraseColor(color); in CopyFromBackingStore()
263 callback.Run(true, output.GetBitmap()); in CopyFromBackingStore()
/external/chromium_org/content/browser/renderer_host/
Dbacking_store_aura.cc172 SkCanvas(output->GetBitmap()).writePixels(b, rect.x(), rect.y()); in CopyFromBackingStore()
Dbacking_store_gtk.cc602 const SkBitmap& bitmap = output->GetBitmap(); in CopyFromBackingStore()
Drender_widget_host_impl.cc733 callback.Run(result, output.GetBitmap()); in CopyFromBackingStore()
/external/chromium_org/cc/trees/
Dlayer_tree_host.cc1198 client->GetBitmap(next_id, resource_lost)); in CreateUIResource()
1203 data.size = request.GetBitmap().GetSize(); in CreateUIResource()
1229 data.client->GetBitmap(uid, resource_lost)); in RecreateUIResources()
Dlayer_tree_impl.cc752 layer_tree_host_impl_->CreateUIResource(req.GetId(), req.GetBitmap()); in ProcessUIResourceRequestQueue()
/external/chromium_org/cc/layers/
Dscrollbar_layer_unittest.cc528 std::make_pair(nid, content->GetBitmap(nid, false))); in CreateUIResource()