/external/qemu/android/skin/ |
rect.h | 29 extern void skin_pos_rotate( SkinPos* dst, SkinPos* src, SkinRotation rot ); 35 extern void skin_size_rotate( SkinSize* dst, SkinSize* src, SkinRotation rot ); 46 extern void skin_rect_rotate ( SkinRect* dst, SkinRect* src, SkinRotation rotation );
|
/external/skia/include/core/ |
SkPathEffect.h | 38 has produced a new path (dst) and a new width value. If false is returned, 39 ignore dst and width. 41 On output, width >= 0 means the dst should be stroked 43 virtual bool filterPath(SkPath* dst, const SkPath& src, SkScalar* width) = 0; 90 virtual bool filterPath(SkPath* dst, const SkPath& src, SkScalar* width); 125 virtual bool filterPath(SkPath* dst, const SkPath& src, SkScalar* width);
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
ImageWx.cpp | 90 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op) 96 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op); 124 float scaleX = src.width() / dst.width(); 125 float scaleY = src.height() / dst.height(); 127 FloatRect adjustedDestRect = dst; 131 adjustedDestRect.setLocation(FloatPoint(dst.x() - src.x() / scaleX, dst.y() - src.y() / scaleY)); 135 gc->Clip(dst.x(), dst.y(), dst.width(), dst.height()) [all...] |
/external/webp/src/dec/ |
webpi.h | 34 int y_add, y_sub; // vertical increments (add ~= src, sub ~= dst) 35 int x_add, x_sub; // horizontal increments (add ~= src, sub ~= dst) 38 uint8_t* dst; member in struct:__anon13559 103 // Copy 'src' into 'dst' buffer, making sure 'dst' is not marked as owner of the 106 WebPDecBuffer* const dst); 108 // Copy and transfer ownership from src to dst (beware of parameter order!) 109 void WebPGrabDecBuffer(WebPDecBuffer* const src, WebPDecBuffer* const dst);
|
/frameworks/base/media/libeffects/lvm/lib/Common/src/ |
DelayAllPass_Sat_32x16To32.c | 35 LVM_INT32 *dst, /* Source/destination */ 63 *dst = c; 64 dst++;
|
LVC_MixSoft_1St_2i_D16C31_SAT.c | 39 LVM_INT16 *dst, 95 LVC_Core_MixSoft_1St_2i_D16C31_WRA( &(ptrInstance->MixerStream[0]),&(ptrInstance->MixerStream[1]), src, dst, n); 107 if(src!=dst) 109 Copy_16(src, dst, n); 114 LVC_Core_MixHard_1St_2i_D16C31_SAT(&(ptrInstance->MixerStream[0]),&(ptrInstance->MixerStream[1]), src, dst, n);
|
/frameworks/compile/libbcc/runtime/BlocksRuntime/ |
Block_private.h | 58 void (*copy)(void *dst, void *src); 78 void (*byref_keep)(struct Block_byref *dst, struct Block_byref *src); 161 void (*Block_copy)(void *dst, void *src); /* iff BLOCK_HAS_COPY_DISPOSE */
|
/system/core/debuggerd/ |
utility.c | 36 void get_remote_struct(int pid, void *src, void *dst, size_t size) 41 *(int *)((char *)dst+i) = ptrace(PTRACE_PEEKTEXT, pid, (char *)src+i, NULL); 50 ((unsigned char *)dst)[i] = val & 0xff;
|
/external/skia/src/core/ |
SkMatrix.cpp | 439 bool SkMatrix::setRectToRect(const SkRect& src, const SkRect& dst, 447 if (dst.isEmpty()) { 451 SkScalar tx, sx = SkScalarDiv(dst.width(), src.width()); 452 SkScalar ty, sy = SkScalarDiv(dst.height(), src.height()); 464 tx = dst.fLeft - SkScalarMul(src.fLeft, sx); 465 ty = dst.fTop - SkScalarMul(src.fTop, sy); 470 diff = dst.width() - SkScalarMul(src.width(), sy); 472 diff = dst.height() - SkScalarMul(src.height(), sy); 718 static void set_muladdmul(Sk64* dst, int32_t a, int32_t b, int32_t c, 721 dst->setMul(a, b) [all...] |
/external/bluetooth/bluez/src/ |
glib-helper.c | 49 bdaddr_t dst; member in struct:cached_sdp_session 69 static sdp_session_t *get_sdp_session(const bdaddr_t *src, const bdaddr_t *dst) 77 if (bacmp(&c->src, src) || bacmp(&c->dst, dst)) 90 return sdp_connect(src, dst, SDP_NON_BLOCKING); 93 static void cache_sdp_session(bdaddr_t *src, bdaddr_t *dst, 101 bacpy(&cached->dst, dst); 114 bdaddr_t dst; member in struct:search_context 177 cache_sdp_session(&ctxt->src, &ctxt->dst, ctxt->session) [all...] |
/external/bluetooth/bluez/tools/ |
ciptool.c | 91 static int get_psm(bdaddr_t *src, bdaddr_t *dst, unsigned short *psm) 99 if (!(s = sdp_connect(src, dst, 0))) 131 static int do_connect(int ctl, int dev_id, bdaddr_t *src, bdaddr_t *dst, unsigned short psm, uint32_t flags) 181 bacpy(&addr.l2_bdaddr, dst); 227 bdaddr_t src, dst; local 252 bacpy(&dst, &(info+i)->bdaddr); 253 ba2str(&dst, addr); 256 if (!get_psm(&src, &dst, &psm)) 262 do_connect(ctl, dev_id, &src, &dst, psm, 0); 274 bdaddr_t src, dst; local 340 bdaddr_t src, dst; local [all...] |
/external/v8/src/ia32/ |
lithium-gap-resolver-ia32.cc | 287 Operand dst = cgen_->ToOperand(destination); local 288 __ mov(dst, src); 294 Register dst = cgen_->ToRegister(destination); local 295 __ mov(dst, src); 300 Operand dst = cgen_->ToOperand(destination); local 302 __ mov(dst, tmp); 308 Operand dst = cgen_->ToOperand(destination); local 309 __ mov(dst, src); 315 Operand dst = cgen_->ToOperand(destination); local 316 __ movdbl(dst, src) 323 XMMRegister dst = cgen_->ToDoubleRegister(destination); local 327 Operand dst = cgen_->ToOperand(destination); local 351 Register dst = cgen_->ToRegister(destination); local 380 Operand dst = cgen_->ToOperand(destination); local [all...] |
/bionic/libc/netbsd/nameser/ |
ns_name.c | 94 * ns_name_ntop(src, dst, dstsiz) 103 ns_name_ntop(const u_char *src, char *dst, size_t dstsiz) 112 dn = dst; 113 eom = dst + dstsiz; 121 if (dn != dst) { 179 if (dn == dst) { 191 return (dn - dst); 195 * ns_name_pton(src, dst, dstsiz) 206 ns_name_pton(const char *src, u_char *dst, size_t dstsiz) 213 bp = dst; [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
MatrixTest.java | 509 float[] dst = new float[9]; local 510 dst[0] = 200f; 511 dst[1] = 300f; 512 assertTrue(mMatrix.setPolyToPoly(src, 0, dst, 0, 1)); 516 mMatrix.setPolyToPoly(src, 0, dst, 0, 5); 545 float[] dst = new float[9]; local 546 dst[0] = 100f; 549 mMatrix.mapPoints(dst, src); 550 assertEquals(dst[0], 200f); 564 float[] dst = new float[9] local 603 float[] dst = new float[9]; local 623 float[] dst = new float[9]; local 673 RectF dst = new RectF(); local [all...] |
/external/bluetooth/bluez/compat/ |
hidd.c | 76 static int l2cap_connect(bdaddr_t *src, bdaddr_t *dst, unsigned short psm) 103 bacpy(&addr.l2_bdaddr, dst); 168 static int request_authentication(bdaddr_t *src, bdaddr_t *dst) 187 bacpy(&cr->bdaddr, dst); 204 static int request_encryption(bdaddr_t *src, bdaddr_t *dst) 223 bacpy(&cr->bdaddr, dst); 254 bdaddr_t src, dst; local 272 bacpy(&dst, &addr.l2_bdaddr); 280 err = get_stored_device_info(&src, &dst, &req); 285 ba2str(&dst, bda) 537 bdaddr_t src, dst; local [all...] |
/external/ipsec-tools/src/racoon/ |
admin.c | 256 struct sockaddr *src, *dst; local 261 dst = (struct sockaddr *) &ndx->dst; 268 iph1 = getph1byaddr(src, dst, 0); 311 ((caddr_t)com + sizeof(*com)))->dst; 353 struct sockaddr *dst; local 356 dst = (struct sockaddr *) 358 ((caddr_t)com + sizeof(*com)))->dst; 360 rem = racoon_strdup(saddrwop2str(dst)); 366 while ((iph1 = getph1bydstaddr(dst)) != NULL) 414 struct sockaddr *dst; local [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
block_idct.cpp | 123 static void idctrow(int16 *blk, uint8 *pred, uint8 *dst, int width); 323 void Copy_Blk_to_Vop(uint8 *dst, uint8 *pred, int width) 327 *((uint32*)dst) = *((uint32*)pred); 328 *((uint32*)(dst += 4)) = *((uint32*)(pred += 4)); 329 *((uint32*)(dst += width)) = *((uint32*)(pred += 12)); 330 *((uint32*)(dst += 4)) = *((uint32*)(pred += 4)); 331 *((uint32*)(dst += width)) = *((uint32*)(pred += 12)); 332 *((uint32*)(dst += 4)) = *((uint32*)(pred += 4)); 333 *((uint32*)(dst += width)) = *((uint32*)(pred += 12)); 334 *((uint32*)(dst += 4)) = *((uint32*)(pred += 4)) [all...] |
/bootable/bootloader/legacy/arch_msm7k/ |
nand.c | 111 cmd[0].dst = NAND_FLASH_CHIP_SELECT; 116 cmd[1].dst = NAND_FLASH_CMD; 121 cmd[2].dst = NAND_EXEC_CMD; 126 cmd[3].dst = paddr(&data[3]); 131 cmd[4].dst = paddr(&data[4]); 168 cmd[0].dst = NAND_FLASH_CMD; 173 cmd[1].dst = NAND_DEV0_CFG0; 178 cmd[2].dst = NAND_EXEC_CMD; 183 cmd[3].dst = paddr(&data[5]); 244 cmd->dst = paddr(&data->ecc_cfg_save) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
BitmapMesh.java | 88 float[] dst = mVerts; local 102 dst[i+0] = cx; 103 dst[i+1] = cy; 105 dst[i+0] = x + dx * pull; 106 dst[i+1] = y + dy * pull;
|
/external/dropbear/libtommath/ |
bn_mp_karatsuba_sqr.c | 56 register mp_digit *dst, *src; local 61 dst = x0.dp; 63 *dst++ = *src++; 66 dst = x1.dp; 68 *dst++ = *src++;
|
/external/qemu/ |
qlist.c | 43 QList *dst = opaque; local 46 qlist_append_obj(dst, obj); 51 QList *dst = qlist_new(); local 53 qlist_iter(src, qlist_copy_elem, dst); 55 return dst;
|
/external/valgrind/main/auxprogs/ |
gen-mdg | 29 # The dependence graph is a set of src-->dst pairs, stored in a double-hash: 31 # hash(src, hash(dst, dst_realname)) 33 # Each of 'src' and 'dst' are node names. 'src' is always a module name, 36 # in its node names, when 'dst' represents a header file it's a transformed 39 # "<sys/mman.h>". We use 'dst' for the node name in the graph, but label it 41 # 'dst_realname' when it would be the same as 'dst'.) 234 while (my ($dst, $dst_realname) = each %$dst_hash) { 240 if (not defined $printed_realnames{$dst}) { 241 print(" $dst [label=\"$dst_realname\"]\n"); 242 $printed_realnames{$dst} = 1 [all...] |
/external/valgrind/main/none/tests/linux/ |
mremap2.c | 43 // A suitable attempted fixed dst is workingarea + 150*PAGE. 92 char* dst = NULL; variable 99 if (p == dst) return "dst"; 130 dst = dstpossible ? try_dst : dst_impossible; 143 printf("maymv %d fixed %d newsz %2d dstpo %d dst %p -> ", 144 maymove, fixed, newsizes[nsi], dstpossible, dst ); 146 syscall(__NR_mremap, src, 20*PAGE, newsize, flags, dst, 0 );
|
/hardware/ti/omap4xxx/camera/ |
Encoder_libjpeg.cpp | 102 static void nv21_to_yuv(uint8_t* dst, uint8_t* y, uint8_t* uv, int width) { 103 if (!dst || !y || !uv) { 111 dst[0] = y0; 112 dst[1] = u0; 113 dst[2] = v0; 114 dst += 3; 120 static void uyvy_to_yuv(uint8_t* dst, uint32_t* src, int width) { 121 if (!dst || !src) { 136 dst[0] = y0; 137 dst[1] = u0 [all...] |
/external/opencv/cxcore/src/ |
cxmatmul.cpp | 55 uchar* dst, int dst_step, 61 for( ; size.height--; src += src_step, dst += dst_step ) 67 ((int*)dst)[j] = t0; 68 ((int*)dst)[j+1] = t1; 71 ((int*)dst)[j+2] = t0; 72 ((int*)dst)[j+3] = t1; 76 ((int*)dst)[j] = ((const int*)src)[j]; 83 uchar* dst, int dst_step, 87 for( i = 0; i < size.width; i++, dst += dst_step, src += pix_size ) 94 ((int*)dst)[j] = ((int*)_src)[0] 1605 CvMat dststub, *dst = (CvMat*)dstarr; local [all...] |