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

1 2

  /bionic/libm/src/
s_lroundf.c 9 #define fn lroundf
  /external/webkit/WebCore/platform/graphics/win/
SimpleFontDataCairoWin.cpp 66 m_ascent = lroundf(textMetrics.tmAscent * metricsMultiplier);
67 m_descent = lroundf(textMetrics.tmDescent * metricsMultiplier);
69 m_lineGap = lroundf(textMetrics.tmExternalLeading * metricsMultiplier);
71 m_avgCharWidth = lroundf(textMetrics.tmAveCharWidth * metricsMultiplier);
72 m_maxCharWidth = lroundf(textMetrics.tmMaxCharWidth * metricsMultiplier);
SimpleFontDataCGWin.cpp 96 m_ascent = lroundf(fAscent);
97 m_descent = lroundf(fDescent);
98 m_lineGap = lroundf(fLineGap);
SimpleFontDataWin.cpp 116 winfont.lfHeight = -lroundf(smallCapsHeight * (m_platformData.useGDI() ? 1 : 32));
  /external/webkit/WebCore/platform/graphics/gtk/
SimpleFontDataGtk.cpp 51 m_ascent = static_cast<int>(lroundf(font_extents.ascent));
52 m_descent = static_cast<int>(lroundf(font_extents.descent));
53 m_lineSpacing = static_cast<int>(lroundf(font_extents.height));
SimpleFontDataPango.cpp 52 m_ascent = static_cast<int>(lroundf(font_extents.ascent));
53 m_descent = static_cast<int>(lroundf(font_extents.descent));
54 m_lineSpacing = static_cast<int>(lroundf(font_extents.height));
  /external/webkit/WebCore/dom/
WheelEvent.cpp 43 , m_wheelDeltaX(lroundf(wheelTicksX * 120))
44 , m_wheelDeltaY(lroundf(wheelTicksY * 120)) // Normalize to the Windows 120 multiple
MouseRelatedEvent.cpp 148 m_offsetX = lroundf(localPos.x() / zoomFactor);
149 m_offsetY = lroundf(localPos.y() / zoomFactor);
  /external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
fontprops.mm 80 m_ascent = lroundf(fAscent);
81 m_descent = lroundf(fDescent);
82 m_lineGap = lroundf(fLineGap);
85 m_xHeight = lroundf(xHeight);
  /external/webkit/WebCore/platform/graphics/wince/
SimpleFontDataWince.cpp 71 fontDesc.setComputedSize(lroundf(0.70f * fontDesc.computedSize()));
72 fontDesc.setSpecifiedSize(lroundf(0.70f * fontDesc.specifiedSize()));
73 fontDesc.setKeywordSize(lroundf(0.70f * fontDesc.keywordSize()));
  /external/webkit/WebCore/platform/wx/wxcode/win/
fontprops.cpp 59 m_ascent = lroundf(tm.tmAscent);
60 m_descent = lroundf(tm.tmDescent);
62 m_lineGap = lroundf(tm.tmExternalLeading);
  /external/webkit/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 246 totalWidth += lroundf(m_glyphBuffer.advanceAt(m_from + i));
271 int x = lroundf(m_point.x() + startAdvance);
272 int y = lroundf(m_point.y() - m_font->ascent());
341 IntPoint intPoint(lroundf(m_point.x()),
342 lroundf(m_point.y()));
345 int left = lroundf(m_point.x()) + state.characterToX(m_from);
346 int right = lroundf(m_point.x()) + state.characterToX(m_to);
SimpleFontDataChromiumWin.cpp 114 winFont.lfHeight = -lroundf(smallCapsSize);
SimpleFontDataLinux.cpp 137 const float smallCapsSize = lroundf(fontDescription.computedSize() * smallCapsFraction);
  /external/webkit/WebCore/platform/
Scrollbar.h 60 int value() const { return lroundf(m_currentPos); }
  /external/webkit/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 250 m_ascent = lroundf(fAscent);
251 m_descent = lroundf(fDescent);
252 m_lineGap = lroundf(fLineGap);
  /external/webkit/WebCore/svg/
SVGPatternElement.cpp 247 IntSize imageSize(lroundf(patternBoundariesIncludingOverflow.width()), lroundf(patternBoundariesIncludingOverflow.height()));
  /bionic/libm/include/
math.h 356 long lroundf(float);
  /external/webkit/JavaScriptCore/wtf/
MathExtras.h 119 inline long lroundf(float num) { return static_cast<long>(roundf(num)); } function
  /external/webkit/WebCore/platform/graphics/
Font.h 84 int width(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts = 0) const { return lroundf(floatWidth(run, fallbackFonts)); }
  /external/webkit/WebCore/rendering/
RenderThemeChromiumSkia.cpp 401 int cancelButtonSize = lroundf(std::min(std::max(minCancelButtonSize, defaultCancelButtonSize * fontScale), maxCancelButtonSize));
442 int magnifierSize = lroundf(std::min(std::max(minSearchFieldResultsDecorationSize, defaultSearchFieldResultsDecorationSize * fontScale),
475 int magnifierHeight = lroundf(std::min(std::max(minSearchFieldResultsDecorationSize, defaultSearchFieldResultsDecorationSize * fontScale),
477 int magnifierWidth = lroundf(magnifierHeight * defaultSearchFieldResultsButtonWidth / defaultSearchFieldResultsDecorationSize);
RenderThemeWin.cpp 830 int cancelButtonSize = lroundf(min(max(minCancelButtonSize, defaultCancelButtonSize * fontScale), maxCancelButtonSize));
846 int magnifierSize = lroundf(min(max(minSearchFieldResultsDecorationSize, defaultSearchFieldResultsDecorationSize * fontScale),
879 int magnifierHeight = lroundf(min(max(minSearchFieldResultsDecorationSize, defaultSearchFieldResultsDecorationSize * fontScale),
881 int magnifierWidth = lroundf(magnifierHeight * defaultSearchFieldResultsButtonWidth / defaultSearchFieldResultsDecorationSize);
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/
math.h 356 long lroundf(float);
  /ndk/build/platforms/android-4/arch-arm/usr/include/
math.h 356 long lroundf(float);
  /ndk/build/platforms/android-5/arch-arm/usr/include/
math.h 356 long lroundf(float);

Completed in 515 milliseconds

1 2