Home
last modified time | relevance | path

Searched refs:fOp (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/core/
DSkClipStack.cpp37 fOp = that.fOp; in Element()
50 if (fOp != element.fOp || in operator ==()
183 (SkRegion::kIntersect_Op == fOp || SkRegion::kReplace_Op == fOp); in canBeIntersectedInPlace()
397 if (SkRegion::kReplace_Op == fOp || in updateBoundAndGenID()
398 (SkRegion::kIntersect_Op == fOp && NULL == prior) || in updateBoundAndGenID()
399 (SkRegion::kIntersect_Op == fOp && prior->fIsIntersectionOfRects && in updateBoundAndGenID()
457 switch (fOp) { in updateBoundAndGenID()
780 if (op == element->fOp) { in skipToTopmost()
888 kOpStrings[fOp], (fDoAA ? "yes" : "no"), fSaveCount); in dump()
/external/skia/gm/
Dsimpleaaclip.cpp147 SkRegion::Op fOp; in onDraw() member
169 this->drawRgnOped(canvas, gOps[op].fOp, gOps[op].fColor); in onDraw()
171 this->drawPathsOped(canvas, gOps[op].fOp, gOps[op].fColor); in onDraw()
Dcomplexclip3.cpp56 SkRegion::Op fOp; in onDraw() member
89 canvas->clipPath(*secondClip, gOps[op].fOp, doAAB); in onDraw()
Dcomplexclip.cpp90 SkRegion::Op fOp; in onDraw() member
135 canvas->clipPath(clipB, gOps[op].fOp, fDoAAClip); in onDraw()
/external/skia/include/core/
DSkClipStack.h97 SkRegion::Op getOp() const { return fOp; } in getOp()
110 void setOp(SkRegion::Op op) { fOp = op; } in setOp()
185 SkRegion::Op fOp; variable
227 fOp = op; in initCommon()
/external/skia/src/utils/debugger/
DSkDrawCommand.h137 SkRegion::Op fOp; variable
149 SkRegion::Op fOp; variable
160 SkRegion::Op op() const { return fOp; } in op()
165 SkRegion::Op fOp; variable
178 SkRegion::Op op() const { return fOp; } in op()
183 SkRegion::Op fOp; variable
DSkDrawCommand.cpp188 fOp = op; in SkClipPathCommand()
197 canvas->clipPath(fPath, fOp, fDoAA); in execute()
208 fOp = op; in SkClipRegionCommand()
215 canvas->clipRegion(fRegion, fOp); in execute()
221 fOp = op; in SkClipRectCommand()
230 canvas->clipRect(fRect, fOp, fDoAA); in execute()
236 fOp = op; in SkClipRRectCommand()
245 canvas->clipRRect(fRRect, fOp, fDoAA); in execute()
/external/skia/samplecode/
DSampleComplexClip.cpp83 SkRegion::Op fOp; in onDrawContent() member
110 canvas->clipPath(clipB, gOps[op].fOp); in onDrawContent()
DSampleRegion.cpp362 SkRegion::Op fOp; in onDrawContent() member
385 this->drawRgnOped(canvas, gOps[op].fOp, gOps[op].fColor); in onDrawContent()
389 this->drawPathOped(canvas, gOps[op].fOp, gOps[op].fColor); in onDrawContent()
/external/skia/src/animator/
DSkScriptDecompile.cpp17 SkScriptEngine2::TypeOp fOp; member
111 SkASSERT(gOpNames[index].fOp == op); in ValidateDecompileTable()