HomeSort by relevance Sort by last modified time
    Searched defs:srcw (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/base/strings/
stringprintf_unittest.cc 83 wchar_t srcw[kSrcLen]; local
84 for (size_t i = 0; i < arraysize(srcw); i++)
85 srcw[i] = 'A';
94 srcw[kSrcLen - i] = 0;
96 SStringPrintf(&outw, L"%ls", srcw);
97 EXPECT_STREQ(srcw, outw.c_str());
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv.c 86 int srcx, srcy, srcw, srch; local
97 srcw = overlay->w;
104 srcw += (dstx * overlay->w) / dstrect->w;
111 srcw -= (extra * overlay->w) / dstrect->w;
125 if ( srcw <= 0 || srch <= 0 ||
132 src.w = srcw;
  /hardware/intel/img/psb_video/src/x11/
psb_ctexture.c 225 unsigned short srcw,
264 tmp = srcw;
265 srcw = srch;
405 srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n",
406 srcx, srcy, srcw, srch, xoffset, yoffset, xres, yres, texture_priv->extend_current_blt_buffer);
409 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->extend_blt_meminfo[texture_priv->extend_current_blt_buffer], surface, srcx, srcy, srcw, srch, 0, 0, local
415 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->extend_blt_meminfo[texture_priv->extend_current_blt_buffer], surface, srcx, srcy, srcw, srch, 0, 0, local
465 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_putsurface_ctexture: Main video Pixmap, coordinate: srcx= %d, srcy=%d, srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n",
466 srcx, srcy, srcw, srch, destx, desty, destw, desth, texture_priv->current_blt_buffer);
468 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 1 local
473 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 0, local
487 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 1, local
492 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 0, local
505 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->flip_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, local
510 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->flip_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, local
    [all...]
psb_coverlay.c 403 int srcx, srcy, srcw, srch; local
415 srcw = subpicture->subpic_srcw;
429 srcw += srcx;
438 if ((srcx + srcw) > image_width)
439 srcw = image_width - srcx;
459 if (srcw <= destw)
460 width = srcw;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testblitspeed.c 205 int srcw = 640; local
247 srcw = atoi(argv[++i]);
298 src = SDL_CreateRGBSurface(srcflags, srcw, srch, srcbpp,
  /external/pcre/dist/
pcre_jit_compile.c 523 #define OP1(op, dst, dstw, src, srcw) \
524 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
541 #define OP_FLAGS(op, dst, dstw, src, srcw, type) \
542 sljit_emit_op_flags(compiler, (op), (dst), (dstw), (src), (srcw), (type))
1661 int srcw[2]; local
    [all...]

Completed in 362 milliseconds