Searched defs:layerType (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
H A DWebLayer.h39 static PassRefPtr<WKCACFLayer> create(LayerType layerType, GraphicsLayer* owner) argument
41 return adoptRef(new WebLayer(layerType, owner));
47 WebLayer(LayerType layerType, GraphicsLayer* owner) argument
48 : WKCACFLayer(layerType)
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DPlatformCALayer.h94 LayerType layerType() const { return m_layerType; } function in class:WebCore::PlatformCALayer
H A DGraphicsLayerCA.cpp1155 if (m_structuralLayer && m_structuralLayer->layerType() != PlatformCALayer::LayerTypeTransformLayer)
1163 if (m_structuralLayer && m_structuralLayer->layerType() != PlatformCALayer::LayerTypeLayer)
2297 PlatformCALayer::LayerType layerType = (layer->layerType() == PlatformCALayer::LayerTypeTransformLayer) ? local
2299 RefPtr<PlatformCALayer> newLayer = PlatformCALayer::create(layerType, this);
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperPlatformLayer.h49 virtual Type layerType() const = 0;
66 virtual Type layerType() const { return ContentLayer; } function in class:WebCore::TextureMapperContentLayer
72 virtual Type layerType() const { return MediaLayer; } function in class:WebCore::TextureMapperMediaLayer
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp88 PassRefPtr<PlatformCALayer> PlatformCALayer::create(LayerType layerType, PlatformCALayerClient* owner) argument
90 return adoptRef(new PlatformCALayer(layerType, 0, owner));
111 PlatformCALayer::PlatformCALayer(LayerType layerType, PlatformLayer* layer, PlatformCALayerClient* owner) argument
118 m_layerType = layerType;
119 m_layer.adoptCF(CACFLayerCreate(toCACFLayerType(layerType)));
615 switch (layer->layerType()) {
/external/webkit/Source/WebKit/android/nav/
H A DCachedRoot.cpp622 Type layerType = *layerTypes++; local
624 layers - mLayers.begin(), TypeNames[layerType],
627 if (collectGlyphs && (layerType == kDrawGlyph_Type
628 || ((layerType == kDrawRect_Type && mTextTest.contains(*layers))
629 || (layerType == kDrawBitmap_Type && mTextSlop.contains(*layers))))) {
635 collectGlyphs &= layerType != kPushLayer_Type;
636 if (collectOvers && (layerType == kDrawRect_Type
637 || layerType == kDrawBitmap_Type
638 || (!collectGlyphs && layerType == kDrawSprite_Type))) {
754 Type layerType local
788 Type layerType = *layerTypes++; local
[all...]

Completed in 642 milliseconds