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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayer.h 53 enum LayerType { Layer, TransformLayer };
59 static WKCACFLayer* layer(CACFLayerRef layer) { return static_cast<WKCACFLayer*>(CACFLayerGetUserData(layer)); } function in class:WebCore::WKCACFLayer
63 // Makes this layer the root when the passed context is rendered
123 void setAnchorPoint(const CGPoint& p) { CACFLayerSetAnchorPoint(layer(), p); setNeedsCommit(); }
124 CGPoint anchorPoint() const { return CACFLayerGetAnchorPoint(layer()); }
126 void setAnchorPointZ(CGFloat z) { CACFLayerSetAnchorPointZ(layer(), z); setNeedsCommit(); }
127 CGFloat anchorPointZ() const { return CACFLayerGetAnchorPointZ(layer()); }
129 void setBackgroundColor(CGColorRef color) { CACFLayerSetBackgroundColor(layer(), color); setNeedsCommit();
235 CACFLayerRef layer() const { return m_layer.get(); } function in class:WebCore::WKCACFLayer
    [all...]
WKCACFLayer.cpp 57 static void displayInContext(CACFLayerRef layer, CGContextRef context)
59 ASSERT_ARG(layer, WKCACFLayer::layer(layer));
60 WKCACFLayer::layer(layer)->display(context);
92 case WKCACFLayer::Layer: return kCACFLayer();
195 CACFLayerSetUserData(layer(), this);
196 CACFLayerSetDisplayCallback(layer(), displayInContext);
204 CACFLayerSetUserData(layer(), 0)
412 WKCACFLayer* layer = const_cast<WKCACFLayer*>(this); local
480 WKCACFLayer* layer = const_cast<WKCACFLayer*>(this); local
    [all...]
GraphicsLayerCACF.cpp 88 static void setLayerBorderColor(WKCACFLayer* layer, const Color& color)
91 layer->setBorderColor(borderColor);
95 static void clearBorderColor(WKCACFLayer* layer)
97 layer->setBorderColor(0);
100 static void setLayerBackgroundColor(WKCACFLayer* layer, const Color& color)
103 layer->setBackgroundColor(bgColor);
107 static void clearLayerBackgroundColor(WKCACFLayer* layer)
109 layer->setBackgroundColor(0);
127 m_layer = WKCACFLayer::create(WKCACFLayer::Layer, this);
134 // clean up the WK layer
    [all...]
  /external/webkit/WebCore/rendering/
RenderLayerCompositor.cpp 117 // the empty root layer, which has minimal overhead.
217 // Host the document layer in the RenderView's root layer.
238 bool RenderLayerCompositor::updateBacking(RenderLayer* layer, CompositingChangeRepaint shouldRepaint)
242 if (needsToBeComposited(layer)) {
246 if (requiresCompositingForTransform(layer->renderer()))
249 if (!layer->backing()) {
253 repaintOnCompositingChange(layer);
255 layer->ensureBacking();
259 if (layer->backing())
    [all...]
RenderLayerCompositor.h 62 // This will make a compositing layer at the root automatically, and hook up to
75 // Called when the layer hierarchy needs to be updated (compositing layers have been
90 // Update the compositing state of the given layer. Returns true if that state changed.
95 void updateCompositingDescendantGeometry(RenderLayer* compositingAncestor, RenderLayer* layer, RenderLayerBacking::UpdateDepth);
97 // Whether layer's backing needs a graphics layer to do clipping by an ancestor (non-stacking-context parent with overflow).
99 // Whether layer's backing needs a graphics layer to clip z-order children of the given layer.
102 // Whether the given layer needs an extra 'contents' layer
    [all...]
  /external/opencore/protocols/systems/tools/general/common/src/
layer.cpp 19 #include "layer.h"
21 OSCL_EXPORT_REF Layer::Layer() : bound_layer(NULL)
25 OSCL_EXPORT_REF OsclAny Layer::Bind(Layer* layer)
29 if (!layer) return;
33 if (layer->IsBound()) layer->UnBind();
35 //Set this layer's output
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
ComposingText.java 36 * Text layer 0.
38 * This text layer holds key strokes.<br>
43 * Text layer 1.
45 * This text layer holds the result of the letter converter.<br>
50 * Text layer 2.
52 * This text layer holds the result of the consecutive clause converter.<br>
60 /** Composing text's layer data */
96 * @param layer Layer
101 public StrSegment getStrSegment(int layer, int pos)
    [all...]
  /external/opencore/protocols/systems/tools/general/common/include/
layer.h 19 /* file name : layer.h */
32 /* The Layer interface represents an upper or lower layer of an element in the stack.
35 class Layer
43 virtual ~Layer() {}
46 OSCL_IMPORT_REF OsclAny SetBoundLayer(Layer* layer)
48 bound_layer = layer;
50 OSCL_IMPORT_REF virtual OsclAny Bind(Layer* layer);
    [all...]
  /cts/tests/res/xml/
layerdrawable.xml 18 <layer-list_full>
19 <layer-list>
36 </layer-list>
37 </layer-list_full>
38 <layer-list_empty>
39 <layer-list>
41 </layer-list>
42 </layer-list_empty>
43 <layer-list_exception>
44 <layer-list
    [all...]
  /external/iproute2/include/linux/tc_ematch/
tc_em_nbyte.h 11 __u8 layer:4; member in struct:tcf_em_nbyte
tc_em_cmp.h 14 __u8 layer:4; member in struct:tcf_em_cmp
  /external/iptables/extensions/
libipt_pkttype.man 1 This module matches the link-layer packet type.
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridInputProcessor.java 64 public GridInputProcessor(Context context, GridCamera camera, GridLayer layer, RenderView view, Pool<Vector3f> pool,
68 mLayer = layer;
95 GridLayer layer = mLayer; local
96 layer.setState(GridLayer.STATE_FULL_SCREEN);
99 DisplayItem displayItem = layer.getDisplayItemForSlotId(slot);
103 layer.getHud().fullscreenSelectionChanged(item, mCurrentSelectedSlot + 1, layer.getCompleteRange().end + 1);
164 GridLayer layer = mLayer; local
166 if (layer.getViewIntent())
168 if (layer.getHud().getMode() == HudLayer.MODE_SELECT)
290 GridLayer layer = mLayer; local
309 GridLayer layer = mLayer; local
397 GridLayer layer = mLayer; local
465 GridLayer layer = mLayer; local
568 GridLayer layer = mLayer; local
589 GridLayer layer = mLayer; local
654 GridLayer layer = mLayer; local
684 final GridLayer layer = mLayer; local
730 final GridLayer layer = mLayer; local
    [all...]
  /frameworks/base/core/jni/android/graphics/
LayerRasterizer.cpp 10 static void addLayer(JNIEnv* env, jobject, SkLayerRasterizer* layer, const SkPaint* paint, float dx, float dy) {
11 SkASSERT(layer);
13 layer->addLayer(*paint, SkFloatToScalar(dx), SkFloatToScalar(dy));
  /external/iproute2/tc/
em_nbyte.c 31 "Usage: nbyte(NEEDLE at OFFSET [layer LAYER])\n" \
34 " LAYER := { link | network | transport | 0..%d }\n" \
36 "Example: nbyte(\"ababa\" at 12 layer 1)\n",
45 unsigned long offset = 0, layer = TCF_LAYER_NETWORK; local
72 } else if (!bstrcmp(a, "layer")) {
77 layer = parse_layer(a);
78 if (layer == INT_MAX) {
79 layer = bstrtoul(a);
80 if (layer == ULONG_MAX
    [all...]
em_cmp.c 33 " ATTRS := [ layer LAYER ] [ mask MASK ] [ trans ]\n" \
34 " LAYER := { link | network | transport | 0..%d }\n" \
36 "Example: cmp(u16 at 3 layer 2 mask 0xff00 gt 20)\n",
45 unsigned long offset = 0, layer = TCF_LAYER_NETWORK, mask = 0, value = 0; local
78 } else if (!bstrcmp(a, "layer")) {
83 layer = parse_layer(a);
84 if (layer == INT_MAX) {
85 layer = bstrtoul(a);
86 if (layer == ULONG_MAX
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_yuv.c 2 SDL - Simple DirectMedia Layer
42 IDirectFBDisplayLayer *layer; member in struct:private_yuvhwdata
78 IDirectFBDisplayLayer *layer; local
91 ret = dfb->GetDisplayLayer (dfb, hwdata->layer_id, &layer);
122 ret = layer->SetCooperativeLevel (layer, DLSCL_ADMINISTRATIVE);
126 layer->Release (layer);
130 ret = layer->SetConfiguration (layer, &conf)
258 IDirectFBDisplayLayer *layer = overlay->hwdata->layer; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 138 mLayers[kUp] = new Layer(Layer.kAxisY);
139 mLayers[kDown] = new Layer(Layer.kAxisY);
140 mLayers[kLeft] = new Layer(Layer.kAxisX);
141 mLayers[kRight] = new Layer(Layer.kAxisX);
142 mLayers[kFront] = new Layer(Layer.kAxisZ)
150 Layer layer; local
    [all...]
  /external/webkit/WebKit/android/nav/
CachedLayer.cpp 39 const LayerAndroid* aLayer = layer(root);
41 DBG_NAV_LOGD("no layer in root=%p uniqueId=%d", root, mUniqueId);
66 const LayerAndroid* CachedLayer::layer(const LayerAndroid* root) const function in class:android::CachedLayer
73 // return bounds relative to enclosing layer as recorded when walking the dom
83 const LayerAndroid* aLayer = layer(root);
112 void CachedLayer::Debug::printLayerAndroid(const LayerAndroid* layer)
116 layer->bounds(&bounds);
117 DUMP_NAV_LOGX("%.*s layer=%p [%d] (%g,%g,%g,%g) picture=%p clipped=%s",
118 spaces, " ", layer, layer->uniqueId()
    [all...]
  /external/skia/include/utils/
SkLayer.h 67 /** Add this layer to our child list at the end (top-most), and ref() it.
73 /** Remove this layer from its parent's list (or do nothing if it has no
82 /** Return our parent layer, or NULL if we have none.
86 /** Return the root layer in this hiearchy. If this layer is the root
94 when this layer draws (i.e. its position and matrix/anchorPoint).
96 after this layer draws (but before its children draw).
101 from this layer's root parent to the layer itself.
102 This is the matrix that is applied to the layer during drawing
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 175 // Layer name. Only used to identify layers in debug output
179 // For hosting this GraphicsLayer in a native layer hierarchy.
183 void setParent(GraphicsLayer* layer) { m_parent = layer; } // Internal use only.
185 // Returns true if the layer has the given layer as an ancestor (excluding self).
195 virtual void addChildAbove(GraphicsLayer* layer, GraphicsLayer* sibling);
196 virtual void addChildBelow(GraphicsLayer* layer, GraphicsLayer* sibling);
203 virtual void setMaskLayer(GraphicsLayer* layer) { m_maskLayer = layer; }
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.cpp 64 LayerAndroid::LayerAndroid(const LayerAndroid& layer) : SkLayer(layer),
65 m_isRootLayer(layer.m_isRootLayer),
66 m_haveClip(layer.m_haveClip),
68 m_uniqueId(layer.m_uniqueId)
70 m_doRotation = layer.m_doRotation;
71 m_isFixed = layer.m_isFixed;
73 m_angleTransform = layer.m_angleTransform;
74 m_translation = layer.m_translation;
75 m_scale = layer.m_scale
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_record.c 25 * tlsv1_record_set_cipher_suite - TLS record layer: Set cipher suite
26 * @rl: Pointer to TLS record layer data
30 * This function is used to prepare TLS record layer for cipher suite change.
70 * tlsv1_record_change_write_cipher - TLS record layer: Change write cipher
71 * @rl: Pointer to TLS record layer data
74 * This function changes TLS record layer to use the new cipher suite
79 wpa_printf(MSG_DEBUG, "TLSv1: Record Layer - New write cipher suite "
104 * tlsv1_record_change_read_cipher - TLS record layer: Change read cipher
105 * @rl: Pointer to TLS record layer data
108 * This function changes TLS record layer to use the new cipher suit
    [all...]
  /frameworks/base/libs/surfaceflinger/
SurfaceFlinger.cpp 47 #include "Layer.h"
103 const sp<LayerBase>& layer,
113 const int c = cmp(a+mid, &layer);
119 while (order<count && !cmp(&layer, a+order)) {
128 layers.insertAt(layer, order);
129 lookup.add(layer, order);
133 ssize_t SurfaceFlinger::LayerVector::remove(const sp<LayerBase>& layer)
135 const ssize_t keyIndex = lookup.indexOfKey(layer);
138 LOGE_IF(layers[index]!=layer,
139 "LayerVector[%p]: layers[%u]=%p, layer=%p"
594 const sp<LayerBase>& layer = currentLayers[i]; local
688 const sp<LayerBase>& layer = currentLayers[i]; local
830 const sp<LayerBase>& layer = layers[i]; local
843 const sp<LayerBase>& layer = layers[i]; local
917 const sp<LayerBase>& layer = layers[i]; local
934 const sp<LayerBase>& layer = layers[i]; local
1098 sp<LayerBaseClient> layer = local
1232 sp<LayerBaseClient> layer; local
1305 sp<Layer> layer = new Layer(this, display, client, id); local
1321 sp<LayerBlur> layer = new LayerBlur(this, display, client, id); local
1331 sp<LayerDim> layer = new LayerDim(this, display, client, id); local
1341 sp<LayerBuffer> layer = new LayerBuffer(this, display, client, id); local
1360 sp<LayerBaseClient> layer = getLayerUser_l(index); local
1376 sp<LayerBaseClient> layer; member in class:android::MessageDestroySurface
1462 sp<LayerBaseClient> layer = mLayerMap.valueFor(s); local
1526 const sp<LayerBase>& layer = currentLayers[i]; local
    [all...]
  /external/iproute2/include/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...]

Completed in 342 milliseconds

1 2 3 4 5 6 7 8 91011>>