OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dst_pos
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c
409
Uint16 *
dst_pos
= (Uint16 *)byte_dst_pos;
local
413
Uint16 *dst =
dst_pos
;
419
dst_pos
= (Uint16 *)((Uint8 *)
dst_pos
+ dst_linebytes);
438
Uint16 *
dst_pos
= (Uint16 *)byte_dst_pos;
local
442
Uint16 *dst =
dst_pos
;
454
dst_pos
= (Uint16 *)((Uint8 *)
dst_pos
+ dst_linebytes * BLOCKSIZE_H);
SDL_wsconsvideo.h
46
Uint8 *
dst_pos
,
/external/qemu/android/skin/
surface.c
339
SkinPos*
dst_pos
,
343
int x =
dst_pos
->x;
344
int y =
dst_pos
->y;
586
SkinPos*
dst_pos
,
601
if ( skin_blit_init_blit( blit, dst,
dst_pos
, src, src_rect ) ) {
surface.h
90
SkinPos*
dst_pos
,
/external/opencv/ml/src/
mlsvm.cpp
548
Qfloat*
dst_pos
= dst;
local
553
CV_SWAP(
dst_pos
, dst_neg, temp );
559
dst_pos
[j] = t;
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c
1932
Idx lim_idx, src_pos,
dst_pos
;
local
[
all
...]
Completed in 229 milliseconds