Searched refs:metrics (Results 126 - 150 of 707) sorted by relevance

1234567891011>>

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftsynth.c99 face->size->metrics.y_scale ) / 24;
142 slot->metrics.width += xstr;
143 slot->metrics.height += ystr;
144 slot->metrics.horiAdvance += xstr;
145 slot->metrics.vertAdvance += ystr;
/external/chromium_org/chrome/browser/chromeos/
H A Dexternal_metrics.cc13 #include "base/metrics/field_trial.h"
14 #include "base/metrics/histogram.h"
15 #include "base/metrics/sparse_histogram.h"
16 #include "base/metrics/statistics_recorder.h"
19 #include "chrome/browser/metrics/chromeos_metrics_provider.h"
20 #include "components/metrics/metrics_service.h"
21 #include "components/metrics/serialization/metric_sample.h"
22 #include "components/metrics/serialization/serialization_utils.h"
95 // The interval between external metrics collections in seconds
97 const char kEventsFilePath[] = "/var/run/metrics/um
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Decho_cancellation_impl.cc224 // TODO(ajm): we currently just use the metrics from the first AEC. Think more
226 int EchoCancellationImpl::GetMetrics(Metrics* metrics) { argument
228 if (metrics == NULL) {
238 memset(metrics, 0, sizeof(Metrics));
246 metrics->residual_echo_return_loss.instant = my_metrics.rerl.instant;
247 metrics->residual_echo_return_loss.average = my_metrics.rerl.average;
248 metrics->residual_echo_return_loss.maximum = my_metrics.rerl.max;
249 metrics->residual_echo_return_loss.minimum = my_metrics.rerl.min;
251 metrics->echo_return_loss.instant = my_metrics.erl.instant;
252 metrics
[all...]
/external/webrtc/src/modules/audio_processing/
H A Decho_cancellation_impl.cc238 // TODO(ajm): we currently just use the metrics from the first AEC. Think more
240 int EchoCancellationImpl::GetMetrics(Metrics* metrics) { argument
242 if (metrics == NULL) {
252 memset(metrics, 0, sizeof(Metrics));
260 metrics->residual_echo_return_loss.instant = my_metrics.rerl.instant;
261 metrics->residual_echo_return_loss.average = my_metrics.rerl.average;
262 metrics->residual_echo_return_loss.maximum = my_metrics.rerl.max;
263 metrics->residual_echo_return_loss.minimum = my_metrics.rerl.min;
265 metrics->echo_return_loss.instant = my_metrics.erl.instant;
266 metrics
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DC_B_D_T_.py41 self.metrics = SmallGlyphMetrics()
42 dummy, data = sstruct.unpack2(smallGlyphMetricsFormat, self.data, self.metrics)
52 dataList.append(sstruct.pack(smallGlyphMetricsFormat, self.metrics))
60 self.metrics = BigGlyphMetrics()
61 dummy, data = sstruct.unpack2(bigGlyphMetricsFormat, self.data, self.metrics)
71 dataList.append(sstruct.pack(bigGlyphMetricsFormat, self.metrics))
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DC_B_D_T_.py41 self.metrics = SmallGlyphMetrics()
42 dummy, data = sstruct.unpack2(smallGlyphMetricsFormat, self.data, self.metrics)
52 dataList.append(sstruct.pack(smallGlyphMetricsFormat, self.metrics))
60 self.metrics = BigGlyphMetrics()
61 dummy, data = sstruct.unpack2(bigGlyphMetricsFormat, self.data, self.metrics)
71 dataList.append(sstruct.pack(bigGlyphMetricsFormat, self.metrics))
/external/freetype/src/autofit/
H A Daflatin.h34 #define AF_LATIN_CONSTANT( metrics, c ) \
35 ( ( (c) * (FT_Long)( (AF_LatinMetrics)(metrics) )->units_per_em ) / 2048 )
97 /* ignored for horizontal metrics */
117 af_latin_metrics_init( AF_LatinMetrics metrics,
121 af_latin_metrics_scale( AF_LatinMetrics metrics,
125 af_latin_metrics_init_widths( AF_LatinMetrics metrics,
129 af_latin_metrics_check_digits( AF_LatinMetrics metrics,
H A Dafglobal.c356 if ( globals->metrics[nn] )
365 writing_system_class->style_metrics_done( globals->metrics[nn] );
367 FT_FREE( globals->metrics[nn] );
391 AF_StyleMetrics metrics = NULL; local
416 metrics = globals->metrics[style];
417 if ( metrics == NULL )
419 /* create the global metrics object if necessary */
423 if ( FT_ALLOC( metrics, writing_system_class->style_metrics_size ) )
426 metrics
[all...]
H A Dhbshim.h44 af_get_char_index( AF_StyleMetrics metrics,
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DSimpleFontDataSkia.cpp61 SkPaint::FontMetrics metrics; local
64 paint.getFontMetrics(&metrics);
72 // Manually digging up VDMX metrics is only applicable when bytecode hinting using FreeType.
73 // With GDI, the metrics will already have taken this into account (as needed).
75 // This code should be pushed into FreeType (hinted font metrics).
98 // metrics *exactly* (except the adjustment of ascent/descent on Linux/Android).
103 ascent = SkScalarRoundToInt(-metrics.fAscent);
104 descent = SkScalarRoundToInt(metrics.fDescent);
110 if (platformData().fontRenderStyle().useSubpixelPositioning && descent < SkScalarToFloat(metrics.fDescent) && ascent >= 1) {
121 if (metrics
[all...]
/external/chromium_org/chrome/browser/metrics/
H A Dchrome_metrics_service_accessor.cc5 #include "chrome/browser/metrics/chrome_metrics_service_accessor.h"
10 #include "components/metrics/metrics_service.h"
40 // Android has its own settings for metrics / crash uploading.
55 return RegisterSyntheticFieldTrialWithNameHash(metrics::HashName(trial_name),
66 metrics::HashName(group_name));
H A Dchrome_stability_metrics_provider.h9 #include "base/metrics/user_metrics.h"
11 #include "components/metrics/metrics_provider.h"
24 // related metrics.
26 : public metrics::MetricsProvider,
33 // metrics::MetricsDataProvider:
37 metrics::SystemProfileProto* system_profile_proto) OVERRIDE;
/external/chromium_org/chrome/browser/omnibox/
H A Domnibox_log.cc10 metrics::OmniboxInputType::Type input_type,
15 metrics::OmniboxEventProto::PageClassification current_page_classification,
/external/chromium_org/third_party/ots/src/
H A Dmetrics.h43 OpenTypeMetricsTable *metrics);
45 const OpenTypeMetricsTable *metrics);
H A Dvmtx.cc26 &file->vhea->header, &vmtx->metrics)) {
41 if (!SerialiseMetricsTable(out, &file->vmtx->metrics)) {
/external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
H A Dresponsiveness_metric.py8 from telemetry.web_perf.metrics import mainthread_jank_stats
9 from telemetry.web_perf.metrics import timeline_based_metric
13 """Computes metrics that measure respsonsiveness on the record ranges.
36 # metrics.
40 'Main thread jank metrics cannot be computed for records %s since '
/external/lldb/examples/summaries/cocoa/
H A Dcache.py8 import lldb.formatters.metrics namespace
13 self.statistics = lldb.formatters.metrics.Metrics()
/external/chromium_org/chrome/browser/ui/webui/
H A Dprofiler_ui.h9 #include "components/metrics/profiler/tracking_synchronizer_observer.h"
14 public metrics::TrackingSynchronizerObserver {
/external/chromium_org/components/metrics/
H A Dmetrics_hashes_unittest.cc5 #include "components/metrics/metrics_hashes.h"
11 namespace metrics { namespace
31 } // namespace metrics
H A Dmetrics_log_uploader.h14 namespace metrics { namespace
43 } // namespace metrics
H A Dmetrics_pref_names.h8 namespace metrics { namespace
11 // Alphabetical list of preference names specific to the metrics
43 } // namespace metrics
H A Dmetrics_provider.h10 namespace metrics { namespace
26 // Called when metrics recording has been enabled.
29 // Called when metrics recording has been disabled.
32 // Provides additional metrics into the system profile.
40 // Provides additional stability metrics. Stability metrics can be provided
50 // Provides general metrics that are neither system profile nor stability
51 // metrics. May also be used to add histograms when final metrics are
60 } // namespace metrics
[all...]
/external/chromium_org/tools/perf/measurements/
H A Dmedia.py5 from metrics import cpu
6 from metrics import media
7 from metrics import system_memory
8 from metrics import power
13 """The MediaMeasurement class gathers media-related metrics on a page set.
15 Media metrics recorded are controlled by metrics/media.js. At the end of the
22 # Used to add browser power and CPU metrics to results per test.
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_config_win.cc32 NONCLIENTMETRICS metrics; local
33 base::win::GetNonClientMetrics(&metrics);
34 l10n_util::AdjustUIFont(&(metrics.lfMenuFont));
36 base::win::ScopedHFONT new_font(CreateFontIndirect(&metrics.lfMenuFont));
66 // Sadly I didn't see a specify metrics for this.
/external/chromium_org/ash/shelf/
H A Dshelf_alignment_menu.cc7 #include "ash/metrics/user_metrics_recorder.h"
56 Shell::GetInstance()->metrics()->
62 Shell::GetInstance()->metrics()->
68 Shell::GetInstance()->metrics()->

Completed in 543 milliseconds

1234567891011>>