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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/ots/src/
head.h 19 int16_t xmin, xmax; member in struct:ots::OpenTypeHEAD
head.cc 72 !table.ReadS16(&file->head->xmax) ||
77 if (file->head->xmin > file->head->xmax) {
132 !out->WriteS16(file->head->xmax) ||
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) {
  /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/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/lcov/contrib/galaxy/
conglomerate_functions.pl 58 # XMin, YMin, XMax, YMax
82 my ($XMin, $YMin, $XMax, $YMax) = ParseBound ($BBoxLine);
90 "$YMin $XMin $YMax $XMax U\n"
99 push (@Output, "% bound $XMin $YMin $XMax $YMax\n");
109 my ($XMin, $YMin, $XMax, $YMax) = ParseBound ($BBoxLine);
113 return "$XMin $YMin $XMax $YMax $Class\n";
  /external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
conglomerate_functions.pl 58 # XMin, YMin, XMax, YMax
82 my ($XMin, $YMin, $XMax, $YMax) = ParseBound ($BBoxLine);
90 "$YMin $XMin $YMax $XMax U\n"
99 push (@Output, "% bound $XMin $YMin $XMax $YMax\n");
109 my ($XMin, $YMin, $XMax, $YMax) = ParseBound ($BBoxLine);
113 return "$XMin $YMin $XMax $YMax $Class\n";
  /external/chromium_org/third_party/freetype/src/raster/
ftrend1.c 168 cbox.xMax = FT_PIX_ROUND( cbox.xMax );
173 cbox.xMax = FT_PIX_CEIL( cbox.xMax );
177 width = (FT_UInt)( ( cbox.xMax - cbox.xMin ) >> 6 );
  /external/freetype/src/raster/
ftrend1.c 169 cbox.xMax = FT_PIX_ROUND( cbox.xMax );
174 cbox.xMax = FT_PIX_CEIL( cbox.xMax );
178 width = (FT_UInt)( ( cbox.xMax - cbox.xMin ) >> 6 );
  /external/sfntly/cpp/src/sfntly/table/core/
font_header_table.cc 65 int32_t FontHeaderTable::XMax() {
201 int32_t FontHeaderTable::Builder::XMax() {
202 return down_cast<FontHeaderTable*>(GetTable())->XMax();
205 void FontHeaderTable::Builder::SetXMax(int32_t xmax) {
206 InternalWriteData()->WriteShort(Offset::kXMax, xmax);
  /external/chromium_org/third_party/freetype/src/base/
ftbbox.c 74 ( p->x < bbox.xMin || p->x > bbox.xMax )
175 &user->bbox.xMax );
547 &user->bbox.xMax );
592 abbox->xMin = abbox->xMax = 0;
602 bbox.xMin = bbox.xMax = cbox.xMin = cbox.xMax = vec->x;
614 if ( x > cbox.xMax ) cbox.xMax = x;
623 if ( x > bbox.xMax ) bbox.xMax = x
    [all...]
  /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;
  /external/freetype/src/base/
ftbbox.c 76 ( p->x < bbox.xMin || p->x > bbox.xMax )
177 &user->bbox.xMax );
534 &user->bbox.xMax );
579 abbox->xMin = abbox->xMax = 0;
589 bbox.xMin = bbox.xMax = cbox.xMin = cbox.xMax = vec->x;
601 if ( x > cbox.xMax ) cbox.xMax = x;
610 if ( x > bbox.xMax ) bbox.xMax = x
    [all...]
  /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;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-hhea-table.hh 72 * (xMax - xMin)). */
73 FWORD xMaxExtent; /* Max(lsb + (xMax - xMin)). */
  /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/harfbuzz_ng/src/
hb-ot-hhea-table.hh 72 * (xMax - xMin)). */
73 FWORD xMaxExtent; /* Max(lsb + (xMax - xMin)). */
  /external/libgsm/src/
table.c 54 /* Table 4.5 Normalized inverse mantissa used to compute xM/xmax
60 /* Table 4.6 Normalized direct mantissa used to compute xM/xmax
  /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/chromium_org/cc/base/
math_util.cc 87 float* xmax,
92 *xmax = std::max(p.x(), *xmax);
233 float xmax = -std::numeric_limits<float>::max(); local
238 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax, vertices[i]);
241 gfx::SizeF(xmax - xmin, ymax - ymin));
271 float xmax = -std::numeric_limits<float>::max(); local
276 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
281 &xmax,
288 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/sfntly/cpp/src/test/
verify_glyf.cc 47 EXPECT_EQ(glyf->XMax(), GLYPH33_XMAX);
  /external/opencv/cv/src/
cvshapedescr.cpp 1141 int xmin = 0, ymin = 0, xmax = -1, ymax = -1, i, j, k; local
    [all...]

Completed in 1984 milliseconds

1 2 3 4 5 6 7 8