OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_shift
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/utils/
jpeg-compress.c
161
const int
x_shift
= x * bpp;
local
193
JSAMPROW rgb = (JSAMPROW)(fb + (cinfo.next_scanline + y) * bpl +
x_shift
);
199
JSAMPROW rgb = (JSAMPROW)(fb + (y_shift - cinfo.next_scanline) * bpl +
x_shift
);
/external/chromium_org/third_party/freetype/src/smooth/
ftsmooth.c
116
FT_Pos
x_shift
= 0;
local
203
x_shift
= (FT_Int) cbox.xMin;
217
x_shift
-= 64 * ( extra >> 1 );
254
FT_Outline_Translate( outline, -
x_shift
, -y_shift );
390
FT_Outline_Translate( outline,
x_shift
, y_shift );
/external/freetype/src/smooth/
ftsmooth.c
116
FT_Pos
x_shift
= 0;
local
203
x_shift
= (FT_Int) cbox.xMin;
217
x_shift
-= 64 * ( extra >> 1 );
254
FT_Outline_Translate( outline, -
x_shift
, -y_shift );
390
FT_Outline_Translate( outline,
x_shift
, y_shift );
/external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp
1116
int
x_shift
= 0, y_shift = 0;
local
1135
x_shift
= h[0]/(h[1]*2);
[
all
...]
Completed in 221 milliseconds