Home
last modified time | relevance | path

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

/external/skqp/samplecode/
DSampleUnpremul.cpp91 failure.printf("Failed to decode %s", fCurrFile.c_str()); in onDrawContent()
98 SkString header(SkOSPath::Basename(fCurrFile.c_str())); in onDrawContent()
133 SkString fCurrFile; member in UnpremulView
154 fCurrFile = SkOSPath::Join(fResPath.c_str(), basename.c_str()); in nextImage()
159 if (fCurrFile.size() == 0) { in decodeCurrFile()
163 fDecodeSucceeded = decode_file(fCurrFile.c_str(), &fBitmap, kN32_SkColorType, !fPremul); in decodeCurrFile()
/external/skia/samplecode/
DSampleUnpremul.cpp91 failure.printf("Failed to decode %s", fCurrFile.c_str()); in onDrawContent()
98 SkString header(SkOSPath::Basename(fCurrFile.c_str())); in onDrawContent()
133 SkString fCurrFile; member in UnpremulView
154 fCurrFile = SkOSPath::Join(fResPath.c_str(), basename.c_str()); in nextImage()
159 if (fCurrFile.size() == 0) { in decodeCurrFile()
163 fDecodeSucceeded = decode_file(fCurrFile.c_str(), &fBitmap, kN32_SkColorType, !fPremul); in decodeCurrFile()