OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pixelSnappedIntSize
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutPoint.h
181
inline IntSize
pixelSnappedIntSize
(const LayoutSize& s, const LayoutPoint& p)
LayoutRect.h
225
return IntRect(roundedIntPoint(location),
pixelSnappedIntSize
(size, location));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp
664
layer->setSize(layer->size().expandedTo(
pixelSnappedIntSize
(layer->renderBox()->maxLayoutOverflow(), LayoutPoint(0, 0))));
[
all
...]
RenderBoxModelObject.cpp
[
all
...]
RenderLayer.cpp
[
all
...]
Completed in 35 milliseconds