Lines Matching refs:String8
65 String8("Test Surface"), getSurfaceWidth(), getSurfaceHeight(),
178 String8 msg;
182 msg += String8::format("error reading pixel: %#x", err);
184 msg += String8::format(", %#x", err);
189 msg += String8::format("r(%d isn't %d)", pixel[0], r);
195 msg += String8::format("g(%d isn't %d)", pixel[1], g);
201 msg += String8::format("b(%d isn't %d)", pixel[2], b);
207 msg += String8::format("a(%d isn't %d)", pixel[3], a);
218 String8 msg;
221 msg += String8::format("left(%d isn't %d)", r1.left, r2.left);
227 msg += String8::format("top(%d isn't %d)", r1.top, r2.top);
233 msg += String8::format("right(%d isn't %d)", r1.right, r2.right);
239 msg += String8::format("bottom(%d isn't %d)", r1.bottom, r2.bottom);
242 msg += String8::format(" R1: [%d %d %d %d] R2: [%d %d %d %d]",