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

  /external/chromium_org/skia/ext/
platform_device_linux.cc 9 PlatformSurface PlatformDevice::BeginPlatformPaint() {
bitmap_platform_device_skia.h 45 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
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();
bitmap_platform_device_cairo.h 91 virtual cairo_t* BeginPlatformPaint() OVERRIDE;
vector_platform_device_skia.h 31 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
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_win.h 54 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
bitmap_platform_device_skia.cc 61 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 194 HDC BitmapPlatformDevice::BeginPlatformPaint() {
213 HDC source_dc = BeginPlatformPaint();
vector_platform_device_emf_win.h 34 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
bitmap_platform_device_cairo.cc 177 cairo_t* BitmapPlatformDevice::BeginPlatformPaint() {
platform_device_win.cc 54 PlatformSurface PlatformDevice::BeginPlatformPaint() {
vector_platform_device_emf_win.cc 112 HDC VectorPlatformDeviceEmf::BeginPlatformPaint() {
195 HDC dc = BeginPlatformPaint();
236 HDC dc = BeginPlatformPaint();
928 HDC dc = BeginPlatformPaint();
    [all...]
  /external/chromium_org/ui/gfx/
blit.cc 112 BlitContextToContext(skia::BeginPlatformPaint(dst_canvas), dst_rect,
123 skia::BeginPlatformPaint(src_canvas), src_origin);
133 BlitContextToContext(skia::BeginPlatformPaint(dst_canvas), dst_rect,
134 skia::BeginPlatformPaint(src_canvas), src_origin);
canvas.h 408 NativeDrawingContext BeginPlatformPaint();
411 // returned by BeginPlatformPaint().
canvas.cc 534 NativeDrawingContext Canvas::BeginPlatformPaint() {
535 return skia::BeginPlatformPaint(canvas_);
  /external/chromium_org/content/browser/compositor/
software_output_device_win.cc 87 HDC dib_dc = skia::BeginPlatformPaint(canvas);
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc     [all...]

Completed in 441 milliseconds