OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startx
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QWin.cc
134
int
startx
, starty;
local
137
startx
= rect.left() >> 1;
142
if((
startx
+width) > 120) {
143
width = 120 -
startx
; // avoid horizontal overflow
152
sp1 = (ulong*)bits +
startx
+ starty*240;
154
dp1 = (ulong *)fb + (159 - starty) +
startx
*320;
190
int
startx
, starty;
local
193
startx
= rect.left() >> 1;
198
if((
startx
+width) > 120) {
199
width = 120 -
startx
; // avoid horizontal overflo
[
all
...]
/frameworks/rs/cpu_ref/
rsCpuIntrinsicResize.cpp
86
int
startx
= (int) floor(xf - 1);
local
89
int xs0 = rsMax(0,
startx
+ 0);
90
int xs1 = rsMax(0,
startx
+ 1);
91
int xs2 = rsMin(maxx,
startx
+ 2);
92
int xs3 = rsMin(maxx,
startx
+ 3);
121
int
startx
= (int) floor(xf - 1);
local
124
int xs0 = rsMax(0,
startx
+ 0);
125
int xs1 = rsMax(0,
startx
+ 1);
126
int xs2 = rsMin(maxx,
startx
+ 2);
127
int xs3 = rsMin(maxx,
startx
+ 3)
156
int
startx
= (int) floor(xf - 1);
local
[
all
...]
/packages/apps/Gallery2/jni/filters/
wbalance.c
112
int
startx
= x - bounds;
local
118
for(xp=
startx
;xp<endx;xp++) {
/external/libpng/
pngread.c
3086
unsigned int
startx
, stepx, stepy;
local
3403
unsigned int
startx
, stepx, stepy;
local
3567
unsigned int
startx
, stepx, stepy;
local
3702
unsigned int
startx
, stepx, stepy;
local
[
all
...]
/prebuilts/devtools/tools/lib/
monkeyrunner.jar
chimpchat.jar
Completed in 3069 milliseconds