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

  /external/libchrome/base/strings/
stringprintf_unittest.cc 85 wchar_t srcw[kSrcLen]; local
86 for (size_t i = 0; i < arraysize(srcw); i++)
87 srcw[i] = 'A';
96 srcw[kSrcLen - i] = 0;
98 SStringPrintf(&outw, L"%ls", srcw);
99 EXPECT_STREQ(srcw, outw.c_str());
  /prebuilts/go/darwin-x86/src/image/draw/
bench_test.go 16 srcw, srch = 400, 300
79 src1 := image.NewCMYK(image.Rect(0, 0, srcw, srch))
81 for x := 0; x < srcw; x++ {
92 src1 := image.NewGray(image.Rect(0, 0, srcw, srch))
94 for x := 0; x < srcw; x++ {
102 src1 := image.NewRGBA(image.Rect(0, 0, srcw, srch))
104 for x := 0; x < srcw; x++ {
115 src1 := image.NewRGBA64(image.Rect(0, 0, srcw, srch))
117 for x := 0; x < srcw; x++ {
128 src1 := image.NewNRGBA(image.Rect(0, 0, srcw, srch)
15 srcw, srch = 400, 300 const
    [all...]
  /prebuilts/go/linux-x86/src/image/draw/
bench_test.go 16 srcw, srch = 400, 300
79 src1 := image.NewCMYK(image.Rect(0, 0, srcw, srch))
81 for x := 0; x < srcw; x++ {
92 src1 := image.NewGray(image.Rect(0, 0, srcw, srch))
94 for x := 0; x < srcw; x++ {
102 src1 := image.NewRGBA(image.Rect(0, 0, srcw, srch))
104 for x := 0; x < srcw; x++ {
115 src1 := image.NewRGBA64(image.Rect(0, 0, srcw, srch))
117 for x := 0; x < srcw; x++ {
128 src1 := image.NewNRGBA(image.Rect(0, 0, srcw, srch)
15 srcw, srch = 400, 300 const
    [all...]
  /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/pcre/dist2/src/
pcre2_jit_compile.c 555 #define OP1(op, dst, dstw, src, srcw) \
556 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
573 #define OP_FLAGS(op, dst, dstw, src, srcw, type) \
574 sljit_emit_op_flags(compiler, (op), (dst), (dstw), (src), (srcw), (type))
1908 int srcw[2]; local
    [all...]

Completed in 409 milliseconds