/external/skia/src/core/ |
D | SkEdge.cpp | 53 int winding = 1; in setLine() local 199 int winding = 1; in setQuadratic() local 361 int winding = 1; in setCubic() local
|
D | SkEdge.h | 105 int winding = 1; in setLine() local
|
/external/skia/src/pathops/ |
D | SkPathOpsCommon.cpp | 27 int winding = SK_MinS32; in AngleWinding() local 99 int winding; in FindChase() local
|
D | SkOpSegment.cpp | 954 bool SkOpSegment::markAndChaseWinding(SkOpSpanBase* start, SkOpSpanBase* end, int winding, in markAndChaseWinding() 976 int winding, int oppWinding, SkOpSpanBase** lastPtr) { in markAndChaseWinding() 1068 bool SkOpSegment::markWinding(SkOpSpan* span, int winding) { in markWinding() 1082 bool SkOpSegment::markWinding(SkOpSpan* span, int winding, int oppWinding) { in markWinding() 1745 int winding = lesser->windSum(); in updateWinding() local
|
D | SkPathOpsOp.cpp | 36 int winding; in findChaseOp() local
|
D | SkPathOpsDebug.cpp | 897 void SkOpSegment::debugShowNewWinding(const char* fun, const SkOpSpan* span, int winding) { in debugShowNewWinding() 920 void SkOpSegment::debugShowNewWinding(const char* fun, const SkOpSpan* span, int winding, in debugShowNewWinding()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 462 static inline const char* getWindingShaderName (Winding winding) in getWindingShaderName() 474 …tionInLayoutString (TessPrimitiveType primType, SpacingMode spacing, Winding winding, bool usePoin… in getTessellationEvaluationInLayoutString() 491 …getTessellationEvaluationInLayoutString (TessPrimitiveType primType, Winding winding, bool usePoin… in getTessellationEvaluationInLayoutString() 2676 …ntext, const char* name, const char* description, TessPrimitiveType primitiveType, Winding winding) in WindingCase() 3520 Winding winding; member 3798 … char* description, TessPrimitiveType primType, SpacingMode spacing, Winding winding, bool usePoin… in InvariantPrimitiveSetCase() 3852 Winding winding; member 3884 const Winding winding = (Winding)windingI; in init() local 4127 … char* description, TessPrimitiveType primType, SpacingMode spacing, Winding winding, bool usePoin… in SymmetricOuterEdgeCase() 4410 … char* description, TessPrimitiveType primType, SpacingMode spacing, Winding winding, bool usePoin… in OuterEdgeVertexSetIndexIndependenceCase() [all …]
|
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 456 Poly* new_poly(Poly** head, Vertex* v, int winding, SkChunkAlloc& alloc) { in new_poly() 622 inline bool apply_fill_type(SkPath::FillType fillType, int winding) { in apply_fill_type() 639 int winding = c.sweep_lt(prev->fPoint, next->fPoint) ? 1 : -1; in new_edge() local 1268 int winding = leftEdge->fLeftPoly ? leftEdge->fLeftPoly->fWinding : 0; in tessellate() local
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_driver.h | 142 int8_t winding; /* +1 (clockwise) / -1 (counter-clockwise) */ member
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderState.hpp | 75 Winding winding; member
|
/external/skia/src/gpu/batches/ |
D | GrPLSPathRenderer.cpp | 228 int winding = windingVertices[i].fWinding; in get_geometry() local
|