Searched +defs:right +defs:bottom (Results 1 - 25 of 86) sorted by relevance

1234

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DClientRect.h46 float right() const { return m_rect.maxX(); } function in class:WebCore::ClientRect
47 float bottom() const { return m_rect.maxY(); } function in class:WebCore::ClientRect
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DLengthBox.h71 Length right() const { return m_right; } function in struct:WebCore::LengthBox
73 Length bottom() const { return m_bottom; } function in struct:WebCore::LengthBox
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DLayoutBoxExtent.h43 LayoutBoxExtent(LayoutUnit top, LayoutUnit right, LayoutUnit bottom, LayoutUnit left) argument
47 inline LayoutUnit right() const { return m_right; } function in class:WebCore::LayoutBoxExtent
48 inline LayoutUnit bottom() const { return m_bottom; } function in class:WebCore::LayoutBoxExtent
H A DIntRectExtent.h49 IntRectExtent(int top, int right, int bottom, int left) argument
60 int right() const { return m_right; } function in class:WebCore::IntRectExtent
61 void setRight(int right) { m_right = right; } argument
63 int bottom() const { return m_bottom; } function in class:WebCore::IntRectExtent
64 void setBottom(int bottom) { m_bottom = bottom; } argument
[all...]
H A DIntRect.cpp118 int right = max(maxX(), other.maxX()); local
119 int bottom = max(maxY(), other.maxY()); local
H A DFloatQuad.cpp89 float right = max4(m_p1.x(), m_p2.x(), m_p3.x(), m_p4.x()); local
90 float bottom = max4(m_p1.y(), m_p2.y(), m_p3.y(), m_p4.y()); local
H A DFloatRect.cpp170 float right = max(p0.x(), p1.x()); local
171 float bottom = max(p0.y(), p1.y()); local
209 float right = max3(p0.x(), p1.x(), p2.x()); local
210 float bottom = max3(p0.y(), p1.y(), p2.y()); local
219 float right = max4(p0.x(), p1.x(), p2.x(), p3.x()); local
220 float bottom local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DDrawErrorUnderline.h64 double bottom = y + height; local
73 double right = x + (i + 2) * unitWidth; local
87 double right = x + (i + 2) * unitWidth; local
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dpwg.h65 bottom, /* Bottom margin in 2540ths */ member in struct:pwg_size_s
66 right, /* Right margin in 2540ths */ member in struct:pwg_size_s
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DProximityDetector.cpp71 unsigned right = documentPaddingRect.maxX(); local
72 unsigned bottom = documentPaddingRect.maxY(); local
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DCSSMetadata.js771 "bottom": 16, property in class:WebInspector.CSSMetadata.Weight
819 "right": 29, property in class:WebInspector.CSSMetadata.Weight
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSBasicShapes.cpp272 static String buildInsetRectangleString(const String& top, const String& right, const String& bottom, const String& left, const String& radiusX, const String& radiusY) argument
H A DRect.h33 CSSPrimitiveValue* right() const { return m_right.get(); } function in class:WebCore::RectBase
34 CSSPrimitiveValue* bottom() const { return m_bottom.get(); } function in class:WebCore::RectBase
38 void setRight(PassRefPtr<CSSPrimitiveValue> right) { m_right = right; } argument
39 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; } argument
103 generateCSSString(const String& top, const String& right, const String& bottom, const String& left) argument
133 generateCSSString(const String& top, const String& right, const String& bottom, const String& left) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DBorderData.h103 const BorderValue& right() const { return m_right; } function in class:WebCore::BorderData
105 const BorderValue& bottom() const { return m_bottom; } function in class:WebCore::BorderData
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnix3d.c127 GC left, right; local
222 int bottom, halfway, x1, x2, x1Delta, x2Delta; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWin3d.c128 int left, right; local
225 int bottom, halfway, x1, x2, x1Delta, x2Delta; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DCustomFilterRenderer.cpp50 static void orthogonalProjectionMatrix(TransformationMatrix& matrix, float left, float right, float bottom, float top) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp358 int right = lowerBoundScaledX(frameRect.maxX(), left); local
360 int bottom = lowerBoundScaledY(frameRect.maxY(), top); local
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderTextTrackCue.cpp162 LayoutUnit bottom = top + firstLineBox->height(); local
163 LayoutUnit right = left + firstLineBox->width(); local
329 LayoutUnit right = (parentWidth / 2) - (width / 2); local
[all...]
/macosx-10.9.5/cups-372.4/cups/ppdc/
H A Dppdc-driver.cxx882 char left[255], right[255], bottom[255], top[255]; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkGeometry.c182 Tk_SetInternalBorderEx( Tk_Window tkwin, int left, int right, int top, int bottom) argument
[all...]
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnix3d.c125 GC left, right; local
218 int bottom, halfway, x1, x2, x1Delta, x2Delta; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWin3d.c126 int left, right; local
222 int bottom, halfway, x1, x2, x1Delta, x2Delta; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/language/
H A Ddevan-util.el[all...]
H A Dknd-util.el[all...]

Completed in 164 milliseconds

1234