Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleUnpremul.cpp43 , fPremul(true) in UnpremulView()
103 (fPremul ? "premultiplied" : "unpremultiplied")); in onDrawContent()
117 if (!fPremul) { in onDrawContent()
137 bool fPremul; member in UnpremulView
166 fDecodeSucceeded = decode_file(fCurrFile.c_str(), &fBitmap, kN32_SkColorType, !fPremul); in decodeCurrFile()
171 fPremul = !fPremul; in togglePremul()