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

  /external/skia/legacy/src/core/
SkBitmapProcState_sample.h 10 #if DSTSIZE==32
12 #elif DSTSIZE==16
15 #error "need DSTSIZE to be 32 or 16"
18 #if (DSTSIZE == 32)
20 #elif (DSTSIZE == 16)
23 #error "unsupported DSTSIZE"
213 #undef DSTSIZE
SkBitmapProcState.cpp 90 #define DSTSIZE 32
102 #define DSTSIZE 32
121 #define DSTSIZE 32
137 #define DSTSIZE 32
152 #define DSTSIZE 32
166 #define DSTSIZE 32
183 #define DSTSIZE 32
199 #define DSTSIZE 32
218 #define DSTSIZE 32
244 #define DSTSIZE 1
    [all...]
  /external/skia/src/core/
SkBitmapProcState_procs.h 91 #define DSTSIZE 32
103 #define DSTSIZE 32
122 #define DSTSIZE 32
138 #define DSTSIZE 32
153 #define DSTSIZE 32
167 #define DSTSIZE 32
184 #define DSTSIZE 32
200 #define DSTSIZE 32
219 #define DSTSIZE 32
244 #define DSTSIZE 1
    [all...]
SkBitmapProcState_sample.h 10 #if DSTSIZE==32
12 #elif DSTSIZE==16
15 #error "need DSTSIZE to be 32 or 16"
18 #if (DSTSIZE == 32)
20 #elif (DSTSIZE == 16)
23 #error "unsupported DSTSIZE"
228 #undef DSTSIZE
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
3dfx_regs.h 55 #define DSTSIZE (0x00100000 + 0x68)
SDL_fb3dfx.c 82 tdfx_out32(DSTSIZE, rect->w | (rect->h << 16));
156 tdfx_out32(DSTSIZE, dstrect->w | (dstrect->h << 16));

Completed in 130 milliseconds