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

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_linetemp.h 74 GLint y1 = (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][1]; local
142 if ((y0==h) | (y1==h)) {
143 if ((y0==h) & (y1==h))
146 y1 -= y1==h;
152 dy = y1 - y0;
  /external/chromium_org/third_party/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 30 SkScalar y1 = p1.y(), y2 = p2.y(), y3 = p3.y(), y4 = p4.y(); local
32 SkScalar d = SkScalarMul(x1 - x2, y3 - y4) - SkScalarMul(y1 - y2, x3 - x4);
39 SkScalar pre = SkScalarMul(x1, y2) - SkScalarMul(y1, x2),
43 SkScalarDiv(SkScalarMul(pre, y3 - y4) - SkScalarMul(y1 - y2, post), d));
48 res.y() < GrMin(y1, y2) || res.y() > GrMax(y1, y2) ||
  /external/mesa3d/src/mesa/swrast/
s_linetemp.h 74 GLint y1 = (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][1]; local
142 if ((y0==h) | (y1==h)) {
143 if ((y0==h) & (y1==h))
146 y1 -= y1==h;
152 dy = y1 - y0;
  /external/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 30 SkScalar y1 = p1.y(), y2 = p2.y(), y3 = p3.y(), y4 = p4.y(); local
32 SkScalar d = SkScalarMul(x1 - x2, y3 - y4) - SkScalarMul(y1 - y2, x3 - x4);
39 SkScalar pre = SkScalarMul(x1, y2) - SkScalarMul(y1, x2),
43 SkScalarDiv(SkScalarMul(pre, y3 - y4) - SkScalarMul(y1 - y2, post), d));
48 res.y() < GrMin(y1, y2) || res.y() > GrMax(y1, y2) ||
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
PieChart.js 103 var y1 = Math.sin(this._lastAngle);
108 path.setAttribute("d", "M0,0 L" + x1 + "," + y1 + " A1,1,0," + largeArc + ",1," + x2 + "," + y2 + " Z");
  /external/chromium_org/third_party/boringssl/src/crypto/poly1305/
