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

1 2

  /external/chromium_org/skia/ext/
platform_device_linux.cc 9 PlatformSurface PlatformDevice::BeginPlatformPaint() {
bitmap_platform_device_android.h 45 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
vector_platform_device_skia.cc 37 PlatformSurface VectorPlatformDeviceSkia::BeginPlatformPaint() {
46 return raster_surface_->BeginPlatformPaint();
bitmap_platform_device_linux.h 94 virtual cairo_t* BeginPlatformPaint() OVERRIDE;
bitmap_platform_device_win.h 56 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
vector_platform_device_skia.h 32 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
platform_canvas.cc 21 PlatformSurface BeginPlatformPaint(SkCanvas* canvas) {
24 return platform_device->BeginPlatformPaint();
platform_canvas.h 112 // given canvas. If this function returns false, BeginPlatformPaint will
132 // after calling the platform-specific BeginPlatformPaint; this will
134 SK_API PlatformSurface BeginPlatformPaint(SkCanvas* canvas);
137 // Helper class for pairing calls to BeginPlatformPaint and EndPlatformPaint.
138 // Upon construction invokes BeginPlatformPaint, and upon destruction invokes
143 platform_surface_ = BeginPlatformPaint(canvas);
bitmap_platform_device_android.cc 63 PlatformSurface BitmapPlatformDevice::BeginPlatformPaint() {
platform_device.h 111 virtual PlatformSurface BeginPlatformPaint();
113 // Finish a previous call to beginPlatformPaint.
platform_device_mac.cc 25 CGContextRef PlatformDevice::BeginPlatformPaint() {
bitmap_platform_device_win.cc 225 HDC BitmapPlatformDevice::BeginPlatformPaint() {
244 HDC source_dc = BeginPlatformPaint();
vector_platform_device_emf_win.h 32 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
bitmap_platform_device_linux.cc 155 cairo_t* BitmapPlatformDevice::BeginPlatformPaint() {
platform_device_win.cc 54 PlatformSurface PlatformDevice::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/
blit.cc 103 BlitContextToContext(skia::BeginPlatformPaint(dst_canvas), dst_rect,
114 skia::BeginPlatformPaint(src_canvas), src_origin);
124 BlitContextToContext(skia::BeginPlatformPaint(dst_canvas), dst_rect,
125 skia::BeginPlatformPaint(src_canvas), src_origin);
canvas_paint_gtk.cc 64 context_ = skia::BeginPlatformPaint(canvas);
canvas.h 355 NativeDrawingContext BeginPlatformPaint();
358 // returned by BeginPlatformPaint().
canvas.cc 486 gfx::NativeDrawingContext Canvas::BeginPlatformPaint() {
487 return skia::BeginPlatformPaint(canvas_);
  /external/chromium/webkit/glue/
webthemeengine_impl_win.cc 386 HDC hdc = skia::BeginPlatformPaint(canvas);
398 HDC hdc = skia::BeginPlatformPaint(canvas);
410 HDC hdc = skia::BeginPlatformPaint(canvas);
422 HDC hdc = skia::BeginPlatformPaint(canvas);
436 HDC hdc = skia::BeginPlatformPaint(canvas);
449 HDC hdc = skia::BeginPlatformPaint(canvas);
464 HDC hdc = skia::BeginPlatformPaint(canvas);
477 HDC hdc = skia::BeginPlatformPaint(canvas);
  /external/chromium_org/content/browser/aura/
software_output_device_win.cc 82 HDC dib_dc = skia::BeginPlatformPaint(canvas);
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_win.cc 104 HDC target_dc = canvas->BeginPlatformPaint();
  /external/chromium_org/chrome/browser/ui/views/tabs/
native_view_photobooth_win.cc 103 HDC target_dc = canvas->BeginPlatformPaint();
  /external/chromium_org/third_party/WebKit/Source/web/tests/
TransparencyWinTest.cpp 56 HDC dc = skia::BeginPlatformPaint(canvas);

Completed in 1118 milliseconds

1 2