HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 426 - 450 of 1509) sorted by null

<<11121314151617181920>>

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
170 FrameToMosaic(mb->trs, 0.0, mb->height-1.0, x1, y1);
174 if(x0 < xLeftCorners[0] || x1 < xLeftCorners[1]) // If either of the left corners is lower
177 xLeftCorners[1] = x1;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
947 int x1 = (xx >= 0.0) ? (int) xx : (int) floor(xx); local
952 if(inSegment(x1, sptr->width, BORDER-1) &&
955 double xfrac = xx - x1;
958 wt1 * ciCalc(sptr, x1, y1, xfrac, yfrac));
    [all...]
  /external/qemu/android/skin/
region.c 281 if (pleft < minmax->x1) minmax->x1 = pleft;
376 skin_region_init( SkinRegion* r, int x1, int y1, int x2, int y2 )
378 if (x1 >= x2 || y1 >= y2) {
382 r->bounds.pos.x = x1;
384 r->bounds.size.w = x2 - x1;
403 if (box == NULL || box->x1 >= box->x2 || box->y1 >= box->y2) {
407 r->bounds.pos.x = box->x1;
409 r->bounds.size.w = box->x2 - box->x1;
1002 minmax.x1 = minmax.y1 = INT_MAX
    [all...]
  /bionic/libc/kernel/common/linux/
msm_mdp.h 43 #define MDP_FLIP_LR 0x1
  /dalvik/vm/
Sync.h 28 #define LW_SHAPE_MASK 0x1
  /development/ndk/platforms/android-3/include/linux/
msm_mdp.h 42 #define MDP_FLIP_LR 0x1
  /external/clang/test/CodeGenCXX/
value-init.cpp 147 struct X1 : X0 {
148 int x1; member in struct:zeroinit::X1
157 X1().f();
  /external/kernel-headers/original/linux/
msm_mdp.h 46 #define MDP_FLIP_LR 0x1
xattr.h 13 #define XATTR_CREATE 0x1 /* set value, fail if attr already exists */
  /external/oprofile/events/mips/5K/
events 16 event:0x1 counters:0 um:zero minimum:500 name:INSN_FETCHED : Instructions fetched
29 event:0x1 counters:1 um:zero minimum:500 name:INSNS_EXECED : Instructions executed
  /external/ppp/pppd/
chap-new.h 58 #define MDTYPE_MICROSOFT_V2 0x1
  /external/ppp/pppd/include/net/
pppio.h 64 #define COMP_AC 0x1 /* compress address/control */
  /external/skia/include/core/
SkPath.h 312 (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
315 @param x1 The x-coordinate of the control point on a quadratic curve
320 void quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2);
349 (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
352 @param x1 The x-coordinate of the 1st control point on a cubic curve
359 void cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
391 void rCubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
412 void arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 86 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
89 LDRSH tmp1, [pPhaseAccum, #2] @ tmp1 = x1
94 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
111 @ = x0 + f * (x1 - x0) == interpolated result
ARM-E_interpolate_noloop_gnu.s 78 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
81 LDRSH tmp1, [pPhaseAccum, #2] @ tmp1 = x1
86 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
103 @ = x0 + f * (x1 - x0) == interpolated result
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 86 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
89 LDRSH tmp1, [pPhaseAccum, #2] @ tmp1 = x1
94 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
111 @ = x0 + f * (x1 - x0) == interpolated result
ARM-E_interpolate_noloop_gnu.s 78 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
81 LDRSH tmp1, [pPhaseAccum, #2] @ tmp1 = x1
86 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
103 @ = x0 + f * (x1 - x0) == interpolated result
  /external/valgrind/main/VEX/priv/
guest_ppc_defs.h 107 PPCcr_UN = 0x1
  /external/valgrind/main/memcheck/tests/
custom_alloc.c 83 custom_free((void*)0x1); // invalid free
  /external/webkit/LayoutTests/fast/url/script-tests/
ipv4.js 9 ["0xC0.0Xa8.0x0.0x1", "192.168.0.1"],
17 ["0xCG.0xA8.0x0.0x1", ""],
  /external/webkit/Source/JavaScriptCore/runtime/
SymbolTable.h 93 static const unsigned ReadOnlyFlag = 0x1;
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LegacyCACFLayerTreeHost.cpp 277 rect.x1 = r->origin.x;
278 rect.x2 = rect.x1 + r->size.width;
352 float x1 = x0 + bounds.size.width; local
356 D3DXMatrixOrthoOffCenterRH(&projection, x0, x1, y0, y1, -1.0f, 1.0f);
  /external/webkit/Source/WebCore/platform/graphics/gpu/
TilingData.cpp 107 int x1 = bounds.x(); local
113 x1--;
121 bounds = IntRect(x1, y1, x2 - x1, y2 - y1);
  /frameworks/base/core/java/android/view/animation/
Transformation.java 36 public static int TYPE_ALPHA = 0x1;
  /frameworks/base/include/gui/
ISurfaceTexture.h 45 BUFFER_NEEDS_REALLOCATION = 0x1,
  /frameworks/base/include/media/
IMediaPlayerService.h 53 kBatteryDataTrackAudio = 0x1,

Completed in 1481 milliseconds

<<11121314151617181920>>