HomeSort by relevance Sort by last modified time
    Searched refs:y1 (Results 776 - 800 of 1250) sorted by null

<<31323334353637383940>>

  /external/ImageMagick/MagickWand/
magick-wand.c 504 % 8 bounding box: y1
576 font_metrics[8]=metrics.bounds.y1;
609 % 8 bounding box: y1
685 font_metrics[8]=metrics.bounds.y1;
    [all...]
  /external/ceres-solver/internal/ceres/
dynamic_autodiff_cost_function_test.cc 518 // x0, y0, y1, z0, z1, z2
527 const T* y1 = parameters[2]; local
533 T sum_y = y0[0] + 2.0 * y1[0];
  /external/deqp/modules/gles2/functional/
es2fStencilTests.cpp 211 float y1 = y0 + 2.0f*((float)cell.w() / (float)context.getHeight()); local
243 sglr::drawQuad(context, m_shaderID, Vec3(x0, y0, op.depth), Vec3(x1, y1, op.depth));
  /external/deqp/modules/gles3/functional/
es3fPixelBufferObjectTests.cpp 457 float y1 = 2.0f * m_random.getFloat() - 1.0f; local
468 renderTriangle(tcu::Vec3(x1, y1, z1), tcu::Vec3(x2, y2, z2), tcu::Vec3(x3, y3, z3));
es3fStencilTests.cpp 214 float y1 = y0 + 2.0f*((float)cell.w() / (float)context.getHeight()); local
246 sglr::drawQuad(context, m_shaderID, Vec3(x0, y0, op.depth), Vec3(x1, y1, op.depth));
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
MeshPartBuilder.java 135 public void line (float x1, float y1, float z1, float x2, float y2, float z2);
473 public void arrow (float x1, float y1, float z1, float x2, float y2, float z2, float capLength, float stemThickness,
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 323 res_tmpl.height0 = abs(destination_rect->y0-destination_rect->y1);
456 vtmpl.height = abs(destination_rect->y0-destination_rect->y1);
  /external/mesa3d/src/gallium/state_trackers/vega/
matrix.h 418 static INLINE VGfloat line_length(VGfloat x1, VGfloat y1,
422 VGfloat y = y2 - y1;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_composite.c 570 int x0, int y0, int x1, int y1)
573 x0, y0, x1, y1, exa->solid_color);
  /external/mesa3d/src/mesa/drivers/x11/
xm_line.c 429 int y1 = YFLIP(xrb, (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][1]); local
434 XDrawLine(dpy, xrb->pixmap, gc, x0, y0, x1, y1);
  /external/opencv/cv/src/
cvgeometry.cpp 114 icvIntersectLines( double x1, double dx1, double y1, double dy1,
122 *t2 = ((x2 - x1) * dy1 - (y2 - y1) * dx1) / d;
  /external/pdfium/core/include/fxge/
fx_ge.h 316 FX_FLOAT y1,
534 FX_FLOAT y1,
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_icc.cpp 1973 uint8_t y1 = FXSYS_round(y * 255); local
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdf_flatten.cpp 294 FX_FLOAT y1 = local
306 FX_FLOAT bottom = std::min(std::min(y1, y2), std::min(y3, y4));
  /external/pdfium/xfa/src/fwl/src/theme/
scrollbartp.cpp 241 FX_FLOAT y1 = bVert ? pRect->top : pRect->top + 1; local
245 DrawAxialShading(pGraphics, x1, y1, x2, y2, m_pThemeData->clrTrackBKStart,
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 334 public void drawLine(int x1, int y1, int x2, int y2)
336 graphics.drawLine(x1, y1, x2, y2);
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 92 // (4x(y1), 4x(y0), 4x(x1), 4x(x0)) upon return.
94 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0)).
118 // (x1, y1, x0, y0)
120 // (y1, y0, x1, x0)
122 // (4x(y1), 4x(y0), 4x(x1), 4x(x0))
126 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0))
337 // ((16-y1) * (Aa2 * (16-x1) + Aa3 * x1) +
627 // (4x(0, y1), 4x(0, y0))
659 unsigned y1 = data & 0x3FFF; local
672 reinterpret_cast<const uint32_t*>(src_addr + y1 * rb)
    [all...]
  /external/skia/tests/
