Searched +defs:bottom +defs:left (Results 1 - 25 of 83) sorted by relevance

1234

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DClientRect.h47 float bottom() const { return m_rect.maxY(); } function in class:WebCore::ClientRect
48 float left() const { return m_rect.x(); } function in class:WebCore::ClientRect
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DLengthBox.h70 Length left() const { return m_left; } 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
48 inline LayoutUnit bottom() const { return m_bottom; } function in class:WebCore::LayoutBoxExtent
49 inline LayoutUnit left() const { return m_left; } function in class:WebCore::LayoutBoxExtent
H A DIntRectExtent.h49 IntRectExtent(int top, int right, int bottom, int left) argument
63 int bottom() const { return m_bottom; } function in class:WebCore::IntRectExtent
64 void setBottom(int bottom) { m_bottom = bottom; } argument
66 int left() const { return m_left; } function in class:WebCore::IntRectExtent
67 void setLeft(int left) { m_left = left; } argument
[all...]
H A DIntRect.cpp116 int left = min(x(), other.x()); local
119 int bottom = max(maxY(), other.maxY()); local
H A DFloatQuad.cpp86 float left = min4(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
[all...]
H A DFloatRect.cpp168 float left = min(p0.x(), p1.x()); local
171 float bottom = max(p0.y(), p1.y()); local
207 float left = min3(p0.x(), p1.x(), p2.x()); local
210 float bottom = max3(p0.y(), p1.y(), p2.y()); local
217 float left = min4(p0.x(), p1.x(), p2.x(), p3.x()); local
220 float bottom local
[all...]
H A DFloatRect.h212 void setLocationAndSizeFromEdges(float left, float top, float right, float bottom) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DDrawErrorUnderline.h64 double bottom = y + height; local
85 double left = x + i * unitWidth; local
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dpwg.h64 left, /* Left margin in 2540ths */ member in struct:pwg_size_s
65 bottom, /* Bottom margin in 2540ths */ member in struct:pwg_size_s
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DProximityDetector.cpp69 unsigned left = -documentPaddingRect.x(); 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
788 "left": 54, 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.h34 CSSPrimitiveValue* bottom() const { return m_bottom.get(); } function in class:WebCore::RectBase
35 CSSPrimitiveValue* left() const { return m_left.get(); } function in class:WebCore::RectBase
39 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; } argument
40 void setLeft(PassRefPtr<CSSPrimitiveValue> left) { m_left = left; } 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...]
H A DCSSBasicShapes.h111 CSSPrimitiveValue* bottom() const { return m_bottom.get(); } function in class:WebCore::CSSBasicShapeInsetRectangle
112 CSSPrimitiveValue* left() const { return m_left.get(); } function in class:WebCore::CSSBasicShapeInsetRectangle
118 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; } argument
119 void setLeft(PassRefPtr<CSSPrimitiveValue> left) { m_left = left; } argument
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DBorderData.h102 const BorderValue& left() const { return m_left; } 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.cpp357 int left = upperBoundScaledX(frameRect.x()); local
360 int bottom = lowerBoundScaledY(frameRect.maxY(), top); local
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderTextTrackCue.cpp161 LayoutUnit left = x(); local
162 LayoutUnit bottom = top + firstLineBox->height(); 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...]

Completed in 250 milliseconds

1234