Searched refs:OP_MOVETO (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/interface/
H A DShape.cpp48 if ((op & OP_MOVETO) != 0) {
355 if (fBuildingOp == OP_MOVETO) {
363 fBuildingOp = OP_MOVETO;
386 if (fBuildingOp & OP_LINETO || fBuildingOp == OP_MOVETO) {
424 if (fBuildingOp & OP_BEZIERTO || fBuildingOp == OP_MOVETO) {
469 if (fBuildingOp == op || fBuildingOp == (op | OP_MOVETO)) {
494 if (fBuildingOp == OP_CLOSE || fBuildingOp == OP_MOVETO)
/haiku/headers/private/interface/
H A DShapePrivate.h23 #define OP_MOVETO 0x80000000 macro
/haiku/src/servers/app/
H A DDrawState.cpp494 OP_MOVETO | OP_LINETO | 3,
H A DServerPicture.cpp99 fOpStack.push(OP_MOVETO);
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp1644 if ((op & OP_MOVETO) != 0) {

Completed in 86 milliseconds