Home
last modified time | relevance | path

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

/external/skia/tests/
DLayerDrawLooperTest.cpp47 SkLayerDrawLooper::LayerInfo layerInfo; in test_frontToBack() local
50 (void)looperBuilder.addLayer(layerInfo); in test_frontToBack()
53 layerInfo.fOffset.set(10.0f, 20.0f); in test_frontToBack()
54 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit; in test_frontToBack()
55 SkPaint* layerPaint = looperBuilder.addLayer(layerInfo); in test_frontToBack()
86 SkLayerDrawLooper::LayerInfo layerInfo; in test_backToFront() local
89 (void)looperBuilder.addLayerOnTop(layerInfo); in test_backToFront()
92 layerInfo.fOffset.set(10.0f, 20.0f); in test_backToFront()
93 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit; in test_backToFront()
94 SkPaint* layerPaint = looperBuilder.addLayerOnTop(layerInfo); in test_backToFront()
[all …]
/external/skqp/tests/
DLayerDrawLooperTest.cpp47 SkLayerDrawLooper::LayerInfo layerInfo; in test_frontToBack() local
50 (void)looperBuilder.addLayer(layerInfo); in test_frontToBack()
53 layerInfo.fOffset.set(10.0f, 20.0f); in test_frontToBack()
54 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit; in test_frontToBack()
55 SkPaint* layerPaint = looperBuilder.addLayer(layerInfo); in test_frontToBack()
86 SkLayerDrawLooper::LayerInfo layerInfo; in test_backToFront() local
89 (void)looperBuilder.addLayerOnTop(layerInfo); in test_backToFront()
92 layerInfo.fOffset.set(10.0f, 20.0f); in test_backToFront()
93 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit; in test_backToFront()
94 SkPaint* layerPaint = looperBuilder.addLayerOnTop(layerInfo); in test_backToFront()
[all …]
/external/fonttools/Tests/ufoLib/
DUFO3_test.py4329 def makeUFO(self, formatVersion=3, layerInfo=None): argument
4354 if layerInfo is None:
4355 layerInfo = dict(
4361 plistlib.dump(layerInfo, f)
4419 self.makeUFO(layerInfo=info)
4426 self.makeUFO(layerInfo=info)
4432 self.makeUFO(layerInfo=info)
4438 self.makeUFO(layerInfo=info)
4445 self.makeUFO(layerInfo=info)
4451 self.makeUFO(layerInfo=info)
[all …]