Home
last modified time | relevance | path

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

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