Searched refs:ndxInText (Results 1 – 1 of 1) sorted by relevance
368 for (int ndxInText = 0; ndxInText < (int)text.size(); ndxInText++) in addTextToBuffer() local370 const int ndxInCharset = (int)charsStr.find(text[ndxInText]); 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()