Home
last modified time | relevance | path

Searched refs:GrClipType (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/gpu/
DGrClip.h44 GrClipType getElementType(int i) const { return fList[i].fType; } in getElementType()
110 GrClipType fType;
DGrClipIterator.h37 virtual GrClipType getType() const = 0;
DSkGr.h109 virtual GrClipType getType() const;
149 virtual GrClipType getType() const { return kRect_ClipType; } in getType()
DGrTypes.h518 enum GrClipType { enum
/external/skia/src/gpu/
DSkGr.cpp153 GrClipType SkGrClipIterator::getType() const { in getType()