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

1 2

  /external/chromium_org/ash/wm/
drag_window_resizer_unittest.cc 307 const std::vector<ui::Layer*>& layers = drag_layer->children(); local
308 EXPECT_FALSE(layers.empty());
309 EXPECT_EQ(controller->layer_, layers.back());
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_occlusion.cc 7 #include "cc/layers/layer.h"
435 std::vector<scoped_refptr<TestLayer> > layers; variable
441 layers.push_back(TestLayer::Create());
444 layers.back().get(), NULL, identity_matrix_,
449 layers.back().get(), layers[layers.size() - 2].get(),
453 layers.back()->SetForceRenderSurface(true);
460 child.get(), layers[i].get(), identity_matrix_,
466 layers[i]->set_expected_occlusion(expected_occlusion)
469 layer_tree_host()->SetRootLayer(layers[0]); variable
    [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...]
  /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/cc/layers/
scrollbar_layer_unittest.cc 5 #include "cc/layers/scrollbar_layer.h"
8 #include "cc/layers/append_quads_data.h"
9 #include "cc/layers/scrollbar_layer_impl.h"
314 ScrollbarLayerImpl* layers[2] = local
317 layers[i]->SetTrackLength(100);
318 layers[i]->SetVisibleToTotalLengthRatio(0.2f);
319 layers[i]->SetThumbThickness(3);
320 layers[i]->SetCurrentPos(25);
321 layers[i]->SetMaximum(100);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_compositor.h 86 struct vl_compositor_layer layers[VL_COMPOSITOR_MAX_LAYERS]; member in struct:vl_compositor_state
162 * reset all currently set layers
221 * render the layers to the frontbuffer
  /external/chromium_org/third_party/skia/src/utils/
SkCanvasStateUtils.cpp 81 layers = NULL;
89 // loop through the layers and free the data allocated to the clipRects
91 sk_free(layers[i].mcState.clipRects);
95 sk_free(layers);
116 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.size())
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.h 86 struct vl_compositor_layer layers[VL_COMPOSITOR_MAX_LAYERS]; member in struct:vl_compositor_state
162 * reset all currently set layers
221 * render the layers to the frontbuffer
  /external/skia/src/utils/
SkCanvasStateUtils.cpp 78 layers = NULL;
86 // loop through the layers and free the data allocated to the clipRects
88 sk_free(layers[i].mcState.clipRects);
92 sk_free(layers);
113 SkCanvasLayerState* layers; member in class:SkCanvasState
195 * decompose the layers
197 * storage is allocated on the stack for the first 3 layers. It is common in
198 * some view systems (e.g. Android) that a few non-clipped layers are present
238 // allocate memory for the layers and then and copy them to the struct
241 canvasState->layers = (SkCanvasLayerState*) sk_malloc_throw(layerWriter.size())
    [all...]
  /frameworks/base/libs/hwui/
DisplayList.cpp 229 const Vector<Layer*>& layers = recorder.getLayers(); local
230 for (size_t i = 0; i < layers.size(); i++) {
231 mLayers.add(layers.itemAt(i));
232 caches.resourceCache.incrementRefcountLocked(layers.itemAt(i));
Caches.cpp 163 INIT_LOGD(" Layers updates debug enabled: %s", property);
314 Vector<Layer*> layers; local
319 layers = mLayerGarbage;
330 count = layers.size();
332 Layer* layer = layers.itemAt(i);
335 layers.clear();
  /frameworks/native/cmds/flatland/
Main.cpp 46 // The dimensions of the space in which window layers are specified.
53 // The list of window layers.
54 LayerDesc layers[MAX_NUM_LAYERS]; member in struct:BenchmarkDesc
415 LayerDesc ld = mDesc.layers[i];
562 if (desc.layers[i].rendererFactory == NULL) {
575 // The surface into which layers are composited
  /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...]
  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp 1624 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskImage ? style->maskLayers() : style->backgroundLayers(); local
1647 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskSize ? style->maskLayers() : style->backgroundLayers(); local
1659 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskRepeat ? style->maskLayers() : style->backgroundLayers(); local
1671 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskComposite ? style->maskLayers() : style->backgroundLayers(); local
1682 const FillLayer* layers = style->backgroundLayers(); local
1698 const FillLayer* layers = (propertyID == CSSPropertyWebkitMaskClip || propertyID == CSSPropertyWebkitMaskOrigin) ? style->maskLayers() : style->backgroundLayers(); local
1715 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPosition ? style->maskLayers() : style->backgroundLayers(); local
1726 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPositionX ? style->maskLayers() : style->backgroundLayers(); local
1738 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPositionY ? style->maskLayers() : style->backgroundLayers(); local
2649 const FillLayer* layers = style->backgroundLayers(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 2548 int width, height, depth, layers; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 2548 int width, height, depth, layers; local
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 563 final Drawable[] layers = new Drawable[2]; local
568 layers[0] = previousTransitionDrawable.getDrawable(
571 layers[0] = previousDrawable;
573 layers[1] = new BitmapDrawable(mContext.getResources(), cachedBitmap);
574 TransitionDrawable drawable = new TransitionDrawable(layers);
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 467 Drawable[] layers = new Drawable[2]; local
474 layers[0] = new BitmapDrawable(table.mResources, decodedPhoto);
475 layers[1] = table.mResources.getDrawable(R.drawable.frame);
476 LayerDrawable layerList = new LayerDrawable(layers);
966 LayerDrawable layers = (LayerDrawable) image.getDrawable(); local
986 LayerDrawable layers = (LayerDrawable) image.getDrawable(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp 1413 Vector<const FillLayer*, 8> layers; local
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 1543 milliseconds

1 2