Searched refs:fFill (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/skia/samplecode/
H A DSampleEmptyPath.cpp47 SkPath::FillType fFill; member in struct:EmptyPathView::FillAndName
98 gStyles[style].fStyle, gFills[fill].fFill);
/external/skia/samplecode/
H A DSampleEmptyPath.cpp47 SkPath::FillType fFill; member in struct:EmptyPathView::FillAndName
98 gStyles[style].fStyle, gFills[fill].fFill);
/external/chromium_org/third_party/skia/gm/
H A Demptypath.cpp44 SkPath::FillType fFill; member in struct:skiagm::EmptyPathGM::FillAndName
97 gStyles[style].fStyle, gFills[fill].fFill);
H A Dlinepaths.cpp48 SkPath::FillType fFill; member in struct:skiagm::LinePathGM::FillAndName
121 gFills[fill].fFill, SK_Scalar1*10);
191 SkPath::FillType fFill; member in struct:skiagm::LineClosePathGM::FillAndName
265 gFills[fill].fFill, SK_Scalar1*10);
H A Dquadpaths.cpp48 SkPath::FillType fFill; member in struct:skiagm::QuadPathGM::FillAndName
122 gFills[fill].fFill, SK_Scalar1*10);
196 SkPath::FillType fFill; member in struct:skiagm::QuadClosePathGM::FillAndName
271 gFills[fill].fFill, SK_Scalar1*10);
H A Dcubicpaths.cpp91 SkPath::FillType fFill; member in struct:CubicPathGM::FillAndName
166 gFills[fill].fFill, SK_Scalar1*10);
240 SkPath::FillType fFill; member in struct:CubicClosePathGM::FillAndName
316 gFills[fill].fFill, SK_Scalar1*10);
H A Ddegeneratesegments.cpp262 SkPath::FillType fFill; member in struct:skiagm::DegenerateSegmentsGM::FillAndName
343 fill.fFill, SK_Scalar1*6);
/external/skia/gm/
H A Demptypath.cpp44 SkPath::FillType fFill; member in struct:skiagm::EmptyPathGM::FillAndName
96 gStyles[style].fStyle, gFills[fill].fFill);
H A Dlinepaths.cpp48 SkPath::FillType fFill; member in struct:skiagm::LinePathGM::FillAndName
120 gFills[fill].fFill, SK_Scalar1*10);
189 SkPath::FillType fFill; member in struct:skiagm::LineClosePathGM::FillAndName
262 gFills[fill].fFill, SK_Scalar1*10);
H A Dquadpaths.cpp48 SkPath::FillType fFill; member in struct:skiagm::QuadPathGM::FillAndName
121 gFills[fill].fFill, SK_Scalar1*10);
194 SkPath::FillType fFill; member in struct:skiagm::QuadClosePathGM::FillAndName
268 gFills[fill].fFill, SK_Scalar1*10);
H A Dcubicpaths.cpp91 SkPath::FillType fFill; member in struct:CubicPathGM::FillAndName
165 gFills[fill].fFill, SK_Scalar1*10);
238 SkPath::FillType fFill; member in struct:CubicClosePathGM::FillAndName
313 gFills[fill].fFill, SK_Scalar1*10);
H A Ddegeneratesegments.cpp262 SkPath::FillType fFill; member in struct:skiagm::DegenerateSegmentsGM::FillAndName
342 fill.fFill, SK_Scalar1*6);
/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.h107 SkPath::FillType fFill; member in struct:GrInOrderDrawBuffer::StencilPath
114 SkPath::FillType fFill; member in struct:GrInOrderDrawBuffer::DrawPath
125 SkPath::FillType fFill; member in struct:GrInOrderDrawBuffer::DrawPaths
H A DGrInOrderDrawBuffer.cpp439 sp->fFill = fill;
454 cp->fFill = fill;
484 dp->fFill = fill;
619 fDstGpu->stencilPath(sp.fPath.get(), sp.fFill);
625 fDstGpu->executeDrawPath(cp.fPath.get(), cp.fFill,
635 dp.fTransforms, dp.fFill, dp.fStroke,
/external/chromium_org/third_party/skia/src/gpu/
H A DGrInOrderDrawBuffer.h121 SkPath::FillType fFill; member in struct:GrInOrderDrawBuffer::StencilPath
132 SkPath::FillType fFill; member in struct:GrInOrderDrawBuffer::DrawPath
158 SkPath::FillType fFill; member in struct:GrInOrderDrawBuffer::DrawPaths
H A DGrInOrderDrawBuffer.cpp368 sp->fFill = fill;
379 cp->fFill = fill;
407 dp->fFill = fill;
530 fDstGpu->stencilPath(stencilPathIter->path(), stencilPathIter->fFill);
536 fDstGpu->executeDrawPath(drawPathIter->path(), drawPathIter->fFill,
552 drawPathsIter->fFill,
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp357 : fFill(fill) {
460 SkASSERT(fFill && UlpsDiff(lastCurve[lastVerb].fY,
489 (fFill && UlpsDiff(lastCurve[lastVerb].fY,
632 SkASSERT(!fFill || count > 1);
655 bool pairUp = fFill;
729 bool fFill;
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp357 : fFill(fill) {
460 SkASSERT(fFill && UlpsDiff(lastCurve[lastVerb].fY,
489 (fFill && UlpsDiff(lastCurve[lastVerb].fY,
632 SkASSERT(!fFill || count > 1);
655 bool pairUp = fFill;
729 bool fFill;

Completed in 282 milliseconds