HomeSort by relevance Sort by last modified time
    Searched defs:GetMetrics (Results 1 - 4 of 4) sorted by null

  /external/libaom/libaom/test/
visual_metrics.py 188 def GetMetrics(file_name):
358 metrics = GetMetrics(baseline_dir + "/" + dir_list[0])
  /external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl.cc 293 int EchoCancellationImpl::GetMetrics(Metrics* metrics) {
  /external/skia/src/pdf/
SkPDFFont.cpp 108 const SkAdvancedTypefaceMetrics* SkPDFFont::GetMetrics(const SkTypeface* typeface,
195 const SkAdvancedTypefaceMetrics* fontMetrics = SkPDFFont::GetMetrics(face, doc);
197 // GetMetrics only returns null to signify a bad typeface.
288 SkPDFFont::GetMetrics(font.typeface(), doc);
464 const SkAdvancedTypefaceMetrics* info = SkPDFFont::GetMetrics(typeface, doc);
479 if (const SkAdvancedTypefaceMetrics* info = SkPDFFont::GetMetrics(typeface, doc)) {
610 if (const SkAdvancedTypefaceMetrics* metrics = SkPDFFont::GetMetrics(typeface, doc)) {
    [all...]
  /external/skqp/src/pdf/
SkPDFFont.cpp 107 const SkAdvancedTypefaceMetrics* SkPDFFont::GetMetrics(const SkTypeface* typeface,
194 const SkAdvancedTypefaceMetrics* fontMetrics = SkPDFFont::GetMetrics(face, doc);
196 // GetMetrics only returns null to signify a bad typeface.
290 SkPDFFont::GetMetrics(font.typeface(), doc);
468 const SkAdvancedTypefaceMetrics* info = SkPDFFont::GetMetrics(typeface, doc);
483 if (const SkAdvancedTypefaceMetrics* info = SkPDFFont::GetMetrics(typeface, doc)) {
614 if (const SkAdvancedTypefaceMetrics* metrics = SkPDFFont::GetMetrics(typeface, doc)) {
    [all...]

Completed in 4344 milliseconds