Searched defs:BeginPlatformPaint (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/skia/ext/
H A Dplatform_device_linux.cc9 PlatformSurface PlatformDevice::BeginPlatformPaint() { function in class:skia::PlatformDevice
H A Dbitmap_platform_device_android.cc63 PlatformSurface BitmapPlatformDevice::BeginPlatformPaint() { function in class:skia::BitmapPlatformDevice
H A Dplatform_canvas.cc21 PlatformSurface BeginPlatformPaint(SkCanvas* canvas) { function in namespace:skia
24 return platform_device->BeginPlatformPaint();
H A Dplatform_device_mac.cc25 CGContextRef PlatformDevice::BeginPlatformPaint() { function in class:skia::PlatformDevice
H A Dplatform_device_win.cc54 PlatformSurface PlatformDevice::BeginPlatformPaint() { function in class:skia::PlatformDevice
H A Dvector_platform_device_skia.cc37 PlatformSurface VectorPlatformDeviceSkia::BeginPlatformPaint() { function in class:skia::VectorPlatformDeviceSkia
46 return raster_surface_->BeginPlatformPaint();
H A Dbitmap_platform_device_linux.cc155 cairo_t* BitmapPlatformDevice::BeginPlatformPaint() { function in class:skia::BitmapPlatformDevice
H A Dbitmap_platform_device_win.cc225 HDC BitmapPlatformDevice::BeginPlatformPaint() { function in class:skia::BitmapPlatformDevice
244 HDC source_dc = BeginPlatformPaint();
H A Dvector_platform_device_emf_win.cc116 HDC VectorPlatformDeviceEmf::BeginPlatformPaint() { function in class:skia::VectorPlatformDeviceEmf
203 HDC dc = BeginPlatformPaint();
244 HDC dc = BeginPlatformPaint();
926 HDC dc = BeginPlatformPaint();
/external/chromium_org/ui/gfx/
H A Dcanvas.cc486 gfx::NativeDrawingContext Canvas::BeginPlatformPaint() { function in class:gfx::Canvas
487 return skia::BeginPlatformPaint(canvas_);

Completed in 106 milliseconds