HomeSort by relevance Sort by last modified time
    Searched refs:layer (Results 151 - 175 of 269) sorted by null

1 2 3 4 5 67 8 91011

  /frameworks/base/services/java/com/android/server/wm/
FakeWindowImpl.java 56 mWindowHandle.layer = mWindowLayer;
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 226 // deallocated base layer.
316 Layer* layerContainingMatch = rootLayer->findById(m_findOnPage.currentMatchLayerId());
319 // If the match is in a fixed position layer, there's nothing to do.
323 // If the match is in a scrollable layer or a descendant of such a layer,
326 // the layer in which the match is found, we move up the layer tree,
334 for (Layer* layer = layerContainingMatch; layer; layer = layer->getParent())
419 LayerAndroid* layer = root->rootLayer(); local
722 LayerAndroid* layer = const_cast<LayerAndroid*>( local
2115 const CachedLayer* layer = frame->layer(node); local
2185 LayerAndroid* layer = (LayerAndroid*) jlayer; local
    [all...]
CacheBuilder.cpp 101 // Restore the scroll position of the layer. Does not affect layers
102 // without overflow scroll as the layer will not be scrolled.
246 RenderLayer* layer = renderer->enclosingLayer(); local
247 if (layer != NULL) {
350 RenderLayer* layer = renderer->enclosingLayer(); local
351 if (layer == NULL) {
448 RenderLayer* layer = 0; local
452 layer = hasLayer ? toRenderBoxModelObject(renderer)->layer() : 0;
458 hasLayer && layer->isComposited() ? "true" : "false")
509 RenderLayer* layer = toRenderBoxModelObject(renderer)->layer(); local
1387 LayerAndroid* layer = layerTracker.last().mLayer; local
2908 RenderLayer* layer = nodeRenderer->enclosingLayer(); local
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /external/bluetooth/bluez/audio/
gstavdtpsink.c 691 /* layer */
692 GST_LOG_OBJECT(self, "setting mpeg layer");
694 if (mpeg->layer & BT_MPEG_LAYER_1) {
699 if (mpeg->layer & BT_MPEG_LAYER_2) {
704 if (mpeg->layer & BT_MPEG_LAYER_3) {
710 gst_structure_set_value(structure, "layer", list);
978 /* layer */
979 GST_LOG_OBJECT(self, "setting mpeg layer");
981 if (mpeg->layer & BT_MPEG_LAYER_1) {
986 if (mpeg->layer & BT_MPEG_LAYER_2)
1528 gint rate, layer; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
VideoLayerAndroid.cpp 68 VideoLayerAndroid::VideoLayerAndroid(const VideoLayerAndroid& layer)
69 : LayerAndroid(layer)
81 // We can use this function to set the Layer to point to surface texture.
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LegacyCACFLayerTreeHost.cpp 119 void LegacyCACFLayerTreeHost::initializeContext(void* userData, PlatformCALayer* layer)
122 wkCACFContextSetLayer(m_context, layer->platformLayer());
268 // FIXME: don't need to clear dirty region if layer tree is opaque.
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.h 59 // Base class for composited layers. Special layer types are derived from
150 void setReplicaLayer(LayerChromium* layer) { m_replicaLayer = layer; }
213 // All layer shaders share the same attribute locations for the vertex positions
249 // Layer properties.
272 // Replica layer used for reflections.
  /external/webkit/Source/WebCore/rendering/
RenderView.cpp 183 return object->hasLayer() && toRenderBoxModelObject(object)->layer()->isComposited();
196 // Check to see if we are enclosed by a layer that requires complex painting rules. If so, we cannot blit
200 // a transform, transparency layer, etc.
203 RenderLayer* layer = elt->renderer()->enclosingLayer(); local
204 if (layer->requiresSlowRepaints()) {
210 if (RenderLayer* compositingLayer = layer->enclosingCompositingLayer()) {
394 // Compositing layer dimensions take outline size into account, so we have to recompute layer
402 // maximalOutlineSize affects compositing layer dimensions.
668 overflowRect = layer()->currentTransform().mapRect(overflowRect)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
LayerTreeHostCAWin.cpp 261 void LayerTreeHostCAWin::addPendingAnimatedLayer(PassRefPtr<PlatformCALayer> layer)
263 m_pendingAnimatedLayers.add(layer);
269 // The layer tree is changing as a result of flushing GraphicsLayer changes to their
275 // The layer tree is changing as a result of someone modifying a PlatformCALayer that doesn't
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
vop.cpp 80 PV_STATUS DecodeVOLHeader(VideoDecData *video, int layer)
96 currVol = video->vol[layer];
110 if (layer) /* */
289 if (layer) /* */
308 if (layer)
597 if (layer) return PV_FAIL; /* */
631 if (layer == 0) return PV_FAIL; /* */
639 if (layer) /* */
644 /* 1 : ref. layer has higher resolution */
645 /* 0 : ref. layer has equal or lower resolution *
    [all...]
bitstream.h 36 int BitstreamOpen(BitstreamDecVideo *stream, int layer);
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 64 /* element of base layer */
80 /* element of base layer */
107 (int layer, void *layer_data, CvSize size, void *parent_layer,
111 (int layer, void *layer_data, CvSize size, void *parent_layer,
303 /* fill layer #l */
722 /* fill layer #l */
    [all...]
  /external/bluetooth/bluez/tools/
avinfo.c 187 uint8_t layer:3; member in struct:mpeg_codec_cap
239 uint8_t layer:3; member in struct:mpeg_codec_cap
293 if (mpeg->layer & MPEG_LAYER_MP1)
295 if (mpeg->layer & MPEG_LAYER_MP2)
297 if (mpeg->layer & MPEG_LAYER_MP3)
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 199 void FullscreenVideoController::LayerClient::platformCALayerLayoutSublayersOfLayer(PlatformCALayer* layer)
201 ASSERT_ARG(layer, layer == m_parent->m_rootChild);
209 if (!videoLayer || videoLayer->superlayer() != layer)
212 FloatRect layerBounds = layer->bounds();
307 // We previously ripped the mediaElement's platform layer out
308 // of its orginial layer tree to display it in our fullscreen
309 // window. Now, we need to get the layer back in its original
313 // the player's layer will be recreated, and will be picked up
314 // the next time the layer tree is synched
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 674 void WebChromeClient::attachRootGraphicsLayer(Frame*, GraphicsLayer* layer)
676 if (layer)
677 m_page->enterAcceleratedCompositingMode(layer);
730 void WebChromeClient::setRootFullScreenLayer(GraphicsLayer* layer)
732 m_page->fullScreenManager()->setRootFullScreenLayer(layer);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 781 * @param layer {@link mComposingText}'s layer to display
783 private void updateComposingText(int layer) {
813 disp.insert(0, mComposingText.toString(layer));
816 int cursor = mComposingText.getCursor(layer);
845 * @param layer {@link mComposingText}'s layer to commit.
847 private void commitText(int layer) {
848 String tmp = mComposingText.toString(layer);
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp 600 view->compositor()->updateCompositingLayers(CompositingUpdateAfterLayoutOrStyleChange, document->fullScreenRenderer()->layer());
636 // layer content to occur before layout has happened, which will cause paintContents() to bail.
656 // We don't create an extra layer for the full screen video.
657 if (!document->fullScreenRenderer()->layer()
658 || !document->fullScreenRenderer()->layer()->backing())
661 RenderLayerBacking* backing = document->fullScreenRenderer()->layer()->backing();
959 RenderLayer* layer = root->enclosingLayer(); local
997 layer->updateLayerPositions((m_doFullRepaint ? 0 : RenderLayer::CheckForRepaint
1061 RenderLayer* layer = ownerRenderer->enclosingLayer(); local
2130 RenderLayer* layer = elt->renderer()->enclosingLayer(); local
    [all...]
EventHandler.cpp 578 m_frame->document()->renderView()->layer()->hitTest(request, result);
610 m_frame->contentRenderer()->layer()->hitTest(request, result);
623 RenderLayer* layer = renderer->layer();
624 if (!layer)
631 layer->hitTest(request, result);
714 // ignored upstream of this layer.
928 m_frame->contentRenderer()->layer()->hitTest(HitTestRequest(hitType), result);
945 frame->contentRenderer()->layer()->hitTest(HitTestRequest(hitType), widgetHitTestResult);
1428 RenderLayer* layer = m_clickNode->renderer() ? m_clickNode->renderer()->enclosingLayer() : 0; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 115 void MediaPlayerPrivateQuickTimeVisualContext::LayerClient::platformCALayerLayoutSublayersOfLayer(PlatformCALayer* layer)
118 ASSERT(m_parent->m_transformLayer == layer);
120 FloatSize parentSize = layer->bounds().size();
883 PlatformCALayer* layer = m_qtVideoLayer.get();
890 layer->setContents(m_imageQueue->get());
912 layer->setContents(image);
917 layer->setNeedsCommit();
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLMarqueeElement.cpp 196 return renderBoxModelObject()->layer()->marquee();
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h 57 // This set of flags help us defer which properties of the layer have been
144 void uploadTextureFromContent(TextureMapper* textureMapper, const IntRect& visibleRect, GraphicsLayer* layer);
  /frameworks/base/graphics/java/android/graphics/drawable/
LayerDrawable.java 37 * It can be defined in an XML file with the <code>&lt;layer-list></code> element.
38 * Each Drawable in the layer is defined in a nested <code>&lt;item></code>. For more
62 * Create a new layer drawable with the list of specified layers.
71 * Create a new layer drawable with the specified list of layers and the specified
176 * Add a new layer to this drawable. The new layer is identified by an id.
178 * @param layer The drawable to add as a layer.
179 * @param id The id of the new layer.
180 * @param left The left padding of the new layer
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 70 int layer; /* current video layer */ member in struct:tagApplicationData
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 157 /** @brief Specifies encoded heights in pixels, height[n] represents the n-th layer's height. */
160 /** @brief Specifies encoded widths in pixels, width[n] represents the n-th layer's width.*/
163 /** @brief Specifies target frame rates in frames per second, frameRate[n] represents the n-th layer's target frame rate.*/
166 /** @brief Specifies target bit rates in bits per second unit, bitRate[n] represents the n-th layer's target bit rate. */
169 /** @brief Specifies default quantization parameters for I-Vop. Iquant[n] represents the n-th layer default quantization parameter. The default is Iquant[0]=12.*/
172 /** @brief Specifies default quantization parameters for P-Vop. Pquant[n] represents the n-th layer default quantization parameter. The default is Pquant[0]=10.*/
175 /** @brief specifies quantization mode (H263 mode or MPEG mode) of the encoded base and enhance layer (if any).
273 * @param layer is the layer of the requested VOL header.
276 OSCL_IMPORT_REF Bool PVGetVolHeader(VideoEncControls *encCtrl, UChar *volHeader, Int *size, Int layer);
    [all...]

Completed in 334 milliseconds

1 2 3 4 5 67 8 91011