Searched refs:OP_SMALL_ARC_TO_CW (Results 1 – 4 of 4) sorted by relevance
27 #define OP_SMALL_ARC_TO_CW 0x04000000 macro
66 || (op & OP_SMALL_ARC_TO_CW) != 0 in Iterate()497 op = OP_SMALL_ARC_TO_CW; in ArcTo()
1677 || (op & OP_SMALL_ARC_TO_CW) != 0 in _IterateShapeData()1686 op & (OP_SMALL_ARC_TO_CW | OP_LARGE_ARC_TO_CW), in _IterateShapeData()
154 op = OP_SMALL_ARC_TO_CW; in IterateArcTo()