OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_shift
(Results
1 - 5
of
5
) sorted by null
/external/freetype/src/smooth/
ftsmooth.c
116
FT_Pos x_shift,
y_shift
, x_left, y_top;
local
193
y_shift
= (FT_Int) cbox.yMin;
214
y_shift
-= 64 * ( extra >> 1 );
242
FT_Outline_Translate( outline, -x_shift, -
y_shift
);
349
FT_Outline_Translate( outline, x_shift,
y_shift
);
/external/opencv/otherlibs/highgui/
grfmt_bmp.cpp
296
int
y_shift
= m_height - y;
local
301
y_shift
= m_strm.GetByte();
304
len = x_shift3 + (
y_shift
* width3) & ((code == 0) - 1);
387
int
y_shift
= m_height - y;
local
394
y_shift
= m_strm.GetByte();
397
x_shift3 += (
y_shift
* width3) & ((code == 0) - 1);
grfmt_jpeg.cpp
1116
int x_shift = 0,
y_shift
= 0;
local
1136
y_shift
= v[0]/(v[1]*2);
[
all
...]
/external/qemu/android/utils/
jpeg-compress.c
197
const int
y_shift
= num_lines - y - 1;
local
199
JSAMPROW rgb = (JSAMPROW)(fb + (
y_shift
- cinfo.next_scanline) * bpl + x_shift);
/external/chromium/webkit/glue/media/
video_renderer_impl.cc
212
int
y_shift
= yuv_type; // 1 for YV12, 0 for YV16.
local
275
(frame_clip_top >>
y_shift
)) + (frame_clip_left >> 1);
Completed in 705 milliseconds