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

/external/skia/tests/
H A DCanvasStateTest.cpp39 const int layerCombinations = sizeof(layerAlpha) / sizeof(int); local
52 for (int k = 0; k < layerCombinations; ++k) {
129 const int layerCombinations = sizeof(flags) / sizeof(SkCanvas::SaveFlags); local
141 for (int j = 0; j < layerCombinations; ++j) {

Completed in 65 milliseconds