Lines Matching refs:fills
485 fills if the sum of Contour edges is not zero, where clockwise edges add one, and
486 counterclockwise edges subtract one. Path set to kEvenOdd_FillType fills if the
489 kInverseWinding_FillType fills where the sum of Contour edges is zero;
490 kInverseEvenOdd_FillType fills where the number of Contour edges is even.
607 If empty Path is set to inverse FillType, it fills all pixels.
626 #Line # returns if Fill_Type fills outside geometry ##
2870 #Return true if Path fills outside its bounds ##
2883 } fills[] = {
2889 for (auto fill: fills ) {
2940 } fills[] = {
2946 for (unsigned i = 0; i < SK_ARRAY_COUNT(fills); ++i) {
2947 if (fills[i].fill != (SkPath::FillType) i) {
2948 SkDebugf("fills array order does not match FillType enum order");
2951 SkDebugf("ConvertToNonInverseFillType(%s) == %s\n", fills[i].name,
2952 fills[(int) SkPath::ConvertToNonInverseFillType(fills[i].fill)].name);