Searched refs:m_graphicsLayer (Results 1 – 3 of 3) sorted by relevance
68 m_graphicsLayer = adoptPtr(new GraphicsLayerForTesting(&m_client)); in GraphicsLayerTest()69 m_clipLayer->addChild(m_graphicsLayer.get()); in GraphicsLayerTest()70 m_graphicsLayer->platformLayer()->setScrollClipLayer( in GraphicsLayerTest()72 m_platformLayer = m_graphicsLayer->platformLayer(); in GraphicsLayerTest()77 m_clipLayer->platformLayer(), m_graphicsLayer->platformLayer(), 0); in GraphicsLayerTest()83 m_graphicsLayer.clear(); in ~GraphicsLayerTest()89 OwnPtr<GraphicsLayerForTesting> m_graphicsLayer; member in __anon9e4d41630111::GraphicsLayerTest109 m_graphicsLayer->setShouldFlattenTransform(false); in TEST_F()111 m_platformLayer = m_graphicsLayer->platformLayer(); in TEST_F()118 m_graphicsLayer->setShouldFlattenTransform(true); in TEST_F()[all …]
219 m_graphicsLayer = createGraphicsLayer(m_owningLayer.compositingReasons()); in createPrimaryGraphicsLayer()223 m_graphicsLayer->contentLayer()->setDrawCheckerboardForMissingTiles(true); in createPrimaryGraphicsLayer()238 if (m_graphicsLayer) in destroyGraphicsLayers()239 m_graphicsLayer->removeFromParent(); in destroyGraphicsLayers()242 m_graphicsLayer = nullptr; in destroyGraphicsLayers()257 m_graphicsLayer->setOpacity(compositingOpacity(style->opacity())); in updateOpacity()270 m_graphicsLayer->setTransform(t); in updateTransform()275 m_graphicsLayer->setFilters(owningLayer().computeFilterOperations(style)); in updateFilters()290 m_graphicsLayer->setIsRootForIsolatedGroup(isolate); in updateIsRootForIsolatedGroup()300 m_graphicsLayer->setContentsOpaque(true); in updateContentsOpaque()[all …]
83 GraphicsLayer* mainGraphicsLayer() const { return m_graphicsLayer.get(); } in mainGraphicsLayer()342 OwnPtr<GraphicsLayer> m_graphicsLayer; variable