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

1 2 3

  /external/chromium_org/webkit/common/gpu/
grcontext_for_webgraphicscontext3d.cc 25 skia::RefPtr<GrGLInterface> interface = skia::AdoptRef(
34 gr_context_ = skia::AdoptRef(GrContext::Create(
  /external/chromium_org/skia/ext/
refptr_unittest.cc 18 RefPtr<SkRefCnt> refptr1 = AdoptRef(ref);
65 RefPtr<SkRefCnt> refptr1(AdoptRef(ref));
81 RefPtr<SkRefCnt> refptr1 = AdoptRef(ref);
98 refptr1 = AdoptRef(ref);
113 RefPtr<Subclass> child = AdoptRef(new Subclass());
refptr.h 17 // skia::RefPtr<SkShader> shader = skia::AdoptRef(SkGradientShader::Create());
31 // return skia::AdoptRef(SkGradientShader::Create());
41 // AdoptRef() the raw pointer immediately into a skia::RefPtr and always work
101 friend RefPtr<U> AdoptRef(U* ptr);
109 RefPtr<T> AdoptRef(T* ptr) { return RefPtr<T>(ptr); }
vector_platform_device_skia.cc 44 raster_surface_ = skia::AdoptRef(
benchmarking_canvas.cc 28 skia::RefPtr<SkDevice> device = skia::AdoptRef(
30 canvas_ = skia::AdoptRef(SkNEW_ARGS(SkCanvas, (device.get())));
213 debug_canvas_ = skia::AdoptRef(SkNEW_ARGS(SkDebugCanvas, (width, height)));
214 timing_canvas_ = skia::AdoptRef(SkNEW_ARGS(TimingCanvas, (width, height, this)));
bitmap_platform_device_android.cc 79 skia::RefPtr<SkDevice> dev = skia::AdoptRef(
platform_canvas.cc 58 skia::AdoptRef(new SkProcXfermode(MakeOpaqueXfermodeProc));
bitmap_platform_device_mac.cc 159 skia::AdoptRef(new BitmapPlatformDeviceData(context)), bitmap);
267 skia::RefPtr<SkDevice> dev = skia::AdoptRef(
274 skia::RefPtr<SkDevice> dev = skia::AdoptRef(
bitmap_platform_device_win.cc 189 skia::AdoptRef(new BitmapPlatformDeviceData(hbitmap)), bitmap);
317 skia::RefPtr<SkDevice> dev = skia::AdoptRef(
349 skia::AdoptRef(new PlatformBitmapPixelRef(hbitmap, data)).get());
lazy_pixel_ref_utils_unittest.cc 136 skia::AdoptRef(new TestLazyPixelRef(size.width(), size.height()));
168 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture);
207 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture);
260 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture);
306 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture);
357 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture);
407 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture);
449 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture);
509 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture);
559 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture)
    [all...]
  /external/chromium_org/cc/output/
software_output_device.cc 24 device_ = skia::AdoptRef(new SkDevice(SkBitmap::kARGB_8888_Config,
26 canvas_ = skia::AdoptRef(new SkCanvas(device_.get()));
render_surface_filters.cc 247 skia::RefPtr<GrTexture> texture = skia::AdoptRef(
252 skia::AdoptRef(new SkGrPixelRef(texture.get()));
269 scratch_textures_[i] = skia::AdoptRef(scratch_texture.detach());
289 skia::RefPtr<SkGrPixelRef> pixel_ref = skia::AdoptRef(
298 device_ = skia::AdoptRef(new SkGpuDevice(
300 canvas_ = skia::AdoptRef(new SkCanvas(device_.get()));
395 skia::AdoptRef(new SkColorMatrixFilter(op.matrix()));
403 skia::AdoptRef(new SkBlurImageFilter(std_deviation, std_deviation));
411 skia::AdoptRef(new SkBlurImageFilter(op.amount(), op.amount()));
413 skia::AdoptRef(SkColorFilter::CreateModeFilter
    [all...]
  /external/chromium_org/ui/gfx/
skia_util.cc 67 skia::RefPtr<SkShader> shader = skia::AdoptRef(SkShader::CreateBitmapShader(
98 return skia::AdoptRef(SkGradientShader::CreateLinear(
108 skia::AdoptRef(new SkLayerDrawLooper);
125 skia::RefPtr<SkMaskFilter> blur_mask = skia::AdoptRef(
129 skia::RefPtr<SkColorFilter> color_filter = skia::AdoptRef(
platform_font_pango.cc 177 skia::RefPtr<SkTypeface> typeface = skia::AdoptRef(
269 skia::RefPtr<SkTypeface> typeface = skia::AdoptRef(
274 typeface = skia::AdoptRef(
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_background.cc 30 skia::RefPtr<SkShader> gradient_shader = skia::AdoptRef(
  /external/chromium_org/content/browser/web_contents/aura/
shadow_layer_delegate.cc 43 skia::RefPtr<SkShader> shader = skia::AdoptRef(
  /external/chromium_org/printing/
metafile_skia_wrapper.cc 26 wrapper = skia::AdoptRef(new MetafileSkiaWrapper(metafile));
  /external/chromium_org/ui/views/controls/menu/
menu_image_util.cc 54 skia::RefPtr<SkShader> shader = skia::AdoptRef(
76 shader = skia::AdoptRef(
  /external/chromium_org/cc/test/
skia_common.cc 76 skia::AdoptRef(new TestLazyPixelRef(size.width(), size.height()));
  /external/chromium_org/chrome/browser/ui/omnibox/
location_bar_util.cc 53 skia::RefPtr<SkShader> gradient = skia::AdoptRef(
  /external/chromium_org/cc/resources/
bitmap_content_layer_updater.cc 69 canvas_ = skia::AdoptRef(skia::CreateBitmapCanvas(
  /external/chromium_org/content/common/
font_config_ipc_linux.cc 28 skia::RefPtr<SkData> data = skia::AdoptRef(SkData::NewFromFD(fd));
  /external/chromium_org/ui/views/controls/
glow_hover_controller.cc 99 skia::RefPtr<SkShader> shader = skia::AdoptRef(
  /external/chromium_org/chrome/common/
badge_util.cc 71 skia::RefPtr<SkTypeface> typeface = skia::AdoptRef(
84 typeface = skia::AdoptRef(SkTypeface::CreateFromName(
  /external/chromium_org/content/renderer/gpu/
compositor_software_output_device.cc 135 device_ = skia::AdoptRef(new SkDevice(bitmap_));
136 canvas_ = skia::AdoptRef(new SkCanvas(device_.get()));

Completed in 414 milliseconds

1 2 3