Searched refs:BitmapRegionDecoderWrapper (Results 1 – 3 of 3) sorted by relevance
44 class BitmapRegionDecoderWrapper { class46 static std::unique_ptr<BitmapRegionDecoderWrapper> Make(sk_sp<SkData> data) { in Make()70 return std::unique_ptr<BitmapRegionDecoderWrapper>( in Make()71 new BitmapRegionDecoderWrapper(std::move(mainImageBRD), std::move(gainmapBRD), in Make()154 BitmapRegionDecoderWrapper(std::unique_ptr<skia::BitmapRegionDecoder> mainImageBRD, in BitmapRegionDecoderWrapper() function in android::BitmapRegionDecoderWrapper170 auto brd = android::BitmapRegionDecoderWrapper::Make(std::move(data)); in createBitmapRegionDecoder()266 auto* brd = reinterpret_cast<BitmapRegionDecoderWrapper*>(brdHandle); in nativeDecodeRegion()380 auto* brd = reinterpret_cast<BitmapRegionDecoderWrapper*>(brdHandle); in nativeGetHeight()385 auto* brd = reinterpret_cast<BitmapRegionDecoderWrapper*>(brdHandle); in nativeGetWidth()390 auto* brd = reinterpret_cast<BitmapRegionDecoderWrapper*>(brdHandle); in nativeClean()
23 class BitmapRegionDecoderWrapper; variable126 android::BitmapRegionDecoderWrapper* bitmap);
519 jobject GraphicsJNI::createBitmapRegionDecoder(JNIEnv* env, BitmapRegionDecoderWrapper* bitmap) { in createBitmapRegionDecoder()