Searched refs:fBRD (Results 1 – 4 of 4) sorted by relevance
/external/skqp/bench/ |
D | BitmapRegionDecoderBench.cpp | 15 : 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()
|
D | BitmapRegionDecoderBench.h | 38 std::unique_ptr<SkBitmapRegionDecoder> fBRD; variable
|
/external/skia/bench/ |
D | BitmapRegionDecoderBench.cpp | 15 : 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()
|
D | BitmapRegionDecoderBench.h | 38 std::unique_ptr<SkBitmapRegionDecoder> fBRD; variable
|