Searched refs:WIND_AS_STRING (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsDebug.h34 #define WIND_AS_STRING(x) char x##Str[12]; \ macro
/external/skia/src/pathops/
H A DSkPathOpsDebug.h34 #define WIND_AS_STRING(x) char x##Str[12]; \ macro
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp4336 #define WIND_AS_STRING(x) char x##Str[12]; if (!valid_wind(x)) strcpy(x##Str, "?"); \
4338 WIND_AS_STRING(contourWinding);
4339 WIND_AS_STRING(oppContourWinding);
4405 WIND_AS_STRING(last);
4406 WIND_AS_STRING(wind);
4407 WIND_AS_STRING(lastSum);
4408 WIND_AS_STRING(oppLastSum);
4409 WIND_AS_STRING(windSum);
4410 WIND_AS_STRING(oppWindSum);
4411 #undef WIND_AS_STRING
[all...]
/external/skia/experimental/Intersection/
H A DSimplify.cpp4336 #define WIND_AS_STRING(x) char x##Str[12]; if (!valid_wind(x)) strcpy(x##Str, "?"); \
4338 WIND_AS_STRING(contourWinding);
4339 WIND_AS_STRING(oppContourWinding);
4405 WIND_AS_STRING(last);
4406 WIND_AS_STRING(wind);
4407 WIND_AS_STRING(lastSum);
4408 WIND_AS_STRING(oppLastSum);
4409 WIND_AS_STRING(windSum);
4410 WIND_AS_STRING(oppWindSum);
4411 #undef WIND_AS_STRING
[all...]

Completed in 93 milliseconds