OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aligny
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
ScrollBehavior.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
);
ScrollBehavior.h
67
static LayoutRect getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& exposeRect, const ScrollAlignment& alignX, const ScrollAlignment&
alignY
);
RenderLayerScrollableArea.h
168
LayoutRect exposeRect(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment&
alignY
);
RenderLayerScrollableArea.cpp
[
all
...]
RenderBox.h
257
void scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment&
alignY
);
[
all
...]
RenderObject.h
199
bool scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX = ScrollAlignment::alignCenterIfNeeded, const ScrollAlignment&
alignY
= ScrollAlignment::alignCenterIfNeeded);
[
all
...]
RenderObject.cpp
556
bool RenderObject::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment&
alignY
)
562
enclosingBox->scrollRectToVisible(rect, alignX,
alignY
);
[
all
...]
RenderBox.cpp
528
void RenderBox::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment&
alignY
)
542
newRect = layer()->scrollableArea()->exposeRect(rect, alignX,
alignY
);
555
LayoutRect exposeRect = ScrollAlignment::getRectToExpose(viewRect, rect, alignX,
alignY
);
576
LayoutRect r = ScrollAlignment::getRectToExpose(viewRect, rect, alignX,
alignY
);
586
parentBox->scrollRectToVisible(newRect, alignX,
alignY
);
[
all
...]
/external/jmonkeyengine/engine/src/core/com/jme3/font/
LetterQuad.java
40
private float
alignY
;
229
alignY
= 0;
373
float y = y0-
alignY
;
409
float sy = y0-
alignY
;
475
void setAlignment(float alignX, float
alignY
) {
477
this.
alignY
=
alignY
;
485
return
alignY
;
Completed in 597 milliseconds