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

1 2 3 4

  /external/chromium_org/third_party/ots/src/
head.h 19 int16_t xmin, xmax; member in struct:ots::OpenTypeHEAD
glyf.cc 217 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) {
head.cc 72 !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/
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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_scissor_state.c 64 scissor->xmax = 0;
70 scissor->xmax = ctx->DrawBuffer->_Xmax - 1;
77 scissor->xmax = ctx->DrawBuffer->_Xmax - 1;
gen7_viewport_state.c 48 vp->guardband.xmax = 1.0;
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_scissor_state.c 64 scissor->xmax = 0;
70 scissor->xmax = ctx->DrawBuffer->_Xmax - 1;
77 scissor->xmax = ctx->DrawBuffer->_Xmax - 1;
gen7_viewport_state.c 48 vp->guardband.xmax = 1.0;
  /external/chromium_org/third_party/mesa/src/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;
  /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;
  /external/chromium_org/third_party/sqlite/src/src/
test_rtree.c 29 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/
viewrtree.tcl 103 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-$xmin] [expr $ymax-$ymin] [expr 100.0*$cell_area/$total_area]
    [all...]
  /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/chromium_org/third_party/mesa/src/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/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/bison/lib/
xsize.h 91 xmax (size_t size1, size_t size2) function
  /external/chromium_org/cc/base/
math_util.cc 97 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, &ymin, &ymax
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
matrix.cc 50 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/
matrix.cc 50 float ymax, xmax; local
52 xmax = ymax * aspectRatio;
53 glhFrustumf2(mat, -xmax, xmax, -ymax, ymax, znear, zfar);
  /external/e2fsprogs/intl/
xsize.h 88 xmax (size_t size1, size_t size2) function
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 205 final float xmax = mHorizontalBound; local
209 if (x > xmax) {
210 mPosX = xmax;
211 } else if (x < -xmax) {
212 mPosX = -xmax;
  /external/opencv/cv/src/
cvshapedescr.cpp 1141 int xmin = 0, ymin = 0, xmax = -1, ymax = -1, i, j, k; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
SDL_sysjoystick.c 141 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/
fb.c 257 int xmin, ymin, xmax, ymax; member in struct:__anon34256
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 901 milliseconds

1 2 3 4