Searched defs:fOp (Results 1 - 10 of 10) sorted by relevance

/external/skia/gm/
H A Dcomplexclip3.cpp56 SkRegion::Op fOp; member in struct:skiagm::ComplexClip3GM::__anon17066
89 canvas->clipPath(*secondClip, gOps[op].fOp, doAAB);
H A Dcomplexclip.cpp90 SkRegion::Op fOp; member in struct:skiagm::ComplexClipGM::__anon17065
135 canvas->clipPath(clipB, gOps[op].fOp, fDoAAClip);
H A Dsimpleaaclip.cpp147 SkRegion::Op fOp; member in struct:skiagm::SimpleClipGM::__anon17096
169 this->drawRgnOped(canvas, gOps[op].fOp, gOps[op].fColor);
171 this->drawPathsOped(canvas, gOps[op].fOp, gOps[op].fColor);
/external/skia/samplecode/
H A DSampleComplexClip.cpp83 SkRegion::Op fOp; member in struct:ComplexClipView::__anon17200
110 canvas->clipPath(clipB, gOps[op].fOp);
H A DSampleRegion.cpp358 SkRegion::Op fOp; member in struct:RegionView::__anon17213
381 this->drawRgnOped(canvas, gOps[op].fOp, gOps[op].fColor);
385 this->drawPathOped(canvas, gOps[op].fOp, gOps[op].fColor);
/external/skia/src/animator/
H A DSkScriptDecompile.cpp17 SkScriptEngine2::TypeOp fOp; member in struct:OpName
111 SkASSERT(gOpNames[index].fOp == op);
/external/skia/src/core/
H A DSkMiniRecorder.cpp36 memcpy(&fOp, op, sizeof(fOp)); // We take ownership of op's guts.
40 SkRecords::Draw(c, nullptr, nullptr, 0, nullptr)(fOp);
46 bool hasText() const override { return SkTextHunter()(fOp); }
47 bool willPlayBackBitmaps() const override { return SkBitmapHunter()(fOp); }
50 counter(fOp); variable
56 T fOp; member in class:final
/external/skia/include/core/
H A DSkClipStack.h96 SkRegion::Op getOp() const { return fOp; }
109 void setOp(SkRegion::Op op) { fOp = op; }
184 SkRegion::Op fOp; member in class:SkClipStack::Element
226 fOp = op;
/external/skia/tools/debugger/
H A DSkDrawCommand.h157 SkRegion::Op fOp; member in class:SkClipPathCommand
172 SkRegion::Op fOp; member in class:SkClipRegionCommand
185 SkRegion::Op op() const { return fOp; }
190 SkRegion::Op fOp; member in class:SkClipRectCommand
205 SkRegion::Op op() const { return fOp; }
210 SkRegion::Op fOp; member in class:SkClipRRectCommand
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...

Completed in 634 milliseconds