/external/freetype/src/autofit/ |
afwarp.h | 36 FT_Pos x1, x2; member in struct:AF_WarperRec_
|
/external/mesa3d/src/mesa/drivers/x11/ |
xm_line.c | 428 int x1 = (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][0]; local 434 XDrawLine(dpy, xrb->pixmap, gc, x0, y0, x1, y1);
|
/external/openssh/ |
jpake.h | 47 BIGNUM *x1; /* random in Zq */ member in struct:jpake_ctx 57 BIGNUM *g_x1; /* g^x1 */ 67 BIGNUM *a; /* g^((x1+x3+x4)*x2*s) */ 70 BIGNUM *b; /* g^((x1+x2+x3)*x4*s) */
|
/external/openssl/crypto/ec/ |
ec2_mult.c | 109 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery 115 static int gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, 128 if (!group->meth->field_mul(group, x1, x1, z2, ctx)) goto err; 130 if (!group->meth->field_mul(group, t2, x1, z1, ctx)) goto err; 131 if (!BN_GF2m_add(z1, z1, x1)) goto err; 133 if (!group->meth->field_mul(group, x1, z1, t1, ctx)) goto err; 134 if (!BN_GF2m_add(x1, x1, t2)) goto err 220 BIGNUM *x1, *x2, *z1, *z2; local [all...] |
/external/qemu/android/skin/ |
rect.h | 60 int x1, y1; member in struct:__anon24758 64 extern void skin_box_init( SkinBox* box, int x1, int y1, int x2, int y2 );
|
/external/skia/src/core/ |
SkBitmapFilter.cpp | 45 int x1 = SkClampMax(SkScalarFloorToInt(srcPt.fX+s.getBitmapFilter()->width())+1, maxX); local 50 for (int srcX = x0; srcX < x1 ; srcX++) {
|
/external/tremolo/Tremolo/ |
asm_arm.h | 73 int x1, y1, l; local 79 : "=&r" (l), "=&r" (x1), "=&r" (y1), "=r" (a) 82 *x = x1; 92 int x1, y1, l; local 98 : "=&r" (l), "=&r" (x1), "=&r" (y1), "=r" (a) 101 *x = x1 << 1; 111 int x1, y1, l; local 117 : "=&r" (l), "=&r" (x1), "=&r" (y1) 120 *x = x1 << 1;
|
/external/valgrind/main/memcheck/tests/ |
mempool.c | 115 char *x1, *x2, *x3, *x4, *x5; local 121 x1 = allocate(p, 10); 127 *x1 = 'a'; // valid 130 x1[-1] = 'h'; // invalid 131 x1[10] = 'i'; // invalid 138 *x1 = 'e'; // valid
|
mempool2.c | 118 char *x1, *x2; local 130 x1 = allocate(p1, 10); 135 res += x1[-1]; 136 res += x1[10]; 145 VALGRIND_MEMPOOL_FREE(p1, x1); 146 res += x1[5]; 155 VALGRIND_MEMPOOL_FREE(p1, x1);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
get_pred_adv_b_add.cpp | 867 uint32 x1, x2, x1m, x2m, y1, y2, y1m, y2m; /* new way */ local [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_InterpolateLuma_Align_unsafe_s.s | 34 x1 RN 10 label 76 LDM pSrc, {x0, x1, x2} 82 STM pDst!, {x0, x1, x2} ;// Store aligned output row 87 LDM pSrc, {x0, x1, x2} 94 ORR x0, x0, x1, LSL #24 95 MOV x1, x1, LSR #8 96 ORR x1, x1, x2, LSL #24 98 STM pDst!, {x0, x1, x2} ;// Store aligned output ro [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_InterpolateLuma_Align_unsafe_s.s | 34 x1 RN 10 label 76 LDM pSrc, {x0, x1, x2} 82 STM pDst!, {x0, x1, x2} ;// Store aligned output row 87 LDM pSrc, {x0, x1, x2} 94 ORR x0, x0, x1, LSL #24 95 MOV x1, x1, LSR #8 96 ORR x1, x1, x2, LSL #24 98 STM pDst!, {x0, x1, x2} ;// Store aligned output ro [all...] |
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
Quad.java | 75 float x1 = Collections.max(xs); local 77 return new Rectangle(x0, y0, x1 - x0, y1 - y0);
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicLUT.cpp | 63 uint32_t x1 = xstart; local 71 while (x1 < x2) { 77 x1++;
|
/external/aac/libFDK/src/ |
mdct.cpp | 345 FIXP_DBL x0, x1; local 347 cplxMult(&x1, &x0, *pCurr++, - *pOvl--, pWindow[i]); 349 *pOut1 = IMDCT_SCALE_DBL(-x1);
|
/external/ceres-solver/examples/ |
bal_problem.cc | 55 double x1, x2, w; local 57 x1 = 2.0 * RandDouble() - 1.0; 59 w = x1 * x1 + x2 * x2; 63 return x1 * w;
|
/external/ceres-solver/internal/ceres/ |
evaluator_test.cc | 545 double x1 = parameters[0][0]; local 547 residuals[0] = x1 * x1; 553 jacobian[0] = 2.0 * x1;
|
/external/chromium/chrome/browser/ui/gtk/ |
nine_box.cc | 117 int x1 = gdk_pixbuf_get_width(images_[0]); local 119 int x2 = images_[2] ? dst_width - gdk_pixbuf_get_width(images_[2]) : x1; 122 if (x2 < x1 || y2 < y1) 143 TileImage(cr, images_[1], x1, 0, x2 - x1, y1, opacity); 149 TileImage(cr, images_[3], 0, y1, x1, y2 - y1, opacity); 151 TileImage(cr, images_[4], x1, y1, x2 - x1, y2 - y1, opacity); 159 TileImage(cr, images_[7], x1, y2, x2 - x1, dst_height - y2, opacity) 205 int x1 = gdk_pixbuf_get_width(images_[0]); local [all...] |
/external/chromium_org/media/tools/player_x11/ |
gl_video_renderer.cc | 238 float x1 = static_cast<float>(visible_rect.right()) / coded_size.width(); local 242 verts[4] = x1; verts[5] = y0; 243 verts[6] = x1; verts[7] = y1;
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLAreaElement.cpp | 166 int x1 = minimumValueForLength(m_coords[2], width, renderView); local 168 path.addRect(FloatRect(x0, y0, x1 - x0, y1 - y0));
|
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
AnimationTranslationUtil.cpp | 139 bool appendKeyframeWithCustomBezierTimingFunction(Curve* curve, double keyTime, const Value* value, const Value* lastValue, double x1, double y1, double x2, double y2, const FloatSize&) 141 curve->add(Keyframe(keyTime, value->value()), x1, y1, x2, y2); local 168 bool appendKeyframeWithCustomBezierTimingFunction<TransformAnimationValue, WebTransformKeyframe, WebTransformAnimationCurve>(WebTransformAnimationCurve* curve, double keyTime, const TransformAnimationValue* value, const TransformAnimationValue* lastValue, double x1, double y1, double x2, double y2, const FloatSize& boxSize) 183 curve->add(WebTransformKeyframe(keyTime, operations.release()), x1, y1, x2, y2); local 214 bool appendKeyframeWithCustomBezierTimingFunction<FilterAnimationValue, WebFilterKeyframe, WebFilterAnimationCurve>(WebFilterAnimationCurve* curve, double keyTime, const FilterAnimationValue* value, const FilterAnimationValue* lastValue, double x1, double y1, double x2, double y2, const FloatSize& boxSize) 226 curve->add(WebFilterKeyframe(keyTime, operations.release()), x1, y1, x2, y2); 261 double x1 = 0; local 279 x1 = originalBezierTimingFunction->x1(); 287 double x1Old = x1; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
RectangleShape.cpp | 88 float x1 = bounds.x(); local 98 x1 = bounds.x() + marginRadiusX - xi; 103 x1 = bounds.x() + marginRadiusX - xi; 108 result.append(LineSegment(x1, x2)); 123 float x1 = bounds.x(); local 151 x1 = bounds.x() + paddingRadiusX - xi; 156 result.append(LineSegment(x1, x2));
|
ShapeInterval.h | 41 ShapeInterval(T x1 = 0, T x2 = 0) 42 : m_x1(x1) 45 ASSERT(x2 >= x1); 48 T x1() const { return m_x1; } function in class:WebCore::ShapeInterval 53 void setX1(T x1) 55 ASSERT(m_x2 >= x1); 56 m_x1 = x1; 65 void set(T x1, T x2) 67 ASSERT(x2 >= x1); 68 m_x1 = x1; [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
SwapChain9.cpp | 323 float x1 = x - 0.5f; local 333 float quad[4][6] = {{x1, y1, 0.0f, 1.0f, u1, v2}, 336 {x1, y2, 0.0f, 1.0f, u1, v1}}; // x, y, z, rhw, u, v
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_state_dynamic.c | 269 unsigned x1 = i915->scissor.minx; local 276 sc[1] = (y1 << 16) | (x1 & 0xffff);
|