Home
last modified time | relevance | path

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

/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h83 RP_FILL_POLYGON, enumerator
H A DRemoteDrawingEngine.cpp505 message.Start(filled ? RP_FILL_POLYGON : RP_STROKE_POLYGON); in DrawPolygon()
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp890 case RP_FILL_POLYGON: in _DrawThread()
910 } else if (code == RP_FILL_POLYGON) in _DrawThread()
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js47 const RP_FILL_POLYGON = 103; constant