HomeSort by relevance Sort by last modified time
    Searched defs:CreateBitmap (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/cc/test/
skia_common.cc 29 void CreateBitmap(const gfx::Size& size, const char* uri, SkBitmap* bitmap) {
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model_unittest.cc 37 SkBitmap CreateBitmap(SkColor color) {
512 SkBitmap new_icon_bitmap(CreateBitmap(SK_ColorRED));
  /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_org/skia/ext/
pixel_ref_utils_unittest.cc 25 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) {
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(gfx::Size(50, 50), "discardable", &first)
    [all...]
  /external/chromium_org/ui/gfx/image/
image_unittest_util.cc 55 const SkBitmap CreateBitmap(int width, int height) {
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/ui/message_center/views/
notification_view_unittest.cc 52 return gfx::Image::CreateFrom1xBitmap(CreateBitmap(width, height));
55 const SkBitmap CreateBitmap(int width, int height) {
  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViESurfaceRenderer.java 107 public Bitmap CreateBitmap(int width, int height) {
117 bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565);
128 bitmap = CreateBitmap(width, height);
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc 59 SkBitmap CreateBitmap() {
264 std::vector<SkBitmap> bitmaps(1u, CreateBitmap());
402 std::vector<SkBitmap> bitmaps(1u, CreateBitmap());
    [all...]
  /external/chromium_org/chrome/browser/history/
top_sites_impl_unittest.cc 208 gfx::Image CreateBitmap(SkColor color) {
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));
    [all...]
history_backend_unittest.cc 349 SkBitmap CreateBitmap(SkColor color, int edge_size) {
    [all...]
  /external/chromium_org/cc/resources/
resource_provider.cc 451 return CreateBitmap(size, wrap_mode);
477 return CreateBitmap(size, wrap_mode);
512 ResourceProvider::ResourceId ResourceProvider::CreateBitmap(
    [all...]
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h 732 STDMETHOD(CreateBitmap)(D2D1_SIZE_U size, const void *srcData, UINT32 pitch, const D2D1_BITMAP_PROPERTIES *bitmapProperties, ID2D1Bitmap **bitmap) PURE;
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 645 milliseconds