HomeSort by relevance Sort by last modified time
    Searched refs:y2 (Results 276 - 300 of 878) sorted by null

<<11121314151617181920>>

  /frameworks/base/libs/hwui/
FontRenderer.h 169 float x2, float y2, float u2, float v2,
173 float x2, float y2, float u2, float v2,
177 float x2, float y2, float u2, float v2,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
FlingAnimationUtils.java 200 float y2 = calculateLinearOutFasterInY2(velAbs); local
202 float startGradient = y2 / LINEAR_OUT_FASTER_IN_X2;
203 Interpolator mLinearOutFasterIn = new PathInterpolator(0, 0, LINEAR_OUT_FASTER_IN_X2, y2);
228 * Calculates the y2 control point for a linear-out-faster-in path interpolator depending on the
232 * @return the y2 control point for a cubic bezier path interpolator
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
colorspace.cpp 70 int u, v, y1, y2, y3, y4; local
73 y2 = pInY[1];
81 pOutColor[1] = convertYuvToRgba(y2, u, v);
  /hardware/bsp/intel/peripheral/libupm/src/st7735/
gfx.cxx 115 GFX::drawTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint16_t color) {
117 drawLine(x1, y1, x2, y2, color);
118 drawLine(x2, y2, x0, y0, color);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
PixMapWrapper.py 149 def blit(self, x1=0,y1=0,x2=None,y2=None, port=None):
152 dest = [x1,y1,x2,y2]
155 if y2 is None:
  /prebuilts/misc/windows/sdl2/test/
testdraw2.c 79 int x1, y1, x2, y2; local
121 y2 = (rand() % (viewport.h*2)) - viewport.h;
122 SDL_RenderDrawLine(renderer, x1, y1, x2, y2);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
PixMapWrapper.py 149 def blit(self, x1=0,y1=0,x2=None,y2=None, port=None):
152 dest = [x1,y1,x2,y2]
155 if y2 is None:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltipManager.java 167 int y2 = b.y + b.height; local
170 || p.y < y2 - layoutIconSize - slop
171 || p.y > y2 + slop) {
  /bootable/recovery/minui/
graphics.cpp 191 void gr_fill(int x1, int y1, int x2, int y2)
197 y2 += overscan_offset_y;
199 if (outside(x1, y1) || outside(x2-1, y2-1)) return;
204 for (y = y1; y < y2; ++y) {
216 for (y = y1; y < y2; ++y) {
  /external/freetype/src/autofit/
afmodule.c 226 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; local
262 y2 = darken_params[3];
269 y1 < 0 || y2 < 0 || y3 < 0 || y4 < 0 ||
271 y1 > 500 || y2 > 500 || y3 > 500 || y4 > 500 )
277 module->darken_params[3] = y2;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
PolygonSpriteBatch.java 414 float y2; local
429 y2 = sin * p2x + cos * p2y;
435 y4 = y3 - (y2 - y1);
441 y2 = p2y;
453 y2 += worldOriginY;
485 vertices[idx++] = y2;
892 float y2; local
907 y2 = sin * p2x + cos * p2y;
913 y4 = y3 - (y2 - y1);
919 y2 = p2y;
1023 float y2; local
1144 float y2 = transform.m11 * height + transform.m12; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 72 GLfloat y2 = v2->attrib[FRAG_ATTRIB_WPOS][1]; variable
74 if (y1 <= y2) {
75 vMin = v0; vMid = v1; vMax = v2; /* y0<=y1<=y2 */
77 else if (y2 <= y0) {
78 vMin = v2; vMid = v0; vMax = v1; /* y2<=y0<=y1 */
81 vMin = v0; vMid = v2; vMax = v1; bf = -bf; /* y0<=y2<=y1 */
85 if (y0 <= y2) {
86 vMin = v1; vMid = v0; vMax = v2; bf = -bf; /* y1<=y0<=y2 */
88 else if (y2 <= y1) {
89 vMin = v2; vMid = v1; vMax = v0; bf = -bf; /* y2<=y1<=y0 *
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
interpolation.hpp 116 const int y2 = y1 + 1; local
119 out = out + src_reg * static_cast<work_elem_type>((x2 - x) * (y2 - y));
122 out = out + src_reg * static_cast<work_elem_type>((x - x1) * (y2 - y));
124 src_reg = src(y2, x1);
127 src_reg = src(y2, x2);
  /external/skia/include/core/
SkPath.h 407 (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
413 @param y2 The y-coordinate of the end point on a quadratic curve
415 void quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2);
443 void conicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
452 (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
458 @param y2 The y-coordinate of the 2nd control point on a cubic curve
462 void cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
494 void rCubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
513 void arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar radius);
    [all...]
  /frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
MainActivity.java 119 float y2 = event.getY(1);
122 float dy = (y1 + y2) / 2 - mCenterDownY;
123 float zoom = (float) Math.hypot(x1 - x2, y1 - y2);
139 mCenterDownY = (y1 + y2) / 2;
140 mDistDown = (float) Math.hypot(x1 - x2, y1 - y2);
  /external/libvncserver/webclients/novnc/include/
display.js 29 this._cleanRect = { 'x1': 0, 'y1': 0, 'x2': -1, 'y2': -1 };
143 if (height < vp.h && cr.y2 > vp.y + height - 1) {
144 cr.y2 = vp.y + height - 1;
202 if (vy2 < cr.y2) {
203 cr.y2 = vy2;
252 'w': cr.x2 - cr.x1 + 1, 'h': cr.y2 - cr.y1 + 1 };
255 if (cr.x1 >= cr.x2 || cr.y1 >= cr.y2) {
278 if (vy2 > cr.y2) {
280 dirtyBoxes.push({'x': cr.x1, 'y': cr.y2 + 1,
281 'w': cr.x2 - cr.x1 + 1, 'h': vy2 - cr.y2});
337 var y2 = new_y - this._viewportLoc.y; variable
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 138 FX_FLOAT x1, x2, y1, y2; local
143 y2);
148 y2 = pPoints[1].m_PointY;
150 DrawCosmeticLine(x1, y1, x2, y2, fill_color, fill_mode, alpha_flag,
323 FX_FLOAT y2,
333 if (m_pDeviceDriver->DrawCosmeticLine(x1, y1, x2, y2, color, alpha_flag,
341 path.SetPoint(1, x2, y2, FXPT_LINETO);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.cpp 832 Word16 y2[L_SUBFR]; // Filtered fixed codebook excitation
833 Word16 gCoeff[6]; // Correlations between xn, y1, & y2:
1235 Word16 y2[L_SUBFR]; \/* Filtered fixed codebook excitation *\/ local
    [all...]
  /external/speex/libspeex/
filters.c 441 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *y1, spx_word16_t *y2, int N, int M, spx_word16_t *mem, char *stack)
472 y2[k] = EXTRACT16(SATURATE(PSHR32(y2k,15),32767));
502 spx_sig_t y0, y1, y2, y3; local
505 y0 = y1 = y2 = y3 = 0;
522 y2 = MAC16_16(MAC16_16(y2, a0, x10), NEG16(a0), x20);
527 y2 = ADD32(y2,MULT16_16(a0, x10-x20));
539 y2 = MAC16_16(MAC16_16(y2, a0, x11), NEG16(a0), x21)
    [all...]
  /external/libvncserver/rfb/
rfb.h     [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 311 unsigned char y1, y2, u, v; local
362 y2 = buf[3];
366 ymap[yidx++] = y2;
378 y2 = buf[2];
384 ymap[yidx++] = y2;
548 int box_y2 = pbox->y2;
597 INT32 x1, x2, y1, y2; local
605 y2 = src_y + src_h;
610 dstBox.y2 = drw_y + drw_h;
612 if (!xf86XVClipVideoHelper(&dstBox, &x1, &x2, &y1, &y2, clipBoxes
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 330 mHorizontalEdges.add(new Segment(b.y2(), b.x, b.x2(), node, id, BOTTOM,
332 mHorizontalEdges.add(new Segment(b.y2() + margins.bottom, b.x, b.x2(), node,
335 mHorizontalEdges.add(new Segment(b.y2(), b.x, b.x2(), node, id,
341 mVerticalEdges.add(new Segment(b.x, b.y, b.y2(), node, id, LEFT, WITHOUT_MARGIN));
342 mVerticalEdges.add(new Segment(b.x - margins.left, b.y, b.y2(), node, id, LEFT,
345 mVerticalEdges.add(new Segment(b.x, b.y, b.y2(), node, id, LEFT, NO_MARGIN));
349 mVerticalEdges.add(new Segment(b.x2(), b.y, b.y2(), node, id,
351 mVerticalEdges.add(new Segment(b.x2() + margins.right, b.y, b.y2(), node, id,
354 mVerticalEdges.add(new Segment(b.x2(), b.y, b.y2(), node, id,
370 mCenterVertEdges.add(new Segment(b.centerX(), b.y, b.y2(),
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve5x5.cpp 346 const void *y2, const void *y3, const void *y4,
362 uint32_t y2 = info->current.y; local
368 const uchar4 *py2 = (const uchar4 *)(pin + stride * y2);
422 uint32_t y2 = info->current.y; local
428 const uchar2 *py2 = (const uchar2 *)(pin + stride * y2);
471 uint32_t y2 = info->current.y; local
477 const uchar *py2 = (const uchar *)(pin + stride * y2);
520 uint32_t y2 = info->current.y; local
526 const float4 *py2 = (const float4 *)(pin + stride * y2);
569 uint32_t y2 = info->current.y local
618 uint32_t y2 = info->current.y; local
    [all...]
  /external/ImageMagick/coders/
ps.c 750 &bounds.x1,&bounds.y1,&bounds.x2,&bounds.y2);
756 &bounds.x1,&bounds.y1,&bounds.x2,&bounds.y2);
762 &bounds.x1,&bounds.y1,&bounds.x2,&bounds.y2);
768 &bounds.x1,&bounds.y1,&bounds.x2,&bounds.y2);
774 &bounds.x1,&bounds.y1,&bounds.x2,&bounds.y2);
780 (fabs(bounds.y2-bounds.y1) <= fabs(hires_bounds.y2-hires_bounds.y1)))
787 (fabs(hires_bounds.y2-hires_bounds.y1) >= MagickEpsilon))
793 hires_bounds.x2-hires_bounds.x1,hires_bounds.y2-hires_bounds.y1,
798 page.height=(size_t) ceil((double) ((hires_bounds.y2-hires_bounds.y1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 194 Word16 y2[L_SUBFR]; /* Filtered adaptive excitation */ local
    [all...]

Completed in 1671 milliseconds

<<11121314151617181920>>