Searched defs:iclip (Results 1 - 2 of 2) sorted by relevance

/external/skia/samplecode/
H A DSampleCull.cpp168 SkIRect iclip; local
169 fClip.round(&iclip);
171 SkCullPointsPath cpp(iclip, &tmp);
/external/skia/src/core/
H A DSkEdgeBuilder.cpp82 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, int shiftUp, argument
89 if (iclip) {
105 if (iclip) {
107 setShiftedClip(&clip, *iclip, shiftUp);
164 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip, int shiftUp, argument
171 return this->buildPoly(path, iclip, shiftUp, canCullToTheRight);
181 if (iclip) {
183 setShiftedClip(&clip, *iclip, shiftUp);

Completed in 81 milliseconds