/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 ); 233 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 = (FT_UInt)( ( 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 | 504 info->fCapHeight = (m_bbox.yMax - m_bbox.yMin + x_bbox.yMax - 507 info->fCapHeight = m_bbox.yMax - m_bbox.yMin; 509 info->fCapHeight = x_bbox.yMax - x_bbox.yMin; 513 info->fBBox = SkIRect::MakeLTRB(face->bbox.xMin, face->bbox.yMax, 932 bbox.yMax -= dy; 938 bbox.yMax = (bbox.yMax + 63) & ~63; 941 glyph->fHeight = SkToU16((bbox.yMax - bbox.yMin) >> 6); 942 glyph->fTop = -SkToS16(bbox.yMax >> 6) [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 );
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/ |
RecognitionView.java | 325 int yMax = h / 2; 327 c.translate(0, yMax); 333 final float y = Math.min(yMax, avabs * h * scale) * sign;
|
/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/ |
cffparse.c | 529 bbox->yMax = FT_RoundFix( cff_parse_fixed( data ) ); 536 bbox->yMax / 65536 ));
|
cffobjs.c | 734 cffface->bbox.yMax = ( dict->font_bbox.yMax + 0xFFFF ) >> 16; 738 cffface->ascender = (FT_Short)( cffface->bbox.yMax ); [all...] |
/external/webkit/Source/WebCore/platform/graphics/opentype/ |
OpenTypeUtilities.cpp | 139 BigEndianUShort yMax;
|
/external/freetype/src/sfnt/ |
sfobjs.c | [all...] |
ttload.c | 557 FT_FRAME_SHORT ( yMax ), [all...] |
/external/freetype/src/psaux/ |
afmparse.c | 903 fi->FontBBox.yMax = shared_vals[3].u.f;
|