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

  /external/chromium_org/skia/ext/
platform_device_linux.cc 9 PlatformSurface PlatformDevice::BeginPlatformPaint() {
bitmap_platform_device_android.cc 63 PlatformSurface BitmapPlatformDevice::BeginPlatformPaint() {
platform_canvas.cc 21 PlatformSurface BeginPlatformPaint(SkCanvas* canvas) {
24 return platform_device->BeginPlatformPaint();
vector_platform_device_skia.cc 37 PlatformSurface VectorPlatformDeviceSkia::BeginPlatformPaint() {
46 return raster_surface_->BeginPlatformPaint();
platform_device_win.cc 54 PlatformSurface PlatformDevice::BeginPlatformPaint() {
platform_device_mac.cc 25 CGContextRef PlatformDevice::BeginPlatformPaint() {
bitmap_platform_device_linux.cc 155 cairo_t* BitmapPlatformDevice::BeginPlatformPaint() {
bitmap_platform_device_win.cc 225 HDC BitmapPlatformDevice::BeginPlatformPaint() {
244 HDC source_dc = BeginPlatformPaint();
vector_platform_device_emf_win.cc 116 HDC VectorPlatformDeviceEmf::BeginPlatformPaint() {
203 HDC dc = BeginPlatformPaint();
244 HDC dc = BeginPlatformPaint();
926 HDC dc = BeginPlatformPaint();
  /external/chromium_org/ui/gfx/
canvas.cc 486 gfx::NativeDrawingContext Canvas::BeginPlatformPaint() {
487 return skia::BeginPlatformPaint(canvas_);

Completed in 1707 milliseconds