HomeSort by relevance Sort by last modified time
    Searched full:ratio (Results 401 - 425 of 2022) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
ppp_defs.h 103 double ratio; member in struct:compstat
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
ppp_defs.h 103 double ratio; member in struct:compstat
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
ppp_defs.h 103 double ratio; member in struct:compstat
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/
ppp_defs.h 103 double ratio; member in struct:compstat
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/
ppp_defs.h 103 double ratio; member in struct:compstat
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
ppp_defs.h 103 double ratio; member in struct:compstat
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
ppp_defs.h 103 double ratio; member in struct:compstat
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
ppp_defs.h 103 double ratio; member in struct:compstat
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
ppp_defs.h 103 double ratio; member in struct:compstat
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
ppp_defs.h 103 double ratio; member in struct:compstat
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
ppp_defs.h 103 double ratio; member in struct:compstat
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
ppp_defs.h 103 double ratio; member in struct:compstat
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
ppp_defs.h 103 double ratio; member in struct:compstat
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
chrono 40 template <class Rep, class Period = ratio<1>>
44 static_assert(__is_ratio<Period>::value, "Second template parameter of duration must be a std::ratio");
99 typedef duration< long, ratio< 60> > minutes;
100 typedef duration< long, ratio<3600> > hours;
263 constexpr chrono::duration<unspecified , ratio<3600,1>> operator "" h(long double); // C++14
265 constexpr chrono::duration<unspecified , ratio<60,1>> operator "" min(long double); // C++14
281 #include <ratio>
295 template <class _Rep, class _Period = ratio<1> > class _LIBCPP_TYPE_VIS_ONLY duration;
410 static_assert(__is_ratio<_Period>::value, "Second template parameter of duration must be a std::ratio");
439 typedef ratio<__mul<__n1, __d2, !value>::value
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchRotateActivity.java 145 float ratio = (float) width / height; local
148 gl.glFrustumf(-ratio, ratio, -1, 1, 1, 10);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 143 float ratio = (float) width / height; local
146 gl.glFrustumf(-ratio, ratio, -1, 1, 1, 10);
  /development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
MyGLRenderer.java 99 float ratio = (float) width / height; local
103 Matrix.frustumM(mProjectionMatrix, 0, -ratio, ratio, -1, 1, 3, 7);
  /external/chromium-trace/trace-viewer/src/ui/
camera.js 28 thicknessRatio: 0.012, // Ratio of thickness to world size.
29 strengthRatioX: 0.7, // Ratio of mousemove X pixels to degrees rotated.
30 strengthRatioY: 0.25 // Ratio of mousemove Y pixels to degrees rotated.
  /external/chromium_org/ppapi/utility/graphics/
paint_aggregator.h 68 /// Setter function setting the max ratio of paint rect area to scroll rect
75 /// @param[in] area The max ratio of paint rect area to scroll rect area that
159 // rect. This constant sets the max ratio of paint rect area to scroll rect
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderReplaced.cpp 234 // this node to change it's preferred width because it maintains aspect ratio.
274 // having to shrink in order to preserve the aspect ratio. Because we compute these values independently along
275 // each axis, the final returned size may in fact not preserve the aspect ratio.
331 // Figure out if we need to compute an intrinsic ratio.
360 // If 'height' and 'width' both have computed values of 'auto' and the element has no intrinsic width, but does have an intrinsic height and intrinsic ratio;
361 // or if 'width' has a computed value of 'auto', 'height' has some other computed value, and the element does have an intrinsic ratio; then the used value
362 // of 'width' is: (used height) * (intrinsic ratio)
368 // If 'height' and 'width' both have computed values of 'auto' and the element has an intrinsic ratio but no intrinsic height or width, then the used value of
391 // wide to fit the device, UAs should use the width of the largest rectangle that has a 2:1 ratio and fits the device instead.
420 // Otherwise, if 'height' has a computed value of 'auto', and the element has an intrinsic ratio then the used value of 'height' is
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
VDMXParser.cpp 132 // Now we have two tables. Firstly we have @numRatios Ratio records, then a
138 buf.offset() + 4 /* sizeof struct ratio */ * numRatios;
160 if (desiredRatio == 0xffffffff) // no ratio found
  /external/chromium_org/third_party/skia/tests/
PointTest.cpp 154 SkScalar ratio = slow.length() / fast.length(); local
155 REPORTER_ASSERT(reporter, ratio > 0.999f);
156 REPORTER_ASSERT(reporter, ratio < 1.001f);
  /external/skia/tests/
PointTest.cpp 154 SkScalar ratio = slow.length() / fast.length(); local
155 REPORTER_ASSERT(reporter, ratio > 0.999f);
156 REPORTER_ASSERT(reporter, ratio < 1.001f);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
SurfaceTargetFilter.java 63 * RENDERMODE_FIT: Keep aspect ratio and fit without cropping. May
65 * RENDERMODE_FILL_CROP: Keep aspect ratio and fit without black
152 if (mLogVerbose) Log.v(TAG, "New aspect ratio: " + currentAspectRatio +", previously: " + mAspectRatio);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java 128 final float ratio = (float) sourceWidth / sourceHeight; local
130 height = (int) (width / ratio);
132 width = (int) (height * ratio);

Completed in 2358 milliseconds

<<11121314151617181920>>