Searched refs:OP_LINETO (Results 1 - 5 of 5) sorted by path

/haiku/headers/private/interface/
H A DShapePrivate.h20 #define OP_LINETO 0x10000000 macro
/haiku/src/kits/interface/
H A DShape.cpp53 if ((op & OP_LINETO) != 0) {
386 if (fBuildingOp & OP_LINETO || fBuildingOp == OP_MOVETO) {
387 fBuildingOp |= OP_LINETO;
394 fBuildingOp = OP_LINETO + 1;
/haiku/src/servers/app/
H A DDrawState.cpp494 OP_MOVETO | OP_LINETO | 3,
H A DServerPicture.cpp113 fOpStack.push(OP_LINETO | lineCount);
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp1651 if ((op & OP_LINETO) != 0) {

Completed in 80 milliseconds