Searched defs:metrics (Results 226 - 250 of 259) sorted by relevance

1234567891011

/external/freetype/include/
H A Dfreetype.h239 /* A structure used to model the metrics of a single glyph. The */
301 /* This structure models the metrics of a bitmap strike (i.e., a set */
456 /* metrics. */
486 /* i.e., the glyph's metrics, its image (bitmap or outline), and */
936 /* vertical metrics. Only relevant for */
1046 /* Indicates that the face contains horizontal glyph metrics. This */
1050 /* Indicates that the face contains vertical glyph metrics. This */
1143 * horizontal metrics (this is true for all font formats though).
1146 * @FT_HAS_VERTICAL can be used to check for vertical metrics.
1160 * vertical metrics (an
1464 FT_Size_Metrics metrics; /* size metrics */ member in struct:FT_SizeRec_
1677 FT_Glyph_Metrics metrics; member in struct:FT_GlyphSlotRec_
[all...]
/external/freetype/src/autofit/
H A Daflatin.c57 af_latin_metrics_init_widths( AF_LatinMetrics metrics, argument
68 af_style_names[metrics->root.style_class->style] ));
72 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
73 metrics->axis[AF_DIMENSION_VERT].width_count = 0;
84 AF_FaceGlobals globals = metrics->root.globals;
87 AF_StyleClass style_class = metrics->root.style_class;
102 af_get_char_index( &metrics->root,
111 af_get_char_index( &metrics->root,
120 af_get_char_index( &metrics->root,
144 dummy->units_per_em = metrics
258 af_latin_metrics_init_blues( AF_LatinMetrics metrics, FT_Face face ) argument
815 af_latin_metrics_check_digits( AF_LatinMetrics metrics, FT_Face face ) argument
887 af_latin_metrics_scale_dim( AF_LatinMetrics metrics, AF_Scaler scaler, AF_Dimension dim ) argument
1130 af_latin_metrics_scale( AF_LatinMetrics metrics, AF_Scaler scaler ) argument
2080 AF_LatinMetrics metrics = (AF_LatinMetrics)hints->metrics; local
[all...]
H A Daflatin2.c59 af_latin2_metrics_init_widths( AF_LatinMetrics metrics, argument
68 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
69 metrics->axis[AF_DIMENSION_VERT].width_count = 0;
81 metrics->root.style_class->standard_char );
91 dummy->units_per_em = metrics->units_per_em;
106 AF_LatinAxis axis = &metrics->axis[dim];
149 AF_LatinAxis axis = &metrics->axis[dim];
155 : AF_LATIN_CONSTANT( metrics, 50 );
185 af_latin2_metrics_init_blues( AF_LatinMetrics metrics, argument
195 AF_LatinAxis axis = &metrics
430 af_latin2_metrics_check_digits( AF_LatinMetrics metrics, FT_Face face ) argument
516 af_latin2_metrics_scale_dim( AF_LatinMetrics metrics, AF_Scaler scaler, AF_Dimension dim ) argument
684 af_latin2_metrics_scale( AF_LatinMetrics metrics, AF_Scaler scaler ) argument
1631 AF_LatinMetrics metrics = (AF_LatinMetrics) hints->metrics; local
[all...]
/external/freetype/src/base/
H A Dftobjs.c344 FT_ZERO( &slot->metrics );
546 FT_Glyph_Metrics* metrics = &slot->metrics; local
552 metrics->horiBearingX = FT_PIX_FLOOR( metrics->horiBearingX );
553 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY );
555 right = FT_PIX_CEIL( metrics->vertBearingX + metrics->width );
556 bottom = FT_PIX_CEIL( metrics
765 FT_Size_Metrics* metrics = &face->size->metrics; local
2574 ft_synthesize_vertical_metrics( FT_Glyph_Metrics* metrics, FT_Pos advance ) argument
2637 FT_Size_Metrics* metrics; local
2684 FT_Size_Metrics* metrics; local
2826 FT_Size_Metrics* metrics = &face->size->metrics; local
2880 FT_Size_Metrics* metrics = &face->size->metrics; local
[all...]
/external/freetype/src/cff/
H A Dcffgload.c2646 glyph->x_scale = size->root.metrics.x_scale;
2647 glyph->y_scale = size->root.metrics.y_scale;
2667 TT_SBit_MetricsRec metrics; local
2676 &metrics );
2688 glyph->root.metrics.width = (FT_Pos)metrics.width << 6;
2689 glyph->root.metrics.height = (FT_Pos)metrics.height << 6;
2691 glyph->root.metrics.horiBearingX = (FT_Pos)metrics
2906 FT_Incremental_MetricsRec metrics; local
2947 FT_Glyph_Metrics* metrics = &glyph->root.metrics; local
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfreetype.h204 /* A structure used to model the metrics of a single glyph. The */
266 /* This structure models the metrics of a bitmap strike (i.e., a set */
420 /* transformation which is used to load and hint glyphs and metrics. */
450 /* i.e., the glyph's metrics, its image (bitmap or outline), and */
899 /* vertical metrics. Only relevant for */
1013 /* Indicates that the face contains horizontal glyph metrics. This */
1017 /* Indicates that the face contains vertical glyph metrics. This */
1105 * horizontal metrics (this is true for all font formats though).
1108 * @FT_HAS_VERTICAL can be used to check for vertical metrics.
1122 * vertical metrics (an
1412 FT_Size_Metrics metrics; /* size metrics */ member in struct:FT_SizeRec_
1626 FT_Glyph_Metrics metrics; member in struct:FT_GlyphSlotRec_
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfreetype.h204 /* A structure used to model the metrics of a single glyph. The */
266 /* This structure models the metrics of a bitmap strike (i.e., a set */
420 /* transformation which is used to load and hint glyphs and metrics. */
450 /* i.e., the glyph's metrics, its image (bitmap or outline), and */
899 /* vertical metrics. Only relevant for */
1013 /* Indicates that the face contains horizontal glyph metrics. This */
1017 /* Indicates that the face contains vertical glyph metrics. This */
1105 * horizontal metrics (this is true for all font formats though).
1108 * @FT_HAS_VERTICAL can be used to check for vertical metrics.
1122 * vertical metrics (an
1412 FT_Size_Metrics metrics; /* size metrics */ member in struct:FT_SizeRec_
1626 FT_Glyph_Metrics metrics; member in struct:FT_GlyphSlotRec_
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftobjs.c346 FT_ZERO( &slot->metrics );
548 FT_Glyph_Metrics* metrics = &slot->metrics; local
554 metrics->horiBearingX = FT_PIX_FLOOR( metrics->horiBearingX );
555 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY );
557 right = FT_PIX_CEIL( metrics->vertBearingX + metrics->width );
558 bottom = FT_PIX_CEIL( metrics
760 FT_Size_Metrics* metrics = &face->size->metrics; local
2563 ft_synthesize_vertical_metrics( FT_Glyph_Metrics* metrics, FT_Pos advance ) argument
2626 FT_Size_Metrics* metrics; local
2673 FT_Size_Metrics* metrics; local
2815 FT_Size_Metrics* metrics = &face->size->metrics; local
2869 FT_Size_Metrics* metrics = &face->size->metrics; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffgload.c2654 glyph->x_scale = size->root.metrics.x_scale;
2655 glyph->y_scale = size->root.metrics.y_scale;
2675 TT_SBit_MetricsRec metrics; local
2684 &metrics );
2696 glyph->root.metrics.width = (FT_Pos)metrics.width << 6;
2697 glyph->root.metrics.height = (FT_Pos)metrics.height << 6;
2699 glyph->root.metrics.horiBearingX = (FT_Pos)metrics
2914 FT_Incremental_MetricsRec metrics; local
2955 FT_Glyph_Metrics* metrics = &glyph->root.metrics; local
[all...]
/external/skia/src/core/
H A DSkPictureRecord.cpp1209 SkPaint::FontMetrics metrics; local
1210 paint.getFontMetrics(&metrics);
1214 bounds.set(0, metrics.fTop, SK_Scalar1, metrics.fBottom);
H A DSkPaint.cpp1290 SkScalar SkPaint::getFontMetrics(FontMetrics* metrics, SkScalar zoom) const { argument
1302 if (NULL == metrics) {
1303 metrics = &storage;
1306 paint.descriptorProc(NULL, zoomPtr, FontMetricsDescProc, metrics, true);
1309 metrics->fTop = SkScalarMul(metrics->fTop, scale);
1310 metrics->fAscent = SkScalarMul(metrics->fAscent, scale);
1311 metrics->fDescent = SkScalarMul(metrics
[all...]
/external/tcpdump/
H A Dospf.h161 struct tos_metric metrics; member in union:un_tos
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc1591 const gfx::Display& display, uint32_t metrics) {
1590 OnDisplayMetricsChanged( const gfx::Display& display, uint32_t metrics) argument
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp2067 RefPtr<TextMetrics> metrics = TextMetrics::create(); local
2071 return metrics.release();
2081 metrics->setWidth(font.width(textRun));
2082 metrics->setActualBoundingBoxLeft(-textBounds.x());
2083 metrics->setActualBoundingBoxRight(textBounds.maxX());
2091 metrics->setFontBoundingBoxAscent(ascent - baselineY);
2092 metrics->setFontBoundingBoxDescent(descent + baselineY);
2093 metrics->setActualBoundingBoxAscent(-textBounds.y() - baselineY);
2094 metrics->setActualBoundingBoxDescent(textBounds.maxY() + baselineY);
2098 metrics
[all...]
/external/chromium_org/third_party/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' */
333 /* A structure used to hold the big metrics of a given glyph bitmap */
376 /* A structure used to hold the small metrics of a given glyph bitmap */
409 /* A structure used to describe the text line metrics of a given */
496 /* metrics for each glyph bitmap. */
518 TT_SBit_MetricsRec metrics; member in struct:TT_SBit_RangeRec_
551 /* hori :: The line metrics for horizontal layouts. */
553 /* vert :: The line metrics for vertical layouts. */
629 /* hori :: The horizontal line metrics
[all...]
/external/freetype/include/internal/
H A Dtttypes.h215 /* A structure modeling the long metrics of the `hmtx' and `vmtx' */
237 /* A simple type to model the short metrics of the `hmtx' and `vmtx' */
402 /* A structure used to hold the big metrics of a given glyph bitmap */
445 /* A structure used to hold the small metrics of a given glyph bitmap */
478 /* A structure used to describe the text line metrics of a given */
565 /* metrics for each glyph bitmap. */
587 TT_SBit_MetricsRec metrics; member in struct:TT_SBit_RangeRec_
620 /* hori :: The line metrics for horizontal layouts. */
622 /* vert :: The line metrics for vertical layouts. */
698 /* hori :: The horizontal line metrics
[all...]
/external/pdfium/core/include/thirdparties/freetype/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' */
333 /* A structure used to hold the big metrics of a given glyph bitmap */
376 /* A structure used to hold the small metrics of a given glyph bitmap */
409 /* A structure used to describe the text line metrics of a given */
496 /* metrics for each glyph bitmap. */
518 TT_SBit_MetricsRec metrics; member in struct:TT_SBit_RangeRec_
551 /* hori :: The line metrics for horizontal layouts. */
553 /* vert :: The line metrics for vertical layouts. */
629 /* hori :: The horizontal line metrics
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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' */
333 /* A structure used to hold the big metrics of a given glyph bitmap */
376 /* A structure used to hold the small metrics of a given glyph bitmap */
409 /* A structure used to describe the text line metrics of a given */
496 /* metrics for each glyph bitmap. */
518 TT_SBit_MetricsRec metrics; member in struct:TT_SBit_RangeRec_
551 /* hori :: The line metrics for horizontal layouts. */
553 /* vert :: The line metrics for vertical layouts. */
629 /* hori :: The horizontal line metrics
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp1290 SkScalar SkPaint::getFontMetrics(FontMetrics* metrics, SkScalar zoom) const { argument
1302 if (NULL == metrics) {
1303 metrics = &storage;
1306 paint.descriptorProc(NULL, zoomPtr, FontMetricsDescProc, metrics, true);
1309 metrics->fTop = SkScalarMul(metrics->fTop, scale);
1310 metrics->fAscent = SkScalarMul(metrics->fAscent, scale);
1311 metrics->fDescent = SkScalarMul(metrics
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc2510 webrtc::CpuOveruseMetrics metrics; local
2511 engine()->vie()->base()->GetCpuOveruseMetrics(channel_id, &metrics);
2512 sinfo.capture_jitter_ms = metrics.capture_jitter_ms;
2513 sinfo.avg_encode_ms = metrics.avg_encode_time_ms;
2514 sinfo.encode_usage_percent = metrics.encode_usage_percent;
2515 sinfo.encode_rsd = metrics.encode_rsd;
2516 sinfo.capture_queue_delay_ms_per_s = metrics.capture_queue_delay_ms_per_s;
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2218 static PP_Bool Pnacl_M14_PPB_Font_Dev_Describe(PP_Resource font, struct PP_FontDescription_Dev* description, struct PP_FontMetrics_Dev* metrics) { argument
2220 return iface->Describe(font, description, metrics);
4907 .Describe = (PP_Bool (*)(PP_Resource font, struct PP_FontDescription_Dev* description, struct PP_FontMetrics_Dev* metrics))&Pnacl_M14_PPB_Font_Dev_Describe,
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jar ... private org.apache.http.impl.HttpConnectionMetricsImpl metrics public void " href="/5.0.0_r2/s? ...
/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 ...

Completed in 893 milliseconds

1234567891011