Home
last modified time | relevance | path

Searched refs:zoomX (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/swrast/
Ds_copypix.c53 GLfloat zoomX, GLfloat zoomY) in regions_overlap() argument
55 if (zoomX == 1.0F && zoomY == 1.0F) { in regions_overlap()
61 if (srcx > (dstx + ((zoomX > 0.0F) ? (width * zoomX + 1.0F) : 0.0F))) { in regions_overlap()
65 else if (srcx + width + 1.0F < dstx + ((zoomX > 0.0F) ? 0.0F : (width * zoomX))) { in regions_overlap()
Ds_zoom.c110 unzoom_x(GLfloat zoomX, GLint imageX, GLint zx) in unzoom_x() argument
118 if (zoomX < 0.0F) in unzoom_x()
120 x = imageX + (GLint) ((zx - imageX) / zoomX); in unzoom_x()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c737 GLfloat zoomX, GLfloat zoomY, in draw_textured_quad() argument
/third_party/boost/libs/hana/doc/js/
Dhighcharts.js252 …his.hasDragged){var q=g.isInsidePlot(c-m,b-p);g.hasCartesianSeries&&(this.zoomX||this.zoomY)&&q&&!…
276 …zoomType||"";g=g.inverted;/touch/.test(a.type)&&(h=m(d.pinchType,h));this.zoomX=a=/x/.test(h);this…