Home
last modified time | relevance | path

Searched refs:currLayer (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp855 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) { in getPropertyCSSValue() local
856 if (currLayer->image()) in getPropertyCSSValue()
857 list->append(currLayer->image()->cssValue()); in getPropertyCSSValue()
871 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local
872 list->append(fillSizeToCSSValue(currLayer->size(), primitiveValueCache)); in getPropertyCSSValue()
883 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local
884 …list->append(fillRepeatToCSSValue(currLayer->repeatX(), currLayer->repeatY(), primitiveValueCache)… in getPropertyCSSValue()
895 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local
896 list->append(primitiveValueCache->createValue(currLayer->composite())); in getPropertyCSSValue()
907 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local
[all …]
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.cpp1034 PlatformCALayer* currLayer = it->second.get(); in updateAnchorPoint() local
1035 currLayer->setAnchorPoint(m_anchorPoint); in updateAnchorPoint()
1049 PlatformCALayer* currLayer = it->second.get(); in updateTransform() local
1053 currLayer->setTransform(TransformationMatrix()); in updateTransform()
1055 currLayer->setTransform(m_transform); in updateTransform()
1195 PlatformCALayer* currLayer = it->second.get(); in ensureStructuralLayer() local
1196 currLayer->setPosition(point); in ensureStructuralLayer()
1197 currLayer->setAnchorPoint(anchorPoint); in ensureStructuralLayer()
1198 currLayer->setTransform(TransformationMatrix()); in ensureStructuralLayer()
1199 currLayer->setOpacity(1); in ensureStructuralLayer()
[all …]
/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp1175 for (RenderLayer* currLayer = parent(); currLayer; currLayer = currLayer->parent()) { in convertToLayerCoords() local
1176 if (currLayer == ancestorLayer) in convertToLayerCoords()
1179 if (isFixedPositionedContainer(currLayer)) { in convertToLayerCoords()
1180 fixedPositionContainerLayer = currLayer; in convertToLayerCoords()