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

  /external/skia/include/gpu/
GrDrawContext.h 46 class SK_API GrDrawContext : public SkRefCnt {
48 ~GrDrawContext() override;
269 GrDrawContext(GrContext*, GrDrawingManager*, GrRenderTarget*,
  /external/skia/src/gpu/
GrDrawContext.cpp 11 #include "GrDrawContext.h"
53 GrDrawContext::GrDrawContext(GrContext* context,
73 void GrDrawContext::validate() const {
83 GrDrawContext::~GrDrawContext() {
88 GrDrawTarget* GrDrawContext::getDrawTarget() {
99 bool GrDrawContext::copySurface(GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) {
103 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrDrawContext::copySurface");
108 void GrDrawContext::drawText(const GrClip& clip, const GrPaint& grPaint
    [all...]

Completed in 65 milliseconds