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

  /external/chromium_org/third_party/skia/bench/
InterpBench.cpp 8 #define TILE(x, width) (((x) & 0xFFFF) * width >> 16)
58 dst[i + 0] = TILE(curr, count); curr += step;
59 dst[i + 1] = TILE(curr, count); curr += step;
60 dst[i + 2] = TILE(curr, count); curr += step;
61 dst[i + 3] = TILE(curr, count); curr += step;
79 dst[i + 0] = TILE(tmp, count);
83 dst[i + 1] = TILE(tmp, count);
87 dst[i + 2] = TILE(tmp, count);
91 dst[i + 3] = TILE(tmp, count);
109 tmp = (SkFixed) (curr >> 32); dst[i + 0] = TILE(tmp, count); curr += step
    [all...]
  /external/skia/bench/
InterpBench.cpp 8 #define TILE(x, width) (((x) & 0xFFFF) * width >> 16)
58 dst[i + 0] = TILE(curr, count); curr += step;
59 dst[i + 1] = TILE(curr, count); curr += step;
60 dst[i + 2] = TILE(curr, count); curr += step;
61 dst[i + 3] = TILE(curr, count); curr += step;
79 dst[i + 0] = TILE(tmp, count);
83 dst[i + 1] = TILE(tmp, count);
87 dst[i + 2] = TILE(tmp, count);
91 dst[i + 3] = TILE(tmp, count);
109 tmp = (SkFixed) (curr >> 32); dst[i + 0] = TILE(tmp, count); curr += step
    [all...]
  /external/strace/
defs.h 166 #if defined(TILE)
357 #ifdef TILE
384 #elif defined(TILE)
615 || defined(TILE) \
syscall.c 360 # elif defined(TILE)
770 #elif defined(TILE)
908 #elif defined(TILE)
1055 # elif defined(TILE)
    [all...]
process.c 322 #elif defined ALPHA || defined TILE || defined OR1K
    [all...]
signal.c 909 #elif defined(TILE)
    [all...]
util.c     [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleFilterFuzz.cpp 241 MORPHOLOGY, BITMAP, DISPLACE, TILE, PICTURE, NUM_FILTERS };
373 case TILE:
  /external/skia/samplecode/
SampleFilterFuzz.cpp 241 MORPHOLOGY, BITMAP, DISPLACE, TILE, PICTURE, NUM_FILTERS };
373 case TILE:
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoritesTileAdapter.java 412 return ViewTypes.TILE;
439 * Mark the tile as drop area by given the item index in {@link #mContactEntries}.
627 public static final int TILE = 0;
641 // The user is hovering over a view that is not a contact tile, no need to do
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 27 BLACKLIST: 'mv-blacklist', // triggers tile blacklist animation
41 PAGE_READY: 'mv-page-ready', // page tile when ready
42 ROW: 'mv-row', // tile row
46 TILE: 'mv-tile',
105 * The container for the tile elements.
142 * @type {!Array.<Tile>}
148 * The last blacklisted tile if any, which by definition should not be filler.
149 * @type {?Tile}
208 * Total tile width. Should be equal to mv-tile's width + 2 * border-width
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 48 TM_ENUM(2,ST,TILE)

Completed in 427 milliseconds