Home
last modified time | relevance | path

Searched refs:fShowAmbient (Results 1 – 4 of 4) sorted by relevance

/external/skia/samplecode/
DSampleShadowColor.cpp23 bool fShowAmbient; member in ShadowColorView
33 , fShowAmbient(true) in ShadowColorView()
57 fShowAmbient = !fShowAmbient; in onQuery()
103 if (!fShowAmbient) { in drawShadowedPath()
DSampleShadowUtils.cpp29 bool fShowAmbient; member in ShadowUtilsView
38 , fShowAmbient(true) in ShadowUtilsView()
68 fShowAmbient = !fShowAmbient; in onQuery()
119 if (!fShowAmbient) { in drawShadowedPath()
DSampleShadowReference.cpp23 bool fShowAmbient; member in ShadowRefView
30 : fShowAmbient(true) in ShadowRefView()
53 fShowAmbient = !fShowAmbient; in onQuery()
88 if (!fShowAmbient) { in drawShadowedPath()
DSampleAndroidShadows.cpp39 bool fShowAmbient; member in ShadowsView
50 , fShowAmbient(true) in ShadowsView()
87 fShowAmbient = !fShowAmbient; in onQuery()
137 if (!fShowAmbient) { in drawShadowedPath()