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

1 2

  /external/chromium_org/ui/wm/core/
image_grid_unittest.cc 18 gfx::Image* CreateImage(const gfx::Size& size) {
34 scoped_ptr<gfx::Image> image_1x1(CreateImage(gfx::Size(1, 1)));
35 scoped_ptr<gfx::Image> image_1xB(CreateImage(gfx::Size(1, kBorder)));
36 scoped_ptr<gfx::Image> image_Bx1(CreateImage(gfx::Size(kBorder, 1)));
37 scoped_ptr<gfx::Image> image_BxB(CreateImage(gfx::Size(kBorder, kBorder)));
126 scoped_ptr<gfx::Image> image_1x1(CreateImage(gfx::Size(1, 1)));
127 scoped_ptr<gfx::Image> image_1xB(CreateImage(gfx::Size(1, kBorder)));
128 scoped_ptr<gfx::Image> image_Bx1(CreateImage(gfx::Size(kBorder, 1)));
129 scoped_ptr<gfx::Image> image_BxB(CreateImage(gfx::Size(kBorder, kBorder)));
154 scoped_ptr<gfx::Image> image(CreateImage(gfx::Size(kBorder, kBorder)))
    [all...]
  /external/chromium_org/ui/gfx/image/
image_unittest_util.h 37 // TODO(rohitrao): Remove the no-argument version of CreateImage().
38 gfx::Image CreateImage();
39 gfx::Image CreateImage(int width, int height);
image_unittest_util.cc 74 gfx::Image CreateImage() {
75 return CreateImage(100, 50);
78 gfx::Image CreateImage(int width, int height) {
image_util_unittest.cc 17 gfx::Image original = gfx::test::CreateImage(100, 100);
  /external/chromium_org/chrome/browser/profiles/
profile_avatar_icon_util_unittest.cc 47 gfx::Image rect_picture(gfx::test::CreateImage());
65 gfx::Image rect_picture(gfx::test::CreateImage());
81 gfx::Image rect_picture(gfx::test::CreateImage());
101 gfx::Image rect_picture(gfx::test::CreateImage());
gaia_info_update_service_unittest.cc 102 gfx::Image image = gfx::test::CreateImage();
166 gfx::Image gaia_picture = gfx::test::CreateImage();
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFImage.h 40 static SkPDFImage* CreateImage(const SkBitmap& bitmap,
  /external/skia/src/pdf/
SkPDFImage.h 40 static SkPDFImage* CreateImage(const SkBitmap& bitmap,
  /external/chromium_org/content/public/renderer/
pepper_plugin_instance.h 69 virtual PP_Resource CreateImage(gfx::ImageSkia* source_image,
  /external/chromium_org/content/renderer/pepper/
fake_pepper_plugin_instance.cc 30 PP_Resource FakePepperPluginInstance::CreateImage(gfx::ImageSkia* source_image,
fake_pepper_plugin_instance.h 24 virtual PP_Resource CreateImage(gfx::ImageSkia* source_image,
  /external/chromium_org/ppapi/tests/
test_compositor.h 47 std::string CreateImage(pp::ImageData* image);
test_compositor.cc 129 VERIFY(CreateImage(&image));
208 VERIFY(CreateImage(&image));
272 VERIFY(CreateImage(&image));
354 VERIFY(CreateImage(&image));
412 std::string TestCompositor::CreateImage(pp::ImageData* image) {
  /external/chromium_org/content/common/gpu/
gpu_channel_manager.cc 185 void GpuChannelManager::CreateImage(
191 iter->second->CreateImage(window, image_id, &size);
202 CreateImage(window, client_id, image_id);
205 new ImageOperation(0, base::Bind(&GpuChannelManager::CreateImage,
gpu_channel.h 117 void CreateImage(
gpu_channel_manager.h 123 void CreateImage(
  /build/tools/releasetools/
add_img_to_target_files 64 return CreateImage(input_dir, info_dict, "system", block_list=block_list)
82 return CreateImage(input_dir, info_dict, "vendor", block_list=block_list)
85 def CreateImage(input_dir, info_dict, what, block_list=None):
add_img_to_target_files.py 64 return CreateImage(input_dir, info_dict, "system", block_list=block_list)
82 return CreateImage(input_dir, info_dict, "vendor", block_list=block_list)
85 def CreateImage(input_dir, info_dict, what, block_list=None):
  /external/chromium_org/components/enhanced_bookmarks/
image_store_unittest.cc 18 gfx::Image CreateImage(int width, int height, int a, int r, int g, int b) {
33 return CreateImage(42, 24, 255, 255, 255, 255);
37 return CreateImage(width, height, 255, 0, 0, 0);
  /external/chromium_org/media/tools/player_x11/
x11_video_renderer.cc 18 static XImage* CreateImage(Display* display, int width, int height) {
99 image_ = CreateImage(display_, coded_width, coded_height);
191 image_ = CreateImage(display_, coded_size.width(), coded_size.height());
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.h 36 virtual void CreateImage(
browser_gpu_channel_host_factory.cc 309 host->CreateImage(
332 void BrowserGpuChannelHostFactory::CreateImage(
  /external/chromium_org/ash/desktop_background/
desktop_background_controller_unittest.cc 90 // A color that can be passed to CreateImage(). Specifically chosen to not
95 gfx::ImageSkia CreateImage(int width, int height, SkColor color) {
288 gfx::ImageSkia image = CreateImage(640, 480, kCustomWallpaperColor);
  /external/chromium_org/third_party/webrtc/common_video/libyuv/
libyuv_unittest.cc 60 void CreateImage(I420VideoFrame* frame, int plane_offset[kNumOfPlanes]) {
352 CreateImage(&in_frame, plane_offset);
359 CreateImage(&out_frame, plane_offset);
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.h 76 virtual void CreateImage(

Completed in 1202 milliseconds

1 2