Lines Matching refs:ch
213 char chStart, ch; in hwcTestParseHwcRect() local
226 in >> ch; in hwcTestParseHwcRect()
227 if (!in || (ch != ',')) { return rect; } in hwcTestParseHwcRect()
232 in >> ch; in hwcTestParseHwcRect()
233 if (!in || (ch != ',')) { return rect; } in hwcTestParseHwcRect()
238 in >> ch; in hwcTestParseHwcRect()
239 if (!in || (ch != ',')) { return rect; } in hwcTestParseHwcRect()
246 in >> ch; in hwcTestParseHwcRect()
248 if (((chStart == '<') && (ch != '>')) in hwcTestParseHwcRect()
249 || ((chStart == '[') && (ch != ']'))) { return rect; } in hwcTestParseHwcRect()
264 char chStart, ch; in hwcTestParseDim() local
279 in >> ch; in hwcTestParseDim()
280 if (!in || (ch != ',')) { return dim; } in hwcTestParseDim()
288 in >> ch; in hwcTestParseDim()
290 if (((chStart == '<') && (ch != '>')) in hwcTestParseDim()
291 || ((chStart == '[') && (ch != ']'))) { return dim; } in hwcTestParseDim()
308 char chStart, ch; in hwcTestParseColor() local
323 in >> ch; in hwcTestParseColor()
324 if (!in || (ch != ',')) { return color; } in hwcTestParseColor()
330 in >> ch; in hwcTestParseColor()
331 if (!in || (ch != ',')) { return color; } in hwcTestParseColor()
339 in >> ch; in hwcTestParseColor()
341 if (((chStart == '<') && (ch != '>')) in hwcTestParseColor()
342 || ((chStart == '[') && (ch != ']'))) { return color; } in hwcTestParseColor()