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

  /external/skia/src/gpu/
GrClip.cpp 14 fConservativeBounds.setEmpty();
39 fConservativeBounds = src.fConservativeBounds;
46 fConservativeBounds.setEmpty();
60 fConservativeBounds = r;
75 fConservativeBounds.set(r);
139 fConservativeBounds = fList[0].fRect;
142 fConservativeBounds = *conservativeBounds;
  /external/skia/include/gpu/
GrClip.h 40 const GrRect& getConservativeBounds() const { return fConservativeBounds; }
70 GrAssert(fConservativeBounds == fList[0].fRect);
132 GrRect fConservativeBounds;

Completed in 8454 milliseconds