Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dselbox.c14 int buttonWidth,okBX,cancelBX,okX,cancelX,okY; member
31 rfbFillRect(s,m->x1,m->okY-m->textH,m->x2,m->okY,bcolour); in selPaintButtons()
34 rfbFillRect(s,m->okBX,m->okY-m->textH,m->okBX+m->buttonWidth,m->okY,colour); in selPaintButtons()
35 rfbDrawStringWithClip(s,m->font,m->okX+m->xhot,m->okY-1+m->yhot,okStr, in selPaintButtons()
36 m->x1,m->okY-m->textH,m->x2,m->okY, in selPaintButtons()
39 rfbDrawString(s,m->font,m->okX+m->xhot,m->okY-1+m->yhot,okStr,colour); in selPaintButtons()
42 rfbFillRect(s,m->cancelBX,m->okY-m->textH, in selPaintButtons()
43 m->cancelBX+m->buttonWidth,m->okY,colour); in selPaintButtons()
44 rfbDrawStringWithClip(s,m->font,m->cancelX+m->xhot,m->okY-1+m->yhot, in selPaintButtons()
45 cancelStr,m->x1,m->okY-m->textH,m->x2,m->okY, in selPaintButtons()
[all …]