HomeSort by relevance Sort by last modified time
    Searched refs:fBRD (Results 1 - 4 of 4) sorted by null

  /external/skia/bench/
BitmapRegionDecoderBench.cpp 15 : fBRD(nullptr)
39 fBRD.reset(SkBitmapRegionDecoder::Create(fData, SkBitmapRegionDecoder::kAndroidCodec_Strategy));
43 auto ct = fBRD->computeOutputColorType(fColorType);
44 auto cs = fBRD->computeOutputColorSpace(ct, nullptr);
47 SkAssertResult(fBRD->decodeRegion(&bm, nullptr, fSubset, fSampleSize, ct, false, cs));
BitmapRegionDecoderBench.h 38 std::unique_ptr<SkBitmapRegionDecoder> fBRD;
  /external/skqp/bench/
BitmapRegionDecoderBench.cpp 15 : fBRD(nullptr)
39 fBRD.reset(SkBitmapRegionDecoder::Create(fData, SkBitmapRegionDecoder::kAndroidCodec_Strategy));
43 auto ct = fBRD->computeOutputColorType(fColorType);
44 auto cs = fBRD->computeOutputColorSpace(ct, nullptr);
47 SkAssertResult(fBRD->decodeRegion(&bm, nullptr, fSubset, fSampleSize, ct, false, cs));
BitmapRegionDecoderBench.h 38 std::unique_ptr<SkBitmapRegionDecoder> fBRD;

Completed in 902 milliseconds