Searched defs:CreateBitmap (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/cc/test/
H A Dskia_common.cc29 void CreateBitmap(const gfx::Size& size, const char* uri, SkBitmap* bitmap) { function in namespace:cc
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model_unittest.cc37 SkBitmap CreateBitmap(SkColor color) { function in namespace:__anon5177
512 SkBitmap new_icon_bitmap(CreateBitmap(SK_ColorRED));
/external/chromium_org/skia/ext/
H A Dpixel_ref_utils_unittest.cc25 void CreateBitmap(gfx::Size size, const char* uri, SkBitmap* bitmap);
30 CreateBitmap(gfx::Size(50, 50), "discardable", &bitmap_);
34 CreateBitmap(gfx::Size(50, 50), "discardable", &bitmap_);
64 void CreateBitmap(gfx::Size size, const char* uri, SkBitmap* bitmap) { function in namespace:skia::__anon10677
383 CreateBitmap(gfx::Size(50, 50), "discardable", &first);
385 CreateBitmap(gfx::Size(50, 50), "discardable", &second);
387 CreateBitmap(gfx::Size(50, 50), "discardable", &third);
389 CreateBitmap(gfx::Size(50, 1), "discardable", &fourth);
391 CreateBitmap(gfx::Size(10, 10), "discardable", &fifth);
444 CreateBitmap(gf
[all...]
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViESurfaceRenderer.java107 public Bitmap CreateBitmap(int width, int height) { method in class:ViESurfaceRenderer
128 bitmap = CreateBitmap(width, height);
/external/chromium_org/ui/message_center/views/
H A Dnotification_view_unittest.cc52 return gfx::Image::CreateFrom1xBitmap(CreateBitmap(width, height));
55 const SkBitmap CreateBitmap(int width, int height) { function in class:message_center::NotificationViewTest
/external/chromium_org/ui/gfx/image/
H A Dimage_unittest_util.cc55 const SkBitmap CreateBitmap(int width, int height) { function in namespace:gfx::test
63 return gfx::ImageSkia::CreateFrom1xBitmap(CreateBitmap(width, height));
67 SkBitmap bitmap = CreateBitmap(edge_size, edge_size);
78 return gfx::Image::CreateFrom1xBitmap(CreateBitmap(width, height));
179 const SkBitmap bitmap(CreateBitmap(25, 25));
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_provider_backend_unittest.cc59 SkBitmap CreateBitmap() { function in namespace:history::__anon4081
264 std::vector<SkBitmap> bitmaps(1u, CreateBitmap());
402 std::vector<SkBitmap> bitmaps(1u, CreateBitmap());
1839 std::vector<SkBitmap> bitmaps(1u, CreateBitmap());
/external/chromium_org/chrome/browser/history/
H A Dtop_sites_impl_unittest.cc208 gfx::Image CreateBitmap(SkColor color) { function in class:history::TopSitesImplTest
580 gfx::Image thumbnail(CreateBitmap(SK_ColorWHITE));
615 gfx::Image thumbnail(CreateBitmap(SK_ColorRED));
653 gfx::Image thumbnail(CreateBitmap(SK_ColorWHITE));
718 gfx::Image tmp_bitmap(CreateBitmap(SK_ColorBLUE));
784 gfx::Image red_thumbnail(CreateBitmap(SK_ColorRED));
839 gfx::Image asdf_thumbnail(CreateBitmap(SK_ColorRED));
875 gfx::Image google_thumbnail(CreateBitmap(SK_ColorBLUE));
898 gfx::Image weewar_bitmap(CreateBitmap(SK_ColorYELLOW));
916 gfx::Image green_bitmap(CreateBitmap(SK_ColorGREE
[all...]
H A Dhistory_backend_unittest.cc349 SkBitmap CreateBitmap(SkColor color, int edge_size) { function in class:history::HistoryBackendTest
1545 bitmaps.push_back(CreateBitmap(SK_ColorBLUE, kSmallEdgeSize));
1546 bitmaps.push_back(CreateBitmap(SK_ColorRED, kLargeEdgeSize));
1595 bitmaps.push_back(CreateBitmap(SK_ColorBLUE, kSmallEdgeSize));
1596 bitmaps.push_back(CreateBitmap(SK_ColorRED, kLargeEdgeSize));
1626 bitmaps.push_back(CreateBitmap(SK_ColorBLUE, kSmallEdgeSize));
1627 bitmaps.push_back(CreateBitmap(SK_ColorRED, kLargeEdgeSize));
1653 bitmaps.push_back(CreateBitmap(SK_ColorWHITE, kLargeEdgeSize));
1680 bitmaps.push_back(CreateBitmap(SK_ColorBLUE, kSmallEdgeSize));
1698 bitmaps[0] = CreateBitmap(SK_ColorBLU
[all...]
/external/chromium_org/cc/resources/
H A Dresource_provider.cc451 return CreateBitmap(size, wrap_mode);
477 return CreateBitmap(size, wrap_mode);
512 ResourceProvider::ResourceId ResourceProvider::CreateBitmap( function in class:cc::ResourceProvider
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc2426 progressive_paints_[progressive_index].bitmap = CreateBitmap(dirty,
2591 FPDF_BITMAP bitmap = CreateBitmap(dirty, image_data);
2610 FPDF_BITMAP PDFiumEngine::CreateBitmap(const pp::Rect& rect, function in class:chrome_pdf::PDFiumEngine
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4536 milliseconds