HomeSort by relevance Sort by last modified time
    Searched refs:lroundf (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lroundf.c 9 #define fn lroundf
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Screen.cpp 54 return lroundf(screenRect(m_frame->view()).height() * host->deviceScaleFactor());
64 return lroundf(screenRect(m_frame->view()).width() * host->deviceScaleFactor());
88 return lroundf(screenAvailableRect(m_frame->view()).x() * host->deviceScaleFactor());
98 return lroundf(screenAvailableRect(m_frame->view()).y() * host->deviceScaleFactor());
108 return lroundf(screenAvailableRect(m_frame->view()).height() * host->deviceScaleFactor());
118 return lroundf(screenAvailableRect(m_frame->view()).width() * host->deviceScaleFactor());
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontMetrics.h 93 return lroundf(m_ascent);
100 return lroundf(m_descent);
109 int lineGap() const { return lroundf(m_lineGap); }
110 int lineSpacing() const { return lroundf(m_lineSpacing); }
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SimpleFontDataSkia.cpp 132 m_fontMetrics.setLineSpacing(lroundf(ascent) + lroundf(descent) + lroundf(lineGap));
198 const float scaledSize = lroundf(fontDescription.computedSize() * scaleFactor);
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntPoint.h 63 m_x = lroundf(static_cast<float>(m_x * sx));
64 m_y = lroundf(static_cast<float>(m_y * sy));
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXInlineTextBox.cpp 101 offsets[i] = lroundf(widthSoFar);
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaValues.cpp 53 deviceWidth = lroundf(deviceWidth * frame->host()->deviceScaleFactor());
62 deviceHeight = lroundf(deviceHeight * frame->host()->deviceScaleFactor());
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
Scrollbar.h 85 virtual int value() const OVERRIDE { return lroundf(m_currentPos); }
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm 235 m_fontMetrics.setLineSpacing(lroundf(ascent) + lroundf(descent) + lroundf(lineGap));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumSkia.cpp 205 int cancelButtonSize = lroundf(std::min(std::max(minCancelButtonSize, defaultCancelButtonSize * fontScale), maxCancelButtonSize));
261 int magnifierSize = lroundf(std::min(std::max(minSearchFieldResultsDecorationSize, defaultSearchFieldResultsDecorationSize * fontScale),
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontHarfBuzz.cpp 158 x + SkIntToScalar(lroundf(translations[i].x())),
159 y + -SkIntToScalar(-lroundf(currentWidth - translations[i].y())));
  /external/clang/test/CodeGen/
libcall-declarations.c 134 long int lroundf(float);
288 F(lrint), F(lrintf), F(lrintl), F(lround), F(lroundf),
433 // CHECK-NOERRNO: declare i64 @lroundf(float) [[NUW]]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 356 long lroundf(float);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 356 long lroundf(float);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 356 long lroundf(float);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 356 long lroundf(float);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 356 long lroundf(float);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 356 long lroundf(float);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 356 long lroundf(float);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 356 long lroundf(float);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 356 long lroundf(float);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 356 long lroundf(float);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 356 long lroundf(float);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 356 long lroundf(float);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
math.h 356 long lroundf(float);

Completed in 481 milliseconds

1 2 3 4 5