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

  /external/skia/src/gpu/
GrRenderTargetContextPriv.h 97 void drawFilledRect(
100 fRenderTargetContext->drawFilledRect(clip, std::move(paint), aa, m, rect, ss);
GrRenderTargetContext.h 510 void drawFilledRect(const GrClip& clip,
GrRenderTargetContext.cpp 457 // Use drawFilledRect() with no clip and the reduced rectangle
458 this->drawFilledRect(GrNoClip(), std::move(paint), aa, SkMatrix::I(), rrect.rect());
465 // Use drawFilledRect() with no view matrix to draw a fullscreen quad, but preserve
467 // about local coordinates. If the clip is simple, drawFilledRect() will turn this into
469 this->drawFilledRect(clip, std::move(paint), aa, SkMatrix::I(), r);
646 void GrRenderTargetContext::drawFilledRect(const GrClip& clip,
693 this->drawFilledRect(clip, std::move(paint), aa, viewMatrix, rect);
    [all...]
  /external/skia/gm/
samplelocations.cpp 256 rtc->priv().drawFilledRect(
  /external/skqp/src/gpu/
GrRenderTargetContext.h 474 void drawFilledRect(const GrClip& clip,
GrRenderTargetContext.cpp 461 // Use drawFilledRect() with no clip and the reduced rectangle
462 this->drawFilledRect(GrNoClip(), std::move(paint), aa, SkMatrix::I(), rrect.rect());
469 // Use drawFilledRect() with no view matrix to draw a fullscreen quad, but preserve
471 // about local coordinates. If the clip is simple, drawFilledRect() will turn this into
473 this->drawFilledRect(clip, std::move(paint), aa, SkMatrix::I(), r);
650 void GrRenderTargetContext::drawFilledRect(const GrClip& clip,
697 this->drawFilledRect(clip, std::move(paint), aa, viewMatrix, rect);
    [all...]

Completed in 1313 milliseconds