Searched defs:charWid (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp356 const int charWid = 6; local
360 static const char font[numCharacters*charWid*charHei + 1]=
372 const int fontXStart = ndxInCharset*charWid;
378 for (int x = 0; x < charWid; x++)
381 float ax = 1.0f - (float)(x + 0 + ndxInText*(charWid+2))*0.1f/(float)(charWid+2);
382 float bx = 1.0f - (float)(x + 1 + ndxInText*(charWid+2))*0.1f/(float)(charWid+2);
384 if (font[y*numCharacters*charWid + fontXStart + x] != ' ')

Completed in 60 milliseconds