OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alignY
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
ScrollAlignment.cpp
59
LayoutRect ScrollAlignment::getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& exposeRect, const ScrollAlignment& alignX, const ScrollAlignment&
alignY
)
109
scrollY = getVisibleBehavior(
alignY
);
112
scrollY = getVisibleBehavior(
alignY
);
117
scrollY = getPartialBehavior(
alignY
);
119
scrollY = getHiddenBehavior(
alignY
);
ScrollAlignment.h
67
static LayoutRect getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& exposeRect, const ScrollAlignment& alignX, const ScrollAlignment&
alignY
);
RenderLayerScrollableArea.h
167
LayoutRect exposeRect(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment&
alignY
);
RenderLayerScrollableArea.cpp
[
all
...]
RenderBox.cpp
440
void RenderBox::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment&
alignY
)
457
newRect = layer()->scrollableArea()->exposeRect(rect, alignX,
alignY
);
466
LayoutRect exposeRect = ScrollAlignment::getRectToExpose(viewRect, rect, alignX,
alignY
);
488
LayoutRect r = ScrollAlignment::getRectToExpose(LayoutRect(pinchViewport.visibleRectInDocument()), rect, alignX,
alignY
);
492
LayoutRect r = ScrollAlignment::getRectToExpose(viewRect, rect, alignX,
alignY
);
503
parentBox->scrollRectToVisible(newRect, alignX,
alignY
);
[
all
...]
RenderBox.h
281
void scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment&
alignY
);
[
all
...]
RenderObject.cpp
585
bool RenderObject::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment&
alignY
)
591
enclosingBox->scrollRectToVisible(rect, alignX,
alignY
);
[
all
...]
RenderObject.h
203
bool scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX = ScrollAlignment::alignCenterIfNeeded, const ScrollAlignment&
alignY
= ScrollAlignment::alignCenterIfNeeded);
[
all
...]
/external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverTextContext.cpp
90
SkScalar
alignY
= SkFixedToScalar(stopY) * fTextRatio;
94
alignY
= SkScalarHalf(
alignY
);
98
y -=
alignY
;
GrDistanceFieldTextContext.cpp
577
SkScalar
alignY
= SkFixedToScalar(stopY)*sizeRatio;
581
alignY
= SkScalarHalf(
alignY
);
585
y -=
alignY
;
Completed in 292 milliseconds