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

1 2

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HillHeightMap.java 176 int yMax = Math.round(y + radius + 1);
189 if (yMax > size) {
190 yMax = size - 1;
194 for (int j = yMin; j <= yMax; j++) {
  /external/freetype/src/base/
ftbbox.c 77 ( p->y < bbox.yMin || p->y > bbox.yMax )
182 &user->bbox.yMax );
556 &user->bbox.yMax );
593 abbox->yMin = abbox->yMax = 0;
603 bbox.yMin = bbox.yMax = cbox.yMin = cbox.yMax = vec->y;
617 if ( y > cbox.yMax ) cbox.yMax = y;
626 if ( y > bbox.yMax ) bbox.yMax = y
    [all...]
ftglyph.c 128 cbox->yMax = glyph->top << 6;
129 cbox->yMin = cbox->yMax - ( glyph->bitmap.rows << 6 );
463 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0;
484 acbox->yMax = FT_PIX_CEIL( acbox->yMax );
494 acbox->yMax >>= 6;
ftoutln.c 463 FT_Pos xMin, yMin, xMax, yMax;
473 yMax = 0;
482 yMin = yMax = vec->y;
496 if ( y > yMax ) yMax = y;
502 acbox->yMax = yMax;
  /external/freetype/src/raster/
ftrend1.c 169 cbox.yMax = FT_PIX_ROUND( cbox.yMax );
174 cbox.yMax = FT_PIX_CEIL( cbox.yMax );
178 height = (FT_UInt)( ( cbox.yMax - cbox.yMin ) >> 6 );
240 slot->bitmap_top = (FT_Int)( cbox.yMax >> 6 );
  /external/freetype/src/smooth/
ftsmooth.c 144 cbox.yMax = FT_PIX_CEIL( cbox.yMax );
156 if ( cbox.yMin < 0 && cbox.yMax > FT_INT_MAX + cbox.yMin )
159 " yMin = %d, yMax = %d\n",
160 cbox.yMin >> 6, cbox.yMax >> 6 ));
164 height = ( cbox.yMax - cbox.yMin ) >> 6;
195 y_top = (FT_Int)( cbox.yMax >> 6 );
ftgrays.c     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
VDMXParser.cpp 109 // yMax: (output) the ascender value from the table
115 // Returns true iff a suitable match are found. Otherwise, *yMax and *yMin are
119 bool parseVDMX(int* yMax, int* yMin,
192 *yMax = tempYMax;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
OccurrenceRenderer.java 64 double yMax = rangeAxis.getUpperBound();
72 double yMax2D = rangeAxis.valueToJava2D(yMax, dataArea, rangeEdge);
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 57 s16p16 yMax; /* y max coordinate */
DCR.c 221 if( pRectA->xMax <= pRectA->xMin || pRectA->yMax <= pRectA->yMin )
233 pRectA->yMax >> 16 );
342 pRectA->yMax = ( pRectA->yMin + ( pRectA->xMax - pRectA->xMin ) );
351 pRectA->yMax += ( int32 )hdcrA->dcrE.roiRectE.y1E << 16;
357 pRectA->yMax += ( int32 )hdcrA->dcrE.offsE.yE << 16;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 531 info->fCapHeight = (m_bbox.yMax - m_bbox.yMin + x_bbox.yMax -
534 info->fCapHeight = m_bbox.yMax - m_bbox.yMin;
536 info->fCapHeight = x_bbox.yMax - x_bbox.yMin;
540 info->fBBox = SkIRect::MakeLTRB(face->bbox.xMin, face->bbox.yMax,
    [all...]
  /external/freetype/src/autofit/
afloader.c 416 bbox.yMax = FT_PIX_CEIL( bbox.yMax );
419 slot->metrics.height = bbox.yMax - bbox.yMin;
421 slot->metrics.horiBearingY = bbox.yMax;
424 slot->metrics.vertBearingY = FT_PIX_FLOOR( bbox.yMax + vvector.y );
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainGrid.java 396 int yMax = 4;
404 yMax = 3;
412 for (int i = yMin; i < yMax; i++) {
  /external/freetype/include/freetype/
ftimage.h 100 /* yMax :: The vertical maximum (top-most). */
109 /* Similarly, if `ymax' is positive, this value gives the glyph's */
119 FT_Pos xMax, yMax;
    [all...]
tttables.h 80 FT_Short yMax;
317 FT_Short yMax_Extent; /* xmax or ymax extents */
    [all...]
  /external/icu4c/samples/layout/
sfnt.h 159 le_int16 yMax;
  /external/icu4c/test/letest/
FontObject.h 122 le_int16 yMax;
sfnt.h 288 le_int16 yMax;
  /external/freetype/src/truetype/
ttgload.c 318 loader->bbox.yMax = FT_NEXT_SHORT( p );
323 FT_TRACE5(( " yMin: %4d yMax: %4d\n", loader->bbox.yMin,
324 loader->bbox.yMax ));
    [all...]
  /external/freetype/src/cff/
cffobjs.c 756 cffface->bbox.yMax = ( dict->font_bbox.yMax + 0xFFFF ) >> 16;
760 cffface->ascender = (FT_Short)( cffface->bbox.yMax );
    [all...]
cffparse.c 533 bbox->yMax = FT_RoundFix( cff_parse_fixed( data ) );
540 bbox->yMax / 65536 ));
  /external/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 139 BigEndianUShort yMax;
  /external/freetype/src/sfnt/
sfobjs.c     [all...]
  /external/freetype/src/pfr/
pfrload.c 746 phy_font->bbox.yMax = PFR_NEXT_SHORT( p );

Completed in 406 milliseconds

1 2