OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lroundf
(Results
1 - 25
of
75
) sorted by null
1
2
3
/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
55
return
lroundf
(screenRect(m_frame->view()).height() * page->deviceScaleFactor());
65
return
lroundf
(screenRect(m_frame->view()).width() * page->deviceScaleFactor());
89
return
lroundf
(screenAvailableRect(m_frame->view()).x() * page->deviceScaleFactor());
99
return
lroundf
(screenAvailableRect(m_frame->view()).y() * page->deviceScaleFactor());
109
return
lroundf
(screenAvailableRect(m_frame->view()).height() * page->deviceScaleFactor());
119
return
lroundf
(screenAvailableRect(m_frame->view()).width() * page->deviceScaleFactor());
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontMetrics.h
91
return
lroundf
(m_ascent);
98
return
lroundf
(m_descent);
107
int lineGap() const { return
lroundf
(m_lineGap); }
108
int lineSpacing() const { return
lroundf
(m_lineSpacing); }
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontWin.cpp
105
offsets[i].du =
lroundf
(translations[i].x());
106
offsets[i].dv = -
lroundf
(currentWidth - translations[i].y());
123
int lastHorizontalOffsetRounded =
lroundf
(horizontalOffset); // The rounded offset of the left side of the last glyph rendered.
135
advances[i] =
lroundf
(horizontalOffset) - lastHorizontalOffsetRounded;
191
state.draw(graphicsContext, primaryFont()->platformData(), hdc,
lroundf
(point.x()),
lroundf
(point.y() - fontMetrics().ascent()), runInfo.bounds, runInfo.from, runInfo.to);
SimpleFontDataWin.cpp
116
winFont.lfHeight = -
lroundf
(scaledSize);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SimpleFontDataSkia.cpp
123
m_fontMetrics.setLineSpacing(
lroundf
(ascent) +
lroundf
(descent) +
lroundf
(lineGap));
183
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/rendering/
RenderInputSpeech.cpp
51
int speechButtonSize =
lroundf
(std::min(std::max(minSpeechButtonSize, defaultSpeechButtonSize * fontScale), maxSpeechButtonSize));
RenderThemeChromiumSkia.cpp
210
int cancelButtonSize =
lroundf
(std::min(std::max(minCancelButtonSize, defaultCancelButtonSize * fontScale), maxCancelButtonSize));
264
int magnifierSize =
lroundf
(std::min(std::max(minSearchFieldResultsDecorationSize, defaultSearchFieldResultsDecorationSize * fontScale),
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontHarfBuzz.cpp
136
x + SkIntToScalar(
lroundf
(translations[i].x())),
137
y + -SkIntToScalar(-
lroundf
(currentWidth - translations[i].y())));
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
Scrollbar.h
86
virtual int value() const { return
lroundf
(m_currentPos); }
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm
225
m_fontMetrics.setLineSpacing(
lroundf
(ascent) +
lroundf
(descent) +
lroundf
(lineGap));
/development/ndk/platforms/android-3/include/
math.h
356
long
lroundf
(float);
/development/ndk/platforms/android-9/include/
math.h
356
long
lroundf
(float);
/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);
Completed in 4393 milliseconds
1
2
3