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

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DGlyphMetricsMap.h53 void setMetricsForGlyph(Glyph glyph, const T& metrics) argument
55 locatePage(glyph / GlyphMetricsPage::size)->setMetricsForGlyph(glyph, metrics);
64 void setMetricsForGlyph(Glyph glyph, const T& metrics) argument
66 setMetricsForIndex(glyph % size, metrics);
68 void setMetricsForIndex(unsigned index, const T& metrics) argument
71 m_metrics[index] = metrics;
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafglobal.h71 AF_ScriptMetrics metrics[AF_SCRIPT_MAX]; member in struct:AF_FaceGlobalsRec_
H A Dafloader.h47 AF_ScriptMetrics metrics; member in struct:AF_LoaderRec_
/external/chromium_org/third_party/ots/src/
H A Dmetrics.cc5 #include "metrics.h"
104 OpenTypeMetricsTable *metrics) {
117 metrics->entries.reserve(num_metrics);
138 metrics->entries.push_back(std::make_pair(adv, sb));
141 metrics->sbs.reserve(num_sbs);
156 metrics->sbs.push_back(sb);
163 const OpenTypeMetricsTable *metrics) {
164 for (unsigned i = 0; i < metrics->entries.size(); ++i) {
165 if (!out->WriteU16(metrics->entries[i].first) ||
166 !out->WriteS16(metrics
101 ParseMetricsTable(Buffer *table, const uint16_t num_glyphs, const OpenTypeMetricsHeader *header, OpenTypeMetricsTable *metrics) argument
162 SerialiseMetricsTable(OTSStream *out, const OpenTypeMetricsTable *metrics) argument
[all...]
/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/freetype/src/autofit/
H A Dafloader.h47 AF_StyleMetrics metrics; member in struct:AF_LoaderRec_
H A Dafglobal.h112 AF_StyleMetrics metrics[AF_STYLE_MAX]; member in struct:AF_FaceGlobalsRec_
/external/chromium_org/chrome/browser/metrics/
H A Dmetrics_reporting_state.cc5 #include "chrome/browser/metrics/metrics_reporting_state.h"
8 #include "base/metrics/histogram.h"
11 #include "chrome/browser/metrics/chrome_metrics_service_accessor.h"
14 #include "components/metrics/metrics_service.h"
32 // Tries to set metrics reporting status to |enabled| and returns whatever is
38 DVLOG(1) << "Unable to set metrics reporting status to " << enabled;
54 metrics::MetricsService* metrics = g_browser_process->metrics_service(); local
55 if (metrics) {
57 metrics
[all...]
/external/chromium_org/components/metrics/
H A Dclean_exit_beacon.cc5 #include "components/metrics/clean_exit_beacon.h"
9 #include "components/metrics/metrics_pref_names.h"
12 #include "base/metrics/histogram.h"
17 namespace metrics { namespace
23 local_state->GetBoolean(metrics::prefs::kStabilityExitedCleanly)),
47 base::ASCIIToUTF16(metrics::prefs::kStabilityExitedCleanly).c_str(),
66 local_state_->SetBoolean(metrics::prefs::kStabilityExitedCleanly, value);
74 base::ASCIIToUTF16(metrics::prefs::kStabilityExitedCleanly).c_str(),
80 } // namespace metrics
H A Dmachine_id_provider_win.cc5 #include "components/metrics/machine_id_provider.h"
16 namespace metrics { namespace
117 } // namespace metrics
/external/chromium_org/components/metrics/serialization/
H A Dmetric_sample.h14 namespace metrics { namespace
17 // and deserialize measurements to send them to a metrics sending service.
37 // Getters for type and name. All types of metrics have these so we do not
117 } // namespace metrics
H A Dserialization_utils.cc5 #include "components/metrics/serialization/serialization_utils.h"
20 #include "components/metrics/serialization/metric_sample.h"
25 namespace metrics { namespace
40 // The file containing the metrics do not leave the device so the writer and
44 DPLOG(ERROR) << "reading metrics message header";
59 if (message_size > metrics::SerializationUtils::kMessageMaxLength) {
72 char buffer[metrics::SerializationUtils::kMessageMaxLength];
74 DPLOG(ERROR) << "reading metrics message body";
118 ScopedVector<MetricSample>* metrics) {
125 DPLOG(ERROR) << filename << ": bad metrics fil
116 ReadAndTruncateMetricsFromFile( const std::string& filename, ScopedVector<MetricSample>* metrics) argument
[all...]
/external/chromium_org/ppapi/examples/font/
H A Dsimple_font.cc93 PP_BrowserFont_Trusted_Metrics metrics; local
94 font.Describe(&desc, &metrics);
/external/chromium_org/ui/gfx/
H A Ddisplay_change_notifier.cc70 uint32_t metrics = DisplayObserver::DISPLAY_METRIC_NONE; local
73 metrics |= DisplayObserver::DISPLAY_METRIC_BOUNDS;
76 metrics |= DisplayObserver::DISPLAY_METRIC_ROTATION;
79 metrics |= DisplayObserver::DISPLAY_METRIC_WORK_AREA;
82 metrics |= DisplayObserver::DISPLAY_METRIC_DEVICE_SCALE_FACTOR;
84 if (metrics != DisplayObserver::DISPLAY_METRIC_NONE) {
87 OnDisplayMetricsChanged(*new_it, metrics));
H A Ddisplay_change_notifier_unittest.cc33 uint32_t metrics) OVERRIDE {
35 latest_metrics_change_ = metrics;
328 // metrics changes, there is no display change.
491 uint32_t metrics = DisplayObserver::DISPLAY_METRIC_BOUNDS | local
495 EXPECT_EQ(metrics, observer.latest_metrics_change());
/external/chromium_org/ui/message_center/views/
H A Ddesktop_popup_alignment_delegate.cc97 uint32_t metrics) {
95 OnDisplayMetricsChanged( const gfx::Display& display, uint32_t metrics) argument
/external/lldb/examples/summaries/cocoa/
H A DCFBag.py13 import lldb.formatters.metrics namespace
16 statistics = lldb.formatters.metrics.Metrics()
H A DCFBinaryHeap.py13 import lldb.formatters.metrics namespace
16 statistics = lldb.formatters.metrics.Metrics()
H A DNSBundle.py13 import lldb.formatters.metrics namespace
17 statistics = lldb.formatters.metrics.Metrics()
H A DNSData.py13 import lldb.formatters.metrics namespace
16 statistics = lldb.formatters.metrics.Metrics()
H A DNSException.py10 import lldb.formatters.metrics namespace
15 statistics = lldb.formatters.metrics.Metrics()
H A DNSIndexSet.py13 import lldb.formatters.metrics namespace
16 statistics = lldb.formatters.metrics.Metrics()
H A DNSMachPort.py13 import lldb.formatters.metrics namespace
16 statistics = lldb.formatters.metrics.Metrics()
H A DNSNotification.py11 import lldb.formatters.metrics namespace
16 statistics = lldb.formatters.metrics.Metrics()
H A DNSNumber.py13 import lldb.formatters.metrics namespace
17 statistics = lldb.formatters.metrics.Metrics()

Completed in 537 milliseconds

1234567891011>>