AAClipTest.cpp 174 static void icubicTo(SkPath& path, int x0, int y0, int x1, int y1, int x2, int y2) {
176 SkIntToScalar(x1), SkIntToScalar(y1),
PathOpsAngleTest.cpp 142 double y1 = y + ySlop;
144 double rx_y1 = rx * y1;
  /frameworks/rs/driver/
rsdGL.cpp 535 float x1, float y1, float z1, float u1, float v1,
540 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
xfixesproto.h 515 INT16 y1 B16;
559 INT16 y1 B16;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgraphics.h 162 REAL x1, REAL y1, REAL x2, REAL y2,
167 x1, y1, x2, y2, x3, y3, x4, y4));
170 INT x1, INT y1, INT x2, INT y2,
175 x1, y1, x2, y2, x3, y3, x4, y4));
497 Status DrawLine(const Pen *pen, REAL x1, REAL y1, REAL x2, REAL y2)
501 x1, y1, x2, y2));
503 Status DrawLine(const Pen *pen, INT x1, INT y1, INT x2, INT y2)
507 x1, y1, x2, y2));
    [all...]
  /device/google/dragon/audio/hal/dsp/
biquad.c 337 bq->y1 = 0;
  /external/chromium-trace/catapult/third_party/flot/
jquery.flot.selection.js 181 plot.getPlaceholder().trigger("selected", [ { x1: r.xaxis.from, y1: r.yaxis.from, x2: r.xaxis.to, y2: r.yaxis.to } ]);
jquery.flot.selection.min.js 7 (function($){function init(plot){var selection={first:{x:-1,y:-1},second:{x:-1,y:-1},show:false,active:false};var savedhandlers={};var mouseUpHandler=null;function onMouseMove(e){if(selection.active){updateSelection(e);plot.getPlaceholder().trigger("plotselecting",[getSelection()])}}function onMouseDown(e){if(e.which!=1)return;document.body.focus();if(document.onselectstart!==undefined&&savedhandlers.onselectstart==null){savedhandlers.onselectstart=document.onselectstart;document.onselectstart=function(){return false}}if(document.ondrag!==undefined&&savedhandlers.ondrag==null){savedhandlers.ondrag=document.ondrag;document.ondrag=function(){return false}}setSelectionPos(selection.first,e);selection.active=true;mouseUpHandler=function(e){onMouseUp(e)};$(document).one("mouseup",mouseUpHandler)}function onMouseUp(e){mouseUpHandler=null;if(document.onselectstart!==undefined)document.onselectstart=savedhandlers.onselectstart;if(document.ondrag!==undefined)document.ondrag=savedhandlers.ondrag;selection.active=false;updateSelection(e);if(selectionIsSane())triggerSelectedEvent();else{plot.getPlaceholder().trigger("plotunselected",[]);plot.getPlaceholder().trigger("plotselecting",[null])}return false}function getSelection(){if(!selectionIsSane())return null;if(!selection.show)return null;var r={},c1=selection.first,c2=selection.second;$.each(plot.getAxes(),function(name,axis){if(axis.used){var p1=axis.c2p(c1[axis.direction]),p2=axis.c2p(c2[axis.direction]);r[name]={from:Math.min(p1,p2),to:Math.max(p1,p2)}}});return r}function triggerSelectedEvent(){var r=getSelection();plot.getPlaceholder().trigger("plotselected",[r]);if(r.xaxis&&r.yaxis)plot.getPlaceholder().trigger("selected",[{x1:r.xaxis.from,y1:r.yaxis.from,x2:r.xaxis.to,y2:r.yaxis.to}])}function clamp(min,value,max){return value<min?min:val (…)

Completed in 1207 milliseconds

<<31323334353637383940>>