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

  /external/skia/bench/
InterpBench.cpp 8 #define TILE(x, width) (((x) & 0xFFFF) * width >> 16)
55 dst[i + 0] = TILE(curr, count); curr += step;
56 dst[i + 1] = TILE(curr, count); curr += step;
57 dst[i + 2] = TILE(curr, count); curr += step;
58 dst[i + 3] = TILE(curr, count); curr += step;
76 dst[i + 0] = TILE(tmp, count);
80 dst[i + 1] = TILE(tmp, count);
84 dst[i + 2] = TILE(tmp, count);
88 dst[i + 3] = TILE(tmp, count);
106 tmp = (SkFixed) (curr >> 32); dst[i + 0] = TILE(tmp, count); curr += step
    [all...]
  /external/strace/
mem.c 191 #ifdef TILE
199 #ifdef TILE
252 #ifdef TILE
defs.h 408 || defined(ARM) || defined(MIPS) || defined(BFIN) || defined(TILE)
process.c 792 #elif defined(TILE)
    [all...]
syscall.c 1270 # elif defined(TILE)
    [all...]
signal.c     [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 26 BLACKLIST: 'mv-blacklist', // triggers tile blacklist animation
40 PAGE_READY: 'mv-page-ready', // page tile when ready
41 ROW: 'mv-row', // tile row
45 TILE: 'mv-tile',
115 * The container for the tile elements.
152 * @type {!Array.<Tile>}
158 * The last blacklisted tile if any, which by definition should not be filler.
159 * @type {?Tile}
218 * Total tile width. Should be equal to mv-tile's width + 2 * border-width
    [all...]

Completed in 557 milliseconds