poly1305_arm.c 44 uint32_t y1; local
64 y1 = x1 + (y0 >> 26);
66 y2 = x2 + (y1 >> 26);
67 y1 &= 0x3ffffff;
76 y1 ^= x1;
82 y1 &= swap;
88 y1 ^= x1;
94 r->v[2] = y1;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp.cpp 147 y1(0),
192 y1 = depth.height;
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_shaderproc.h 44 int y1 = TILEY_PROCF((fy + s.fFilterOneY), maxY); local
49 row1 = (const SRCTYPE*)(srcAddr + y1 * rb);
SkScan_Hairline.cpp 73 SkFDot6 y1 = SkScalarToFDot6(pts[1].fY);
78 SkASSERT(canConvertFDot6ToFixed(y1));
88 ptsR.set(x0, y0, x1, y1);
108 SkFDot6 dy = y1 - y0;
113 SkTSwap<SkFDot6>(y0, y1);
126 if (y0 > y1) { // we want to go top-to-bottom
128 SkTSwap<SkFDot6>(y0, y1);
131 int iy1 = SkFDot6Round(y1);
  /external/chromium_org/third_party/webtreemap/src/
webtreemap.js 144 var x1 = 0, y1 = 0, x2 = width - 1, y2 = height - 2;
145 x1 += kPadding; y1 += kPadding;
147 y1 += 14; // XXX get first child height for caption spacing
149 var pixels_to_units = Math.sqrt(total / ((x2 - x1) * (y2 - y1)));
152 if (x2 - x1 < 60 || y2 - y1 < 40) {
163 // var ysplit = (y2 - y1) > (x2 - x1);
168 space = (y2 - y1) * pixels_to_units;
177 var x = x1, y = y1;
214 y1 += Math.round((rsum / space) / pixels_to_units);
  /external/chromium_org/v8/test/webkit/
for-in-cached.js 57 forIn3({ __proto__: { y1: 2 } });
58 forIn3({ __proto__: { y1: 2 } });
59 shouldBe("forIn3({ __proto__: { y1: 2 } })", "['x', 'y1']");
  /external/fonttools/Lib/fontTools/pens/
reportLabPen.py 26 (x1,y1) = p1
29 self.path.curveTo(x1, y1, x2, y2, x3, y3)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.cpp 147 y1(0),
192 y1 = depth.height;
  /external/pdfium/core/src/fxge/agg/agg23/
agg_renderer_base.h 74 return m_clip_box.y1;
94 return m_clip_box.y1;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPath.java 40 public void quadTo(float x1, float y1, float x2, float y2) {
41 quadDescription = "Add a quadratic bezier from last point, approaching (" + x1 + "," + y1 + "), " +
  /external/skia/src/core/
SkBitmapProcState_shaderproc.h 44 int y1 = TILEY_PROCF((fy + s.fFilterOneY), maxY); local
49 row1 = (const SRCTYPE*)(srcAddr + y1 * rb);
SkScan_Hairline.cpp 73 SkFDot6 y1 = SkScalarToFDot6(pts[1].fY);
78 SkASSERT(canConvertFDot6ToFixed(y1));
88 ptsR.set(x0, y0, x1, y1);
108 SkFDot6 dy = y1 - y0;
113 SkTSwap<SkFDot6>(y0, y1);
126 if (y0 > y1) { // we want to go top-to-bottom
128 SkTSwap<SkFDot6>(y0, y1);
131 int iy1 = SkFDot6Round(y1);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLCanvas.java 81 // Draws a line using the specified paint from (x1, y1) to (x2, y2).
83 public abstract void drawLine(float x1, float y1, float x2, float y2, GLPaint paint);
85 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
87 public abstract void drawRect(float x1, float y1, float x2, float y2, GLPaint paint);
  /hardware/intel/img/libdrm/tests/
updatedraw.c 68 rects[0].y1 = 0;
73 rects[1].y1 = 10;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLCanvas.java 83 // Draws a line using the specified paint from (x1, y1) to (x2, y2).
85 public abstract void drawLine(float x1, float y1, float x2, float y2, GLPaint paint);
87 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
89 public abstract void drawRect(float x1, float y1, float x2, float y2, GLPaint paint);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLCanvas.java 81 // Draws a line using the specified paint from (x1, y1) to (x2, y2).
83 public abstract void drawLine(float x1, float y1, float x2, float y2, GLPaint paint);
85 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
87 public abstract void drawRect(float x1, float y1, float x2, float y2, GLPaint paint);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 241 int x1, y1, x2, y2; local
244 y1 = initialCrop.y;
249 y1 = 0;
255 if (x1 == x2 || y1 == y2) {
269 topEdge: for (; y1 < y2; y1++) {
271 if (!filter.crop(image, x, y1)) {
277 if (y1 == image.getHeight()) {
284 for (int y = y1; y < y2; y++) {
293 for (int y = y1; y < y2; y++)
    [all...]
  /external/qemu/android/skin/
region.c 333 if (ytop < minmax->y1) minmax->y1 = ytop;
376 skin_region_init( SkinRegion* r, int x1, int y1, int x2, int y2 )
378 if (x1 >= x2 || y1 >= y2) {
383 r->bounds.pos.y = y1;
385 r->bounds.size.h = y2 - y1;
403 if (box == NULL || box->x1 >= box->x2 || box->y1 >= box->y2) {
408 r->bounds.pos.y = box->y1;
410 r->bounds.size.h = box->y2 - box->y1;
1002 minmax.x1 = minmax.y1 = INT_MAX
    [all...]
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 1279 Long y1, y2, e, e2, e0; local
1557 Long y1, y2, y3, x3, ymin, ymax; local
1679 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local
1963 Long x1, y1, x2, y2, x3, y3; local
    [all...]
  /external/freetype/src/raster/
ftraster.c 1281 Long y1, y2, e, e2, e0; local
1559 Long y1, y2, y3, x3, ymin, ymax; local
1681 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local
1965 Long x1, y1, x2, y2, x3, y3; local
    [all...]

Completed in 2544 milliseconds

<<11121314151617181920>>