OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boxHeight
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp
540
int
boxHeight
= ascent + descent;
542
if (maxPositionTop <
boxHeight
)
543
maxPositionTop =
boxHeight
;
545
if (maxPositionBottom <
boxHeight
)
546
maxPositionBottom =
boxHeight
;
616
int
boxHeight
= curr->logicalHeight();
617
int boxHeightIncludingMargins =
boxHeight
;
654
boxHeight
-= (topRubyBaseLeading + bottomRubyBaseLeading);
676
lineBottom = max(lineBottom, newLogicalTop +
boxHeight
);
[
all
...]
RenderLayerBacking.cpp
[
all
...]
RenderObject.cpp
[
all
...]
RenderLayer.cpp
761
const float
boxHeight
= borderBox.height();
764
float perspectiveOriginY = style->perspectiveOriginY().calcFloatValue(
boxHeight
);
769
perspectiveOriginY -=
boxHeight
/ 2.0f;
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp
651
static const int
boxHeight
= 25;
654
drawRect.size.height =
boxHeight
;
673
CGContextShowTextAtPoint(cgContext, drawRect.origin.x + boxBorderWidth, drawRect.origin.y +
boxHeight
- boxBorderWidth, text, strlen(text));
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
TreeView.java
[
all
...]
/frameworks/media/libvideoeditor/vss/src/
M4xVSS_internal.c
[
all
...]
Completed in 803 milliseconds