HomeSort by relevance Sort by last modified time
    Searched defs:boxHeight (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 577 static const int boxHeight = 25;
580 drawRect.size.height = boxHeight;
599 CGContextShowTextAtPoint(cgContext, drawRect.origin.x + boxBorderWidth, drawRect.origin.y + boxHeight - boxBorderWidth, text, strlen(text));
  /external/webkit/WebCore/rendering/
InlineFlowBox.cpp 511 int boxHeight = curr->height();
513 selectionBottom = max(selectionBottom, newY + boxHeight);
529 int boxHeight = height();
534 int bottomOverflow = min(y() + boxHeight, lineBottom);
549 bottomVisualOverflow = max(y() + boxHeight + boxShadowBottom, bottomVisualOverflow);
596 setVerticalOverflowPositions(topLayoutOverflow, bottomLayoutOverflow, topVisualOverflow, bottomVisualOverflow, boxHeight);
    [all...]
RenderLayerBacking.cpp 772 float boxHeight = borderBox.height();
776 origin.setY(style->perspectiveOriginY().calcFloatValue(boxHeight));
    [all...]
RenderLayer.cpp 618 const float boxHeight = borderBox.height();
621 float perspectiveOriginY = style->perspectiveOriginY().calcFloatValue(boxHeight);
626 perspectiveOriginY -= boxHeight / 2.0f;
    [all...]

Completed in 739 milliseconds