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

1 2 3 45 6 7

  /external/skia/src/core/
SkScalerContext.cpp 332 SkIRect ir; local
333 devPath.getBounds().roundOut(&ir);
335 if (ir.isEmpty() || !ir.is16Bit()) {
338 glyph->fLeft = ir.fLeft;
339 glyph->fTop = ir.fTop;
340 glyph->fWidth = SkToU16(ir.width());
341 glyph->fHeight = SkToU16(ir.height());
SkCanvas.cpp 708 SkIRect ir; local
718 r.roundOut(&ir);
720 if (!ir.intersect(clipBounds)) {
726 ir = clipBounds;
729 fClipStack.clipDevRect(ir, SkRegion::kIntersect_Op);
732 !fMCRec->fRegion->op(ir, SkRegion::kIntersect_Op)) {
737 SkBitmap::Config config = resolve_config(this, ir, flags, &isOpaque);
739 SkDevice* device = this->createDevice(config, ir.width(), ir.height(),
741 device->setOrigin(ir.fLeft, ir.fTop)
928 SkIRect ir; local
1012 SkIRect ir; local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
AccessibleObjectTest.java 147 InheritedRuntime ir = ao.getAnnotation(InheritedRuntime.class); local
148 assertNull("Inherited Annotations should have no effect", ir);
  /external/clang/test/Modules/
module-private.cpp 54 int &ir = f0(1.0); // okay: f0() from 'right' is not visible local
  /external/clang/test/SemaCXX/
overload-member-call.cpp 66 int &ir = x2p->member(); local
qualified-id-lookup.cpp 49 f1::type &ir = i; local
overloaded-operator.cpp 134 int &ir = *ptr; local
145 int& ir = a[17]; local
180 int &ir = c(1); local
nullptr.cpp 131 int &ir = (f1)(nullptr); local
  /external/clang/test/SemaTemplate/
address-spaces.cpp 84 int &ir = order1(i1); local
instantiate-template-template-parm.cpp 19 apply<add_reference, int>::type ir = i; variable
member-access-expr.cpp 102 void f(T* ptr) { int& ir = ptr->member(); } local
  /external/mesa3d/src/glsl/
ir.cpp 25 #include "ir.h"
52 * \param m IR swizzle to be modified
    [all...]
ir_hv_accept.cpp 24 #include "ir.h"
28 * Implementations of all hierarchical visitor accept methods for IR
46 ir_instruction *const ir = (ir_instruction *) n; local
47 v->base_ir = ir;
48 ir_visitor_status s = ir->accept(v);
  /external/opencv/cv/src/
cvundistort.cpp 267 double a[9], ar[9], r[9], ir[9], k[5]={0,0,0,0,0}; local
275 CvMat _ir = cvMat( 3, 3, CV_64F, ir );
351 double _x = i*ir[1] + ir[2], _y = i*ir[4] + ir[5], _w = i*ir[7] + ir[8];
353 for( j = 0; j < size.width; j++, _x += ir[0], _y += ir[3], _w += ir[6]
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.h 1 //===-- CGCleanup.h - Classes for cleanups IR generation --------*- C++ -*-===//
10 // These classes support the generation of LLVM IR for cleanups.
531 EHScopeStack::stabilize(iterator ir) const {
532 assert(StartOfData <= ir.Ptr && ir.Ptr <= EndOfBuffer);
533 return stable_iterator(EndOfBuffer - ir.Ptr);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 156 int ir = floatToByte(a[0] * r + a[1] * g + a[2] * b); local
160 return Color.argb(Color.alpha(color), pinToByte(ir),
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java 173 int ir = floatToByte(a[0] * r + a[1] * g + a[2] * b); local
177 return Color.argb(Color.alpha(color), pinToByte(ir),
  /external/quake/quake/src/QW/client/
snd_mix.c 235 int ir = endtime - paintedtime; local
237 ir += il;
243 // if ((dwNewpos >= il) && (dwNewpos <= ir))
244 // Con_Printf("%d-%d p %d c\n", il, ir, dwNewpos);
view.c 544 int ir, ig, ib; local
592 ir = i*a + r;
595 if (ir > 255)
596 ir = 255;
602 ramps[0][i] = gammatable[ir];
612 ir = basepal[0];
617 newpal[0] = ramps[0][ir];
  /external/valgrind/main/coregrind/
m_libcproc.c 375 Int ir, zzz; local
382 ir = VG_(sigaction)(VKI_SIGCHLD, &sa, &saved_sa);
383 vg_assert(ir == 0);
388 ir = VG_(sigaction)(VKI_SIGCHLD, &sa2, NULL);
389 vg_assert(ir == 0);
  /external/quake/quake/src/WinQuake/
view.cpp 534 int ir, ig, ib;
580 ir = (int) (i*a + r);
583 if (ir > 255)
584 ir = 255;
590 ramps[0][i] = gammatable[ir];
600 ir = basepal[0];
605 newpal[0] = ramps[0][ir];
  /external/qemu/tcg/ppc/
tcg-target.c 728 int r2, ir; local
791 ir = 4;
796 ir = 5;
798 ir = 4;
805 | RA (ir)
813 | RA (ir)
820 tcg_out_mov (s, TCG_TYPE_I32, ir, data_reg);
824 ir = 5;
826 tcg_out_mov (s, TCG_TYPE_I32, ir++, data_reg2);
827 tcg_out_mov (s, TCG_TYPE_I32, ir, data_reg)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
AidlTest.java 323 int[] ir = mRemote.intArray(i0, i1, i2); local
325 assertEquals(1, ir.length);
326 assertEquals(34, ir[0]);
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 102 int& ir = B(); member in namespace:std_example_1
  /external/icu4c/data/mappings/
ucmfiles.mk 114 noop-cns-11643.ucm noop-gb2312_gl.ucm noop-iso-ir-165.ucm\
115 iso-ir-165.ucm cns-11643-1992.ucm\

Completed in 377 milliseconds

1 2 3 45 6 7