Searched refs:chStart (Results 1 – 1 of 1) sorted by relevance
213 char chStart, ch; in hwcTestParseHwcRect() local220 in >> chStart; in hwcTestParseHwcRect()221 if (!in || ((chStart != '<') && (chStart != '['))) { return rect; } in hwcTestParseHwcRect()248 if (((chStart == '<') && (ch != '>')) in hwcTestParseHwcRect()264 char chStart, ch; in hwcTestParseDim() local272 in >> chStart; in hwcTestParseDim()273 if (!in || ((chStart != '<') && (chStart != '['))) { return dim; } in hwcTestParseDim()290 if (((chStart == '<') && (ch != '>')) in hwcTestParseDim()308 char chStart, ch; in hwcTestParseColor() local316 in >> chStart; in hwcTestParseColor()[all …]