Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleUnpremul.cpp45 , fPremul(true) in UnpremulView()
106 (fPremul ? "premultiplied" : "unpremultiplied")); in onDrawContent()
120 if (!fPremul) { in onDrawContent()
141 bool fPremul; member in UnpremulView
176 if (!fPremul) { in decodeCurrFile()
185 fPremul = !fPremul; in togglePremul()