OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
276
void BitmapPlatformDevice::
EndPlatformPaint
() {
278
PlatformDevice::
EndPlatformPaint
();
337
EndPlatformPaint
();
/external/chromium_org/ui/gfx/
canvas.cc
607
void Canvas::
EndPlatformPaint
() {
608
skia::
EndPlatformPaint
(canvas_);
Completed in 579 milliseconds