Searched +defs:top +defs:right (Results 51 - 75 of 96) sorted by relevance

1234

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DDeprecatedStyleBuilder.cpp258 Length top = convertToLength(styleResolver, rect->top()); local
259 Length right = convertToLength(styleResolver, rect->right()); local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DGraphicsContextQt.cpp1072 qreal top = y; local
1082 qreal right local
1096 qreal right = x + (i + 2) * unitWidth; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperGL.cpp660 const GC3Dfloat top = 0; local
661 const GC3Dfloat right = 1; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/transforms/
H A DTransformationMatrix.cpp631 float top = clampEdgeValue(floorf(mappedQuadBounds.y())); local
633 float right; local
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderTableCell.cpp336 int right = max(borderHalfRight(true), outlineSize); local
337 int top = max(borderHalfTop(true), outlineSize); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.cpp811 void RenderStyle::setClip(Length top, Length right, Lengt argument
1417 getShadowExtent(const ShadowData* shadow, LayoutUnit &top, LayoutUnit &right, LayoutUnit &bottom, LayoutUnit &left) const argument
1438 LayoutUnit top = 0; local
1439 LayoutUnit right = 0; local
1472 getShadowVerticalExtent(const ShadowData* shadow, LayoutUnit &top, LayoutUnit &bottom) const argument
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dcups.h298 right, /* Right margin in hundredths of member in struct:cups_size_s
300 top; /* Top margin in hundredths of member in struct:cups_size_s
H A Dppd.h212 float right; /* Right 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.9.5/cups-372.4/cups/ppdc/
H A Dppdc-source.cxx763 right, // Right margin local
764 top; // Top margin local
3486 right, // Current right margin local
3487 top; // Current top margin local
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dregcomp.c640 struct state *left, *right; /* scaffolding for branch */ local
715 parsebranch( struct vars *v, int stopper, int type, struct state *left, struct state *right, int partial) argument
763 parseqatom( struct vars *v, int stopper, int type, struct state *lp, struct state *rp, struct subre *top) argument
1424 struct state *right = newstate(v->nfa); local
1658 struct state *left, *right; local
[all...]
H A DtclCmdIL.c1298 CallFrame *top = iPtr->varFramePtr; local
4034 DictionaryCompare( char *left, char *right) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeTheme.c1729 int left, top, right, bottom; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkFont.c2778 int left, top, right, bottom; local
[all...]
H A DtkCanvas.c5300 int left, right, top, bottom, delta; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkLayout.c392 Ttk_MakePadding(short left, short top, short right, short bottom) argument
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkCanvas.c5461 int left, right, top, bottom, delta; local
[all...]
H A DtkFont.c2657 int left, top, right, bottom; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A Dnpapi.h225 uint16_t top; member in struct:_NPRect
228 uint16_t right; member in struct:_NPRect
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dregexec.c1748 Idx top = mctx->state_log_top; local
4223 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; local
4313 Idx left, right, mid, last; local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dxec.c803 Dt_t *top = shp->var_tree; local
2643 register char *right; local
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_format.h208 int16_t top; member in struct:FndrDirInfo::__anon14421
211 int16_t right; member in struct:FndrDirInfo::__anon14421
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dmac-win.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dtable.el[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Ddispnew.c648 int left = -1, right = -1; local
3095 int left, right, x, width; local
4499 int left, right; local
4529 int left, right; local
5352 int top = WINDOW_TOP_EDGE_LINE (XWINDOW (FRAME_MINIBUF_WINDOW (f))); local
[all...]

Completed in 306 milliseconds

1234