Searched refs:fBRD (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/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
|
/third_party/skia/bench/ |
D | BitmapRegionDecoderBench.cpp | 17 : fBRD(nullptr) in BitmapRegionDecoderBench() 41 fBRD = android::skia::BitmapRegionDecoder::Make(fData); in onDelayedSetup() 45 auto ct = fBRD->computeOutputColorType(fColorType); in onDraw() 46 auto cs = fBRD->computeOutputColorSpace(ct, nullptr); in onDraw() 49 SkAssertResult(fBRD->decodeRegion(&bm, nullptr, fSubset, fSampleSize, ct, false, cs)); in onDraw()
|
D | BitmapRegionDecoderBench.h | 44 std::unique_ptr<android::skia::BitmapRegionDecoder> fBRD; variable
|