HomeSort by relevance Sort by last modified time
    Searched refs:layers (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/chromium_org/third_party/opus/src/src/
mlp.h 34 int layers; member in struct:__anon13818
mlp_train.h 78 int layers; member in struct:__anon13819
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
layersPanel.css 31 .layers.panel .outline-disclosure {
35 .layers.panel div.outline-disclosure > ol {
39 .layers.panel .outline-disclosure ol.children {
43 .layers.panel .outline-disclosure li {
52 .layers.panel .outline-disclosure .dimmed {
56 .layers-3d-view {
60 .layers-3d-view .rotating-container {
64 .layers-3d-view .rotating-container > .layer-container {
68 .layers-3d-view .layer-container {
74 .layers-3d-view .layer-container.invisible
    [all...]
  /frameworks/opt/colorpicker/src/com/android/colorpicker/
ColorStateDrawable.java 34 public ColorStateDrawable(Drawable[] layers, int color) {
35 super(layers);
  /external/chromium_org/cc/
cc.target.darwin-arm.mk 73 cc/layers/content_layer.cc \
74 cc/layers/contents_scaling_layer.cc \
75 cc/layers/delegated_frame_provider.cc \
76 cc/layers/delegated_frame_resource_collection.cc \
77 cc/layers/delegated_renderer_layer.cc \
78 cc/layers/delegated_renderer_layer_impl.cc \
79 cc/layers/heads_up_display_layer.cc \
80 cc/layers/heads_up_display_layer_impl.cc \
81 cc/layers/image_layer.cc \
82 cc/layers/io_surface_layer.cc
    [all...]
cc.target.darwin-mips.mk 73 cc/layers/content_layer.cc \
74 cc/layers/contents_scaling_layer.cc \
75 cc/layers/delegated_frame_provider.cc \
76 cc/layers/delegated_frame_resource_collection.cc \
77 cc/layers/delegated_renderer_layer.cc \
78 cc/layers/delegated_renderer_layer_impl.cc \
79 cc/layers/heads_up_display_layer.cc \
80 cc/layers/heads_up_display_layer_impl.cc \
81 cc/layers/image_layer.cc \
82 cc/layers/io_surface_layer.cc
    [all...]
cc.target.darwin-x86.mk 73 cc/layers/content_layer.cc \
74 cc/layers/contents_scaling_layer.cc \
75 cc/layers/delegated_frame_provider.cc \
76 cc/layers/delegated_frame_resource_collection.cc \
77 cc/layers/delegated_renderer_layer.cc \
78 cc/layers/delegated_renderer_layer_impl.cc \
79 cc/layers/heads_up_display_layer.cc \
80 cc/layers/heads_up_display_layer_impl.cc \
81 cc/layers/image_layer.cc \
82 cc/layers/io_surface_layer.cc
    [all...]
cc.target.linux-arm.mk 73 cc/layers/content_layer.cc \
74 cc/layers/contents_scaling_layer.cc \
75 cc/layers/delegated_frame_provider.cc \
76 cc/layers/delegated_frame_resource_collection.cc \
77 cc/layers/delegated_renderer_layer.cc \
78 cc/layers/delegated_renderer_layer_impl.cc \
79 cc/layers/heads_up_display_layer.cc \
80 cc/layers/heads_up_display_layer_impl.cc \
81 cc/layers/image_layer.cc \
82 cc/layers/io_surface_layer.cc
    [all...]
cc.target.linux-mips.mk 73 cc/layers/content_layer.cc \
74 cc/layers/contents_scaling_layer.cc \
75 cc/layers/delegated_frame_provider.cc \
76 cc/layers/delegated_frame_resource_collection.cc \
77 cc/layers/delegated_renderer_layer.cc \
78 cc/layers/delegated_renderer_layer_impl.cc \
79 cc/layers/heads_up_display_layer.cc \
80 cc/layers/heads_up_display_layer_impl.cc \
81 cc/layers/image_layer.cc \
82 cc/layers/io_surface_layer.cc
    [all...]
cc.target.linux-x86.mk 73 cc/layers/content_layer.cc \
74 cc/layers/contents_scaling_layer.cc \
75 cc/layers/delegated_frame_provider.cc \
76 cc/layers/delegated_frame_resource_collection.cc \
77 cc/layers/delegated_renderer_layer.cc \
78 cc/layers/delegated_renderer_layer_impl.cc \
79 cc/layers/heads_up_display_layer.cc \
80 cc/layers/heads_up_display_layer_impl.cc \
81 cc/layers/image_layer.cc \
82 cc/layers/io_surface_layer.cc
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_compositor.c 678 struct vl_compositor_layer *layer = &s->layers[i];
717 struct vl_compositor_layer *layer = &s->layers[i];
779 s->layers[i].clearing = i ? false : true;
780 s->layers[i].blend = NULL;
781 s->layers[i].fs = NULL;
782 s->layers[i].viewport.scale[2] = 1;
783 s->layers[i].viewport.scale[3] = 1;
784 s->layers[i].viewport.translate[2] = 0;
785 s->layers[i].viewport.translate[3] = 0;
788 pipe_sampler_view_reference(&s->layers[i].sampler_views[j], NULL)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 678 struct vl_compositor_layer *layer = &s->layers[i];
717 struct vl_compositor_layer *layer = &s->layers[i];
779 s->layers[i].clearing = i ? false : true;
780 s->layers[i].blend = NULL;
781 s->layers[i].fs = NULL;
782 s->layers[i].viewport.scale[2] = 1;
783 s->layers[i].viewport.scale[3] = 1;
784 s->layers[i].viewport.translate[2] = 0;
785 s->layers[i].viewport.translate[3] = 0;
788 pipe_sampler_view_reference(&s->layers[i].sampler_views[j], NULL)
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkCanvasStateUtils.cpp 80 layers = NULL;
88 // loop through the layers and free the data allocated to the clipRects
90 sk_free(layers[i].mcState.clipRects);
94 sk_free(layers);
115 SkCanvasLayerState* layers; member in class:SkCanvasState
198 * decompose the layers
200 * storage is allocated on the stack for the first 3 layers. It is common in
201 * some view systems (e.g. Android) that a few non-clipped layers are present
241 // allocate memory for the layers and then and copy them to the struct
244 canvasState->layers = (SkCanvasLayerState*) sk_malloc_throw(layerWriter.bytesWritten())
    [all...]
  /external/skia/src/utils/
SkCanvasStateUtils.cpp 80 layers = NULL;
88 // loop through the layers and free the data allocated to the clipRects
90 sk_free(layers[i].mcState.clipRects);
94 sk_free(layers);
115 SkCanvasLayerState* layers; member in class:SkCanvasState
198 * decompose the layers
200 * storage is allocated on the stack for the first 3 layers. It is common in
201 * some view systems (e.g. Android) that a few non-clipped layers are present
241 // allocate memory for the layers and then and copy them to the struct
244 canvasState->layers = (SkCanvasLayerState*) sk_malloc_throw(layerWriter.bytesWritten())
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
LayerDrawable.java 62 * Create a new layer drawable with the list of specified layers.
64 * @param layers A list of drawables to use as layers in this new drawable.
66 public LayerDrawable(Drawable[] layers) {
67 this(layers, null);
71 * Create a new layer drawable with the specified list of layers and the specified
74 * @param layers The list of layers to add to this drawable.
77 LayerDrawable(Drawable[] layers, LayerState state) {
79 int length = layers.length
223 final ChildDrawable[] layers = mLayerState.mChildren; local
283 final ChildDrawable[] layers = mLayerState.mChildren; local
    [all...]
TransitionDrawable.java 74 * Create a new transition drawable with the specified list of layers. At least
75 * 2 layers are required for this drawable to work properly.
77 public TransitionDrawable(Drawable[] layers) {
78 this(new TransitionState(null, null, null), layers);
83 * layers must be added to this drawable.
95 private TransitionDrawable(TransitionState state, Drawable[] layers) {
96 super(layers, state);
  /packages/apps/InCallUI/src/com/android/incallui/
AnimationUtils.java 156 public CrossFadeDrawable(Drawable[] layers) {
157 super(layers);
198 Drawable[] layers = new Drawable[2]; local
199 layers[0] = first;
200 layers[1] = second;
201 return new CrossFadeDrawable(layers);
262 Drawable[] layers = new Drawable[2];
263 layers[0] = from;
264 layers[1] = to;
265 TransitionDrawable transitionDrawable = new TransitionDrawable(layers);
    [all...]
CallButtonFragment.java 345 * Updates the audio button so that the appriopriate visual layers
372 // Update desired layers:
393 // update desired layers:
406 // update desired layers:
428 final LayerDrawable layers = (LayerDrawable) mAudioButton.getBackground(); local
429 Log.d(this, "'layers' drawable: " + layers);
431 layers.findDrawableByLayerId(R.id.compoundBackgroundItem)
434 layers.findDrawableByLayerId(R.id.moreIndicatorItem)
437 layers.findDrawableByLayerId(R.id.bluetoothItem
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_texture.c 62 GLuint layers,
73 assert(layers == 6);
89 pt.array_size = (target == PIPE_TEXTURE_CUBE ? 6 : layers);
103 * In OpenGL the number of 1D array texture layers is the "height" and
104 * the number of 2D array texture layers is the "depth". In Gallium the
105 * number of layers in an array texture is a separate 'array_size' field.
304 GLuint layers; local
308 layers = dst->array_size;
310 layers = u_minify(dst->depth0, level);
314 for (i = 0; i < layers; i++)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_texture.c 62 GLuint layers,
73 assert(layers == 6);
89 pt.array_size = (target == PIPE_TEXTURE_CUBE ? 6 : layers);
103 * In OpenGL the number of 1D array texture layers is the "height" and
104 * the number of 2D array texture layers is the "depth". In Gallium the
105 * number of layers in an array texture is a separate 'array_size' field.
304 GLuint layers; local
308 layers = dst->array_size;
310 layers = u_minify(dst->depth0, level);
314 for (i = 0; i < layers; i++)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp 111 void gatherGraphicsLayers(GraphicsLayer* root, HashMap<int, int>& layerIdToNodeIdMap, RefPtr<TypeBuilder::Array<TypeBuilder::LayerTree::Layer> >& layers)
114 layers->addItem(buildObjectForLayer(root, layerIdToNodeIdMap.get(layerId)));
116 gatherGraphicsLayers(replica, layerIdToNodeIdMap, layers);
118 gatherGraphicsLayers(root->children()[i], layerIdToNodeIdMap, layers);
188 RefPtr<TypeBuilder::Array<TypeBuilder::LayerTree::Layer> > layers = TypeBuilder::Array<TypeBuilder::LayerTree::Layer>::create(); local
190 gatherGraphicsLayers(compositor->rootGraphicsLayer(), layerIdToNodeIdMap, layers);
191 return layers.release();
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_occlusion.cc 7 #include "cc/layers/layer.h"
581 std::vector<scoped_refptr<TestLayer> > layers; variable
587 layers.push_back(TestLayer::Create());
590 layers.back().get(), NULL, identity_matrix_,
595 layers.back().get(), layers[layers.size() - 2].get(),
599 layers.back()->SetForceRenderSurface(true);
606 child.get(), layers[i].get(), identity_matrix_,
612 layers[i]->set_expected_occlusion(expected_occlusion)
615 layer_tree_host()->SetRootLayer(layers[0]); variable
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 68 int layers; member in struct:SvcInternal
80 // Superframe is used to generate an index of individual frames (i.e., layers)
374 * Format: encoding-mode=<svc_mode>,layers=<layer_count>
403 } else if (strcmp("layers", option_name) == 0) {
482 svc_log(svc_ctx, SVC_LOG_ERROR, "spatial layers: invalid value: %d\n",
486 // use SvcInternal value for number of layers to enable forcing single layer
488 si->layers = svc_ctx->spatial_layers;
501 enc_cfg->ss_number_layers = si->layers;
611 if (si->layer == si->layers - 1) {
639 if (2 * si->layers - SVC_REFERENCE_FRAMES <= si->layer)
    [all...]
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorSuggestionListAdapter.java 71 LayerDrawable layers = (LayerDrawable) button.getBackground(); local
73 (GradientDrawable) layers.findDrawableByLayerId(R.id.color_button_swatch);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp 1694 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskImage ? style->maskLayers() : style->backgroundLayers(); local
1717 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskSize ? style->maskLayers() : style->backgroundLayers(); local
1729 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskRepeat ? style->maskLayers() : style->backgroundLayers(); local
1740 const FillLayer* layers = style->maskLayers(); local
1756 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskComposite ? style->maskLayers() : style->backgroundLayers(); local
1767 const FillLayer* layers = style->backgroundLayers(); local
1783 const FillLayer* layers = (propertyID == CSSPropertyWebkitMaskClip || propertyID == CSSPropertyWebkitMaskOrigin) ? style->maskLayers() : style->backgroundLayers(); local
1800 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPosition ? style->maskLayers() : style->backgroundLayers(); local
1811 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPositionX ? style->maskLayers() : style->backgroundLayers(); local
1823 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPositionY ? style->maskLayers() : style->backgroundLayers(); local
2789 const FillLayer* layers = style->backgroundLayers(); local
    [all...]

Completed in 3691 milliseconds

1 2 3 4