Searched +defs:left +defs:top (Results 51 - 75 of 124) sorted by relevance

12345

/macosx-10.10/WebKit-7600.1.25/win/
H A DAccessibleBase.cpp699 HRESULT STDMETHODCALLTYPE AccessibleBase::accLocation(long* left, long* top, long* width, long* height, VARIANT vChild) argument
/macosx-10.10/cups-408/cups/ppdc/
H A Dppdc.h325 left, // Left limit in points member in class:ppdcMediaSize
328 top; // Top limit in points member in class:ppdcMediaSize
H A Dppdc-source.cxx718 left, // Left margin local
721 top; // Top margin local
3440 float left, // Current left margin local
3443 top; // Current top margin local
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dlex.c2128 register Sfio_t *top; local
2152 register int left = offset-(sp-stkptr(stkp,0)); local
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/gif/
H A Dgif.c755 register unsigned char *top; local
1168 unsigned int top,left; local
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkTheme.h103 short left; member in struct:__anon13580
104 short top; member in struct:__anon13580
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixMenu.c525 int left = x + mePtr->labelWidth + activeBorderWidth local
573 int top, left, activeBorderWidth; local
594 int top, left, activeBorderWidth; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc.el[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Dreslist.c752 uint32_t top, size; local
1636 struct SResource *left = *((struct SResource **)l); local
1656 struct SResource *left = *((struct SResource **)l); local
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DPublicDOMInterfaces.h1038 @property (readonly, strong) DOMCSSPrimitiveValue *top; variable
1041 @property (readonly, strong) DOMCSSPrimitiveValue *left; variable
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSComputedStyleDeclaration.cpp470 RefPtr<CSSPrimitiveValue> top = valueForImageSliceSide(slices.top()); local
474 RefPtr<CSSPrimitiveValue> left; local
507 RefPtr<CSSPrimitiveValue> top; local
510 RefPtr<CSSPrimitiveValue> left; local
[all...]
H A DDeprecatedStyleBuilder.cpp259 Length top = convertToLength(styleResolver, rect->top()); local
262 Length left = convertToLength(styleResolver, rect->left()); local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperGL.cpp600 const GC3Dfloat left = 0; local
601 const GC3Dfloat top = 0; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/transforms/
H A DTransformationMatrix.cpp690 float left = clampEdgeValue(floorf(mappedQuadBounds.x())); local
691 float top = clampEdgeValue(floorf(mappedQuadBounds.y())); local
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderBox.h76 LayoutUnit top() const { return topLeftLocation().y(); } function in class:WebCore::RenderBox
77 LayoutUnit left() const { return topLeftLocation().x(); } function in class:WebCore::RenderBox
98 void setLogicalLeft(LayoutUnit left) argument
105 void setLogicalTop(LayoutUnit top) argument
[all...]
H A DRenderTableCell.cpp344 int left = std::max(borderHalfLeft(true), outlineSize); local
346 int top = std::max(borderHalfTop(true), outlineSize); local
[all...]
H A DRootInlineBox.cpp502 int top = selectionTop(); local
505 float left = logicalLeftPosition; local
625 LayoutUnit top = selectionTop(); local
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DRenderStyle.cpp826 void RenderStyle::setClip(Length top, Length right, Length bottom, Length left) argument
1421 getShadowExtent(const ShadowData* shadow, LayoutUnit &top, LayoutUnit &right, LayoutUnit &bottom, LayoutUnit &left) const argument
1442 LayoutUnit top = 0; local
1445 LayoutUnit left = 0; local
1461 getShadowHorizontalExtent(const ShadowData* shadow, LayoutUnit &left, LayoutUnit &right) const argument
1476 getShadowVerticalExtent(const ShadowData* shadow, LayoutUnit &top, LayoutUnit &bottom) const argument
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dcups.h292 left, /* Left margin in hundredths of member in struct:cups_size_s
296 top; /* Top margin in hundredths of member in struct:cups_size_s
H A Dppd.h210 float left; /* Left printable margin in points */ member in struct:ppd_size_s
213 float top; /* Top printable margin in points */ member in struct:ppd_size_s
/macosx-10.10/emacs-93/emacs/lisp/
H A Ddframe.el[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dframe.c2656 Lisp_Object left, top; local
3917 int left, top; local
[all...]
H A Dmacterm.h415 Lisp_Object top, left, width, height; member in struct:scroll_bar
H A Dw32term.h470 Lisp_Object top, left, width, height; member in struct:scroll_bar
/macosx-10.10/ruby-106/ruby/ext/curses/
H A Dcurses.c856 curses_setscrreg(VALUE obj, VALUE top, VALUE bottom) argument
1489 window_initialize(VALUE obj, VALUE h, VALUE w, VALUE top, VALU argument
1514 window_subwin(VALUE obj, VALUE height, VALUE width, VALUE top, VALUE left) argument
2142 window_setscrreg(VALUE obj, VALUE top, VALUE bottom) argument
[all...]

Completed in 703 milliseconds

12345