Home
last modified time | relevance | path

Searched defs:snapshotImage (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/soong/cc/
H A Dsnapshot_prebuilt.go31 type snapshotImage interface { interface
386 func snapshotFactory(image snapshotImage) android.Module {
485 func (p *baseSnapshotDecorator) init(m *Module, image snapshotImage, moduleSuffix string) {
662 func snapshotLibraryFactory(image snapshotImage, moduleSuffix string) (*Module, *snapshotLibraryDec…
827 func snapshotBinaryFactory(image snapshotImage, moduleSuffix string) android.Module {
H A Dvendor_snapshot.go150 …m LinkableInterface, inProprietaryPath bool, apexInfo android.ApexInfo, image snapshotImage) bool {
/aosp12/frameworks/base/libs/hwui/effects/
H A DStretchEffect.cpp192 const sk_sp<SkImage>& snapshotImage, in getShader()
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DRenderNodeDrawable.cpp234 sk_sp<SkImage> snapshotImage; in drawContent() local