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

  /external/skia/src/gpu/
GrReducedClip.h 27 * If hasIBounds() is true, this is the bounding box within which the clip elements are valid.
28 * The caller must not modify any pixels outside this box. Undefined if hasIBounds() is false.
40 bool hasIBounds() const { return fHasIBounds; }
GrClipStackClip.cpp 265 if (reducedClip.hasIBounds() && !GrClip::IsInsideClip(reducedClip.ibounds(), devBounds)) {
279 SkASSERT(reducedClip.hasIBounds());
  /external/skia/tests/
ClipStackTest.cpp     [all...]

Completed in 115 milliseconds