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

1 2

  /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/webkit/WebCore/platform/graphics/chromium/
VDMXParser.cpp 110 // yMax: (output) the ascender value from the table
116 // Returns true iff a suitable match are found. Otherwise, *yMax and *yMin are
120 bool parseVDMX(int* yMax, int* yMin,
193 *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/freetype/src/raster/
ftrend1.c 167 cbox.yMax = FT_PIX_CEIL( cbox.yMax );
170 height = (FT_UInt)( ( cbox.yMax - cbox.yMin ) >> 6 );
225 slot->bitmap_top = (FT_Int)( cbox.yMax >> 6 );
  /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/freetype/src/smooth/
ftsmooth.c 141 cbox.yMax = FT_PIX_CEIL( cbox.yMax );
144 height = (FT_UInt)( ( cbox.yMax - cbox.yMin ) >> 6 );
172 y_top = (FT_Int)( cbox.yMax >> 6 );
ftgrays.c     [all...]
  /external/freetype/src/autofit/
afloader.c 406 bbox.yMax = FT_PIX_CEIL( bbox.yMax );
409 slot->metrics.height = bbox.yMax - bbox.yMin;
411 slot->metrics.horiBearingY = bbox.yMax;
414 slot->metrics.vertBearingY = FT_PIX_FLOOR( bbox.yMax + vvector.y );
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 605 bbox.yMax -= dy;
611 bbox.yMax = (bbox.yMax + 63) & ~63;
614 glyph->fHeight = SkToU16((bbox.yMax - bbox.yMin) >> 6);
615 glyph->fTop = -SkToS16(bbox.yMax >> 6);
929 ys[0] = -face->bbox.yMax;
948 x_height = SkIntToScalar(bbox.yMax) / 64;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
RecognitionView.java 277 int yMax = h / 2 - 8;
279 c.translate(0, yMax);
285 final float y = Math.min(yMax, avabs * h * scale) * sign;
  /external/chromium/third_party/icu/source/test/letest/
FontObject.h 122 le_int16 yMax;
sfnt.h 288 le_int16 yMax;
  /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 335 loader->bbox.yMax = FT_NEXT_SHORT( p );
340 FT_TRACE5(( " yMin: %4d yMax: %4d\n", loader->bbox.yMin,
341 loader->bbox.yMax ));
    [all...]
  /external/freetype/src/cff/
cffobjs.c 689 cffface->bbox.yMax = ( dict->font_bbox.yMax + 0xFFFF ) >> 16;
693 cffface->ascender = (FT_Short)( cffface->bbox.yMax );
cffparse.c 519 bbox->yMax = FT_RoundFix( cff_parse_fixed( data ) );
  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 139 BigEndianUShort yMax;
  /external/freetype/src/sfnt/
sfobjs.c 962 root->bbox.yMax = face->header.yMax;
    [all...]

Completed in 329 milliseconds

1 2