Home
last modified time | relevance | path

Searched refs:makeImage (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DAutoBackendTextureReleaseTests.cpp50 textureRelease->makeImage(buffer, HAL_DATASPACE_UNKNOWN, /*context = */ nullptr); in RENDERTHREAD_TEST()
67 textureRelease->makeImage(buffer, HAL_DATASPACE_UNKNOWN, renderThread.getGrContext()); in RENDERTHREAD_TEST()
H A DCacheManagerTests.cpp60 sk_sp<SkImage> image = bitmap->makeImage(); in RENDERTHREAD_SKIA_PIPELINE_TEST()
/aosp14/frameworks/base/libs/hwui/
H A DAutoBackendTextureRelease.h49 void makeImage(AHardwareBuffer* buffer,
H A DSkiaCanvas.cpp592 auto image = bitmap.makeImage(); in drawBitmap()
597 image, bitmap.gainmap()->bitmap->makeImage(), bitmap.gainmap()->info, in drawBitmap()
617 auto image = bitmap.makeImage(); in drawBitmap()
624 image, bitmap.gainmap()->bitmap->makeImage(), bitmap.gainmap()->info, in drawBitmap()
711 auto image = bitmap.makeImage(); in drawBitmapMesh()
758 auto image = bitmap.makeImage(); in drawNinePatch()
H A DAutoBackendTextureRelease.cpp79 void AutoBackendTextureRelease::makeImage(AHardwareBuffer* buffer, in makeImage() function in android::uirenderer::AutoBackendTextureRelease
H A DRecordingCanvas.h85 : image(bitmap.makeImage()), palette(bitmap.palette()) { in DrawImagePayload()
89 gainmapImage = gainmap->bitmap->makeImage(); in DrawImagePayload()
H A DDeferredLayerUpdater.cpp249 mTextureRelease->makeImage(buffer, dataspace, context); in createIfNeeded()
H A DReadback.cpp274 return copyImageInto(hwBitmap->makeImage(), srcRect, bitmap); in copyHWBitmapInto()
H A DVectorDrawable.cpp509 sk_sp<SkImage> cachedBitmap = getBitmapUpdateIfDirty().makeImage(); in draw()
/aosp14/frameworks/base/libs/hwui/canvas/
H A DCanvasOps.h343 image(bitmap->makeImage()) { }
372 image(bitmap->makeImage()) { }
406 image(bitmap->makeImage()),
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/
H A DBitmapShaders.cpp59 sk_sp<SkImage> image = hwuiBitmap->makeImage(); in createContent()
H A DHwBitmapInCompositeShader.cpp78 sk_sp<SkImage> image = bitmap.makeImage(); in createBitmapShader()
/aosp14/frameworks/base/libs/hwui/hwui/
H A DBitmap.h144 sk_sp<SkImage> makeImage();
H A DBitmap.cpp400 sk_sp<SkImage> Bitmap::makeImage() { in makeImage() function in android::Bitmap
/aosp14/frameworks/base/libs/hwui/jni/
H A DRenderEffect.cpp65 sk_sp<SkImage> image = android::bitmap::toBitmap(bitmapHandle).makeImage(); in createBitmapEffect()
H A DShader.cpp80 image = bitmap.makeImage(); in createBitmapShaderHelper()
84 image, bitmap.gainmap()->bitmap->makeImage(), bitmap.gainmap()->info, in createBitmapShaderHelper()
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaPipeline.cpp223 auto image = bitmap->makeImage(); in prepareToDraw()