Searched defs:xmax (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_scissor.c57 /* 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;
H A Dst_cb_bitmap.c92 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/mesa3d/src/mesa/state_tracker/
H A Dst_atom_scissor.c57 /* 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;
/external/bison/lib/
H A Dxsize.h91 xmax (size_t size1, size_t size2) function
/external/chromium_org/third_party/ots/src/
H A Dhead.h19 int16_t xmin, xmax; member in struct:ots::OpenTypeHEAD
H A Dglyf.cc217 int16_t num_contours, xmin, ymin, xmax, ymax; local
221 !table.ReadS16(&xmax) ||
233 (xmax == -32767) &&
236 OTS_WARNING("bad xmin/xmax/ymin/ymax values");
237 xmin = xmax = ymin = ymax = 0;
240 if (xmin > xmax || ymin > ymax) {
/external/e2fsprogs/intl/
H A Dxsize.h88 xmax (size_t size1, size_t size2) function
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_renderer_scanline.h48 int xmax = m_ren->xmax(); local
69 if(x + len > xmax) {
70 len = xmax - x + 1;
H A Dagg_renderer_base.h76 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/chromium_org/third_party/sqlite/src/src/
H A Dtest_rtree.c29 double xmax; member in struct:Circle::Box
56 double xmin, xmax; /* X dimensions of box being tested */ local
98 pCircle->aBox[0].xmax = pCircle->centerx;
102 pCircle->aBox[1].xmax = pCircle->centerx - pCircle->radius;
109 xmax = aCoord[1];
118 double x = (i&0x01) ? xmax : xmin;
136 && xmax>=pCircle->aBox[i].xmax
/external/libgsm/src/
H A Drpe.c267 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/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
H A Dmatrix.cc50 float ymax, xmax; local
52 xmax = ymax * aspectRatio;
53 glhFrustumf2(mat, -xmax, xmax, -ymax, ymax, znear, zfar);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
H A Dmatrix.cc50 float ymax, xmax; local
52 xmax = ymax * aspectRatio;
53 glhFrustumf2(mat, -xmax, xmax, -ymax, ymax, znear, zfar);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_points.c195 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
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc205 void FontHeaderTable::Builder::SetXMax(int32_t xmax) { argument
206 InternalWriteData()->WriteShort(Offset::kXMax, xmax);
/external/mesa3d/src/mesa/swrast/
H A Ds_points.c195 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
[all...]
/external/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc205 void FontHeaderTable::Builder::SetXMax(int32_t xmax) { argument
206 InternalWriteData()->WriteShort(Offset::kXMax, xmax);
/external/chromium_org/third_party/libwebp/enc/
H A Dfilter.c129 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL; local
134 for (x = xmin; x <= xmax; ++x) {
/external/chromium_org/third_party/opus/src/celt/
H A Dpitch.c307 opus_val32 xmax, ymax; local
329 xmax = celt_maxabs16(x_lp4, len>>2);
331 shift = celt_ilog2(MAX32(1, MAX32(xmax, ymax)))-11;
/external/libopus/celt/
H A Dpitch.c307 opus_val32 xmax, ymax; local
329 xmax = celt_maxabs16(x_lp4, len>>2);
331 shift = celt_ilog2(MAX32(1, MAX32(xmax, ymax)))-11;
/external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
H A DSDL_sysjoystick.c141 int xmax; member in struct:joystick_hwdata
283 hw->xmax = 0;
421 if (joy->hwdata->x > joy->hwdata->xmax) {
422 joy->hwdata->xmax = joy->hwdata->x;
424 if (joy->hwdata->xmin == joy->hwdata->xmax) {
426 joy->hwdata->xmax++;
429 v -= (joy->hwdata->xmax + joy->hwdata->xmin + 1)/2;
430 v *= 32768/((joy->hwdata->xmax - joy->hwdata->xmin + 1)/2);
/external/webp/src/enc/
H A Dfilter.c129 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL; local
134 for (x = xmin; x <= xmax; ++x) {
/external/chromium_org/cc/base/
H A Dmath_util.cc97 float* xmax,
102 *xmax = std::max(p.x(), *xmax);
371 float xmax = -std::numeric_limits<float>::max(); local
376 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax, vertices[i]);
379 gfx::SizeF(xmax - xmin, ymax - ymin));
409 float xmax = -std::numeric_limits<float>::max(); local
414 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
419 &xmax,
426 ExpandBoundsToIncludePoint(&xmin, &xmax,
96 ExpandBoundsToIncludePoint(float* xmin, float* xmax, float* ymin, float* ymax, const gfx::PointF& p) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimage.c736 * specified by [xmin, xmax) and [ymin, ymax).
741 GLint xmax, GLint ymax,
752 if (*x + *width > xmax)
753 *width -= (*x + *width - xmax);
740 _mesa_clip_to_region(GLint xmin, GLint ymin, GLint xmax, GLint ymax, GLint *x, GLint *y, GLsizei *width, GLsizei *height ) argument
/external/mesa3d/src/mesa/main/
H A Dimage.c736 * specified by [xmin, xmax) and [ymin, ymax).
741 GLint xmax, GLint ymax,
752 if (*x + *width > xmax)
753 *width -= (*x + *width - xmax);
740 _mesa_clip_to_region(GLint xmin, GLint ymin, GLint xmax, GLint ymax, GLint *x, GLint *y, GLsizei *width, GLsizei *height ) argument

Completed in 1034 milliseconds

12