Home
last modified time | relevance | path

Searched defs:rtWidth (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrFixedClip.cpp48 bool GrFixedClip::apply(int rtWidth, int rtHeight, GrAppliedHardClip* out, SkRect* bounds) const { in apply()
DGrStencilClip.h42 bool apply(int rtWidth, int rtHeight, GrAppliedHardClip* out, SkRect* bounds) const override { in apply()
DGrClip.h170 bool apply(int rtWidth, int rtHeight, GrAppliedHardClip*, SkRect*) const final { return true; } in apply()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp1807 void GrGLGpu::flushScissor(const GrScissorState& scissorState, int rtWidth, int rtHeight, in flushScissor()