HomeSort by relevance Sort by last modified time
    Searched full:layer (Results 1 - 25 of 1906) 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...]
  /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...]
  /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...]
  /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.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/tc_ematch/
tc_em_nbyte.h 10 __u8 layer:4; member in struct:tcf_em_nbyte
tc_em_cmp.h 13 __u8 layer:4; member in struct:tcf_em_cmp
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridInputProcessor.java 77 public GridInputProcessor(Context context, GridCamera camera, GridLayer layer, RenderView view, Pool<Vector3f> pool,
81 mLayer = layer;
114 GridLayer layer = mLayer; local
115 layer.setState(GridLayer.STATE_FULL_SCREEN);
118 DisplayItem displayItem = layer.getDisplayItemForSlotId(slot);
122 layer.getHud().fullscreenSelectionChanged(item, mCurrentSelectedSlot + 1, layer.getCompleteRange().end + 1);
212 GridLayer layer = mLayer; local
214 if (layer.getViewIntent())
216 if (layer.getHud().getMode() == HudLayer.MODE_SELECT)
375 GridLayer layer = mLayer; local
394 GridLayer layer = mLayer; local
482 GridLayer layer = mLayer; local
550 GridLayer layer = mLayer; local
653 GridLayer layer = mLayer; local
674 GridLayer layer = mLayer; local
739 GridLayer layer = mLayer; local
769 final GridLayer layer = mLayer; local
815 final GridLayer layer = mLayer; local
894 final GridLayer layer = mLayer; local
933 final GridLayer layer = mLayer; local
    [all...]
  /external/nist-sip/java/gov/nist/core/net/
package.html 2 Contains the Network layer classes and interfaces. The network layer
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 55 * a list of Graphics2D for each layers. The class actually maintains a list of {@link Layer}
56 * for each layer. Doing a save() will duplicate this list so that each graphics2D object
57 * ({@link Layer#getGraphics()}) is configured only for the new snapshot.
65 private final ArrayList<Layer> mLayers = new ArrayList<Layer>();
72 // local layer data
73 /** a local layer created with {@link Canvas#saveLayer(RectF, Paint, int)}.
74 * If this is null, this does not mean there's no layer, just that the snapshot is not the
75 * one that created the layer.
78 private final Layer mLocalLayer
324 Layer layer = mLayers.get(i); local
585 Layer layer = mLayers.get(i); 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/libnfc-nxp/src/
phDal4Nfc.h 21 * \brief Common DAL for the upper layer.
54 /**< Generic Interface Layer Function Definitions */
70 * DAL context : This contains the information of the upper layer callback
75 phNfcIF_sCallBack_t cb_if; /**<Callback info registered by upper layer*/
89 calls read callback registered by upper layer */
92 calls read wait callback registered by upper layer */
95 calls write wait callback registered by upper layer */
98 calls notify callback registered by upper layer */
108 * reference details as registered by upper layer.
120 /**<Reference to read callback,registered by upper layer.This is of type \ref pphNfcIF_Transact_Completion_CB_t*
    [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...]
  /frameworks/base/services/surfaceflinger/
Layer.cpp 35 #include "Layer.h"
51 Layer::Layer(SurfaceFlinger* flinger,
66 Layer::~Layer()
80 void Layer::destroy(RefBase const* base) {
84 status_t Layer::setToken(const sp<UserClient>& userClient,
104 int32_t Layer::getToken() const
109 sp<UserClient> Layer::getClient() const
114 // called with SurfaceFlinger::mStateLock as soon as the layer is entere
    [all...]

Completed in 820 milliseconds

1 2 3 4 5 6 7 8 91011>>