/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ImageUtils.java | 223 int x1, y1, x2, y2; local 226 y1 = initialCrop.y; 231 y1 = 0; 237 if (x1 == x2 || y1 == y2) { 251 topEdge: for (; y1 < y2; y1++) { 253 if (!filter.crop(image, x, y1)) { 259 if (y1 == image.getHeight()) { 266 for (int y = y1; y < y2; y++) { 275 for (int y = y1; y < y2; y++) [all...] |
/frameworks/av/media/libeffects/testlibs/ |
AudioBiquadFilter.cpp | 154 audio_sample_t y1 = mDelays[0][2]; local 167 acc = mac_coef_sample(a1, y1, acc); 170 y2 = y1; 171 y1 = y0; 178 mDelays[0][2] = y1; 212 audio_sample_t y1 = mDelays[ch][2]; local 220 acc = mac_coef_sample(a1, y1, acc); 223 y2 = y1; 224 y1 = y0; 233 mDelays[ch][2] = y1; [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
LinearGradient_Delegate.java | 58 float x0, float y0, float x1, float y1, 60 LinearGradient_Delegate newDelegate = new LinearGradient_Delegate(x0, y0, x1, y1, 67 float x0, float y0, float x1, float y1, 70 x0, y0, x1, y1, new int[] { color0, color1}, null /*positions*/, 76 int native_shader, float x0, float y0, float x1, float y1, 84 int native_shader, float x0, float y0, float x1, float y1, 98 * @param y1 The y-coordinate for the end of the gradient line 105 private LinearGradient_Delegate(float x0, float y0, float x1, float y1, 108 mJavaPaint = new LinearGradientPaint(x0, y0, x1, y1, mColors, mPositions, tile); 125 public LinearGradientPaint(float x0, float y0, float x1, float y1, int colors[] [all...] |
/external/webkit/Source/WebCore/svg/ |
SVGPathStringSource.cpp | 163 float y1; local 169 || !parseNumber(m_current, m_end, y1) 175 point1 = FloatPoint(x1, y1); 184 float y1; local 188 || !parseNumber(m_current, m_end, y1) 192 point1 = FloatPoint(x1, y1);
|
SVGLineElement.h | 60 DECLARE_ANIMATED_LENGTH(Y1, y1)
|
SVGLinearGradientElement.h | 54 DECLARE_ANIMATED_LENGTH(Y1, y1)
|
SVGPathElement.idl | 56 in float y1, 62 in float y1, 69 in float y1); 73 in float y1);
|
/external/dropbear/libtomcrypt/demos/ |
tv_gen.c | 395 int err, kl, x, y1, z; local 422 for (y1 = 0; y1 <= (int)(cipher_descriptor[x].block_length*2); y1++){ 423 for (z = 0; z < y1; z++) { 429 if ((err = eax_encrypt_authenticate_memory(x, key, kl, nonce, y1, header, y1, plaintext, y1, plaintext, tag, &len)) != CRYPT_OK) { 433 fprintf(out, "%3d: ", y1); 434 for (z = 0; z < y1; z++) 455 int err, kl, x, y1, z; local 519 int err, kl, x, y1, z; local 582 int err, kl, x, y1, z; local [all...] |
/external/speex/libspeex/ |
ltp_arm4.h | 101 spx_word32_t y0, y1, y2, y3; local 103 y1=*y++; 173 : "+r" (y0), "+r" (y1), "+r" (y2), "+r" (y3),
|
/external/clang/test/CXX/temp/temp.param/ |
p15-cxx0x.cpp | 7 Y<(1 >> 2)> *y1; variable
|
/external/clang/test/SemaCXX/ |
converting-constructor.cpp | 45 void y1() { function
|
/external/regex-re2/benchlog/ |
mktable | 80 $y1 = $lasty{$who}; 83 if($y1 < 0.05 * $y) { 85 $y1 = 0.05 * $y; 87 printf JGR "newstring x $x1 y $y1 hjl $v : $who\n";
|
/external/webkit/Source/WebKit/android/plugins/ |
ANPPathInterface.cpp | 66 static void anp_quadTo(ANPPath* path, float x0, float y0, float x1, float y1) { 68 SkFloatToScalar(x1), SkFloatToScalar(y1)); 72 float x1, float y1, float x2, float y2) { 74 SkFloatToScalar(x1), SkFloatToScalar(y1),
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
calc_en.h | 139 * coeff[0] = y1 y1 140 * coeff[1] = -2 xn y1 143 * coeff[4] = 2 y1 y2 148 * Product <y1 y1> and <xn y1> have been computed in G_pitch() and 156 Word16 y1[], /* i : Adaptive codebook, Q0 */ 158 Word16 g_coeff[], /* i : Correlations <xn y1> <y1 y1> * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xprotostr.h | 56 INT16 x1 B16, y1 B16, x2 B16, y2 B16;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xprotostr.h | 56 INT16 x1 B16, y1 B16, x2 B16, y2 B16;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xprotostr.h | 56 INT16 x1 B16, y1 B16, x2 B16, y2 B16;
|
/external/compiler-rt/lib/ppc/ |
gcc_qdiv.c | 18 y = src.s.hi, y1 = src.s.lo; local 48 tmp = ((tmp + x1) - y1 * q) / y;
|
/external/qemu/android/skin/ |
rect.h | 60 int x1, y1; member in struct:__anon10503 64 extern void skin_box_init( SkinBox* box, int x1, int y1, int x2, int y2 );
|
/external/skia/src/animator/ |
SkPathParts.cpp | 117 SK_MEMBER(y1, Float), 125 SkQuadTo::SkQuadTo() : x1(0), y1(0), x2(0), y2(0) { 129 fPath->fPath.quadTo(x1, y1, x2, y2); 146 fPath->fPath.rQuadTo(x1, y1, x2, y2); 158 SK_MEMBER(y1, Float), 167 SkCubicTo::SkCubicTo() : x1(0), y1(0), x2(0), y2(0), x3(0), y3(0) { 171 fPath->fPath.cubicTo(x1, y1, x2, y2, x3, y3); 188 fPath->fPath.rCubicTo(x1, y1, x2, y2, x3, y3);
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FEConvolveMatrix.h | 100 void fastSetOuterPixels(PaintingData&, int x1, int y1, int x2, int y2); 104 ALWAYS_INLINE void setOuterPixels(PaintingData& paintingData, int x1, int y1, int x2, int y2);
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
WebThemeControlDRTWin.h | 150 void triangle(int x0, int y0, int x1, int y1, int x2, int y2, SkColor color); 177 void line(int x0, int y0, int x1, int y1, SkColor color);
|
/frameworks/base/libs/hwui/ |
Patch.h | 77 void generateRow(TextureVertex*& vertex, float y1, float y2, 81 float x1, float y1, float x2, float y2,
|
/frameworks/compile/libbcc/runtime/lib/ppc/ |
gcc_qdiv.c | 18 y = src.s.hi, y1 = src.s.lo; local 48 tmp = ((tmp + x1) - y1 * q) / y;
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
GLCanvas.java | 71 // Draws a line using the specified paint from (x1, y1) to (x2, y2). 73 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint); 75 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2). 77 public void drawRect(float x1, float y1, float x2, float y2, GLPaint paint);
|