HomeSort by relevance Sort by last modified time
    Searched refs:layer (Results 126 - 150 of 396) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skia/src/utils/
SkLayer.cpp 161 const SkLayer* layer = this; local
162 while (layer->fParent != NULL) {
163 layer = layer->fParent;
166 layer->getLocalTransform(&tmp);
167 tmp.preConcat(layer->getChildrenMatrix());
  /frameworks/base/libs/hwui/
Layer.cpp 23 #include "Layer.h"
31 Layer::Layer(const uint32_t layerWidth, const uint32_t layerHeight) {
53 Layer::~Layer() {
63 uint32_t Layer::computeIdealWidth(uint32_t layerWidth) {
67 uint32_t Layer::computeIdealHeight(uint32_t layerHeight) {
71 bool Layer::resize(const uint32_t width, const uint32_t height) {
81 ALOGW("Layer exceeds max. dimensions supported by the GPU (%dx%d, max=%dx%d)",
115 void Layer::removeFbo(bool flush)
    [all...]
Layer.h 49 * A layer has dimensions and is backed by an OpenGL texture or FBO.
51 struct Layer {
52 Layer(const uint32_t layerWidth, const uint32_t layerHeight);
53 ~Layer();
66 * Sets this layer's region to a rectangle. Computes the appropriate
76 const float height = layer.getHeight();
81 regionRect.translate(layer.left, layer.top);
102 * Resize the layer and its texture if needed.
104 * @param width The new width of the layer
284 Rect layer; member in struct:android::uirenderer::Layer
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcRects.cpp 317 hwc_layer_1_t *layer = &list->hwLayers[0]; local
319 it != rectangle.end(); ++it, ++layer) {
320 layer->handle = it->texture->handle;
321 layer->blending = it->blend;
322 layer->transform = it->transform;
323 layer->sourceCrop = it->sourceCrop;
324 layer->displayFrame = it->displayFrame;
326 layer->visibleRegionScreen.numRects = 1;
327 layer->visibleRegionScreen.rects = &layer->displayFrame
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 41 #include "Layer.h"
53 int32_t Layer::sSequence = 1;
55 Layer::Layer(SurfaceFlinger* flinger, const sp<Client>& client,
108 void Layer::onFirstRef()
131 Layer::~Layer() {
143 void Layer::onLayerDisplayed(const sp<const DisplayDevice>& hw,
144 HWComposer::HWCLayerInterface* layer) {
145 if (layer) {
    [all...]
Layer.h 63 * Layer is first referenced.
68 class Layer : public SurfaceFlingerConsumer::FrameAvailableListener {
114 friend class Layer;
131 Layer(SurfaceFlinger* flinger, const sp<Client>& client,
133 virtual ~Layer();
135 // the this layer's size and format
163 virtual const char* getTypeId() const { return "Layer"; }
166 HWComposer::HWCLayerInterface& layer);
168 HWComposer::HWCLayerInterface& layer);
170 HWComposer::HWCLayerInterface& layer);
    [all...]
  /hardware/qcom/display/libhwcomposer/
hwc_copybit.cpp 147 //GPU/CPU composition, don't change layer composition type
184 // numAppLayers-1, as we iterate till 0th layer index
195 // be drawn on the framebuffer or that are on the layer cache.
197 //There is no need to reset layer properties here as we return in
230 if(mCopyBitDraw == false) // there is no layer marked for copybit
236 ALOGE("%s: Render buffer layer handle is NULL", __FUNCTION__);
252 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
254 hwc_layer_1_t *layer = &list->hwLayers[i]; local
286 int CopyBit::drawLayerUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer,
296 private_handle_t *hnd = (private_handle_t *)layer->handle
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 2 SDL - Simple DirectMedia Layer
159 static DFBSurfacePixelFormat GetFormatForBpp (int bpp, IDirectFBDisplayLayer *layer)
164 layer->GetConfiguration (layer, &dlc);
382 IDirectFBDisplayLayer *layer = NULL; local
403 ret = dfb->GetDisplayLayer (dfb, DLID_PRIMARY, &layer);
417 layer->EnableCursor (layer, 1);
419 /* Query layer configuration to determine the current mode and pixelformat */
420 layer->GetConfiguration (layer, &dlc)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 219 TextureMapperNode* TextureMapperNode::toTextureMapperNode(GraphicsLayer* layer)
221 return layer ? static_cast<TextureMapperNode*>(layer->platformLayer()) : 0;
232 // any layer that doesn't conform to the other rules is a DefaultLayer.
236 // only one layer is the root layer.
242 // A layer with no contents is always a default layer.
246 // ClipLayer: creates a new framebuffer, the size of the layer, and then paints it to the enclosing BitmapTexture with the layer's transform/opacity
591 TextureMapperNode* layer = m_children[i]; local
716 TextureMapperNode* layer = m_children[i]; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasTexture.cpp 57 PassRefPtr<CanvasTexture> CanvasTexture::getCanvasTexture(CanvasLayer* layer)
60 RefPtr<CanvasTexture> texture = s_textures.get(layer->uniqueId());
63 return adoptRef(new CanvasTexture(layer->uniqueId()));
BaseLayerAndroid.h 69 FixedBackgroundImageLayerAndroid(const FixedBackgroundImageLayerAndroid& layer);
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp 288 // to our parent layer.
300 // Frequently our parent layer's renderer will be the same as our renderer's containing block. In that case,
373 // Clear the IsCompositingUpdateRoot flag once we've found the first compositing layer in this update.
604 // layer may be hidden but still have some visible content, check for this
637 // This propagates up through preserve-3d hierarchies to the enclosing flattening layer.
645 // Return true if this layer or any preserve-3d descendants have 3d.
667 // If we live in a 3d hierarchy, then the layer at the root of that hierarchy needs
697 // nearest enclosing object with a layer.
717 // For positioned layers, we subtract out the enclosing positioned layer's scroll offset.
745 // FIXME: We'd really like to just get rid of the concept of a layer rectangle and rely on the renderers
794 RenderLayer* layer = parent(); local
2029 const RenderLayer* layer = this; local
    [all...]
RenderObject.cpp 442 // We need to figure out the layer that follows newObject. We only do
443 // this the first time we find a child layer, and then we update the
448 parentLayer->addChild(toRenderBoxModelObject(obj)->layer(), beforeChild);
472 parentLayer->removeChild(toRenderBoxModelObject(this)->layer());
486 RenderLayer* layer = toRenderBoxModelObject(this)->layer(); local
487 ASSERT(oldParent == layer->parent());
489 oldParent->removeChild(layer);
490 newParent->addChild(layer);
501 // Error check the parent layer passed in. If it's null, we can't find anything
538 RenderLayer* layer = curr->hasLayer() ? toRenderBoxModelObject(curr)->layer() : 0; local
1671 RenderLayer* layer = hasLayer() ? enclosingLayer() : 0; local
1914 RenderLayer* layer; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 158 PlatformCALayer::PlatformCALayer(LayerType layerType, PlatformLayer* layer, PlatformCALayerClient* owner)
162 if (layer) {
164 m_layer = layer;
298 void PlatformCALayer::appendSublayer(PlatformCALayer* layer)
301 [m_layer.get() addSublayer:layer->m_layer.get()];
305 void PlatformCALayer::insertSublayer(PlatformCALayer* layer, size_t index)
308 [m_layer.get() insertSublayer:layer->m_layer.get() atIndex:index];
312 void PlatformCALayer::replaceSublayer(PlatformCALayer* reference, PlatformCALayer* layer)
315 [m_layer.get() replaceSublayer:reference->m_layer.get() with:layer->m_layer.get()];
381 void PlatformCALayer::setMask(PlatformCALayer* layer)
    [all...]
  /external/blktrace/
btrace.spec 27 performance or application problems relating to block layer io.
  /external/webkit/Source/WebCore/page/wince/
FrameWinCE.cpp 90 float docHeight = root->layer()->height();
91 float docWidth = root->layer()->width();
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLExtras.cpp 134 void GLExtras::drawGL(const LayerAndroid* layer)
137 m_drawExtra->drawGL(this, layer);
Surface.h 51 void addLayer(LayerAndroid* layer, const TransformationMatrix& transform);
104 // vector storing all generated layer groups
114 // counts layer tree depth for debugging
SurfaceBacking.h 55 LayerAndroid* layer);
  /external/webkit/Source/WebCore/platform/graphics/win/
WebLayer.cpp 80 // smaller than the layer bounds (e.g. tiled layers)
89 // FIXME: ideally we'd avoid calling -setNeedsDisplay on a layer that is a plain color,
103 float borderWidth = CACFLayerGetBorderWidth(layer());
105 CGColorRef borderColor = CACFLayerGetBorderColor(layer());
  /libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
ImplForVariable.java 71 static TypeVariable findFormalVar(GenericDeclaration layer, String name) {
72 TypeVariable[] formalVars = layer.getTypeParameters();
  /external/aac/libMpegTPDec/src/
tpdec_adts.h 114 UCHAR layer; member in struct:__anon2133
  /external/libppp/src/
hdlc.h 116 extern struct layer hdlclayer;
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
CACFLayerTreeHost.cpp 145 // Under the root layer, we have a clipping layer to clip the content,
146 // that contains a scroll layer that we use for scrolling the content.
147 // The root layer is the size of the client area of the window.
148 // The clipping layer is the size of the WebView client area (window less the scrollbars).
149 // The scroll layer is the size of the root child layer.
150 // Resizing the window will change the bounds of the rootLayer and the clip layer and will not
152 // Scrolling will affect only the position of the scroll layer without affecting the bounds.
204 void CACFLayerTreeHost::addPendingAnimatedLayer(PassRefPtr<PlatformCALayer> layer)
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
QWebPageClient.h 55 virtual void setRootGraphicsLayer(WebCore::PlatformLayer* layer) { }

Completed in 1297 milliseconds

1 2 3 4 56 7 8 91011>>