HomeSort by relevance Sort by last modified time
    Searched refs:Complex (Results 1 - 13 of 13) sorted by null

  /external/webkit/JavaScriptCore/wtf/
Complex.h 32 #include <complex>
37 typedef std::complex<double> Complex;
39 inline Complex complexFromMagnitudePhase(double magnitude, double phase)
41 return Complex(magnitude * cos(phase), magnitude * sin(phase));
  /external/webkit/WebCore/bindings/v8/
npruntime_internal.h 39 #undef Complex
  /external/webkit/WebCore/bridge/
npruntime_internal.h 39 #undef Complex
  /external/webkit/WebCore/platform/win/
WebCoreTextRenderer.cpp 116 void WebCoreSetAlwaysUsesComplexTextCodePath(bool complex)
118 Font::setCodePath(complex ? Font::Complex : Font::Auto);
123 return Font::codePath() == Font::Complex;
  /external/v8/test/mjsunit/
indexed-accessors.js 111 // Complex case of using an undefined getter.
  /external/chromium/base/
worker_pool_linux_unittest.cc 231 TEST_F(LinuxDynamicThreadPoolTest, Complex) {
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 75 'CGI::Session::MemoryStore', 'Class', 'Comparable', 'Complex',
rails.php 68 'CGI::Session::MemoryStore', 'Class', 'Comparable', 'Complex',
  /external/webkit/WebCore/platform/graphics/
Font.h 130 // Used for complex text, and does not utilize the glyph map cache.
171 enum CodePath { Auto, Simple, Complex };
FontFastPath.cpp 200 case Complex:
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/neven/
Android.mk 27 Embedded/common/src/b_BasicEm/Complex.c \
  /external/webkit/WebKit/mac/WebView/
WebView.mm 906 Font::setCodePath(f ? Font::Complex : Font::Auto);
    [all...]

Completed in 108 milliseconds