Searched defs:layout (Results 76 - 100 of 118) sorted by relevance

12345

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderElement.cpp1100 void RenderElement::layout() function in class:WebCore::RenderElement
H A DRenderImage.cpp673 void RenderImage::layout() function in class:WebCore::RenderImage
[all...]
H A DRenderListBox.cpp161 void RenderListBox::layout() function in class:WebCore::RenderListBox
H A DRenderMultiColumnSet.cpp386 void RenderMultiColumnSet::layout() function in class:WebCore::RenderMultiColumnSet
H A DRenderNamedFlowThread.cpp406 void RenderNamedFlowThread::layout() function in class:WebCore::RenderNamedFlowThread
H A DRenderFlowThread.cpp181 void RenderFlowThread::layout() function in class:WebCore::RenderFlowThread
[all...]
H A DRenderListMarker.cpp1365 void RenderListMarker::layout() function in class:WebCore::RenderListMarker
H A DRenderTable.cpp422 void RenderTable::layout() function in class:WebCore::RenderTable
[all...]
H A DRenderTableCell.cpp252 void RenderTableCell::layout() function in class:WebCore::RenderTableCell
H A DRenderTableSection.cpp382 void RenderTableSection::layout() function in class:WebCore::RenderTableSection
H A DRenderView.cpp320 void RenderView::layout() function in class:WebCore::RenderView
[all...]
/macosx-10.10/libauto-186/
H A DReferenceIterator.h359 usword_t layout = subzone->layout(q); local
371 usword_t layout = large->layout(); local
544 scan_block(ReferenceIterator &scanner, void *block, usword_t size, usword_t layout, WriteBarrier *wb) argument
554 scan_object(ReferenceIterator &scanner, void *object, usword_t size, usword_t layout, const unsigned char* map, WriteBarrier *wb) argument
688 scan_block(ReferenceIterator &scanner, void *block, usword_t size, usword_t layout, WriteBarrier *wb) argument
711 scan_object(ReferenceIterator &scanner, void *object, usword_t size, usword_t layout, const unsigned char* map, WriteBarrier *wb) argument
772 scan_block(ReferenceIterator &scanner, void *block, usword_t size, usword_t layout, WriteBarrier *wb) argument
781 scan_object(ReferenceIterator &scanner, void *object, usword_t size, usword_t layout, const unsigned char* map, WriteBarrier *wb) argument
[all...]
H A Dauto_zone.h641 typedef void (^auto_zone_node_dump)(const void *address, unsigned long size, unsigned int layout, unsigned long refcount); variable
H A DSubzone.h547 inline usword_t layout(usword_t q) const { return (_side_data[q] & layout_mask) >> layout_log2; } function in class:Auto::Subzone
582 inline void set_layout(usword_t q, usword_t layout) { argument
694 inline void allocate(usword_t q, const usword_t n, const usword_t layout, const bool refcount_is_one, const bool is_local) { argument
H A DZone.cpp410 void *Zone::allocate_large(Thread &thread, usword_t &size, const usword_t layout, bool clear, bool refcount_is_one) { argument
564 void *Zone::block_allocate(Thread &thread, const size_t size, const usword_t layout, bool clear, bool refcount_is_one) { argument
632 unsigned Zone::batch_allocate(Thread &thread, size_t size, const usword_t layout, boo argument
686 int layout = subzone->layout(q); local
710 int layout = large->layout(); local
796 block_set_layout(void *block, const usword_t layout) argument
1464 handle_overretained_garbage(void *block, int rc, auto_memory_type_t layout) argument
[all...]
H A DZoneCompaction.cpp372 usword_t layout = subzone->layout(q); local
784 usword_t layout = subzone->layout(q); local
796 usword_t layout = large->layout(); local
948 usword_t layout = subzone->layout(q); local
[all...]
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOBinder.hpp162 Binder<A>::Binder(const MachOLayoutAbstraction& layout, uint64_t dyldBaseAddress) argument
H A DMachOLayout.hpp293 const MachOLayoutAbstraction* layout = *it; local
/macosx-10.10/emacs-93/emacs/src/
H A Dw32proc.c2187 (layout) variable
2191 CHECK_CONS (layout); variable
2192 CHECK_NUMBER_CAR (layout); variable
2193 CHECK_NUMBER_CDR (layout); variable
[all...]
/macosx-10.10/man-16/man/man2html/
H A Dman2html.c723 TABLEROW *layout, *currow; local
853 TABLEROW *layout=NULL, *currow; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeTheme.c1603 Ttk_Layout layout; member in struct:TreeThemeData_
1617 Ttk_Layout layout = themeData->headingLayout; local
1654 Ttk_Layout layout = themeData->buttonLayout; local
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkFont.c2277 Tk_DrawTextLayout( Display *display, Drawable drawable, GC gc, Tk_TextLayout layout, int x, int y, int firstChar, int lastChar) argument
2360 Tk_UnderlineTextLayout( Display *display, Drawable drawable, GC gc, Tk_TextLayout layout, int x, int y, int underline) argument
2419 Tk_PointToChar( Tk_TextLayout layout, int x, int y) argument
2561 Tk_CharBbox( Tk_TextLayout layout, int index, int *xPtr, int *yPtr, int *widthPtr, int *heightPtr) argument
2679 Tk_DistanceToTextLayout( Tk_TextLayout layout, int x, int y) argument
2763 Tk_IntersectTextLayout( Tk_TextLayout layout, int x, int y, int width, int height) argument
2871 Tk_TextLayoutToPostscript( Tcl_Interp *interp, Tk_TextLayout layout) argument
3870 TkFontGetFirstTextLayout( Tk_TextLayout layout, Tk_Font *font, char *dst) argument
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkLayout.c844 Ttk_Layout layout = (Ttk_Layout)ckalloc(sizeof(*layout)); local
853 Ttk_FreeLayout(Ttk_Layout layout) argument
935 Ttk_RebindSublayout(Ttk_Layout layout, void *recordPtr) argument
944 Ttk_QueryOption( Ttk_Layout layout, const char *optionName, Ttk_State state) argument
955 Ttk_LayoutStyle(Ttk_Layout layout) argument
967 Ttk_NodeSize( Ttk_Layout layout, Ttk_LayoutNode *node, Ttk_State state, int *widthPtr, int *heightPtr, Ttk_Padding *paddingPtr) argument
988 Ttk_NodeListSize( Ttk_Layout layout, Ttk_LayoutNode *node, Ttk_State state, int *widthPtr, int *heightPtr) argument
1019 Ttk_LayoutNodeInternalPadding( Ttk_Layout layout, Ttk_LayoutNode *node) argument
1035 Ttk_LayoutNodeInternalParcel(Ttk_Layout layout, Ttk_LayoutNode *node) argument
1044 Ttk_LayoutSize( Ttk_Layout layout, Ttk_State state, int *widthPtr, int *heightPtr) argument
1050 Ttk_LayoutNodeReqSize( Ttk_Layout layout, Ttk_LayoutNode *node, int *widthPtr, int *heightPtr) argument
1065 Ttk_PlaceNodeList( Ttk_Layout layout, Ttk_LayoutNode *node, Ttk_State state, Ttk_Box cavity) argument
1090 Ttk_PlaceLayout(Ttk_Layout layout, Ttk_State state, Ttk_Box b) argument
1103 Ttk_DrawNodeList( Ttk_Layout layout, Ttk_State state, Ttk_LayoutNode *node, Drawable d) argument
1127 Ttk_DrawLayout(Ttk_Layout layout, Ttk_State state, Drawable d) argument
1158 Ttk_IdentifyElement(Ttk_Layout layout, int x, int y) argument
1196 Ttk_FindElement(Ttk_Layout layout, const char *nodeName) argument
1206 Ttk_ClientRegion(Ttk_Layout layout, const char *elementName) argument
1237 Ttk_PlaceElement(Ttk_Layout layout, Ttk_Element node, Ttk_Box b) argument
[all...]
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkFont.c3746 TkFontGetFirstTextLayout( Tk_TextLayout layout, Tk_Font * font, char * dst) argument
[all...]
/macosx-10.10/vim-55/src/
H A Dwindow.c708 int layout; local
[all...]

Completed in 302 milliseconds

12345