Lines Matching defs:pixel
272 uint32_t *pixel = static_cast<uint32_t *>(image);
276 *pixel++ = 0xffff1111;
278 *pixel++ = color_;
295 uint32_t *pixel = static_cast<uint32_t *>(image);
298 *pixel++ = value;
310 // Convert pixel from RBGA formate to YUV formate with the formula:
321 uint8_t *pixel = static_cast<uint8_t *>(image);
325 *pixel++ = pixelValueYUV.y;
329 *pixel++ = pixelValueYUV.u;
331 *pixel++ = pixelValueYUV.v;