Home
last modified time | relevance | path

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

/haiku/headers/private/interface/
H A DShapePrivate.h23 #define OP_CLOSE 0x40000000 macro
/haiku/src/kits/interface/
H A DShape.cpp78 if ((op & OP_CLOSE) != 0) in Iterate()
528 if (fBuildingOp == OP_CLOSE || fBuildingOp == OP_MOVETO) in Close()
544 fBuildingOp = OP_CLOSE; in Close()
/haiku/src/servers/app/
H A DDrawState.cpp495 OP_CLOSE in ClipToRect()
H A DServerPicture.cpp174 fOpStack.push(OP_CLOSE); in IterateClose()
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp1694 if ((op & OP_CLOSE) != 0) in _IterateShapeData()