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

  /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/skia/samplecode/
SampleFilterFuzz.cpp 268 MORPHOLOGY, BITMAP, DISPLACE, TILE, PICTURE, NUM_FILTERS };
405 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}.
628 public static final int TILE = 0;
642 // The user is hovering over a view that is not a contact tile, no need to do
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 66 milliseconds