Searched refs:CreateBitmap (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/cc/test/
H A Dskia_common.h26 void CreateBitmap(const gfx::Size& size, const char* uri, SkBitmap* bitmap);
H A Dskia_common.cc29 void CreateBitmap(const gfx::Size& size, const char* uri, SkBitmap* bitmap) { function in namespace:cc
/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));
H A Dimage_unittest_util.h28 const SkBitmap CreateBitmap(int width, int height);
H A Dimage_unittest.cc173 image_skia.AddRepresentation(gfx::ImageSkiaRep(gt::CreateBitmap(
217 SkBitmap bitmap_1x = gt::CreateBitmap(kSize1x, kSize1x);
221 image_skia.AddRepresentation(gfx::ImageSkiaRep(gt::CreateBitmap(
313 gt::CreateBitmap(25, 25));
629 gt::CreateBitmap(kWidth1x, kHeight1x),
632 gt::CreateBitmap(kWidth2x, kHeight2x),
655 gt::CreateBitmap(kWidth2x, kHeight2x), 2.0f));
670 SkBitmap bitmap(gt::CreateBitmap(10, 10));
/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/cc/resources/
H A Dpicture_pile_impl_unittest.cc219 CreateBitmap(gfx::Size(128, 128), "notdiscardable", &non_discardable_bitmap);
289 CreateBitmap(gfx::Size(32, 32), "discardable", &discardable_bitmap[0][0]);
290 CreateBitmap(gfx::Size(32, 32), "discardable", &discardable_bitmap[1][0]);
291 CreateBitmap(gfx::Size(32, 32), "discardable", &discardable_bitmap[1][1]);
399 CreateBitmap(gfx::Size(32, 32), "discardable", &discardable_bitmap[0][0]);
400 CreateBitmap(gfx::Size(32, 32), "discardable", &discardable_bitmap[0][1]);
401 CreateBitmap(gfx::Size(32, 32), "discardable", &discardable_bitmap[1][1]);
530 CreateBitmap(gfx::Size(512, 512), "notdiscardable", &non_discardable_bitmap);
533 CreateBitmap(gfx::Size(128, 128), "discardable", &discardable_bitmap[0][0]);
534 CreateBitmap(gf
[all...]
H A Dpicture_unittest.cc133 CreateBitmap(
233 CreateBitmap(
356 CreateBitmap(
H A Dresource_provider.h133 ResourceId CreateBitmap(const gfx::Size& size, GLint wrap_mode);
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/chrome/browser/history/
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...]
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...]
/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/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/ui/gfx/
H A Dicon_util.cc219 HBITMAP mono_bitmap = ::CreateBitmap(bitmap.width(), bitmap.height(), 1, 1,
356 CreateBitmap(icon_size.width(),
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.h332 FPDF_BITMAP CreateBitmap(const pp::Rect& rect,
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/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/third_party/mesa/src/src/mesa/drivers/windows/gdi/
H A Dwmesa.c501 bmp=CreateBitmap(n, 1, 1, 32, bgra);
/external/mesa3d/src/mesa/drivers/windows/gdi/
H A Dwmesa.c501 bmp=CreateBitmap(n, 1, 1, 32, bgra);
/external/chromium_org/ui/native_theme/
H A Dnative_theme_win.cc1973 base::win::ScopedBitmap mask_bitmap(CreateBitmap(width, height, 1, 1, NULL));
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp433 HBITMAP hBitmap = CreateBitmap(1, 1, 1, 1, NULL);
/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 3891 milliseconds