Lines Matching refs:Int
221 For(Int y = 0, y < height, y++) in copyRoutine()
226 Int x0 = 0; in copyRoutine()
233 Int x = x0; in copyRoutine()
276 Int rgb = Int(*Pointer<Short>(s)); in copyRoutine()
278 *Pointer<Int>(d) = 0xFF000000 | in copyRoutine()
298 *Pointer<Int>(d) = *Pointer<Int>(s); in copyRoutine()
303 Int rgba = *Pointer<Int>(s); in copyRoutine()
305 *Pointer<Int>(d) = ((rgba & Int(0x00FF0000)) >> 16) | in copyRoutine()
306 ((rgba & Int(0x000000FF)) << 16) | in copyRoutine()
307 (rgba & Int(0xFF00FF00)); in copyRoutine()
314 *Pointer<Int>(d) = Int(As<Int2>(Pack(c, c))); in copyRoutine()
319 Int rgb = Int(*Pointer<Short>(s)); in copyRoutine()
321 *Pointer<Int>(d) = 0xFF000000 | in copyRoutine()
342 Int x = x0; in copyRoutine()
385 Int rgb = Int(*Pointer<Short>(s)); in copyRoutine()
387 *Pointer<Int>(d) = 0xFF000000 | in copyRoutine()
407 *Pointer<Int>(d) = *Pointer<Int>(s); in copyRoutine()
412 Int bgra = *Pointer<Int>(s); in copyRoutine()
413 *Pointer<Int>(d) = ((bgra & Int(0x00FF0000)) >> 16) | in copyRoutine()
414 ((bgra & Int(0x000000FF)) << 16) | in copyRoutine()
415 (bgra & Int(0xFF00FF00)); in copyRoutine()
422 *Pointer<Int>(d) = Int(As<Int2>(Pack(c, c))); in copyRoutine()
427 Int rgb = Int(*Pointer<Short>(s)); in copyRoutine()
429 *Pointer<Int>(d) = 0xFF000000 | in copyRoutine()
447 For(Int x = x0, x < width, x++) in copyRoutine()
470 Int rgb = Int(*Pointer<Short>(s)); in copyRoutine()
489 For(Int x = x0, x < width, x++) in copyRoutine()
496 Int c = *Pointer<Int>(s); in copyRoutine()
506 Int c = *Pointer<Int>(s); in copyRoutine()
516 Int c = Int(As<Int2>(Pack(cc, cc))); in copyRoutine()
542 Int x0 = *Pointer<Int>(&cursorX); in copyRoutine()
543 Int y0 = *Pointer<Int>(&cursorY); in copyRoutine()
545 For(Int y1 = 0, y1 < cursorHeight, y1++) in copyRoutine()
547 Int y = y0 + y1; in copyRoutine()
555 For(Int x1 = 0, x1 < cursorWidth, x1++) in copyRoutine()
557 Int x = x0 + x1; in copyRoutine()
597 Int rgb(*Pointer<Short>(s)); in blend()
638 Int c = Int(As<Int2>(Pack(As<UShort4>(c1), As<UShort4>(c1)))); in blend()
647 Int c = Int(As<Int2>(Pack(As<UShort4>(c1), As<UShort4>(c1)))); in blend()