HomeSort by relevance Sort by last modified time
    Searched full:discrete (Results 1 - 25 of 269) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/WebKit/ManualTests/
svg-animateTransform-calcMode-discrete.svg 2 <text x="10" y="20">Testing calcMode="discrete" for &lt;animateTransform&gt;. The rect should jump by 100px at 2s.</text>
4 <animateTransform attributeName="transform" type="translate" from="0,0" to="100,0" calcMode="discrete" fill="freeze" dur="4s"/>
  /external/chromium_org/third_party/skia/src/animator/
SkDrawDiscrete.h 16 DECLARE_MEMBER_INFO(Discrete);
  /external/chromium_org/ui/
README.chromium 1 This directory contains discrete components used to build Chromium's user
  /external/skia/src/animator/
SkDrawDiscrete.h 16 DECLARE_MEMBER_INFO(Discrete);
  /external/speex/libspeex/
smallft.h 19 @brief Discrete Rotational Fourier Transform (DRFT)
30 /** Discrete Rotational Fourier Transform lookup */
  /external/chromium/chrome/browser/chromeos/login/
auth_attempt_state_resolver.h 16 // set of discrete states.
  /external/chromium_org/chrome/browser/chromeos/login/
auth_attempt_state_resolver.h 15 // set of discrete states.
  /external/chromium_org/ui/gl/
gpu_preference.h 11 // or discrete GPU. On systems that have dual-GPU support (see
gpu_switching_manager.h 27 // Set the switching option to PreferDiscreteGpu; switch to discrete GPU
gl_surface_cgl.cc 35 // Avoid switching to the discrete GPU just for this pixel
  /external/chromium_org/third_party/skia/include/effects/
SkDiscretePathEffect.h 15 This path effect chops a path into discrete segments, and randomly displaces them.