Home
last modified time | relevance | path

Searched refs:getPathFill (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/gpu/
DGrClipIterator.h49 virtual GrPathFill getPathFill() const = 0;
DSkGr.h125 virtual GrPathFill getPathFill() const;
166 virtual GrPathFill getPathFill() const { in getPathFill() function
DGrClip.h51 GrPathFill getPathFill(int i) const { in getPathFill() function
/external/skia/src/gpu/
DGrClip.cpp129 e.fPathFill = iter->getPathFill(); in setFromIterator()
DSkGr.cpp184 GrPathFill SkGrClipIterator::getPathFill() const { in getPathFill() function in SkGrClipIterator
DGrGpu.cpp646 fill = clip.getPathFill(c); in setupClipAndFlushState()