/aosp14/frameworks/base/libs/hwui/tests/unit/ |
H A D | AutoBackendTextureReleaseTests.cpp | 50 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 D | CacheManagerTests.cpp | 60 sk_sp<SkImage> image = bitmap->makeImage(); in RENDERTHREAD_SKIA_PIPELINE_TEST()
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | AutoBackendTextureRelease.h | 49 void makeImage(AHardwareBuffer* buffer,
|
H A D | SkiaCanvas.cpp | 592 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 D | AutoBackendTextureRelease.cpp | 79 void AutoBackendTextureRelease::makeImage(AHardwareBuffer* buffer, in makeImage() function in android::uirenderer::AutoBackendTextureRelease
|
H A D | RecordingCanvas.h | 85 : image(bitmap.makeImage()), palette(bitmap.palette()) { in DrawImagePayload() 89 gainmapImage = gainmap->bitmap->makeImage(); in DrawImagePayload()
|
H A D | DeferredLayerUpdater.cpp | 249 mTextureRelease->makeImage(buffer, dataspace, context); in createIfNeeded()
|
H A D | Readback.cpp | 274 return copyImageInto(hwBitmap->makeImage(), srcRect, bitmap); in copyHWBitmapInto()
|
H A D | VectorDrawable.cpp | 509 sk_sp<SkImage> cachedBitmap = getBitmapUpdateIfDirty().makeImage(); in draw()
|
/aosp14/frameworks/base/libs/hwui/canvas/ |
H A D | CanvasOps.h | 343 image(bitmap->makeImage()) { } 372 image(bitmap->makeImage()) { } 406 image(bitmap->makeImage()),
|
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/ |
H A D | BitmapShaders.cpp | 59 sk_sp<SkImage> image = hwuiBitmap->makeImage(); in createContent()
|
H A D | HwBitmapInCompositeShader.cpp | 78 sk_sp<SkImage> image = bitmap.makeImage(); in createBitmapShader()
|
/aosp14/frameworks/base/libs/hwui/hwui/ |
H A D | Bitmap.h | 144 sk_sp<SkImage> makeImage();
|
H A D | Bitmap.cpp | 400 sk_sp<SkImage> Bitmap::makeImage() { in makeImage() function in android::Bitmap
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | RenderEffect.cpp | 65 sk_sp<SkImage> image = android::bitmap::toBitmap(bitmapHandle).makeImage(); in createBitmapEffect()
|
H A D | Shader.cpp | 80 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 D | SkiaPipeline.cpp | 223 auto image = bitmap->makeImage(); in prepareToDraw()
|