Searched defs:TILE (Results 1 - 2 of 2) sorted by relevance

/external/skia/bench/
H A DInterpBench.cpp15 #define TILE(x, width) (((x) & 0xFFFF) * width >> 16) macro
65 dst[i + 0] = TILE(curr, count); curr += step;
66 dst[i + 1] = TILE(curr, count); curr += step;
67 dst[i + 2] = TILE(curr, count); curr += step;
68 dst[i + 3] = TILE(curr, count); curr += step;
86 dst[i + 0] = TILE(tmp, count);
90 dst[i + 1] = TILE(tmp, count);
94 dst[i + 2] = TILE(tmp, count);
98 dst[i + 3] = TILE(tmp, count);
116 tmp = (SkFixed) (curr >> 32); dst[i + 0] = TILE(tm
[all...]
/external/skia/samplecode/
H A DSampleFilterFuzz.cpp568 MORPHOLOGY, BITMAP, DISPLACE, TILE, PICTURE, PAINT, NUM_FILTERS }; enumerator in enum:__anon15970
708 case TILE:

Completed in 91 milliseconds