HomeSort by relevance Sort by last modified time
    Searched refs:dst_rect (Results 101 - 125 of 147) sorted by null

1 2 3 45 6

  /hardware/qcom/display/msm8974/libcopybit/
copybit.h 232 * @param dst_rect is the destination rectangle
241 struct copybit_rect_t const *dst_rect,
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.c 1197 short icon_rect[4], dst_rect[4]; local
1214 dst_rect[0] = rect[0]-wind_pxy[0];
1215 dst_rect[1] = rect[1]-wind_pxy[1];
1216 dst_rect[2] = rect[2]-rect[0]+1;
1217 dst_rect[3] = rect[3]-rect[1]+1;
1220 if (!rc_intersect((GRECT *)icon_rect, (GRECT *)dst_rect)) {
1226 surface->w-1,surface->h-1, dst_rect[0],dst_rect[1],dst_rect[2],dst_rect[3])
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
copybit.h 232 * @param dst_rect is the destination rectangle
241 struct copybit_rect_t const *dst_rect,
  /hardware/qcom/display/msm8226/libcopybit/
copybit.h 232 * @param dst_rect is the destination rectangle
241 struct copybit_rect_t const *dst_rect,
  /hardware/samsung_slsi/exynos5/include/
sec_g2d.h 220 g2d_rect dst_rect; member in struct:__anon41829
  /external/chromium_org/content/renderer/gpu/
compositor_software_output_device.cc 177 SkRect dst_rect = SkRect::Make(src_rect); local
178 canvas_->drawBitmapRect(back_bitmap, &src_rect, dst_rect, NULL);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
surface.c 358 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; local
422 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, true);
425 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, NULL);
434 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect);
435 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect);
subpicture.c 440 struct u_rect dst_rect = {surfx, surfx + surfw, surfy, surfy + surfh}; local
465 subpicture_priv->dst_rect = dst_rect;
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 358 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; local
422 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, true);
425 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, NULL);
434 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect);
435 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect);
subpicture.c 440 struct u_rect dst_rect = {surfx, surfx + surfw, surfy, surfy + surfh}; local
465 subpicture_priv->dst_rect = dst_rect;
  /external/qemu/android/skin/
surface.c 290 SkinRect* dst_rect,
293 int x = dst_rect->pos.x;
294 int y = dst_rect->pos.y;
295 int w = dst_rect->size.w;
296 int h = dst_rect->size.h;
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_compositor.c 873 struct u_rect *dst_rect,
892 dst_rect ? *dst_rect : default_rect(&s->layers[layer]));
927 struct u_rect *dst_rect,
947 dst_rect ? *dst_rect : default_rect(&s->layers[layer]));
956 struct u_rect *dst_rect,
975 dst_rect ? *dst_rect : default_rect(&s->layers[layer]));
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 873 struct u_rect *dst_rect,
892 dst_rect ? *dst_rect : default_rect(&s->layers[layer]));
927 struct u_rect *dst_rect,
947 dst_rect ? *dst_rect : default_rect(&s->layers[layer]));
956 struct u_rect *dst_rect,
975 dst_rect ? *dst_rect : default_rect(&s->layers[layer]));
    [all...]
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdp.cpp 150 utils::even_floor(mOVInfo.dst_rect.w);
151 utils::even_floor(mOVInfo.dst_rect.h);
mdpWrapper.h 216 dump("dst_rect", ov.dst_rect);
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c 1149 Rect src_rect, dst_rect; local
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_mdp.h 227 struct mdp_rect dst_rect; member in struct:mdp_blit_req
365 struct mdp_rect dst_rect; member in struct:mdp_overlay
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_mdp.h 233 struct mdp_rect dst_rect; member in struct:mdp_blit_req
364 struct mdp_rect dst_rect; member in struct:mdp_overlay
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_mdp.h 226 struct mdp_rect dst_rect; member in struct:mdp_blit_req
320 struct mdp_rect dst_rect; member in struct:mdp_overlay
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_mdp.h 231 struct mdp_rect dst_rect; member in struct:mdp_blit_req
323 struct mdp_rect dst_rect; member in struct:mdp_overlay
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 860 test_obj->data_overlay.dst_rect.w = test_obj->buffer_width;
861 test_obj->data_overlay.dst_rect.h = test_obj->buffer_height;
865 test_obj->data_overlay.dst_rect.x = 0;
866 test_obj->data_overlay.dst_rect.y = 0;
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
mdpWrapper.h 300 dump("dst_rect", ov.dst_rect);
  /hardware/qcom/display/msm8974/liboverlay/
mdpWrapper.h 304 dump("dst_rect", ov.dst_rect);

Completed in 1407 milliseconds

1 2 3 45 6