Lines Matching refs:cbSurface
697 const GGLSurface& cbSurface = c->rasterizer.state.buffers.color.s;
698 y = gglIntToFixed(cbSurface.height) - (y + h);
801 const GGLSurface& cbSurface = c->rasterizer.state.buffers.color.s;
802 y = cbSurface.height - (y + h);
1335 const GGLSurface& cbSurface = c->rasterizer.state.buffers.color.s;
1336 const int cbFormatIdx = cbSurface.format;
1398 y = cbSurface.height - (y + height);
1405 if (x+width > GLint(cbSurface.width))
1406 width = cbSurface.width - x;
1408 if (y+height > GLint(cbSurface.height))
1409 height = cbSurface.height - y;
1413 cbSurface, x, y, width, height);
1458 const GGLSurface& cbSurface = c->rasterizer.state.buffers.color.s;
1459 y = cbSurface.height - (y + height);
1466 if (x+width > GLint(cbSurface.width))
1467 width = cbSurface.width - x;
1469 if (y+height > GLint(cbSurface.height))
1470 height = cbSurface.height - y;
1474 cbSurface, x, y, width, height);