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

1 2 3 4 5 6 7 8 91011

  /external/webkit/WebCore/rendering/
RenderLayerCompositor.h 75 // Called when the layer hierarchy needs to be updated (compositing layers have been
80 // Controls whether or not to consult geometry when deciding which layers need
87 // Rebuild the tree of compositing layers
108 // Repaint the appropriate layers when the given RenderLayer starts or stops being composited.
118 // Repaint parts of all composited layers that intersect the given absolute rectangle.
136 // Walk the tree looking for layers with 3d transforms. Useful in case you need
149 // Repaint the given rect (which is layer's coords), and regions of child layers that intersect that rect.
159 // Recurses down the tree, parenting descendant compositing layers and collecting an array of child layers for the current compositing layer.
165 // Hook compositing layers togethe
    [all...]
RenderTreeAsText.h 39 RenderAsTextShowAllLayers = 1 << 0, // Dump all layers, not just those that would paint.
41 RenderAsTextShowCompositedLayers = 1 << 2 // Show which layers are composited.
RenderLayerCompositor.cpp 116 // but if all the layers disappear, we'll just be left with
198 // Go through the layers in presentation order, so that we can compute which RenderLayers need compositing layers.
212 // Update the hierarchy of the compositing layers.
298 // See if we need content or clipping layers. Methods called here should assume
299 // that the compositing state of descendant layers has not been updated yet.
465 // Recurse through the layers in z-index and overflow order (which is equivalent to painting order)
467 // If a child layers has a compositing layer, then all subsequent layers must
542 // we need to make all the siblings composited layers
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
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);
LayerDrawable.java 58 * Create a new layer drawable with the list of specified layers.
60 * @param layers A list of drawables to use as layers in this new drawable.
62 public LayerDrawable(Drawable[] layers) {
63 this(layers, null);
67 * Create a new layer drawable with the specified list of layers and the specified
70 * @param layers The list of layers to add to this drawable.
73 LayerDrawable(Drawable[] layers, LayerState state) {
75 int length = layers.length
208 final ChildDrawable[] layers = mLayerState.mChildren; local
268 final ChildDrawable[] layers = mLayerState.mChildren; local
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_RFReader.h 123 * \retval Other errors Errors related to the other layers
147 * \retval Other errors Errors related to the other layers
200 * \retval Other errors Errors related to the other layers
226 * \retval Other errors Errors related to the other layers
246 * \retval Other errors Errors related to the other layers
273 * \retval Other errors Errors related to the other layers
301 * \retval Other errors Errors related to the other layers
330 * \retval Other errors Errors related to the other layers
357 * \retval Other errors Errors related to the other layers
382 * \retval Other errors Errors related to the other layers
    [all...]
phHciNfc_LinkMgmt.h 87 * \retval Other errors Errors related to the other layers
111 * \retval Other errors Errors related to the other layers
136 * \retval Other errors Errors related to the other layers
phHciNfc.h 201 * \retval Other errors Errors related to the other layers
235 * \retval Other errors Errors related to the other layers
274 * \retval Other errors Errors related to the other layers
299 * \retval Other errors Errors related to the other layers
323 * \retval Other errors Errors related to the other layers
355 * \retval Other errors Errors related to the other layers
386 * \retval Other errors Errors related to the other layers
415 * \retval Other errors Errors related to the other layers
445 * \retval Other errors Errors related to the other layers
474 * \retval Other errors Errors related to the other layers
    [all...]
phHciNfc_IDMgmt.h 87 * \retval Other errors Errors related to the other layers
110 * \retval Other errors Errors related to the other layers
135 * \retval Other errors Errors related to the other layers
phHal4Nfc.h 356 * \retval Others Errors related to the lower layers.
395 * \retval Others Errors related to the lower layers.
459 * \retval Others Errors related to the lower layers
540 * \retval Others Errors related to the lower layers
595 * \retval Others Errors related to the lower layers.
669 * \retval Others Errors related to the lower layers.
721 * \retval Others Errors related to the lower layers.
770 * \retval Others Errors related to the lower layers
    [all...]
  /external/webkit/WebCore/manual-tests/
simple-image-compositing.html 26 <h1>Image optimisation in layers</h1>
39 Directly composited image layers will have a yellow border and no repaint counter.
  /external/webkit/WebCore/platform/qt/
QWebPageClient.h 52 // this gets called when the compositor wants us to sync the layers
54 // we wait for the next update and sync the layers then.
  /external/kernel-headers/original/linux/mtd/
blktrans.h 6 * Interface to Linux block layer for MTD 'translation layers'.
  /external/skia/include/effects/
SkLayerRasterizer.h 36 /** Add a new layer (above any previous layers) to the rasterizer.
  /frameworks/base/graphics/java/android/graphics/
LayerRasterizer.java 24 /** Add a new layer (above any previous layers) to the rasterizer.
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 54 * Handling of layers (created with {@link Canvas#saveLayer(RectF, Paint, int)}) is handled through
55 * a list of Graphics2D for each layers. The class actually maintains a list of {@link Layer}
64 /** list of layers. The first item in the list is always the */
143 /** Returns the layer save flags. This is only valid for additional layers.
232 * @param paint the Paint information used to blit the layer back into the layers underneath
261 * @param paint the Paint information used to blit the layer back into the layers underneath
270 // make a copy of the current layers before adding the new one.
273 // It does not copy whatever original copy the layers have, as they will be done
316 // of all other layers. We are only interested in the part that will actually
318 // This is so that we can erase the drawing that goes in the layers below that wil
    [all...]
  /external/skia/include/utils/
SkLayer.h 58 /** Return the number of layers in our child list.
78 /** Remove, and unref(), all of the layers in our child list.
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCairoWin.cpp 118 if (m_data->layers.size())
119 cairo_paint_with_alpha(m_data->cr, m_data->layers.last());
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Layers.java 25 public class Layers extends GraphicsActivity {
  /hardware/ti/omap3/dspbridge/inc/
dsptrap.h 21 * Handles interaction between user and driver layers.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dsptrap.h 21 * Handles interaction between user and driver layers.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
StrSegment.java 23 * It is used to represent the layers of the composing text ({@link ComposingText}).
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
txXfer.c 213 /* Fill the TxnDone CB only if registered by the upper layers */
268 * DESCRIPTION: Call the upper layers TranferDone callback, providing the TxCtrlBlk
276 /* Call the upper layers TranferDone callback, providing the TxCtrlBlk. */
295 /* Save upper layers Transfer-Done callback */
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/Export_Inc/
txXfer_api.h 147 * Called by Tx upper layers to register their CB for packet transfer completion.
165 * Called by the Tx upper layers to send a new Tx packet to the FW (after FW resources were allocated).
182 * Called by the Tx upper layers to indicate that the current packets burst stopped.
  /external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.h 66 // Makes a temporary layer consisting of the composited layers below
71 // This mode only works if the lower layers are opque (normally the
72 // case for a web page) and layers are only drawn in the stack order,
81 // some cases, but only if you have extra layers.
252 // Sometimes we're asked to create layers that have negative dimensions.

Completed in 1075 milliseconds

1 2 3 4 5 6 7 8 91011