OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ydir
(Results
1 - 8
of
8
) sorted by null
/external/qemu/android/
multitouch-screen.h
82
*
ydir
Indicates row order: 1 means top-to-bottom order, -1 means
88
* In the first implementation,
ydir
is always -1 (bottom to top), format and
95
int
ydir
,
opengles.h
20
typedef void (*OnPostFn)(void* context, int width, int height, int
ydir
,
multitouch-port.h
123
*
ydir
- Indicates direction in which lines are arranged in the framebuffer. If
134
int
ydir
);
multitouch-screen.c
79
int
ydir
;
member in struct:MTSState
253
mts_state->
ydir
)) {
310
mts_state->
ydir
)) {
335
mts_state->
ydir
= 1;
341
int w, int h, int
ydir
,
358
mts_state->
ydir
=
ydir
;
multitouch-port.c
413
int
ydir
)
417
fb, jpeg_quality,
ydir
);
426
int
ydir
)
438
_fb_compress(mtsp, fmt, fb, 10,
ydir
);
/external/qemu/android/utils/
jpeg-compress.h
87
*
ydir
- Indicates direction in which lines are arranged in the framebuffer. If
97
int
ydir
);
jpeg-compress.c
158
int
ydir
){
191
if (
ydir
>= 0) {
/sdk/emulator/opengl/host/include/libOpenglRender/
render_api.h
44
*
ydir
Indicates row order: 1 means top-to-bottom order, -1 means
50
* In the first implementation,
ydir
is always -1 (bottom to top), format and
54
typedef void (*OnPostFn)(void* context, int width, int height, int
ydir
,
Completed in 1137 milliseconds