HomeSort by relevance Sort by last modified time
    Searched refs:y2 (Results 226 - 250 of 888) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/fpdfsdk/
fpdfeditpath.cpp 91 float y2,
99 pPathObj->m_Path.AppendPoint(CFX_PointF(x2, y2), FXPT_TYPE::BezierTo, false);
  /external/syslinux/com32/lib/sys/vesa/
i915resolution.c 102 uint8_t y2; member in struct:__anon33605
117 uint16_t y2; member in struct:__anon33606
143 uint16_t y2; member in struct:__anon33608
544 y = ((((unsigned int) res->y2) & 0xf0) << 4) | res->y1;
552 debug("Mode %02x (raw) :\r\n\t%02x %02x\r\n\t%02x\r\n\t%02x\r\n\t%02x\r\n\t%02x\r\n\t%02x\r\n\t%02x\r\n", map->mode_table[i].mode, res->unknow1[0],res->unknow1[1], res->x1,res->x_total,res->x2,res->y1,res->y_total,res->y2);
646 res->y2 = (((vtotal-y) >> 8) & 0x0f) | ((y >> 4) & 0xf0);
671 modeline->y1 = modeline->y2 = y-1;
705 modeline->y1 = modeline->y2 = y-1;
  /frameworks/base/libs/hwui/font/
CacheTexture.h 162 float x2, float y2, float u2, float v2,
166 TextureVertex::set(mesh++, x2, y2, u2, v2);
  /frameworks/base/media/mca/filterfw/jni/
jni_shader_program.h 71 jfloat y2,
83 jfloat y2,
jni_shader_program.cpp 143 jfloat y2,
148 program->SetSourceRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3)));
161 jfloat y2,
166 program->SetTargetRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3)));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PathInterpolatorBuilder.java 50 private void initCubic(float x1, float y1, float x2, float y2) {
53 path.cubicTo(x1, y1, x2, y2, 1f, 1f);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 85 int y2 = bottomRight.y; local
87 gc.fillRectangle(x1, y1, x2 - x1, y2 - y1);
ResizeGesture.java 198 int y2 = b.y + b.h; local
200 if (ny1 < y2) {
202 h = y2 - y;
205 y = y2;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
scomm-directive-4.d 35 10: 00000004 2 OBJECT GLOBAL DEFAULT SCOM y2
  /bootable/recovery/minui/include/minui/
minui.h 54 void gr_fill(int x1, int y1, int x2, int y2);
  /external/clang/test/CXX/over/over.over/
p1.cpp 86 template<int (&)(int)> struct Y2 { };
93 Y2<f0> y2; variable
  /external/clang/test/SemaCXX/
atomic-type.cpp 83 Y y2 = { 0, 4 }; // expected-error {{cannot initialize}} member in namespace:copy_init
dcl_init_aggr.cpp 144 float y2[4][3] = { { 1, 3, 5 }, { 2, 4, 6 }, { 3, 5, 7 } }; variable
  /external/clang/test/SemaTemplate/
instantiate-static-var.cpp 70 struct Y2 {
81 Z1<Y2<X2>::value> x2;
82 int y2[Y2<X2>::value]; local
  /external/deqp/framework/common/
tcuBilinearImageCompare.cpp 125 const deUint32 y2 = (deUint32)de::min(y+1, reference.getHeight()-1);
133 compareThreshold(resPix, readRGBA8(reference, x0, y2), threshold) ||
134 compareThreshold(resPix, readRGBA8(reference, x1, y2), threshold) ||
135 compareThreshold(resPix, readRGBA8(reference, x2, y2), threshold))
  /external/freetype/src/cff/
cf2font.c 84 * | (x2,y2) \
97 * (x2, y2) = (1000, 275)
128 FT_Int y2 = darkenParams[3]; local
173 FT_Int ydelta = y2 - y1;
190 FT_Int ydelta = y3 - y2;
199 FT_DivFix( cf2_intToFixed( y2 ), ppem );
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_private.h 57 unsigned x1, y1, x2, y2; member in struct:hud_pane
  /external/pdfium/core/fxge/
ifx_renderdevicedriver.h 55 FX_FLOAT y2,
  /external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.h 119 void render_hline(int ey, int x1, int y1, int x2, int y2);
120 void render_line(int x1, int y1, int x2, int y2);
222 void clip_box(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2)
225 poly_coord(x2), poly_coord(y2));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
MathsUtils.java 158 float y2 = y * y; local
167 matrix[0] = 1f - 2f * (y2 + z2);
179 matrix[10] = 1f - 2f * (x2 + y2);
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 202 void drawLine(Canvas c, int x1, int y1, int z1, int x2, int y2, int z2) {
212 float newy2 = (float)(Math.sin(xrot) * z2 + Math.cos(xrot) * y2);
214 float newz2 = (float)(Math.cos(xrot) * z2 - Math.sin(xrot) * y2);
  /external/ImageMagick/coders/
uyvy.c 121 y2;
167 y2=(unsigned char) ReadBlobByte(image);
172 SetPixelRed(image,ScaleCharToQuantum(y2),q);
118 y2; local
  /external/clang/test/Analysis/
dead-stores.c 244 int y2 = 4; local
266 ++y2;
300 (void)y2;
  /external/python/cpython2/Lib/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:
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 709 final float y2 = mEndPoint.y; local
713 final float denom = (y4 - y3) * (x2 - x1) - (x4 - x3) * (y2 - y1);
716 final float uB = ((x2 - x1) * (y1 - y3) - (y2 - y1) * (x1 - x3)) / denom;
720 final float hitY = y1 + (uA * (y2 - y1));
735 final float y2 = mEndPoint.y; local
    [all...]

Completed in 1408 milliseconds

1 2 3 4 5 6 7 8 91011>>