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

/external/skia/tests/
H A DRecordOptsTest.cpp140 SkPaint alphaOnlyLayerPaint, translucentLayerPaint, xfermodeLayerPaint; local
141 alphaOnlyLayerPaint.setColor(0x03000000); // Only alpha.
176 recorder.saveLayer(nullptr, &alphaOnlyLayerPaint);
182 recorder.saveLayer(nullptr, &alphaOnlyLayerPaint);
221 SkPaint alphaOnlyLayerPaint; local
222 alphaOnlyLayerPaint.setColor(0x03000000); // Only alpha.
255 SkPaint* firstPaints[] = { nullptr, &alphaOnlyLayerPaint };
295 { &alphaOnlyLayerPaint, nullptr },
301 { &alphaOnlyLayerPaint, &xfermodePaint },
306 { &alphaOnlyLayerPaint,
[all...]

Completed in 81 milliseconds