Searched defs:EndPlatformPaint (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/skia/ext/
H A Dplatform_device_linux.cc13 void PlatformDevice::EndPlatformPaint() { function in class:skia::PlatformDevice
H A Dplatform_canvas.cc29 void EndPlatformPaint(SkCanvas* canvas) { function in namespace:skia
32 platform_device->EndPlatformPaint();
H A Dplatform_device_mac.cc29 void PlatformDevice::EndPlatformPaint() { function in class:skia::PlatformDevice
H A Dplatform_device_win.cc58 void PlatformDevice::EndPlatformPaint() { function in class:skia::PlatformDevice
H A Dvector_platform_device_skia.cc42 // image in EndPlatformPaint.
49 void VectorPlatformDeviceSkia::EndPlatformPaint() { function in class:skia::VectorPlatformDeviceSkia
59 raster_surface_->EndPlatformPaint();
H A Dbitmap_platform_device_win.cc199 void BitmapPlatformDevice::EndPlatformPaint() { function in class:skia::BitmapPlatformDevice
201 PlatformDevice::EndPlatformPaint();
260 EndPlatformPaint();
/external/chromium_org/ui/gfx/
H A Dcanvas.cc544 void Canvas::EndPlatformPaint() { function in class:gfx::Canvas
545 skia::EndPlatformPaint(canvas_);

Completed in 2106 milliseconds