Searched refs:textPos (Results 1 – 4 of 4) sorted by relevance
36 int textPos = 0;43 textPos -= (int)gDY*2;71 if (textPos > firstItem) {72 textPos = firstItem;74 else if (textPos < lastItem) {75 textPos = lastItem;78 int currentYPos = itemHeight + textPos;
52 uint32_t textPos = 0; in parseExpectString() local56 context.setStart(textPos); in parseExpectString()59 context.setEnd(textPos); in parseExpectString()62 piece.setStart(textPos); in parseExpectString()65 piece.setEnd(textPos); in parseExpectString()68 textPos++; in parseExpectString()