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

  /external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl.cc 293 int EchoCancellationImpl::GetMetrics(Metrics* metrics) {
  /external/skia/src/pdf/
SkPDFFont.cpp 142 const SkAdvancedTypefaceMetrics* SkPDFFont::GetMetrics(SkTypeface* typeface,
208 const SkAdvancedTypefaceMetrics* fontMetrics = SkPDFFont::GetMetrics(face, canon);
210 // GetMetrics only returns null to signify a bad typeface.
382 SkPDFFont::GetMetrics(this->typeface(), canon);
625 const SkAdvancedTypefaceMetrics* metrics = SkPDFFont::GetMetrics(typeface, canon);
749 const SkAdvancedTypefaceMetrics* metrics = SkPDFFont::GetMetrics(typeface, canon);

Completed in 243 milliseconds