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

  /external/chromium_org/skia/ext/
vector_platform_device_emf_win.h 89 bool ApplyPaint(const SkPaint& paint);
vector_platform_device_emf_win.cc 192 if (!ApplyPaint(paint)) {
233 if (!ApplyPaint(paint)) {
598 bool VectorPlatformDeviceEmf::ApplyPaint(const SkPaint& paint) {
870 // ApplyPaint expect an opaque color.
873 if (!ApplyPaint(tmp_paint))
877 if (!ApplyPaint(paint))

Completed in 42 milliseconds