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

  /external/skia/include/gpu/
GrClipIterator.h 37 virtual GrClipType getType() const = 0;
GrClip.h 44 GrClipType getElementType(int i) const { return fList[i].fType; }
110 GrClipType fType;
SkGr.h 109 virtual GrClipType getType() const;
149 virtual GrClipType getType() const { return kRect_ClipType; }
GrTypes.h 518 enum GrClipType {
  /external/skia/src/gpu/
SkGr.cpp 153 GrClipType SkGrClipIterator::getType() const {

Completed in 203 milliseconds