Lines Matching refs:layerInfo
47 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()
125 SkLayerDrawLooper::LayerInfo layerInfo; in test_mixed() local
128 (void)looperBuilder.addLayer(layerInfo); in test_mixed()
131 layerInfo.fOffset.set(10.0f, 20.0f); in test_mixed()
132 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit; in test_mixed()
133 SkPaint* layerPaint = looperBuilder.addLayerOnTop(layerInfo); in test_mixed()