HomeSort by relevance Sort by last modified time
    Searched defs:xmax (Results 1 - 25 of 48) sorted by null

1 2

  /external/e2fsprogs/intl/
xsize.h 88 xmax (size_t size1, size_t size2) function
  /external/mesa3d/src/mesa/state_tracker/
st_atom_scissor.c 57 /* need to be careful here with xmax or ymax < 0 */
58 GLint xmax = MAX2(0, ctx->Scissor.X + ctx->Scissor.Width); local
66 if (xmax < (GLint) scissor.maxx)
67 scissor.maxx = xmax;
st_cb_bitmap.c 92 GLint xmin, ymin, xmax, ymax; member in struct:bitmap_cache
566 cache->xmax = -1000000;
644 assert(cache->xmin <= cache->xmax);
647 cache->xmax - cache->xmin,
737 if (x + width > cache->xmax)
738 cache->xmax = x + width;
  /external/bison/lib/
xsize.h 91 xmax (size_t size1, size_t size2) function
  /external/opencv3/modules/cudawarping/test/
interpolation.hpp 107 const float xmax = floorf(x + 2.0f); local
117 for (float cx = xmin; cx <= xmax; cx += 1.0f)
  /external/opencv3/modules/imgproc/src/
gabor.cpp 57 int xmin, xmax, ymin, ymax; local
61 xmax = ksize.width/2;
63 xmax = cvRound(std::max(fabs(nstds*sigma_x*c), fabs(nstds*sigma_y*s)));
70 xmin = -xmax;
75 Mat kernel(ymax - ymin + 1, xmax - xmin + 1, ktype);
82 for( int x = xmin; x <= xmax; x++ )
89 kernel.at<float>(ymax - y, xmax - x) = (float)v;
91 kernel.at<double>(ymax - y, xmax - x) = v;
  /external/pdfium/third_party/agg23/
agg_renderer_scanline.h 48 int xmax = m_ren->xmax(); local
69 if(x + len > xmax) {
70 len = xmax - x + 1;
agg_renderer_base.h 76 int xmax() const function in class:agg::renderer_base
118 if(x1 > xmax()) {
127 if(x2 > xmax()) {
128 x2 = xmax();
150 if(x + len > xmax()) {
151 len = xmax() - x + 1;
  /external/libdrm/tests/planetest/
bo.c 26 uint32_t i, j, xmax = x + width, ymax = y + height; local
28 if (xmax > bo->width)
29 xmax = bo->width;
36 for (j = x; j < xmax; j++)
43 for (j = x; j < xmax / 2; j++) {
61 uint32_t i, j, xmax = x + width, ymax = y + height; local
63 if (xmax > bo->width)
64 xmax = bo->width;
71 for (j = x; j < xmax; j++) {
  /external/libgsm/src/
rpe.c 267 word xmax, xmaxc, temp, temp1, temp2; local
271 /* Find the maximum absolute value xmax of xM[0..12].
274 xmax = 0;
278 if (temp > xmax) xmax = temp;
281 /* Qantizing and coding of xmax to get xmaxc.
285 temp = SASR( xmax, 9 );
301 xmaxc = gsm_add( SASR(xmax, temp), exp << 3 );
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Rectangle.java 202 float xmax = xmin + rectangle.width; local
207 return ((xmin > x && xmin < x + width) && (xmax > x && xmax < x + width))
DelaunayTriangulator.java 76 float xmax = xmin, ymax = ymin; local
80 if (value > xmax) xmax = value;
86 float dx = xmax - xmin, dy = ymax - ymin;
88 float xmid = (xmax + xmin) / 2f, ymid = (ymax + ymin) / 2f;
  /external/libvncserver/examples/android/jni/
fbvncserver.c 58 static int xmin, xmax; variable
157 xmax = info.maximum;
313 if (xmin != 0 && xmax != 0 && ymin != 0 && ymax != 0)
315 x = xmin + (x * (xmax - xmin)) / (scrinfo.xres);
  /external/mesa3d/src/mesa/swrast/
s_points.c 195 GLint xmin, xmax, ymin, ymax, iy; local
205 xmax = (GLint) (x + iRadius);
213 xmax = xmin + iSize - 1;
229 span.end = xmax - xmin + 1;
313 const GLint xmax = (GLint) (x + radius); local
323 span.end = xmax - xmin + 1;
326 for (ix = xmin; ix <= xmax; ix++) {
411 GLint xmin, xmax, ymin, ymax, ix, iy; local
420 xmax = (GLint) (x + iRadius);
428 xmax = xmin + iSize - 1
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/
filters.hpp 152 const float xmax = ::floorf(x + 2.0f); local
162 for (float cx = xmin; cx <= xmax; cx += 1.0f)
  /external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
interpolation.hpp 187 const float xmax = ::floorf(x + 2.0f); local
197 for (float cx = xmin; cx <= xmax; cx += 1.0f)
  /external/webp/src/enc/
filter.c 129 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL; local
134 for (x = xmin; x <= xmax; ++x) {
  /external/libopus/celt/
pitch.c 307 opus_val32 xmax, ymax; local
329 xmax = celt_maxabs16(x_lp4, len>>2);
331 shift = celt_ilog2(MAX32(1, MAX32(xmax, ymax)))-11;
  /external/skia/src/pdf/
SkPDFBitmap.cpp 123 int xmax = SkTMin(xOrig + 1, bm.width() - 1); local
126 for (int x = xmin; x <= xmax; ++x) {
  /frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
FindRegion.java 194 int xmax = (int) (mRoiBounds.right + mRoiBounds.width() * 2); local
196 xmax = Math.min(imgWidth, xmax);
198 xmax = Math.max(0, xmax);
200 return new Rect(xmin, ymin, xmax, ymax);
  /developers/build/prebuilts/gradle/AccelerometerPlay/app/src/main/java/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 187 final float xmax = mHorizontalBound; local
191 if (x > xmax) {
192 mPosX = xmax;
194 } else if (x < -xmax) {
195 mPosX = -xmax;
  /developers/samples/android/sensors/AccelerometerPlay/app/src/main/java/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 187 final float xmax = mHorizontalBound; local
191 if (x > xmax) {
192 mPosX = xmax;
194 } else if (x < -xmax) {
195 mPosX = -xmax;
  /development/samples/browseable/AccelerometerPlay/src/com.example.android.accelerometerplay/
AccelerometerPlayActivity.java 187 final float xmax = mHorizontalBound; local
191 if (x > xmax) {
192 mPosX = xmax;
194 } else if (x < -xmax) {
195 mPosX = -xmax;
  /external/libvncserver/libvncserver/
rfbregion.c 588 int xmin=((unsigned int)(int)-1)>>1,ymin=xmin,xmax=1-xmin,ymax=xmax; local
605 if(hcurr->end>xmax)
606 xmax=hcurr->end;
613 if(xmax<xmin || ymax<ymin)
616 return sraRgnCreateRect(xmin,ymin,xmax,ymax);
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 584 float xmax = bez->x1; local
590 else if (bez->x2 > xmax)
591 xmax = bez->x2;
594 else if (bez->x3 > xmax)
595 xmax = bez->x3;
598 else if (bez->x4 > xmax)
599 xmax = bez->x4;
616 bounds[2] = xmax - xmin; /* width */

Completed in 1095 milliseconds

1 2