Searched refs:BitmapRegionDecoderWrapper (Results 1 – 3 of 3) sorted by relevance
42 class BitmapRegionDecoderWrapper { class44 static std::unique_ptr<BitmapRegionDecoderWrapper> Make(sk_sp<SkData> data) { in Make()58 return std::unique_ptr<BitmapRegionDecoderWrapper>(new BitmapRegionDecoderWrapper( in Make()221 BitmapRegionDecoderWrapper(std::unique_ptr<skia::BitmapRegionDecoder> mainImageBRD, in BitmapRegionDecoderWrapper() function in android::BitmapRegionDecoderWrapper251 auto brd = android::BitmapRegionDecoderWrapper::Make(std::move(data)); in createBitmapRegionDecoder()347 auto* brd = reinterpret_cast<BitmapRegionDecoderWrapper*>(brdHandle); in nativeDecodeRegion()420 BitmapRegionDecoderWrapper::Projection gainmapProjection = in nativeDecodeRegion()464 auto* brd = reinterpret_cast<BitmapRegionDecoderWrapper*>(brdHandle); in nativeGetHeight()469 auto* brd = reinterpret_cast<BitmapRegionDecoderWrapper*>(brdHandle); in nativeGetWidth()474 auto* brd = reinterpret_cast<BitmapRegionDecoderWrapper*>(brdHandle); in nativeClean()
23 class BitmapRegionDecoderWrapper; variable128 android::BitmapRegionDecoderWrapper* bitmap);
520 jobject GraphicsJNI::createBitmapRegionDecoder(JNIEnv* env, BitmapRegionDecoderWrapper* bitmap) { in createBitmapRegionDecoder()