HomeSort by relevance Sort by last modified time
    Searched refs:dst_pos (Results 1 - 19 of 19) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.h 46 Uint8 *dst_pos,
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);
  /art/runtime/mirror/
object_array-inl.h 95 ObjectArray<T>* dst, int dst_pos,
99 dst->IsValidIndex(dst_pos) &&
100 dst->IsValidIndex(dst_pos+length-1)) {
102 MemberOffset dst_offset(DataOffset(sizeof(Object*)).Int32Value() + dst_pos * sizeof(Object*));
131 heap->WriteBarrierArray(dst, dst_pos, length);
object_array.h 50 ObjectArray<T>* dst, int dst_pos,
  /external/qemu/android/skin/
surface.h 90 SkinPos* dst_pos,
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 ) ) {
  /art/test/MyClassNatives/
MyClassNatives.java 33 static native void arraycopy(Object src, int src_pos, Object dst, int dst_pos, int length);
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp 694 int src_y_start_pos, dst_pos, src_pos; local
708 dst_pos = 0;
715 dst_buf[dst_pos++] = src_buf[src_pos ];
716 dst_buf[dst_pos++] = src_buf[src_pos + 1];
717 dst_buf[dst_pos++] = src_buf[src_pos + 2];
718 dst_buf[dst_pos++] = src_buf[src_pos + 3];
728 int32_t src_y_start_pos, dst_pos, src_pos; local
743 dst_pos = 0;
750 dst_buf[dst_pos++] = src_buf[src_pos];
757 dst_pos = 0
    [all...]
ExynosCameraHWInterface.cpp 3514 int32_t x, y, src_y_start_pos, dst_pos, src_pos; local
3543 int32_t x, y, src_y_start_pos, dst_cbcr_pos, dst_pos, src_pos; local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp 657 int src_y_start_pos, dst_pos, src_pos; local
671 dst_pos = 0;
678 dst_buf[dst_pos++] = src_buf[src_pos ];
679 dst_buf[dst_pos++] = src_buf[src_pos + 1];
680 dst_buf[dst_pos++] = src_buf[src_pos + 2];
681 dst_buf[dst_pos++] = src_buf[src_pos + 3];
691 int32_t src_y_start_pos, dst_pos, src_pos; local
706 dst_pos = 0;
713 dst_buf[dst_pos++] = src_buf[src_pos];
724 dst_buf[dst_pos++] = src_buf[src_pos ]
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.h 45 Uint8 *dst_pos,
SDL_fbvideo.c 1450 Uint16 *dst_pos = (Uint16 *)byte_dst_pos; local
1474 Uint16 *dst_pos = (Uint16 *)byte_dst_pos; local
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 644 void my_arraycopy(JNIEnv* env, jclass klass, jobject src, jint src_pos, jobject dst, jint dst_pos, jint length) {
649 EXPECT_EQ(5678, 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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_tgsi.c 434 struct ureg_src /*dst_pos, */ src_input, mask_pos;
503 dst_pos = ureg_DECL_fs_input(ureg,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.c 460 struct ureg_src /*dst_pos,*/ src_input, mask_pos;
536 dst_pos = ureg_DECL_fs_input(ureg,
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tgsi.c 434 struct ureg_src /*dst_pos, */ src_input, mask_pos;
503 dst_pos = ureg_DECL_fs_input(ureg,
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.c 460 struct ureg_src /*dst_pos,*/ src_input, mask_pos;
536 dst_pos = ureg_DECL_fs_input(ureg,
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 1932 Idx lim_idx, src_pos, dst_pos; local
    [all...]

Completed in 2205 milliseconds