Home
last modified time | relevance | path

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

/external/skqp/bench/
DBitmapRegionDecoderBench.cpp15 : fBRD(nullptr) in BitmapRegionDecoderBench()
39 fBRD.reset(SkBitmapRegionDecoder::Create(fData, SkBitmapRegionDecoder::kAndroidCodec_Strategy)); in onDelayedSetup()
43 auto ct = fBRD->computeOutputColorType(fColorType); in onDraw()
44 auto cs = fBRD->computeOutputColorSpace(ct, nullptr); in onDraw()
47 SkAssertResult(fBRD->decodeRegion(&bm, nullptr, fSubset, fSampleSize, ct, false, cs)); in onDraw()
DBitmapRegionDecoderBench.h38 std::unique_ptr<SkBitmapRegionDecoder> fBRD; variable
/external/skia/bench/
DBitmapRegionDecoderBench.cpp15 : fBRD(nullptr) in BitmapRegionDecoderBench()
39 fBRD.reset(SkBitmapRegionDecoder::Create(fData, SkBitmapRegionDecoder::kAndroidCodec_Strategy)); in onDelayedSetup()
43 auto ct = fBRD->computeOutputColorType(fColorType); in onDraw()
44 auto cs = fBRD->computeOutputColorSpace(ct, nullptr); in onDraw()
47 SkAssertResult(fBRD->decodeRegion(&bm, nullptr, fSubset, fSampleSize, ct, false, cs)); in onDraw()
DBitmapRegionDecoderBench.h38 std::unique_ptr<SkBitmapRegionDecoder> fBRD; variable