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

  /external/skia/src/core/
SkDevice.cpp 114 void SkBaseDevice::drawDRRect(const SkRRect& outer,
SkCanvas.cpp     [all...]
  /external/skia/src/gpu/
GrRenderTargetContext.cpp     [all...]
SkGpuDevice.cpp 466 void SkGpuDevice::drawDRRect(const SkRRect& outer,
469 GR_CREATE_TRACE_MARKER_CONTEXT("SkGpuDevice", "drawDRRect", fContext.get());
489 fRenderTargetContext->drawDRRect(this->clip(), std::move(grPaint),
    [all...]

Completed in 100 milliseconds