Searched defs:srcR (Results 1 - 18 of 18) sorted by relevance

/external/skia/samplecode/
H A DSampleBitmapRect.cpp71 SkRect srcR; local
72 srcR.set(src[i]);
78 canvas->drawRect(srcR, paint);
H A DSampleStrokePath.cpp11 SkRect srcR = { 0, 0, 72000, 54000 }; local
30 matrix.setRectToRect(srcR, dstR, SkMatrix::kCenter_ScaleToFit);
/external/skia/tests/
H A DDrawBitmapRectTest.cpp37 SkIRect srcR = { gWidth, 0, gWidth + 16, 16 }; local
40 canvas.drawBitmapRect(src, &srcR, dstR, NULL);
42 // ensure that we draw nothing if srcR does not intersect the bitmap
H A DBlitRowTest.cpp210 SkRect srcR = { local
242 canvas0.drawRect(srcR, paint);
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageAndroid.cpp210 SkIRect srcR; local
215 round_scaled(&srcR, srcRect, invScaleX, invScaleY);
216 if (srcR.isEmpty() || dstR.isEmpty()) {
220 srcR.isEmpty(), dstR.isEmpty());
232 canvas->drawBitmapRect(bitmap, &srcR, dstR, &paint);
272 SkIRect srcR; local
282 round_scaled(&srcR, srcRect, 1 / scaleX, 1 / scaleY);
284 round(&srcR, srcRect);
289 if (!origBitmap.extractSubset(&bitmap, srcR)) {
/external/webkit/Source/WebKit/android/plugins/
H A DANPCanvasInterface.cpp157 SkIRect srcR, *srcPtr = NULL; local
160 srcPtr = SkANP::SetRect(&srcR, *src);
/external/skia/src/core/
H A DSkBlitter_ARGB32.cpp57 int srcR = SkGetPackedR32(color); local
89 blend32(srcR, dstR, maskR),
H A DSkDraw.cpp1072 const SkRect& srcR) {
1076 m.mapRect(&dstR, srcR);
1071 clipped_out(const SkMatrix& m, const SkRegion& c, const SkRect& srcR) argument
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_blit_N.c2274 Uint32 srcR, srcG, srcB; member in struct:blit_table
2447 if ( MASKOK(srcfmt->Rmask, table[which].srcR) &&
/external/valgrind/main/VEX/priv/
H A Dhost_amd64_defs.c853 //.. AMD64Instr* AMD64Instr_FpBinary ( AMD64FpOp op, HReg srcL, HReg srcR, HReg dst ) {
858 //.. i->Xin.FpBinary.srcR = srcR;
910 AMD64Instr* AMD64Instr_SseUComIS ( Int sz, HReg srcL, HReg srcR, HReg dst ) { argument
915 i->Ain.SseUComIS.srcR = srcR;
1226 //.. ppHRegAMD64(i->Xin.FpBinary.srcR);
1285 ppHRegAMD64(i->Ain.SseUComIS.srcR);
1566 //.. addHRegUse(u, HRmRead, i->Xin.FpBinary.srcR);
1595 addHRegUse(u, HRmRead, i->Ain.SseUComIS.srcR);
[all...]
H A Dhost_x86_defs.c735 X86Instr* X86Instr_FpBinary ( X86FpOp op, HReg srcL, HReg srcR, HReg dst ) { argument
740 i->Xin.FpBinary.srcR = srcR;
792 X86Instr* X86Instr_FpCmp ( HReg srcL, HReg srcR, HReg dst ) { argument
796 i->Xin.FpCmp.srcR = srcR;
1030 ppHRegX86(i->Xin.FpBinary.srcR);
1087 ppHRegX86(i->Xin.FpCmp.srcR);
1311 addHRegUse(u, HRmRead, i->Xin.FpBinary.srcR);
1340 addHRegUse(u, HRmRead, i->Xin.FpCmp.srcR);
[all...]
H A Dhost_x86_isel.c781 HReg srcR = iselDblExpr(env, e->Iex.Triop.arg3); local
787 srcL,srcR,junk
2936 HReg srcR = iselDblExpr(env, e->Iex.Triop.arg3); local
2939 addInstr(env, X86Instr_FpBinary(fpop,srcL,srcR,res));
H A Dhost_amd64_defs.h592 HReg srcR; /* xmm */ member in struct:__anon10407::__anon10408::__anon10436
705 //.. extern AMD64Instr* AMD64Instr_FpBinary ( AMD64FpOp op, HReg srcL, HReg srcR, HReg dst );
712 extern AMD64Instr* AMD64Instr_SseUComIS ( Int sz, HReg srcL, HReg srcR, HReg dst );
H A Dhost_ppc_defs.c736 HReg srcL, PPCRH* srcR ) {
742 i->Pin.Alu.srcR = srcR;
746 HReg dst, HReg srcL, PPCRH* srcR ) {
753 i->Pin.Shft.srcR = srcR;
757 HReg dst, HReg srcL, HReg srcR ) {
764 i->Pin.AddSubC.srcR = srcR;
768 UInt crfD, HReg srcL, PPCRH* srcR ) {
1086 PPCInstr_AvPerm( HReg dst, HReg srcL, HReg srcR, HReg ctl ) argument
2611 PPCRH* srcR = i->Pin.Alu.srcR; local
2683 PPCRH* srcR = i->Pin.Shft.srcR; local
2824 PPCRH* srcR = i->Pin.Cmp.srcR; local
[all...]
H A Dhost_ppc_defs.h516 PPCRH* srcR; member in struct:__anon10573::__anon10574::__anon10576
527 PPCRH* srcR; member in struct:__anon10573::__anon10574::__anon10577
535 HReg srcR; member in struct:__anon10573::__anon10574::__anon10578
544 PPCRH* srcR; member in struct:__anon10573::__anon10574::__anon10579
558 HReg srcR; member in struct:__anon10573::__anon10574::__anon10581
566 HReg srcR; member in struct:__anon10573::__anon10574::__anon10582
641 HReg srcR; member in struct:__anon10573::__anon10574::__anon10594
688 HReg srcR; member in struct:__anon10573::__anon10574::__anon10602
713 HReg srcR; member in struct:__anon10573::__anon10574::__anon10606
719 HReg srcR; member in struct:__anon10573::__anon10574::__anon10607
725 HReg srcR; member in struct:__anon10573::__anon10574::__anon10608
731 HReg srcR; member in struct:__anon10573::__anon10574::__anon10609
737 HReg srcR; member in struct:__anon10573::__anon10574::__anon10610
748 HReg srcR; member in struct:__anon10573::__anon10574::__anon10612
754 HReg srcR; member in struct:__anon10573::__anon10574::__anon10613
761 HReg srcR; member in struct:__anon10573::__anon10574::__anon10614
[all...]
H A Dhost_ppc_isel.c1347 PPCRH* srcR = iselWordExpr_RH(env, syned, e->Iex.Binop.arg2); local
1349 7/*cr*/, srcL, srcR));
1361 PPCRH* srcR = iselWordExpr_RH(env, syned, e->Iex.Binop.arg2); local
1364 7/*cr*/, srcL, srcR));
H A Dhost_x86_defs.h517 HReg srcR; member in struct:__anon10648::__anon10649::__anon10671
562 HReg srcR; member in struct:__anon10648::__anon10649::__anon10678
647 extern X86Instr* X86Instr_FpBinary ( X86FpOp op, HReg srcL, HReg srcR, HReg dst );
654 extern X86Instr* X86Instr_FpCmp ( HReg srcL, HReg srcR, HReg dst );
H A Dguest_arm_toIR.c13800 IRTemp srcR = newTemp(Ity_I32); local
13802 assign(srcR, getIRegA(rM));
13808 genROR32(srcR, 8 * rot)))));
13830 IRTemp srcR = newTemp(Ity_I32); local
13832 assign(srcR, getIRegA(rM));
13838 genROR32(srcR, 8 * rot)))));
17690 IRTemp srcR = newTemp(Ity_I32); local
17692 assign(srcR, getIRegT(rM));
17698 genROR32(srcR, 8 * rot)))));
17719 IRTemp srcR local
[all...]

Completed in 410 milliseconds