Searched defs:layout (Results 226 - 250 of 363) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c99 st->layout = LINEAR;
176 st->layout = LINEAR;
384 enum nouveau_surface_layout layout = local
405 .layout = layout,
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCSpinner.java334 protected void layout(Composite composite, boolean flushCache) { method in class:CSpinner.WindowsXpLayout
385 protected void layout(Composite composite, boolean flushCache) { method in class:CSpinner.WindowsVistaLayout
434 protected void layout(Composite composite, boolean flushCache) { method in class:CSpinner.LinuxLayout
484 protected void layout(Composite composite, boolean flushCache) { method in class:CSpinner.MacLayout
526 protected void layout(Composite composite, boolean flushCache) { method in class:CSpinner.MacCocoaLayout
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_zscan.c345 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line) argument
365 assert(pipe && layout && blocks_per_line);
368 patched_layout[layout[i]] = i;
525 pipe_sampler_view_reference(&buffer->layout, NULL);
531 vl_zscan_set_layout(struct vl_zscan_buffer *buffer, struct pipe_sampler_view *layout) argument
534 assert(layout);
536 pipe_sampler_view_reference(&buffer->layout, layout);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_blit.c441 return desc->layout == UTIL_FORMAT_LAYOUT_PLAIN ||
442 desc->layout == UTIL_FORMAT_LAYOUT_S3TC ||
443 desc->layout == UTIL_FORMAT_LAYOUT_RGTC;
463 unsigned layout; local
483 layout = util_format_description(dst_templ.format)->layout;
486 if (layout == UTIL_FORMAT_LAYOUT_PLAIN &&
515 if (layout == UTIL_FORMAT_LAYOUT_S3TC ||
516 layout == UTIL_FORMAT_LAYOUT_RGTC) {
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c99 st->layout = LINEAR;
176 st->layout = LINEAR;
384 enum nouveau_surface_layout layout = local
405 .layout = layout,
/external/valgrind/main/drd/
H A Ddrd_load_store.c582 VexGuestLayout* const layout,
580 instrument(VgCallbackClosure* const closure, IRSB* const bb_in, VexGuestLayout* const layout, VexGuestExtents* const vge, IRType const gWordTy, IRType const hWordTy) argument
/external/valgrind/main/exp-bbv/
H A Dbbv_main.c344 /* layout = guest layout */
348 IRSB* sbIn, VexGuestLayout* layout,
347 bbv_instrument( VgCallbackClosure* closure, IRSB* sbIn, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRType hWordTy ) argument
/external/chromium/chrome/browser/chromeos/login/
H A Deula_view.cc45 #include "views/layout/grid_layout.h"
46 #include "views/layout/layout_constants.h"
47 #include "views/layout/layout_manager.h"
165 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local
166 SetLayoutManager(layout);
167 views::ColumnSet* column_set = layout->AddColumnSet(0);
170 layout->StartRow(0, 0);
175 layout->AddView(label);
176 layout->AddPaddingRow(0, views::kRelatedControlVerticalSpacing);
178 layout
287 SetUpGridLayout(views::GridLayout* layout) argument
354 views::GridLayout* layout = new views::GridLayout(this); local
[all...]
/external/chromium/chrome/browser/chromeos/options/
H A Dwifi_config_view.cc25 #include "views/layout/grid_layout.h"
26 #include "views/layout/layout_constants.h"
605 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local
606 SetLayoutManager(layout);
609 views::ColumnSet* column_set = layout->AddColumnSet(column_view_set_id);
622 layout->StartRow(0, column_view_set_id);
623 layout->AddView(new views::Label(UTF16ToWide(l10n_util::GetStringUTF16(
630 layout->AddView(ssid_textfield_);
634 layout->AddView(label);
636 layout
[all...]
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.cc30 #include "views/layout/grid_layout.h"
31 #include "views/layout/layout_constants.h"
135 // Let the grid layout manager lay out most of the dialog...
317 // Yummy layout code.
318 GridLayout* layout = GridLayout::CreatePanel(this); local
319 SetLayoutManager(layout);
325 ColumnSet* column_set = layout->AddColumnSet(labels_column_set_id);
332 column_set = layout->AddColumnSet(single_column_view_set_id);
336 column_set = layout->AddColumnSet(buttons_column_set_id);
347 layout
[all...]
/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab_strip.cc376 // Only do a layout if our size changed.
457 void BaseTabStrip::StopAnimating(bool layout) { argument
463 if (layout)
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_controller.cc188 return current_wallpaper_->layout();
250 WallpaperLayout layout) {
256 image, GetMaxDisplaySizeInNative(), layout));
248 SetCustomWallpaper( const gfx::ImageSkia& image, WallpaperLayout layout) argument
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_list_detailed_view.cc44 #include "ui/views/layout/box_layout.h"
45 #include "ui/views/layout/fill_layout.h"
405 views::BoxLayout* layout = new views::BoxLayout( local
410 layout->set_spread_blank_space(true);
411 bottom_row->SetLayoutManager(layout);
/external/chromium_org/ash/system/tray/
H A Dtray_background_view.cc32 #include "ui/views/layout/box_layout.h"
293 views::BoxLayout* layout = local
295 layout->set_spread_blank_space(true);
296 views::View::SetLayoutManager(layout);
310 views::BoxLayout* layout = local
312 layout->set_spread_blank_space(true);
313 views::View::SetLayoutManager(layout);
406 // The animator should never fire when the alternate shelf layout is used.
557 // Note that with the alternate shelf layout the tips are not shown and
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_private_api.cc304 if (params->layout != wallpaper_private::WALLPAPER_LAYOUT_STRETCH &&
360 ash::WallpaperLayout layout = wallpaper_api_util::GetLayoutEnum( local
361 wallpaper_private::ToString(params->layout));
363 wallpaper_manager->SetWallpaperFromImageSkia(wallpaper, layout);
368 layout,
463 ash::WallpaperLayout layout = wallpaper_api_util::GetLayoutEnum( local
464 wallpaper_private::ToString(params->layout));
466 wallpaper_manager->SetWallpaperFromImageSkia(*wallpaper.get(), layout);
471 layout,
543 ash::WallpaperLayout layout local
[all...]
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.cc36 #include "ui/views/layout/grid_layout.h"
37 #include "ui/views/layout/layout_constants.h"
297 GridLayout* layout = GridLayout::CreatePanel(this); local
298 SetLayoutManager(layout);
304 views::ColumnSet* column_set = layout->AddColumnSet(labels_column_set_id);
311 column_set = layout->AddColumnSet(single_column_view_set_id);
315 column_set = layout->AddColumnSet(buttons_column_set_id);
326 layout->StartRow(0, labels_column_set_id);
327 layout->AddView(title_label_);
328 layout
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dcreate_application_shortcut_view.cc41 #include "ui/base/layout.h"
50 #include "ui/views/layout/grid_layout.h"
51 #include "ui/views/layout/layout_constants.h"
85 // Sets up layout manager.
145 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local
146 SetLayoutManager(layout);
149 views::ColumnSet* column_set = layout->AddColumnSet(kColumnSetId);
156 layout->StartRow(0, kColumnSetId);
157 layout->AddView(icon_, 1, description_ ? 2 : 1);
158 layout
296 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local
[all...]
H A Dprofile_chooser_view.cc41 #include "ui/views/layout/grid_layout.h"
42 #include "ui/views/layout/layout_constants.h"
59 views::GridLayout* layout = new views::GridLayout(view); local
60 view->SetLayoutManager(layout);
62 views::ColumnSet* columns = layout->AddColumnSet(0);
65 return layout;
70 views::GridLayout* layout = new views::GridLayout(view); local
71 view->SetLayoutManager(layout);
73 views::ColumnSet* columns = layout->AddColumnSet(0);
79 return layout;
432 views::GridLayout* layout = CreateSingleColumnLayout(this); local
616 views::GridLayout* layout = CreateDoubleColumnLayout(view); local
669 views::GridLayout* layout = CreateDoubleColumnLayout(view); local
708 views::GridLayout* layout = CreateSingleColumnLayout(view); local
743 views::GridLayout* layout = CreateSingleColumnLayout(view); local
791 views::GridLayout* layout = CreateSingleColumnLayout(view); local
829 CreateAccountButton(views::GridLayout* layout, const std::string& account, bool is_primary_account) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/translate/
H A Dtranslate_bubble_view.cc34 #include "ui/views/layout/box_layout.h"
35 #include "ui/views/layout/grid_layout.h"
36 #include "ui/views/layout/layout_constants.h"
483 views::GridLayout* layout = new views::GridLayout(view); local
484 view->SetLayoutManager(layout);
493 views::ColumnSet* cs = layout->AddColumnSet(COLUMN_SET_ID_MESSAGE);
501 cs = layout->AddColumnSet(COLUMN_SET_ID_CONTENT);
509 layout->StartRow(0, COLUMN_SET_ID_MESSAGE);
510 layout->AddView(message_label);
511 layout
534 views::GridLayout* layout = new views::GridLayout(view); local
575 views::GridLayout* layout = new views::GridLayout(view); local
620 views::GridLayout* layout = new views::GridLayout(view); local
695 views::GridLayout* layout = new views::GridLayout(view); local
[all...]
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen_pepper.cc171 virtual void layout() { function in class:content::__anon8560::PepperWidget
/external/chromium_org/media/audio/win/
H A Dcore_audio_util_win.cc72 static ChannelConfig ChannelLayoutToChannelConfig(ChannelLayout layout) { argument
73 switch (layout) {
105 DVLOG(2) << "Unsupported channel layout: " << layout;
548 // channel layout (and possibly number of channels) is modified.
550 // Convert generic channel layout into Windows-specific channel configuration.
557 // Modify the format if the new channel layout has changed the number of
613 // Get the integer mask which corresponds to the channel layout the
626 // Some devices don't appear to set a valid channel layout, so guess based on
631 << ". Guessing layout b
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeEditElement.cpp494 // FIXME: This is a kind of layout. We might want to introduce new renderer.
650 void DateTimeEditElement::layout(const LayoutParameters& layoutParameters, const DateComponents& dateValue) function in class:WebCore::DateTimeEditElement
724 layout(layoutParameters, date);
737 layout(layoutParameters, dateForReadOnlyField);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderImage.cpp222 // layout() will be called after we are inserted in the tree which will take care of
245 // There's no easy way to detect that shrink-to-fit is needed, always force a layout.
259 // The inner content rectangle is calculated during layout, but may need an update now
260 // (unless the box has already been scheduled for layout). In order to calculate it, we
262 // early. It may be that layout hasn't even taken place once yet.
569 void RenderImage::layout() function in class:WebCore::RenderImage
572 RenderReplaced::layout();
H A DRenderReplaced.cpp80 void RenderReplaced::layout() function in class:WebCore::RenderReplaced
190 // if we're invisible or haven't received a layout yet, then just bail.
220 // If the embedded document appears _after_ we performed the initial layout, our intrinsic size is 300x150. If our containing
221 // block doesn't provide an explicit width, it's set to the 300 default, coming from the initial layout run.
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.cc31 #include "hb-ot-layout-private.hh"
33 #include "hb-ot-layout-gdef-table.hh"
34 #include "hb-ot-layout-gsub-table.hh"
35 #include "hb-ot-layout-gpos-table.hh"
36 #include "hb-ot-layout-jstf-table.hh"
49 hb_ot_layout_t *layout = (hb_ot_layout_t *) calloc (1, sizeof (hb_ot_layout_t)); local
50 if (unlikely (!layout))
53 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
54 layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout
84 _hb_ot_layout_destroy(hb_ot_layout_t *layout) argument
[all...]

Completed in 765 milliseconds

1234567891011>>