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

  /external/chromium_org/skia/ext/
platform_device_linux.cc 13 void PlatformDevice::EndPlatformPaint() {
platform_canvas.cc 29 void EndPlatformPaint(SkCanvas* canvas) {
32 platform_device->EndPlatformPaint();
vector_platform_device_skia.cc 42 // image in EndPlatformPaint.
49 void VectorPlatformDeviceSkia::EndPlatformPaint() {
59 raster_surface_->EndPlatformPaint();
platform_device_win.cc 58 void PlatformDevice::EndPlatformPaint() {
platform_device_mac.cc 29 void PlatformDevice::EndPlatformPaint() {
bitmap_platform_device_win.cc 230 void BitmapPlatformDevice::EndPlatformPaint() {
232 PlatformDevice::EndPlatformPaint();
291 EndPlatformPaint();
  /external/chromium_org/ui/gfx/
canvas.cc 490 void Canvas::EndPlatformPaint() {
491 skia::EndPlatformPaint(canvas_);

Completed in 794 milliseconds