Searched defs:y2 (Results 226 - 250 of 297) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc1073 jfloat x2, jfloat y2) {
1075 gfx::PointF(x2 / dpi_scale(), y2 / dpi_scale()));
1071 SelectBetweenCoordinates(JNIEnv* env, jobject obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp756 * (x1, y1) p1 + . + p2 (x2, y2) - <--- Decoration's axis
794 float y2; local
798 y2 = p2.y();
801 y2 = p1.y();
804 adjustStepToDecorationLength(step, controlPointDistance, y2 - y1);
808 for (float y = y1; y + 2 * step <= y2;) {
H A DRenderTableCell.cpp1014 int y2; member in struct:blink::CollapsedBorder
1026 int x1, int y1, int x2, int y2, EBorderStyle borderStyle)
1035 m_borders[m_count].y2 = y2;
1149 ObjectPainter::drawLineForBoxSide(graphicsContext, border->x1, border->y1, border->x2, border->y2, border->side,
1025 addBorder(const CollapsedBorderValue& borderValue, BoxSide borderSide, bool shouldPaint, int x1, int y1, int x2, int y2, EBorderStyle borderStyle) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp1542 int32_t y2 = cal.get(UCAL_YEAR, status); local
1546 if (y2 != (y+1) || mon2 != mon || day2 != day) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blitter.c497 unsigned x2, unsigned y2,
510 ctx->vertices[2][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v2.y*/
513 ctx->vertices[3][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v3.y*/
556 unsigned x2, unsigned y2,
568 out[3] = y2 / (float)u_minify(src_height0, level);
573 out[3] = y2;
598 unsigned x2, unsigned y2)
604 get_texcoords(src, src_width0, src_height0, x1, y1, x2, y2, coord);
842 unsigned x2, unsigned y2,
848 blitter_set_rectangle(ctx, x1, y1, x2, y2, dept
495 blitter_set_rectangle(struct blitter_context_priv *ctx, unsigned x1, unsigned y1, unsigned x2, unsigned y2, float depth) argument
553 get_texcoords(struct pipe_sampler_view *src, unsigned src_width0, unsigned src_height0, unsigned x1, unsigned y1, unsigned x2, unsigned y2, float out[4]) argument
593 blitter_set_texcoords(struct blitter_context_priv *ctx, struct pipe_sampler_view *src, unsigned src_width0, unsigned src_height0, unsigned layer, unsigned sample, unsigned x1, unsigned y1, unsigned x2, unsigned y2) argument
840 blitter_draw(struct blitter_context_priv *ctx, unsigned x1, unsigned y1, unsigned x2, unsigned y2, float depth) argument
858 util_blitter_draw_rectangle(struct blitter_context *blitter, unsigned x1, unsigned y1, unsigned x2, unsigned y2, float depth, enum blitter_attrib_type type, const union pipe_color_union *attrib) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_setup.c302 float y2 = v2[0][1]; local
304 if (y1 <= y2) {
305 /* y0<=y1<=y2 */
310 else if (y2 <= y0) {
311 /* y2<=y0<=y1 */
317 /* y0<=y2<=y1 */
324 if (y0 <= y2) {
325 /* y1<=y0<=y2 */
330 else if (y2 <= y1) {
331 /* y2<
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dpath.c365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
466 y2 = data[3];
470 map_if_relative(ox, oy, relative, &x2, &y2);
475 py = y2;
479 matrix_map_point(matrix, x2, y2, &x2, &y2);
482 x2, y2, x3, y3);
501 y2 = (y3 + 2*y1) / 3.f;
510 matrix_map_point(matrix, x2, y2, &x2, &y2);
1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
[all...]
H A Drenderer.c1520 VGfloat x2, VGfloat y2,
1540 r->vertices[1][0][1] = y2;
1515 renderer_texture_quad(struct renderer *r, struct pipe_resource *tex, VGfloat x1offset, VGfloat y1offset, VGfloat x2offset, VGfloat y2offset, VGfloat x1, VGfloat y1, VGfloat x2, VGfloat y2, VGfloat x3, VGfloat y3, VGfloat x4, VGfloat y4) argument
H A Dstroker.c357 static VGboolean do_lines_intersect(VGfloat x1, VGfloat y1, VGfloat x2, VGfloat y2, argument
363 a1 = y2 - y1;
365 c1 = x2 * y1 - x1 * y2;
378 r2 = a2 * x2 + b2 * y2 + c2;
616 VGfloat x2, VGfloat y2,
627 x1, y1, x2, y2, width/2, height/2, 0);
994 bez->x2, bez->y2,
614 create_round_join(struct stroker *stroker, VGfloat x1, VGfloat y1, VGfloat x2, VGfloat y2, VGfloat width, VGfloat height) argument
/external/chromium_org/third_party/opus/src/celt/
H A Dbands.c1250 celt_norm *x2, *y2; local
1261 y2 = c ? X : Y;
1267 sign = x2[0]*y2[1] - x2[1]*y2[0] < 0;
1280 y2[0] = -sign*x2[1];
1281 y2[1] = sign*x2[0];
/external/chromium_org/third_party/skia/src/core/
H A DSkMatrix.cpp1343 float x0, y0, x1, y1, x2, y2; local
1350 y2 = srcPt[2].fY - srcPt[3].fY;
1352 /* check if abs(x2) > abs(y2) */
1353 if ( x2 > 0 ? y2 > 0 ? x2 > y2 : x2 > -y2 : y2 > 0 ? -x2 > y2 : x2 < y2) {
1354 float denom = SkScalarMulDiv(x1, y2, x
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dvirtualsocketserver.cc1059 double y2 = iter->second; local
1060 return y1 + (y2 - y1) * (x - x1) / (x2 - x1);
/external/chromium_org/ui/native_theme/
H A Dnative_theme_base.cc1019 int y2,
1022 skrect.set(x, y1, x + 1, y2 + 1);
1016 DrawVertLine(SkCanvas* canvas, int x, int y1, int y2, const SkPaint& paint) const argument
/external/deqp/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp179 const float y2 = 1.0f; local
190 data.push_back(side * y2);
203 const float y2 = 1.0f; local
214 data.push_back(side * y2);
/external/fio/
H A Dgraph.c242 double x1, y1, x2, y2; local
256 y2 = bg->ydim * 0.90;
258 y1 = y2 - (((v - mindata) / domain) * range);
260 cairo_line_to(cr, x1, y2);
261 cairo_line_to(cr, x2, y2);
271 double *y1, double *x2, double *y2)
281 *y2 = 0.90 * g->ydim;
293 cairo_line_to(cr, *x2 + offset, *y2 - offset);
301 cairo_line_to(cr, *x1, *y2);
302 cairo_line_to(cr, *x2, *y2);
270 graph_draw_common(struct graph *g, cairo_t *cr, double *x1, double *y1, double *x2, double *y2) argument
313 graph_draw_x_ticks(struct graph *g, cairo_t *cr, double x1, double y1, double x2, double y2, double minx, double maxx, int nticks, int add_tm_text) argument
369 graph_draw_y_ticks(struct graph *g, cairo_t *cr, double x1, double y1, double x2, double y2, double miny, double maxy, int nticks, int add_tm_text) argument
438 double x1, y1, x2, y2; local
529 double x1, y1, x2, y2; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp1563 int32_t y2 = cal.get(UCAL_YEAR, status); local
1567 if (y2 != (y+1) || mon2 != mon || day2 != day) {
/external/libopus/celt/
H A Dbands.c1250 celt_norm *x2, *y2; local
1261 y2 = c ? X : Y;
1267 sign = x2[0]*y2[1] - x2[1]*y2[0] < 0;
1280 y2[0] = -sign*x2[1];
1281 y2[1] = sign*x2[0];
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c497 unsigned x2, unsigned y2,
510 ctx->vertices[2][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v2.y*/
513 ctx->vertices[3][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v3.y*/
556 unsigned x2, unsigned y2,
568 out[3] = y2 / (float)u_minify(src_height0, level);
573 out[3] = y2;
598 unsigned x2, unsigned y2)
604 get_texcoords(src, src_width0, src_height0, x1, y1, x2, y2, coord);
842 unsigned x2, unsigned y2,
848 blitter_set_rectangle(ctx, x1, y1, x2, y2, dept
495 blitter_set_rectangle(struct blitter_context_priv *ctx, unsigned x1, unsigned y1, unsigned x2, unsigned y2, float depth) argument
553 get_texcoords(struct pipe_sampler_view *src, unsigned src_width0, unsigned src_height0, unsigned x1, unsigned y1, unsigned x2, unsigned y2, float out[4]) argument
593 blitter_set_texcoords(struct blitter_context_priv *ctx, struct pipe_sampler_view *src, unsigned src_width0, unsigned src_height0, unsigned layer, unsigned sample, unsigned x1, unsigned y1, unsigned x2, unsigned y2) argument
840 blitter_draw(struct blitter_context_priv *ctx, unsigned x1, unsigned y1, unsigned x2, unsigned y2, float depth) argument
858 util_blitter_draw_rectangle(struct blitter_context *blitter, unsigned x1, unsigned y1, unsigned x2, unsigned y2, float depth, enum blitter_attrib_type type, const union pipe_color_union *attrib) argument
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c302 float y2 = v2[0][1]; local
304 if (y1 <= y2) {
305 /* y0<=y1<=y2 */
310 else if (y2 <= y0) {
311 /* y2<=y0<=y1 */
317 /* y0<=y2<=y1 */
324 if (y0 <= y2) {
325 /* y1<=y0<=y2 */
330 else if (y2 <= y1) {
331 /* y2<
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpath.c365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
466 y2 = data[3];
470 map_if_relative(ox, oy, relative, &x2, &y2);
475 py = y2;
479 matrix_map_point(matrix, x2, y2, &x2, &y2);
482 x2, y2, x3, y3);
501 y2 = (y3 + 2*y1) / 3.f;
510 matrix_map_point(matrix, x2, y2, &x2, &y2);
1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
[all...]
H A Drenderer.c1520 VGfloat x2, VGfloat y2,
1540 r->vertices[1][0][1] = y2;
1515 renderer_texture_quad(struct renderer *r, struct pipe_resource *tex, VGfloat x1offset, VGfloat y1offset, VGfloat x2offset, VGfloat y2offset, VGfloat x1, VGfloat y1, VGfloat x2, VGfloat y2, VGfloat x3, VGfloat y3, VGfloat x4, VGfloat y4) argument
H A Dstroker.c357 static VGboolean do_lines_intersect(VGfloat x1, VGfloat y1, VGfloat x2, VGfloat y2, argument
363 a1 = y2 - y1;
365 c1 = x2 * y1 - x1 * y2;
378 r2 = a2 * x2 + b2 * y2 + c2;
616 VGfloat x2, VGfloat y2,
627 x1, y1, x2, y2, width/2, height/2, 0);
994 bez->x2, bez->y2,
614 create_round_join(struct stroker *stroker, VGfloat x1, VGfloat y1, VGfloat x2, VGfloat y2, VGfloat width, VGfloat height) argument
/external/opencv/cvaux/src/
H A Dcvtrifocal.cpp961 double x1,y1,x2,y2; local
965 y2 = cvmGet(points[currImage],1,i);
969 dy = y1-y2;
1136 double x1,y1,x2,y2;
1140 y2 = cvmGet(points[currImage],1,i);
1144 dy = y1-y2;
1242 double x1,y1,x2,y2; local
1246 y2 = cvmGet(points[currImage],1,i);
1250 dy = y1-y2;
1469 double x1,y1,w1,x2,y2,w local
[all...]
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp89 int x1, y1, x2, y2; local
99 x1 = pt1->x; y1 = pt1->y; x2 = pt2->x; y2 = pt2->y;
101 c2 = (x2 < 0) + (x2 > right) * 2 + (y2 < 0) * 4 + (y2 > bottom) * 8;
110 x1 += (int) (((int64) (a - y1)) * (x2 - x1) / (y2 - y1));
117 x2 += (int) (((int64) (a - y2)) * (x2 - x1) / (y2 - y1));
118 y2 = a;
126 y1 += (int) (((int64) (a - x1)) * (y2 - y1) / (x2 - x1));
133 y2
[all...]
H A Dcxmathfuncs.cpp935 double y0, y1, y2, y3; local
986 y2 = buf[2].d * icvExpTab[val2 & EXPTAB_MASK] * EXPPOLY( x2 );
989 y[i + 2] = y2;
1397 double y0, y1, y2, y3; local
1423 y2 = (((h2 >> 23) & 0xff) - 127) * ln_2;
1429 y2 += icvLogTab[h2];
1441 y2 += LOGPOLY( x2, h2 == 510 );
1444 y[i + 2] = (float) y2;
1497 double y0, y1, y2, y3; local
1533 y2
[all...]

Completed in 2265 milliseconds

1234567891011>>