Searched refs:ymax (Results 1 - 25 of 73) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DVDMXParser.h37 bool parseVDMX(int* ymax, int* ymin,
/external/chromium_org/third_party/ots/src/
H A Dhead.h20 int16_t ymin, ymax; member in struct:ots::OpenTypeHEAD
H A Dglyf.cc217 int16_t num_contours, xmin, ymin, xmax, ymax; local
222 !table.ReadS16(&ymax)) {
235 (ymax == -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.cc73 !table.ReadS16(&file->head->ymax)) {
80 if (file->head->ymin > file->head->ymax) {
133 !out->WriteS16(file->head->ymax) ||
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen6_scissor_state.c66 scissor->ymax = 0;
72 scissor->ymax = ctx->DrawBuffer->_Ymax - 1;
79 scissor->ymax = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymin - 1;
H A Dgen7_viewport_state.c50 vp->guardband.ymax = 1.0;
H A Dbrw_sf_state.c97 sfv->scissor.ymax = 0;
103 sfv->scissor.ymax = ctx->DrawBuffer->_Ymax - 1;
110 sfv->scissor.ymax = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymin - 1;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_scissor_state.c66 scissor->ymax = 0;
72 scissor->ymax = ctx->DrawBuffer->_Ymax - 1;
79 scissor->ymax = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymin - 1;
H A Dgen7_viewport_state.c50 vp->guardband.ymax = 1.0;
H A Dbrw_sf_state.c97 sfv->scissor.ymax = 0;
103 sfv->scissor.ymax = ctx->DrawBuffer->_Ymax - 1;
110 sfv->scissor.ymax = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymin - 1;
/external/chromium_org/third_party/re2/benchlog/
H A Dmktable43 $ymax = 0;
52 if($val > $ymax) {
53 $ymax = $val;
69 while(10*$y <= $ymax) {
73 if($i*$y > $ymax) {
/external/regex-re2/benchlog/
H A Dmktable43 $ymax = 0;
52 if($val > $ymax) {
53 $ymax = $val;
69 while(10*$y <= $ymax) {
73 if($i*$y > $ymax) {
/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 */
59 GLint ymax = MAX2(0, ctx->Scissor.Y + ctx->Scissor.Height); local
68 if (ymax < (GLint) scissor.maxy)
69 scissor.maxy = ymax;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_scissor.c57 /* need to be careful here with xmax or ymax < 0 */
59 GLint ymax = MAX2(0, ctx->Scissor.Y + ctx->Scissor.Height); local
68 if (ymax < (GLint) scissor.maxy)
69 scissor.maxy = ymax;
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_rtree.c31 double ymax; member in struct:Circle::Box
57 double ymin, ymax; /* X dimensions of box being tested */ local
100 pCircle->aBox[0].ymax = pCircle->centery - pCircle->radius;
104 pCircle->aBox[1].ymax = pCircle->centery;
111 ymax = aCoord[3];
119 double y = (i&0x02) ? ymax : ymin;
138 && ymax>=pCircle->aBox[i].ymax
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Dviewrtree.tcl105 set ymax 0
106 foreach {rowid xmin xmax ymin ymax} [lindex $data 0] break
112 if {$y2 > $ymax} {set ymax $y2}
114 list $xmin $xmax $ymin $ymax
133 foreach {xmin xmax ymin ymax} [node_bbox $data] break
137 set yscale [expr {double([winfo height .c]-20)/($ymax-$ymin)}]
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
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_renderer_base.h80 int ymax() const function in class:agg::renderer_base
112 if(y > ymax()) {
136 if(y > ymax()) {
H A Dagg_renderer_scanline.h49 if(y >= m_ren->ymin() && y <= m_ren->ymax()) {
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
H A Dmatrix.cc50 float ymax, xmax; local
51 ymax = znear * tanf(fovyInDegrees * 3.14f / 360.0f);
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
51 ymax = znear * tanf(fovyInDegrees * 3.14f / 360.0f);
52 xmax = ymax * aspectRatio;
53 glhFrustumf2(mat, -xmax, xmax, -ymax, ymax, znear, zfar);
/external/chromium_org/cc/base/
H A Dmath_util.cc99 float* ymax,
104 *ymax = std::max(p.y(), *ymax);
373 float ymax = -std::numeric_limits<float>::max(); local
376 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax, vertices[i]);
379 gfx::SizeF(xmax - xmin, ymax - ymin));
411 float ymax = -std::numeric_limits<float>::max(); local
414 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
421 &ymax,
426 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
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/swrast/
H A Ds_points.c195 GLint xmin, xmax, ymin, ymax, iy; local
207 ymax = (GLint) (y + iRadius);
215 ymax = ymin + iSize - 1;
219 for (iy = ymin; iy <= ymax; iy++) {
315 const GLint ymax = (GLint) (y + radius); local
318 for (iy = ymin; iy <= ymax; iy++) {
411 GLint xmin, xmax, ymin, ymax, ix, iy; local
422 ymax = (GLint) (y + iRadius);
430 ymax = ymin + iSize - 1;
435 for (iy = ymin; iy <= ymax; i
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_points.c195 GLint xmin, xmax, ymin, ymax, iy; local
207 ymax = (GLint) (y + iRadius);
215 ymax = ymin + iSize - 1;
219 for (iy = ymin; iy <= ymax; iy++) {
315 const GLint ymax = (GLint) (y + radius); local
318 for (iy = ymin; iy <= ymax; iy++) {
411 GLint xmin, xmax, ymin, ymax, ix, iy; local
422 ymax = (GLint) (y + iRadius);
430 ymax = ymin + iSize - 1;
435 for (iy = ymin; iy <= ymax; i
[all...]
/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;
434 if (yy > rect->ymax) rect->ymax = yy;
441 if (rect->ymin > rect->ymax) { /* nothing changed */
447 dirty_base + (rect->ymax+1)* fbs->src_pitch,
524 rect.ymax = height-1;
537 rect.ymax += 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
[all...]
/external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
H A DSDL_sysjoystick.c142 int ymax; member in struct:joystick_hwdata
284 hw->ymax = 0;
438 if (joy->hwdata->y > joy->hwdata->ymax) {
439 joy->hwdata->ymax = joy->hwdata->y;
441 if (joy->hwdata->ymin == joy->hwdata->ymax) {
443 joy->hwdata->ymax++;
446 v -= (joy->hwdata->ymax + joy->hwdata->ymin + 1)/2;
447 v *= 32768/((joy->hwdata->ymax - joy->hwdata->ymin + 1)/2);

Completed in 4293 milliseconds

123