OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DSTSIZE
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/core/
SkBitmapProcState_sample.h
3
#if
DSTSIZE
==32
5
#elif
DSTSIZE
==16
8
#error "need
DSTSIZE
to be 32 or 16"
11
#if (
DSTSIZE
== 32)
13
#elif (
DSTSIZE
== 16)
16
#error "unsupported
DSTSIZE
"
206
#undef
DSTSIZE
SkBitmapProcState.cpp
83
#define
DSTSIZE
32
95
#define
DSTSIZE
32
114
#define
DSTSIZE
32
130
#define
DSTSIZE
32
145
#define
DSTSIZE
32
159
#define
DSTSIZE
32
176
#define
DSTSIZE
32
192
#define
DSTSIZE
32
211
#define
DSTSIZE
32
237
#define
DSTSIZE
1
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
3dfx_regs.h
55
#define
DSTSIZE
(0x00100000 + 0x68)
SDL_fb3dfx.c
82
tdfx_out32(
DSTSIZE
, rect->w | (rect->h << 16));
158
tdfx_out32(
DSTSIZE
, dstrect->w | (dstrect->h << 16));
Completed in 63 milliseconds