Searched +defs:right +defs:top (Results 1 - 25 of 96) sorted by relevance

1234

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DClientRect.h45 float top() const { return m_rect.y(); } function in class:WebCore::ClientRect
46 float right() const { return m_rect.maxX(); } 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
72 Length top() const { return m_top; } 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
46 inline LayoutUnit top() const { return m_top; } function in class:WebCore::LayoutBoxExtent
47 inline LayoutUnit right() const { return m_right; } function in class:WebCore::LayoutBoxExtent
H A DIntRectExtent.h49 IntRectExtent(int top, int right, int bottom, int left) argument
57 int top() const { return m_top; } function in class:WebCore::IntRectExtent
58 void setTop(int top) { m_top = top; } argument
60 int right() const { return m_right; } function in class:WebCore::IntRectExtent
61 void setRight(int right) { m_right = right; } argument
[all...]
H A DIntRect.cpp117 int top = min(y(), other.y()); local
118 int right = max(maxX(), other.maxX()); local
H A DFloatQuad.cpp87 float top = min4(m_p1.y(), m_p2.y(), m_p3.y(), m_p4.y()); local
89 float right = max4(m_p1.x(), m_p2.x(), m_p3.x(), m_p4.x()); local
H A DFloatRect.cpp169 float top = min(p0.y(), p1.y()); local
170 float right = max(p0.x(), p1.x()); local
208 float top = min3(p0.y(), p1.y(), p2.y()); local
209 float right = max3(p0.x(), p1.x(), p2.x()); local
218 float top = min4(p0.y(), p1.y(), p2.y(), p3.y()); local
219 float right 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.h65 double top = y; local
73 double right = x + (i + 2) * unitWidth; local
87 double right = x + (i + 2) * unitWidth; local
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dpwg.h66 right, /* Right margin in 2540ths */ member in struct:pwg_size_s
67 top; /* Top margin in 2540ths */ member in struct:pwg_size_s
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DProximityDetector.cpp70 unsigned top = -documentPaddingRect.y(); local
71 unsigned right = documentPaddingRect.maxX(); local
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DCSSMetadata.js819 "right": 29, property in class:WebInspector.CSSMetadata.Weight
829 "top": 71, 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.h32 CSSPrimitiveValue* top() const { return m_top.get(); } function in class:WebCore::RectBase
33 CSSPrimitiveValue* right() const { return m_right.get(); } function in class:WebCore::RectBase
37 void setTop(PassRefPtr<CSSPrimitiveValue> top) { m_top = top; } argument
38 void setRight(PassRefPtr<CSSPrimitiveValue> right) { m_right = right; } 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.h109 CSSPrimitiveValue* top() const { return m_top.get(); } function in class:WebCore::CSSBasicShapeInsetRectangle
110 CSSPrimitiveValue* right() const { return m_right.get(); } function in class:WebCore::CSSBasicShapeInsetRectangle
116 void setTop(PassRefPtr<CSSPrimitiveValue> top) { m_top = top; } argument
117 void setRight(PassRefPtr<CSSPrimitiveValue> right) { m_right = right; } argument
/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
104 const BorderValue& top() const { return m_top; } function in class:WebCore::BorderData
/macosx-10.9.5/groff-38/groff/src/preproc/eqn/
H A Ddelim.cpp36 const char *top; member in struct:delimiter
166 char *right; member in class:delim_box
198 a_delete right; local
202 static void build_extensible(const char *ext, const char *top, const char *mid, argument
[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/graphics/win/
H A DQTPixelBuffer.cpp206 void QTPixelBuffer::getExtendedPixels(size_t* left, size_t* right, size_t* top, size_t* bottom) const argument
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp358 int right = lowerBoundScaledX(frameRect.maxX(), left); local
359 int top = upperBoundScaledY(frameRect.y()); local
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderTextTrackCue.cpp160 LayoutUnit top = y(); 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/emacs-92/emacs/lisp/language/
H A Ddevan-util.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dx-win.el[all...]

Completed in 511 milliseconds

1234