HomeSort by relevance Sort by last modified time
    Searched refs:CreateBitmap (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium/chrome/browser/ui/tests/
ui_gfx_image_unittest.cc 46 gfx::Image image(gfx::test::CreateBitmap());
  /external/chromium_org/android_webview/native/
java_browser_view_renderer_helper.h 24 virtual base::android::ScopedJavaLocalRef<jobject> CreateBitmap(
java_browser_view_renderer_helper.cc 28 ScopedJavaLocalRef<jobject> JavaBrowserViewRendererHelper::CreateBitmap(
34 TRACE_EVENT0("android_webview", "RendererHelper::CreateBitmap");
  /external/chromium_org/skia/ext/
lazy_pixel_ref_utils_unittest.cc 25 void CreateBitmap(gfx::Size size, const char* uri, SkBitmap* bitmap);
62 TestLazyShader() { CreateBitmap(gfx::Size(50, 50), "lazy", &bitmap_); }
73 CreateBitmap(gfx::Size(50, 50), "lazy", &bitmap_);
134 void CreateBitmap(gfx::Size size, const char* uri, SkBitmap* bitmap) {
453 CreateBitmap(gfx::Size(50, 50), "lazy", &first);
455 CreateBitmap(gfx::Size(50, 50), "lazy", &second);
457 CreateBitmap(gfx::Size(50, 50), "lazy", &third);
459 CreateBitmap(gfx::Size(50, 1), "lazy", &fourth);
461 CreateBitmap(gfx::Size(10, 10), "lazy", &fifth);
513 CreateBitmap(gfx::Size(50, 50), "lazy", &first)
    [all...]
  /external/chromium_org/cc/test/
skia_common.h 59 void CreateBitmap(gfx::Size size, const char* uri, SkBitmap* bitmap);
skia_common.cc 74 void CreateBitmap(gfx::Size size, const char* uri, SkBitmap* bitmap) {
  /external/chromium_org/chrome/browser/ui/tests/
ui_gfx_image_unittest.cc 48 gfx::test::CreateBitmap(25, 25));
  /external/chromium_org/ui/gfx/image/
image_unittest_util.h 31 const SkBitmap CreateBitmap(int width, int height);
image_unittest_util.cc 58 const SkBitmap CreateBitmap(int width, int height) {
67 return gfx::ImageSkia::CreateFrom1xBitmap(CreateBitmap(width, height));
71 SkBitmap bitmap = CreateBitmap(edge_size, edge_size);
82 return gfx::Image::CreateFrom1xBitmap(CreateBitmap(width, height));
184 const SkBitmap bitmap(CreateBitmap(25, 25));
image_unittest.cc 168 image_skia.AddRepresentation(gfx::ImageSkiaRep(gt::CreateBitmap(
212 SkBitmap bitmap_1x = gt::CreateBitmap(kSize1x, kSize1x);
216 image_skia.AddRepresentation(gfx::ImageSkiaRep(gt::CreateBitmap(
298 gt::CreateBitmap(25, 25));
638 gt::CreateBitmap(kWidth1x, kHeight1x),
641 gt::CreateBitmap(kWidth2x, kHeight2x),
664 gt::CreateBitmap(kWidth2x, kHeight2x), ui::SCALE_FACTOR_200P));
679 SkBitmap bitmap(gt::CreateBitmap(10, 10));
  /external/chromium_org/cc/resources/
picture_pile_impl_unittest.cc 220 CreateBitmap(gfx::Size(128, 128), "notlazy", &non_lazy_bitmap);
290 CreateBitmap(gfx::Size(32, 32), "lazy", &lazy_bitmap[0][0]);
291 CreateBitmap(gfx::Size(32, 32), "lazy", &lazy_bitmap[1][0]);
292 CreateBitmap(gfx::Size(32, 32), "lazy", &lazy_bitmap[1][1]);
400 CreateBitmap(gfx::Size(32, 32), "lazy", &lazy_bitmap[0][0]);
401 CreateBitmap(gfx::Size(32, 32), "lazy", &lazy_bitmap[0][1]);
402 CreateBitmap(gfx::Size(32, 32), "lazy", &lazy_bitmap[1][1]);
531 CreateBitmap(gfx::Size(512, 512), "notlazy", &non_lazy_bitmap);
534 CreateBitmap(gfx::Size(128, 128), "lazy", &lazy_bitmap[0][0]);
535 CreateBitmap(gfx::Size(128, 128), "lazy", &lazy_bitmap[0][1])
    [all...]
picture_unittest.cc 132 CreateBitmap(gfx::Size(500, 500), "lazy", &lazy_bitmap[y][x]);
231 CreateBitmap(gfx::Size(500, 500), "lazy", &lazy_bitmap[y][x]);
354 CreateBitmap(gfx::Size(500, 500), "lazy", &lazy_bitmap[y][x]);
resource_provider.h 97 ResourceId CreateBitmap(gfx::Size size);
resource_provider.cc 210 return CreateBitmap(size);
228 return CreateBitmap(size);
250 ResourceProvider::ResourceId ResourceProvider::CreateBitmap(gfx::Size size) {
    [all...]
  /external/chromium_org/android_webview/browser/
browser_view_renderer.h 74 virtual base::android::ScopedJavaLocalRef<jobject> CreateBitmap(
in_process_view_renderer.cc 591 ScopedJavaLocalRef<jobject> jbitmap(java_helper->CreateBitmap(
    [all...]
  /external/chromium/chrome/browser/history/
top_sites_unittest.cc 163 SkBitmap CreateBitmap(SkColor color) {
494 SkBitmap thumbnail(CreateBitmap(SK_ColorWHITE));
529 SkBitmap thumbnail(CreateBitmap(SK_ColorRED));
566 SkBitmap thumbnail(CreateBitmap(SK_ColorWHITE));
629 SkBitmap tmp_bitmap(CreateBitmap(SK_ColorBLUE));
690 SkBitmap asdf_thumbnail(CreateBitmap(SK_ColorRED));
726 SkBitmap google_thumbnail(CreateBitmap(SK_ColorBLUE));
749 SkBitmap weewar_bitmap(CreateBitmap(SK_ColorYELLOW));
767 SkBitmap google_bitmap(CreateBitmap(SK_ColorGREEN));
    [all...]
  /external/chromium_org/chrome/browser/history/
top_sites_impl_unittest.cc 175 gfx::Image CreateBitmap(SkColor color) {
511 gfx::Image thumbnail(CreateBitmap(SK_ColorWHITE));
546 gfx::Image thumbnail(CreateBitmap(SK_ColorRED));
584 gfx::Image thumbnail(CreateBitmap(SK_ColorWHITE));
647 gfx::Image tmp_bitmap(CreateBitmap(SK_ColorBLUE));
708 gfx::Image asdf_thumbnail(CreateBitmap(SK_ColorRED));
744 gfx::Image google_thumbnail(CreateBitmap(SK_ColorBLUE));
767 gfx::Image weewar_bitmap(CreateBitmap(SK_ColorYELLOW));
785 gfx::Image green_bitmap(CreateBitmap(SK_ColorGREEN));
    [all...]
top_sites_likely_impl_unittest.cc 175 gfx::Image CreateBitmap(SkColor color) {
512 gfx::Image thumbnail(CreateBitmap(SK_ColorWHITE));
547 gfx::Image thumbnail(CreateBitmap(SK_ColorRED));
585 gfx::Image thumbnail(CreateBitmap(SK_ColorWHITE));
648 gfx::Image tmp_bitmap(CreateBitmap(SK_ColorBLUE));
709 gfx::Image asdf_thumbnail(CreateBitmap(SK_ColorRED));
745 gfx::Image google_thumbnail(CreateBitmap(SK_ColorBLUE));
768 gfx::Image weewar_bitmap(CreateBitmap(SK_ColorYELLOW));
786 gfx::Image green_bitmap(CreateBitmap(SK_ColorGREEN));
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CreateBitmap.java 26 public class CreateBitmap extends GraphicsActivity {
77 mBitmaps[0] = Bitmap.createBitmap(colors, 0, STRIDE, WIDTH, HEIGHT,
79 mBitmaps[1] = Bitmap.createBitmap(colors, 0, STRIDE, WIDTH, HEIGHT,
81 mBitmaps[2] = Bitmap.createBitmap(colors, 0, STRIDE, WIDTH, HEIGHT,
85 mBitmaps[3] = Bitmap.createBitmap(WIDTH, HEIGHT,
87 mBitmaps[4] = Bitmap.createBitmap(WIDTH, HEIGHT,
89 mBitmaps[5] = Bitmap.createBitmap(WIDTH, HEIGHT,
  /external/chromium/webkit/glue/
webcursor_win.cc 176 HBITMAP mask = CreateBitmap(
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model_unittest.cc 28 SkBitmap CreateBitmap(SkColor color) {
508 SkBitmap new_icon(CreateBitmap(SK_ColorRED));
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model_unittest.cc 36 SkBitmap CreateBitmap(SkColor color) {
512 SkBitmap new_icon_bitmap(CreateBitmap(SK_ColorRED));
  /external/chromium_org/ui/gfx/
icon_util.cc 214 HBITMAP mono_bitmap = ::CreateBitmap(bitmap.width(), bitmap.height(), 1, 1,
352 CreateBitmap(icon_size.width(),
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc 86 gfx::Image CreateBitmap(SkColor color) {
676 gfx::Image thumbnail(CreateBitmap(SK_ColorWHITE));
    [all...]

Completed in 371 milliseconds

1 2