Home
last modified time | relevance | path

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

/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h96 RP_FILL_SHAPE_GRADIENT, enumerator
H A DRemoteDrawingEngine.cpp764 message.Start(RP_FILL_SHAPE_GRADIENT); in FillShape()
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js60 const RP_FILL_SHAPE_GRADIENT = 126; constant
1584 case RP_FILL_SHAPE_GRADIENT:
1592 if (remoteMessage.code() == RP_FILL_SHAPE_GRADIENT) {
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp986 case RP_FILL_SHAPE_GRADIENT: in _DrawThread()