Home
last modified time | relevance | path

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

/external/libvncserver/vncterm/
DVNConsole.c41 char *b=c->screen->frameBuffer+c->y*c->cHeight*w+c->x*c->cWidth; in vcDrawOrHideCursor()
46 c->x*c->cWidth+c->cx1,c->y*c->cHeight+c->cy1, in vcDrawOrHideCursor()
47 c->x*c->cWidth+c->cx2,c->y*c->cHeight+c->cy2); in vcDrawOrHideCursor()
110 rfbWholeFontBBox(font,&c->xhot,&c->cHeight,&c->cWidth,&c->yhot); in vcGetConsole()
111 c->cWidth-=c->xhot; in vcGetConsole()
115 c->cx1=c->cWidth/8; in vcGetConsole()
116 c->cx2=c->cWidth*7/8; in vcGetConsole()
124 if(!(c->screen = rfbGetScreen(argc,argv,c->cWidth*c->width,c->cHeight*c->height,8,1,1))) in vcGetConsole()
265 x=c->x*c->cWidth; in vcPutCharColour()
268 memset(s->frameBuffer+j*s->width+x,backColour,c->cWidth); in vcPutCharColour()
[all …]
DVNConsole.h26 int cWidth, cHeight; member
/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp685 int cWidth = (int)(deRandom_getUint32(&rnd) & 0x7fffffff) % (width-cX); in render() local
689 context.scissor(cX, cY, cWidth, cHeight); in render()