Home
last modified time | relevance | path

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

/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h81 RP_FILL_BEZIER, enumerator
H A DRemoteDrawingEngine.cpp441 message.Start(filled ? RP_FILL_BEZIER : RP_STROKE_BEZIER); in DrawBezier()
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp837 case RP_FILL_BEZIER: in _DrawThread()
848 } else if (code == RP_FILL_BEZIER) in _DrawThread()
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js45 const RP_FILL_BEZIER = 101; constant