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()249 || ((chStart == '[') && (ch != ']'))) { return rect; } 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()291 || ((chStart == '[') && (ch != ']'))) { return dim; } in hwcTestParseDim()[all …]