Searched refs:xmax (Results 1 - 25 of 72) sorted by relevance

123

/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) {
H A Dhead.cc72 !table.ReadS16(&file->head->xmax) ||
77 if (file->head->xmin > file->head->xmax) {
132 !out->WriteS16(file->head->xmax) ||
/external/pdfium/core/src/fxge/agg/agg23/
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;
H A Dagg_renderer_scanline.h48 int xmax = m_ren->xmax(); local
69 if(x + len > xmax) {
70 len = xmax - x + 1;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen6_scissor_state.c64 scissor->xmax = 0;
70 scissor->xmax = ctx->DrawBuffer->_Xmax - 1;
77 scissor->xmax = ctx->DrawBuffer->_Xmax - 1;
H A Dgen7_viewport_state.c48 vp->guardband.xmax = 1.0;
H A Dbrw_sf_state.c95 sfv->scissor.xmax = 0;
101 sfv->scissor.xmax = ctx->DrawBuffer->_Xmax - 1;
108 sfv->scissor.xmax = ctx->DrawBuffer->_Xmax - 1;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_scissor_state.c64 scissor->xmax = 0;
70 scissor->xmax = ctx->DrawBuffer->_Xmax - 1;
77 scissor->xmax = ctx->DrawBuffer->_Xmax - 1;
H A Dgen7_viewport_state.c48 vp->guardband.xmax = 1.0;
/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;
/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/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/chromium_org/third_party/sqlite/src/ext/rtree/
H A Dviewrtree.tcl103 set xmax 0
106 foreach {rowid xmin xmax ymin ymax} [lindex $data 0] break
110 if {$x2 > $xmax} {set xmax $x2}
114 list $xmin $xmax $ymin $ymax
133 foreach {xmin xmax ymin ymax} [node_bbox $data] break
136 set xscale [expr {double([winfo width .c]-20)/($xmax-$xmin)}]
162 foreach {xmin xmax ymin ymax} [node_bbox $data] break
163 set total_area [expr ($xmax-$xmin)*($ymax-$ymin)]
173 [expr $xmax
[all...]
/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/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/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/bison/lib/
H A Dxsize.h91 xmax (size_t size1, size_t size2) function
/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/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/e2fsprogs/intl/
H A Dxsize.h88 xmax (size_t size1, size_t size2) function
/external/opencv/cv/src/
H A Dcvshapedescr.cpp1141 int xmin = 0, ymin = 0, xmax = -1, ymax = -1, i, j, k; local
1206 if( j > xmax )
1207 xmax = j;
1212 xmax -= offset;
1222 if( j > xmax )
1223 xmax = j;
1227 k_min = MAX(j-1, xmax);
1241 xmax = k;
1259 xmax += offset;
1283 xmin = xmax
[all...]
/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/qemu/hw/android/goldfish/
H A Dfb.c257 int xmin, ymin, xmax, ymax; member in struct:__anon29652
286 rect->xmax = rect->ymax = INT_MIN;
432 if (xx2 > rect->xmax) rect->xmax = xx2;
523 rect.xmax = width-1;
536 rect.xmax += 1;
540 rect.ymin, rect.ymax-rect.ymin, rect.xmin, rect.xmax-rect.xmin);
543 dpy_update(s->ds, rect.xmin, rect.ymin, rect.xmax-rect.xmin, rect.ymax-rect.ymin);

Completed in 1305 milliseconds

123