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

  /external/chromium_org/third_party/brotli/src/woff2/
glyph.h 36 int16_t x_min; member in class:woff2::Glyph
normalize.cc 46 int16_t x_min = glyph->contours[0][0].x; local
48 int16_t x_max = x_min;
52 if (point.x < x_min) x_min = point.x;
58 glyph->x_min = x_min;
woff2_dec.cc 301 int x_min = 0; local
309 if (i == 0 || x < x_min) x_min = x;
315 offset = Store16(dst, offset, x_min);
  /external/chromium_org/cc/debug/
invalidation_benchmark.cc 93 int x_min = LCGRandom() * visible_content_rect.width(); local
97 if (x_min > x_max)
98 std::swap(x_min, x_max);
101 gfx::Rect invalidation_rect(x_min, y_min, x_max - x_min, y_max - y_min);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_neon.c 195 const float32x4_t x_min = vminq_f32(b_log2_a, max_input); local
196 const float32x4_t x_max = vmaxq_f32(x_min, min_input);
aec_core_sse2.c 322 const __m128 x_min = _mm_min_ps(b_log2_a, *((__m128*)max_input)); local
323 const __m128 x_max = _mm_max_ps(x_min, *((__m128*)min_input));
  /external/chromium_org/ui/gfx/android/
scroller.cc 66 float x_min = 0.0f; local
74 x = x_min + (x_max - x_min) / 2.0f;
82 x_min = x;
  /external/webrtc/src/modules/audio_processing/aec/
aec_core_sse2.c 306 const __m128 x_min = _mm_min_ps(b_log2_a, *((__m128 *)max_input)); local
307 const __m128 x_max = _mm_max_ps(x_min, *((__m128 *)min_input));
  /frameworks/base/core/java/android/widget/
Scroller.java 116 float x_min = 0.0f; typedefs
124 x = x_min + (x_max - x_min) / 2.0f;
129 else x_min = x;
OverScroller.java 606 float x_min = 0.0f; typedefs
614 x = x_min + (x_max - x_min) / 2.0f;
619 else x_min = x;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Scroller.java 76 float x_min = 0.0f; typedefs
82 x = x_min + (x_max - x_min) / 2.0f;
87 else x_min = x;
OverScroller.java 607 float x_min = 0.0f; typedefs
615 x = x_min + (x_max - x_min) / 2.0f;
620 else x_min = x;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherScroller.java 84 float x_min = 0.0f; typedefs
92 x = x_min + (x_max - x_min) / 2.0f;
97 else x_min = x;
  /external/chromium_org/third_party/ots/src/
woff2.cc 405 int x_min = 0; local
413 if (i == 0 || x < x_min) x_min = x;
419 offset = Store16(dst, offset, x_min);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 609 float x_min = 0.0f; typedefs
617 x = x_min + (x_max - x_min) / 2.0f;
622 else x_min = x;
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp 1504 int32_t x_min = frame_settings.find(tag).data.i32[0]; local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp 3114 int32_t x_min = frame_settings.find(tag).data.i32[0]; local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp 3695 int32_t x_min = frame_settings.find(tag).data.i32[0]; local
    [all...]

Completed in 1646 milliseconds