Searched defs:metrics (Results 76 - 86 of 86) sorted by relevance

1234

/external/freetype/src/base/
H A Dftobjs.c319 FT_ZERO( &slot->metrics );
521 FT_Glyph_Metrics* metrics = &slot->metrics; local
527 metrics->horiBearingX = FT_PIX_FLOOR( metrics->horiBearingX );
528 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY );
530 right = FT_PIX_CEIL( metrics->vertBearingX + metrics->width );
531 bottom = FT_PIX_CEIL( metrics
733 FT_Size_Metrics* metrics = &face->size->metrics; local
2530 ft_synthesize_vertical_metrics( FT_Glyph_Metrics* metrics, FT_Pos advance ) argument
2593 FT_Size_Metrics* metrics; local
2640 FT_Size_Metrics* metrics; local
2782 FT_Size_Metrics* metrics = &face->size->metrics; local
2836 FT_Size_Metrics* metrics = &face->size->metrics; local
[all...]
/external/freetype/src/cff/
H A Dcffgload.c2622 glyph->x_scale = size->root.metrics.x_scale;
2623 glyph->y_scale = size->root.metrics.y_scale;
2643 TT_SBit_MetricsRec metrics; local
2652 &metrics );
2659 glyph->root.metrics.width = (FT_Pos)metrics.width << 6;
2660 glyph->root.metrics.height = (FT_Pos)metrics.height << 6;
2662 glyph->root.metrics.horiBearingX = (FT_Pos)metrics
2808 FT_Incremental_MetricsRec metrics; local
2849 FT_Glyph_Metrics* metrics = &glyph->root.metrics; local
[all...]
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp1817 RefPtr<TextMetrics> metrics = TextMetrics::create(); local
1825 metrics->setWidth(accessFont().width(TextRun(text.characters(), text.length())));
1831 return metrics.release();
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp310 SkPaint::FontMetrics metrics; local
315 SkScalar spacing = paint.getFontMetrics(&metrics);
/external/freetype/include/freetype/internal/
H A Dtttypes.h146 /* A structure modeling the long metrics of the `hmtx' and `vmtx' */
168 /* A simple type to model the short metrics of the `hmtx' and `vmtx' */
326 /* ppem :: The pixels per EM value at which these metrics apply. */
414 /* A structure used to hold the big metrics of a given glyph bitmap */
457 /* A structure used to hold the small metrics of a given glyph bitmap */
490 /* A structure used to describe the text line metrics of a given */
577 /* metrics for each glyph bitmap. */
599 TT_SBit_MetricsRec metrics; member in struct:TT_SBit_RangeRec_
632 /* hori :: The line metrics for horizontal layouts. */
634 /* vert :: The line metrics fo
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextRecording.cpp82 SkPaint::FontMetrics metrics; local
83 SkScalar bufY = paint.getFontMetrics(&metrics);
85 SkScalar adjY = metrics.fAscent / 2;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 293 milliseconds

1234