Home | History | Annotate | Download | only in tests

Lines Matching refs:inside

615 // Fill a YV12 buffer with red outside a given rectangle and green inside it.
626 bool inside = rect.left <= x && x < rect.right &&
628 buf[yuvTexOffsetY + (y * yuvTexStrideY) + x] = inside ? 240 : 64;
630 bool inside = rect.left <= 2*x && 2*x < rect.right &&
634 inside ? 16 : 255;