Searched defs:chStart (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp213 char chStart, ch; local
220 in >> chStart; local
221 if (!in || ((chStart != '<') && (chStart != '['))) { return rect; }
248 if (((chStart == '<') && (ch != '>'))
249 || ((chStart == '[') && (ch != ']'))) { return rect; }
264 char chStart, ch; local
272 in >> chStart; local
273 if (!in || ((chStart != '<') && (chStart !
308 char chStart, ch; local
316 in >> chStart; local
[all...]

Completed in 182 milliseconds