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

1 2 3 4

  /bionic/libm/src/
s_lroundf.c 9 #define fn lroundf
  /bionic/libm/man/
lround.3 35 .Nm lroundf ,
51 .Fn lroundf "float x"
80 .Fn lroundf
97 .Fn lroundf ,
  /external/webkit/Source/WebCore/platform/graphics/
FontMetrics.h 80 return lroundf(m_ascent);
87 return lroundf(m_descent);
96 int lineGap() const { return lroundf(m_lineGap); }
97 int lineSpacing() const { return lroundf(m_lineSpacing); }
  /external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
fontprops.mm 77 m_ascent = lroundf(fAscent);
78 m_descent = lroundf(fDescent);
79 m_lineGap = lroundf(fLineGap);
82 m_xHeight = lroundf(xHeight);
  /external/webkit/Source/WebCore/platform/graphics/wince/
SimpleFontDataWinCE.cpp 58 m_fontMetrics.setLineSpacing(lroundf(ascent) + lroundf(descent) + lroundf(lineGap));
69 fontDesc.setComputedSize(lroundf(scaleFactor * fontDesc.computedSize()));
70 fontDesc.setSpecifiedSize(lroundf(scaleFactor * fontDesc.specifiedSize()));
71 fontDesc.setKeywordSize(lroundf(scaleFactor * fontDesc.keywordSize()));
  /external/webkit/Source/WebCore/platform/graphics/haiku/
SimpleFontDataHaiku.cpp 55 m_fontMetrics.setLineSpacing(lroundf(height.ascent) + lroundf(height.descent) + lroundf(height.leading));
  /external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataCairoWin.cpp 72 m_fontMetrics.setLineSpacing(lroundf(ascent) + lroundf(descent) + lroundf(lineGap));
SimpleFontDataWin.cpp 85 m_fontMetrics.setLineSpacing(lroundf(ascent) + lroundf(descent) + lroundf(lineGap));
122 winfont.lfHeight = -lroundf(scaledSize * (m_platformData.useGDI() ? 1 : 32));
SimpleFontDataCGWin.cpp 98 m_fontMetrics.setLineSpacing(lroundf(fAscent) + lroundf(fDescent) + lroundf(fLineGap));
  /development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt 177 lroundf
  /development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt 143 lroundf
  /external/webkit/Source/WebCore/dom/
MouseRelatedEvent.cpp 100 adjustedPageLocation.setX(lroundf(adjustedPageLocation.x() / pageZoom));
101 adjustedPageLocation.setY(lroundf(adjustedPageLocation.y() / pageZoom));
189 m_offsetX = lroundf(localPos.x() / zoomFactor);
190 m_offsetY = lroundf(localPos.y() / zoomFactor);
WheelEvent.cpp 50 , m_wheelDeltaX(lroundf(wheelTicksX * 120))
51 , m_wheelDeltaY(lroundf(wheelTicksY * 120)) // Normalize to the Windows 120 multiple
  /external/webkit/Source/WebCore/rendering/svg/
SVGImageBufferTools.cpp 113 return IntSize(static_cast<int>(lroundf(size.width())), static_cast<int>(lroundf(size.height())));
  /external/webkit/Source/WebCore/platform/graphics/chromium/
SimpleFontDataLinux.cpp 114 m_fontMetrics.setLineSpacing(lroundf(ascent) + lroundf(descent) + lroundf(lineGap));
160 const float scaledSize = lroundf(fontDescription.computedSize() * scaleFactor);
FontChromiumWin.cpp 247 totalWidth += lroundf(m_glyphBuffer.advanceAt(m_from + i));
273 int x = lroundf(m_point.x() + startAdvance);
274 int y = lroundf(m_point.y() - m_font->fontMetrics().ascent());
344 IntPoint intPoint(lroundf(m_point.x()),
345 lroundf(m_point.y()));
348 int left = lroundf(m_point.x()) + state.characterToX(m_from);
349 int right = lroundf(m_point.x()) + state.characterToX(m_to);
401 int lastHorizontalOffsetRounded = lroundf(horizontalOffset); // The rounded offset of the left side of the last glyph rendered.
412 advances[i] = lroundf(horizontalOffset) - lastHorizontalOffsetRounded;
526 state.draw(graphicsContext, hdc, lroundf(point.x()), lroundf(point.y() - fontMetrics().ascent()), from, to)
    [all...]
SimpleFontDataChromiumWin.cpp 120 winFont.lfHeight = -lroundf(scaledSize);
  /external/webkit/Source/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);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libm.so 
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 255 m_fontMetrics.setLineSpacing(lroundf(ascent) + lroundf(descent) + lroundf(lineGap));
  /external/webkit/Source/WebCore/platform/
Scrollbar.h 63 int value() const { return lroundf(m_currentPos); }
  /external/webkit/Source/WebCore/platform/graphics/freetype/
SimpleFontDataFreeType.cpp 66 m_fontMetrics.setLineSpacing(lroundf(lineSpacing));
  /external/webkit/Source/WebCore/platform/graphics/pango/
SimpleFontDataPango.cpp 64 m_fontMetrics.setLineSpacing(lroundf(lineSpacing));
  /external/webkit/Source/WebCore/rendering/
RenderInputSpeech.cpp 53 int speechButtonSize = lroundf(std::min(std::max(minSpeechButtonSize, defaultSpeechButtonSize * fontScale), maxSpeechButtonSize));
RenderThemeChromiumSkia.cpp 257 int cancelButtonSize = lroundf(std::min(std::max(minCancelButtonSize, defaultCancelButtonSize * fontScale), maxCancelButtonSize));
311 int magnifierSize = lroundf(std::min(std::max(minSearchFieldResultsDecorationSize, defaultSearchFieldResultsDecorationSize * fontScale),
345 int magnifierHeight = lroundf(std::min(std::max(minSearchFieldResultsDecorationSize, defaultSearchFieldResultsDecorationSize * fontScale),
347 int magnifierWidth = lroundf(magnifierHeight * defaultSearchFieldResultsButtonWidth / defaultSearchFieldResultsDecorationSize);

Completed in 487 milliseconds

1 2 3 4