Searched +defs:top +defs:left (Results 1 - 25 of 124) sorted by relevance

12345

/macosx-10.10/WebCore-7600.1.25/dom/
H A DClientRect.h45 float top() const { return m_rect.y(); } function in class:WebCore::ClientRect
48 float left() const { return m_rect.x(); } function in class:WebCore::ClientRect
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLengthBox.h52 LengthBox(Length top, Length right, Length bottom, Length left) argument
60 LengthBox(int top, int right, int bottom, int left) argument
68 const Length& left() const { return m_left; } function in struct:WebCore::LengthBox
70 const Length& top() cons function in struct:WebCore::LengthBox
[all...]
/macosx-10.10/WebCore-7600.1.25/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
49 inline LayoutUnit left() const { return m_left; } function in class:WebCore::LayoutBoxExtent
H A DIntRect.cpp114 int left = std::min(x(), other.x()); local
115 int top = std::min(y(), other.y()); local
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
66 int left() const { return m_left; } function in class:WebCore::IntRectExtent
67 void setLeft(int left) { m_left = left; } argument
[all...]
H A DFloatQuad.cpp84 float left = min4(m_p1.x(), m_p2.x(), m_p3.x(), m_p4.x()); local
85 float top = min4(m_p1.y(), m_p2.y(), m_p3.y(), m_p4.y()); local
[all...]
H A DFloatRect.cpp152 float left = std::min(p0.x(), p1.x()); local
153 float top = std::min(p0.y(), p1.y()); local
191 float left = min3(p0.x(), p1.x(), p2.x()); local
192 float top = min3(p0.y(), p1.y(), p2.y()); local
201 float left = min4(p0.x(), p1.x(), p2.x(), p3.x()); local
202 float top local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DDrawErrorUnderline.h65 double top = y; local
85 double left = x + i * unitWidth; local
/macosx-10.10/cups-408/cups/cups/
H A Dpwg.h64 left, /* Left margin in 2540ths */ member in struct:pwg_size_s
67 top; /* Top margin in 2540ths */ member in struct:pwg_size_s
/macosx-10.10/WebCore-7600.1.25/css/
H A DRect.h32 CSSPrimitiveValue* top() const { return m_top.get(); } function in class:WebCore::RectBase
35 CSSPrimitiveValue* left() const { return m_left.get(); } function in class:WebCore::RectBase
37 void setTop(PassRefPtr<CSSPrimitiveValue> top) { m_top = top; } argument
40 void setLeft(PassRefPtr<CSSPrimitiveValue> left) { m_left = left; } argument
83 static String generateCSSString(const String& top, const String& right, const String& bottom, const String& left) argument
103 generateCSSString(const String& top, const String& right, const String& bottom, const String& left) argument
[all...]
H A DCSSBasicShapes.cpp297 static String buildInsetString(const String& top, const String& right, const String& bottom, const String& left, argument
H A DCSSBasicShapes.h69 CSSPrimitiveValue* top() const { return m_top.get(); } function in class:WebCore::CSSBasicShapeInset
72 CSSPrimitiveValue* left() const { return m_left.get(); } function in class:WebCore::CSSBasicShapeInset
79 void setTop(PassRefPtr<CSSPrimitiveValue> top) { m_top = top; } argument
82 void setLeft(PassRefPtr<CSSPrimitiveValue> left) { m_left = left; } argument
84 void updateShapeSize4Values(CSSPrimitiveValue* top, CSSPrimitiveValue* right, CSSPrimitiveValue* bottom, CSSPrimitiveValue* left) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gpu/
H A DTilingData.cpp191 int left = (!xIndex || m_numTilesX == 1) ? 0 : m_borderTexels; local
192 int top = (!yIndex || m_numTilesY == 1) ? 0 : m_borderTexels; local
/macosx-10.10/WebCore-7600.1.25/rendering/mathml/
H A DRenderMathMLMenclose.cpp110 int left = rect.x(); local
111 int top = rect.y(); local
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DBasicShapes.cpp232 float left = floatValueForLength(m_left, boundingBox.width()); local
233 float top = floatValueForLength(m_top, boundingBox.height()); local
H A DBorderData.h102 const BorderValue& left() const { return m_left; } function in class:WebCore::BorderData
104 const BorderValue& top() const { return m_top; } function in class:WebCore::BorderData
/macosx-10.10/groff-38/groff/src/preproc/eqn/
H A Ddelim.cpp36 const char *top; member in struct:delimiter
165 char *left; member in class:delim_box
197 a_delete left; local
202 static void build_extensible(const char *ext, const char *top, const char *mid, argument
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Davl.c183 Avlnode *p, *q, *r, *top; local
660 avl_dup_error( void* left, voi argument
666 avl_dup_ok( void* left, void* right ) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp353 int left = upperBoundScaledX(frameRect.x()); local
355 int top = upperBoundScaledY(frameRect.y()); local
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DSelectionRect.h69 void setLogicalLeft(int left) argument
85 void setLogicalTop(int top) argument
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderVTTCue.cpp178 LayoutUnit top = y(); local
179 LayoutUnit left = x(); local
[all...]
/macosx-10.10/cups-408/cups/ppdc/
H A Dppdc-driver.cxx864 char left[255], right[255], bottom[255], top[255]; local
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkGeometry.c182 Tk_SetInternalBorderEx( Tk_Window tkwin, int left, int right, int top, int bottom) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/term/
H A Dx-win.el[all...]
/macosx-10.10/WebCore-7600.1.25/page/
H A DPrintContext.cpp253 int top = box->pixelSnappedOffsetTop(); local
254 int left = box->pixelSnappedOffsetLeft(); local

Completed in 247 milliseconds

12345