HomeSort by relevance Sort by last modified time
    Searched full:layer (Results 26 - 50 of 1736) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/linux/
atmsap.h 18 * Layer 2 protocol identifiers
25 #define ATM_L2_X25_LL 0x06 /* ITU-T X.25, link layer */
40 * Layer 3 protocol identifiers
45 #define ATM_L3_X25 0x06 /* ITU-T X.25, packet layer */
49 #define ATM_L3_T70 0x0a /* ITU-T T.70 minimum network layer */
58 * High layer identifiers
65 #define ATM_HL_HLP 0x03 /* high layer profile - UNI 3.0 only */
100 #define ATM_MAX_HLI 8 /* maximum high-layer information length */
104 unsigned char l2_proto; /* layer 2 protocol */
113 unsigned char l3_proto; /* layer 3 protocol *
    [all...]
  /cts/tests/res/drawable/
layerdrawable.xml 18 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
21 </layer-list>
  /development/samples/Wiktionary/res/drawable/
lookup_bg.xml 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
20 </layer-list>
  /frameworks/base/core/res/res/drawable/
btn_browser_zoom_fit_page.xml 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
20 </layer-list>
btn_browser_zoom_page_overview.xml 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
20 </layer-list>
  /packages/apps/Browser/res/drawable/
blank.xml 16 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
23 </layer-list>
  /packages/apps/QuickSearchBox/res/drawable/
textfield_search_empty_google.xml 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
23 </layer-list>
  /external/iptables/extensions/
libip6t_eui64.man 4 bit is not compared. This module doesn't match other link layer frame, and
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
LetterConverter.java 31 * Convert the layer #0 text(pressed key sequence) to layer #1 text(pre converted string).
38 * @param text The text data includes input sequence(layer #0) and output area(layer #1)
  /external/webkit/WebCore/rendering/
RenderObjectChildList.cpp 81 // if we remove visible child from an invisible parent, we don't know the layer visibility any more
82 RenderLayer* layer = 0; local
84 layer = owner->enclosingLayer();
85 layer->dirtyVisibleContentStatus();
88 // Keep our layer hierarchy updated.
90 if (!layer)
91 layer = owner->enclosingLayer();
92 oldChild->removeLayers(layer);
148 // Keep our layer hierarchy updated. Optimize for the common case where we don't have any children
149 // and don't have a layer attached to ourselves
150 RenderLayer* layer = 0; local
206 RenderLayer* layer = 0; local
    [all...]
RenderLayerBacking.h 44 // It holds the various GraphicsLayers, and makes decisions about intra-layer rendering
59 // Returns true if layer configuration changed.
61 // Update graphics layer position and bounds.
68 // Layer to clip children
72 // Layer to get clipped by ancestor
86 // layer is special, because it has a GraphicsLayer to act as a container for the GraphicsLayers
88 // This returns false for other layers, and when the document layer actually needs to paint into its backing store
93 // r is in the coordinate space of the layer's render object
149 // Return the opacity value that this layer should use for compositing.
152 // Returns true if this compositing layer has no visible content
    [all...]
LayoutState.cpp 54 m_offset += renderer->layer()->relativePositionOffset();
68 RenderLayer* layer = renderer->layer(); local
69 IntRect clipRect(x, y, layer->width(), layer->height());
77 layer->subtractScrolledContentOffset(x, y);
RenderReplica.cpp 71 // Turn around and paint the parent layer. Use temporary clipRects, so that the layer doesn't end up caching clip rects
73 layer()->parent()->paintLayer(layer()->transform() ? layer()->parent() : layer()->enclosingTransformedAncestor(),
  /frameworks/base/libs/surfaceflinger/
Layer.cpp 34 #include "Layer.h"
50 const uint32_t Layer::typeInfo = LayerBaseClient::typeInfo | 4;
51 const char* const Layer::typeID = "Layer";
55 Layer::Layer(SurfaceFlinger* flinger, DisplayID display,
68 Layer::~Layer()
74 void Layer::destroy()
93 sp<LayerBaseClient::Surface> Layer::createSurface() cons
    [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.h 60 // No extra layer is created. Drawing will happen to the source.
66 // Makes a temporary layer consisting of the composited layers below
69 // destination layer.
73 // meaning you can never draw underneath a layer.
76 // you have an opaque base, a transparency layer, than a semitransparent
87 // It makes a trmporary layer filled with white. This is composited with
88 // the lower layer with a custom color applied to produce the result.
96 // Makes a temporary layer filled with white. When complete, the layer
115 // Requires that a layer be created (layer mode is not NoLayer)
    [all...]
  /external/opencore/nodes/common/include/
pvmp4h263encextension.h 92 * Sets the bitrate of encoded output for the specified layer.
93 * @param aLayer Layer ID
94 * @param aBitRate Bitrate for the specified layer in bits per second.
100 * Sets the frame size of encoded output for the specified layer.
101 * @param aLayer Layer ID
102 * @param aWidth Width for the specified layer in pixels.
103 * @param aHeight Height for the specified layer in pixels.
109 * Sets the frame rate of encoded output for the specified layer.
110 * @param aLayer Layer ID
111 * @param aFrameRate Frame rate for the specified layer in frames per second
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 62 // The threshold width or height above which a tiled layer will be used. This should be
67 // The width and height of a single tile in a tiled layer. Should be large enough to
291 static void setLayerBorderColor(PlatformLayer* layer, const Color& color)
294 [layer setBorderColor:borderColor];
298 static void clearBorderColor(PlatformLayer* layer)
300 [layer setBorderColor:nil];
303 static void setLayerBackgroundColor(PlatformLayer* layer, const Color& color)
306 [layer setBackgroundColor:bgColor];
310 static void clearLayerBackgroundColor(PlatformLayer* layer)
312 [layer setBackgroundColor:0]
    [all...]
  /external/wpa_supplicant/
tlsv1_common.c 169 * tlsv1_record_set_cipher_suite - TLS record layer: Set cipher suite
170 * @rl: Pointer to TLS record layer data
174 * This function is used to prepare TLS record layer for cipher suite change.
214 * tlsv1_record_change_write_cipher - TLS record layer: Change write cipher
215 * @rl: Pointer to TLS record layer data
218 * This function changes TLS record layer to use the new cipher suite
223 wpa_printf(MSG_DEBUG, "TLSv1: Record Layer - New write cipher suite "
248 * tlsv1_record_change_read_cipher - TLS record layer: Change read cipher
249 * @rl: Pointer to TLS record layer data
252 * This function changes TLS record layer to use the new cipher suit
    [all...]
eap.h 37 * lower layer. These are defined in RFC 4137, Sect. 4.1. Lower layer code is
50 * EAPOL_eapRestart - Lower layer request to restart authentication
52 * Set to TRUE in lower layer, FALSE in EAP state machine.
66 * Set to TRUE in EAP state machine, FALSE in lower layer.
73 * Set to TRUE in EAP state machine, FALSE in lower layer.
78 * EAPOL_eapReq - EAP request available from lower layer
80 * Set to TRUE in lower layer, FALSE in EAP state machine.
85 * EAPOL_portEnabled - Lower layer is ready for communication
110 * lower layer. These are defined in RFC 4137, Sect. 4.1. Lower layer code i
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.h 37 * lower layer. These are defined in RFC 4137, Sect. 4.1. Lower layer code is
50 * EAPOL_eapRestart - Lower layer request to restart authentication
52 * Set to TRUE in lower layer, FALSE in EAP state machine.
66 * Set to TRUE in EAP state machine, FALSE in lower layer.
73 * Set to TRUE in EAP state machine, FALSE in lower layer.
78 * EAPOL_eapReq - EAP request available from lower layer
80 * Set to TRUE in lower layer, FALSE in EAP state machine.
85 * EAPOL_portEnabled - Lower layer is ready for communication
110 * lower layer. These are defined in RFC 4137, Sect. 4.1. Lower layer code i
    [all...]
  /dalvik/vm/jdwp/
README.txt 9 with Debugger.c acting as a sort of portability layer, so that the code
  /external/libpcap/
sll.h 55 * a 2-byte link-layer type;
57 * a 2-byte link-layer address length;
59 * an 8-byte source link-layer address, whose actual length is
62 * All fields except for the link-layer address are in network byte order.
65 * LINUX_SLL_ values below. If you must change the link-layer header
77 * A DLT_LINUX_SLL fake link-layer header.
84 u_int16_t sll_hatype; /* link-layer address type */
85 u_int16_t sll_halen; /* link-layer address length */
86 u_int8_t sll_addr[SLL_ADDRLEN]; /* link-layer address */
  /external/opencore/protocols/systems/tools/general/
Android.mk 6 common/src/layer.cpp \
  /external/opencore/protocols/systems/tools/general/build/make/
local.mk 22 layer.cpp \
  /external/qemu/distrib/sdl-1.2.12/src/main/win32/
version.rc 31 VALUE "ProductName", "Simple DirectMedia Layer\0"

Completed in 47 milliseconds

12 3 4 5 6 7 8 91011>>