Home
last modified time | relevance | path

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

/external/skia/gpu/include/
DGrClip.h51 GrClipType getElementType(int i) const { return fList[i].fType; } in getElementType()
115 GrClipType fType;
DGrClipIterator.h44 virtual GrClipType getType() const = 0;
DGrTypes.h382 enum GrClipType { enum
/external/skia/include/gpu/
DSkGr.h144 virtual GrClipType getType() const;
184 virtual GrClipType getType() const { return kRect_ClipType; } in getType()
/external/skia/src/gpu/
DSkGr.cpp136 GrClipType SkGrClipIterator::getType() const { in getType()