HomeSort by relevance Sort by last modified time
    Searched refs:UNROLL (Results 1 - 3 of 3) sorted by null

  /external/skia/src/opts/
SkBlitRow_opts_arm.cpp 449 #define UNROLL 4
450 while (count >= UNROLL) {
456 #if UNROLL > 2
462 #if UNROLL > 2
495 #if UNROLL > 2
526 #if UNROLL > 2
530 src += UNROLL;
531 dst += UNROLL;
532 count -= UNROLL;
534 #undef UNROLL
    [all...]
  /external/skia/src/core/
SkBlitRow_D32.cpp 5 #define UNROLL
22 #ifdef UNROLL
53 #ifdef UNROLL
94 #ifdef UNROLL
SkBlitter_RGB16.cpp 391 #define UNROLL 8
394 if (w >= UNROLL) {
453 device += UNROLL;
454 alpha += UNROLL;
455 w -= UNROLL;
456 } while (w >= UNROLL);
469 #undef UNROLL
    [all...]

Completed in 1008 milliseconds