Home
last modified time | relevance | path

Searched refs:OP_LINETO (Results 1 – 5 of 5) sorted by relevance

/haiku/src/kits/interface/
H A DShape.cpp53 if ((op & OP_LINETO) != 0) { in Iterate()
420 if (fBuildingOp & OP_LINETO || fBuildingOp == OP_MOVETO) { in LineTo()
421 fBuildingOp |= OP_LINETO; in LineTo()
428 fBuildingOp = OP_LINETO + 1; in LineTo()
/haiku/headers/private/interface/
H A DShapePrivate.h21 #define OP_LINETO 0x10000000 macro
/haiku/src/servers/app/
H A DDrawState.cpp494 OP_MOVETO | OP_LINETO | 3, in ClipToRect()
H A DServerPicture.cpp113 fOpStack.push(OP_LINETO | lineCount); in IterateLineTo()
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp1651 if ((op & OP_LINETO) != 0) { in _IterateShapeData()