Searched refs:chStart (Results 1 – 1 of 1) sorted by relevance
211 char chStart, ch; in hwcTestParseHwcRect() local218 in >> chStart; in hwcTestParseHwcRect()219 if (!in || ((chStart != '<') && (chStart != '['))) { return rect; } in hwcTestParseHwcRect()246 if (((chStart == '<') && (ch != '>')) in hwcTestParseHwcRect()247 || ((chStart == '[') && (ch != ']'))) { return rect; } in hwcTestParseHwcRect()262 char chStart, ch; in hwcTestParseDim() local270 in >> chStart; in hwcTestParseDim()271 if (!in || ((chStart != '<') && (chStart != '['))) { return dim; } in hwcTestParseDim()288 if (((chStart == '<') && (ch != '>')) in hwcTestParseDim()289 || ((chStart == '[') && (ch != ']'))) { return dim; } in hwcTestParseDim()[all …]