Searched defs:layout (Results 201 - 225 of 354) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Ddisplay_options_handler.cc290 const ash::DisplayLayout layout = local
292 layout_value.reset(new base::FundamentalValue(layout.position));
293 offset_value.reset(new base::FundamentalValue(layout.offset));
344 double layout = -1; local
346 if (!args->GetDouble(0, &layout) || !args->GetDouble(1, &offset)) {
351 DCHECK_LE(ash::DisplayLayout::TOP, layout);
352 DCHECK_GE(ash::DisplayLayout::LEFT, layout);
358 static_cast<int>(layout),
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_ui.cc496 base::DictionaryValue layout; local
497 layout.SetDouble(printing::kSettingMarginTop, page_layout.margin_top);
498 layout.SetDouble(printing::kSettingMarginLeft, page_layout.margin_left);
499 layout.SetDouble(printing::kSettingMarginBottom, page_layout.margin_bottom);
500 layout.SetDouble(printing::kSettingMarginRight, page_layout.margin_right);
501 layout.SetDouble(printing::kSettingContentWidth, page_layout.content_width);
502 layout.SetDouble(printing::kSettingContentHeight, page_layout.content_height);
503 layout.SetInteger(printing::kSettingPrintableAreaX, printable_area.x());
504 layout.SetInteger(printing::kSettingPrintableAreaY, printable_area.y());
505 layout
[all...]
/external/chromium_org/content/public/android/java/resource_map/org/chromium/content/
H A DR.java59 public static final class layout { class in class:R
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DSliderThumbElement.cpp108 virtual void layout() OVERRIDE;
144 void RenderSliderContainer::layout() function in class:WebCore::RenderSliderContainer
163 // Force a layout to reset the position of the thumb so the code below doesn't move the thumb to the wrong place.
168 RenderFlexibleBox::layout();
220 // Since the code to calculate position is in the RenderSliderThumb layout
222 // renderer directly to trigger layout.
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFrameSet.cpp344 // now we have the final layout, distribute the delta over it
438 void RenderFrameSet::layout() function in class:WebCore::RenderFrameSet
469 RenderBox::layout();
518 child->layout();
H A DRenderListItem.cpp277 // during layout. crbug.com/370461
322 void RenderListItem::layout() function in class:WebCore::RenderListItem
336 RenderBlockFlow::layout();
364 // FIXME: Need to account for relative positioning in the layout overflow.
H A DRenderReplaced.cpp80 void RenderReplaced::layout() function in class:WebCore::RenderReplaced
189 // if we're invisible or haven't received a layout yet, then just bail.
217 // If the embedded document appears _after_ we performed the initial layout, our intrinsic size is 300x150. If our containing
218 // block doesn't provide an explicit width, it's set to the 300 default, coming from the initial layout run.
408 // computation, at which point this is reading stale data from a previous layout.
H A DRenderTextControlSingleLine.cpp94 void RenderTextControlSingleLine::layout() function in class:WebCore::RenderTextControlSingleLine
98 // FIXME: We should remove the height-related hacks in layout() and
160 // If we need another layout pass, we have changed one of children's height so we need to relayout them.
196 // The placeholder gets layout last, after the parent text control and its other children,
231 // We may have set the width and the height in the old style in layout().
232 // Reset them now to avoid getting a spurious layout hint.
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGRoot.cpp165 void RenderSVGRoot::layout() function in class:WebCore::RenderSVGRoot
H A DRenderSVGShape.cpp135 void RenderSVGShape::layout() function in class:WebCore::RenderSVGShape
155 // Invalidate all resources of this client if our layout changed.
H A DRenderSVGText.cpp170 // Detect changes in layout attributes and only measure those text parts that have changed!
264 // passes on to the base class, which removes us from the render tree. At this point we can update the layout attributes.
278 // nor the layout attributes cached in the leaf #text renderers.
322 void RenderSVGText::layout() function in class:WebCore::RenderSVGText
338 // When laying out initially, collect all layout attributes, build the character data map,
350 // When the x/y/dx/dy/rotate lists change, recompute the layout attributes, and eventually
362 // If the root layout size changed (eg. window size changes) or the transform to the root
388 // FIXME: We need to find a way to only layout the child boxes, if needed.
408 // Invalidate all resources of this client if our layout changed.
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidget.h93 // Called to layout the WebWidget. This MUST be called before Paint,
95 virtual void layout() { } function in class:blink::WebWidget
100 // multiple times once layout has been called, assuming no other
102 // processed, it should be assumed that another call to layout is
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/webrtc/modules/audio_processing/
H A Daudio_buffer.cc26 bool HasKeyboardChannel(AudioProcessing::ChannelLayout layout) { argument
27 switch (layout) {
39 int KeyboardChannelIndex(AudioProcessing::ChannelLayout layout) { argument
40 switch (layout) {
213 AudioProcessing::ChannelLayout layout) {
215 assert(ChannelsFromLayout(layout) == num_input_channels_);
218 if (HasKeyboardChannel(layout)) {
219 keyboard_data_ = data[KeyboardChannelIndex(layout)];
251 AudioProcessing::ChannelLayout layout,
254 assert(ChannelsFromLayout(layout)
211 CopyFrom(const float* const* data, int samples_per_channel, AudioProcessing::ChannelLayout layout) argument
250 CopyTo(int samples_per_channel, AudioProcessing::ChannelLayout layout, float* const* data) argument
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
H A Dmosaic_mode.js100 * Default layout delay in ms.
178 * keep the layout up to date.
310 this.layout();
350 Mosaic.prototype.layout = function() {
361 break; // Next layout will try to restart from here.
368 * Schedules the layout.
376 this.layout();
468 // If the layout for the tile has not done yet, the parent is null.
469 // And the layout will not be done after onSplice_ because it is removed
688 * @param {Mosaic.Layout} layoutModel The layout mode
[all...]
/external/chromium_org/ui/file_manager/gallery/js/
H A Dmosaic_mode.js100 * Default layout delay in ms.
178 * keep the layout up to date.
310 this.layout();
350 Mosaic.prototype.layout = function() {
361 break; // Next layout will try to restart from here.
368 * Schedules the layout.
376 this.layout();
468 // If the layout for the tile has not done yet, the parent is null.
469 // And the layout will not be done after onSplice_ because it is removed
688 * @param {Mosaic.Layout} layoutModel The layout mode
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp342 LayoutQualifier (const SharedPtr& enclosing, const glu::Layout& layout) argument
344 , m_layout (layout)
477 variable.layout.binding = 1;
480 variable.layout.format = glu::FORMATLAYOUT_RGBA8;
482 variable.layout.format = glu::FORMATLAYOUT_RGBA8I;
484 variable.layout.format = glu::FORMATLAYOUT_RGBA8UI;
491 variable.layout.binding = 1;
522 targetLayout = &variable.layout;
524 targetLayout = &interfaceBlock.layout;
591 DE_ASSERT(variable.layout
[all...]
H A Des31fUniformLocationTests.cpp79 ShaderStage declareLocation; // support declarations with/without layout qualifiers, needed for linkage testing
269 << "layout(location = 0) out mediump vec4 o_color;\n\n";
292 const string layout = uniformInfo.location >= 0 ? "layout(location = " + de::toString(uniformInfo.location) + ") " : ""; local
298 DE_ASSERT((declareInVert && layoutInVert) || !layoutInVert); // Cannot have layout without declaration
300 DE_ASSERT(location<0 || (layoutInVert || layoutInFrag)); // Cannot have location without layout
319 vertDecl << "uniform " << (layoutInVert ? layout : "") << glu::declare(uniformInfo.type, uniName) << ";\n";
322 fragDecl << "uniform " << (layoutInFrag ? layout : "") << glu::declare(uniformInfo.type, uniName) << ";\n";
/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/kernel-headers/original/uapi/linux/raid/
H A Dmd_u.h104 int layout; /* 0 the array's physical layout */ member in struct:mdu_array_info_s
/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,

Completed in 897 milliseconds

1234567891011>>