Home
last modified time | relevance | path

Searched refs:OP_LARGE_ARC_TO_CCW (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/interface/
H A DShape.cpp65 if ((op & OP_LARGE_ARC_TO_CW) != 0 || (op & OP_LARGE_ARC_TO_CCW) != 0 in Iterate()
71 op & (OP_LARGE_ARC_TO_CW | OP_LARGE_ARC_TO_CCW), in Iterate()
72 op & (OP_SMALL_ARC_TO_CCW | OP_LARGE_ARC_TO_CCW), in Iterate()
490 op = OP_LARGE_ARC_TO_CCW; in ArcTo()
/haiku/headers/private/interface/
H A DShapePrivate.h26 #define OP_LARGE_ARC_TO_CCW 0x02000000 macro
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp1676 if ((op & OP_LARGE_ARC_TO_CW) != 0 || (op & OP_LARGE_ARC_TO_CCW) != 0 in _IterateShapeData()
1685 op & (OP_LARGE_ARC_TO_CW | OP_LARGE_ARC_TO_CCW), in _IterateShapeData()
/haiku/src/servers/app/
H A DServerPicture.cpp147 op = OP_LARGE_ARC_TO_CCW; in IterateArcTo()