OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flooredIntSize
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleGeneratedImage.cpp
71
IntSize size =
flooredIntSize
(imageSize(renderer, 1));
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatSize.h
175
inline IntSize
flooredIntSize
(const FloatSize& p)
LayoutSize.h
172
inline IntSize
flooredIntSize
(const LayoutSize& s)
FloatPoint.h
230
inline IntSize
flooredIntSize
(const FloatPoint& p)
/external/chromium_org/third_party/WebKit/Source/core/html/
ImageDocument.cpp
145
IntSize size =
flooredIntSize
(cachedImage->imageSizeForRenderer(document()->imageElement()->renderer(), 1.0f));
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RasterShape.cpp
311
return intervals.firstIncludedIntervalY(minLogicalIntervalTop.floor(),
flooredIntSize
(minLogicalIntervalSize), result);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp
175
view()->frameView()->incrementVisuallyNonEmptyPixelCount(
flooredIntSize
(m_imageResource->imageSize(1.0f)));
RenderBoxModelObject.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp
838
m_layer->layer()->setBounds(
flooredIntSize
(m_size));
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp
[
all
...]
Completed in 85 milliseconds