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

  /external/skia/src/gpu/
GrClipStackClip.h 18 * GrClipStackClip can apply a generic SkClipStack to the draw state. It may need to generate an
21 class GrClipStackClip final : public GrClip {
23 GrClipStackClip(const SkClipStack* stack = nullptr) { this->reset(stack); }
  /external/skqp/src/gpu/
GrClipStackClip.h 18 * GrClipStackClip can apply a generic SkClipStack to the draw state. It may need to generate an
21 class GrClipStackClip final : public GrClip {
23 GrClipStackClip(const SkClipStack* stack = nullptr) { this->reset(stack); }

Completed in 142 milliseconds