Searched defs:snapshotImage (Results 1 – 4 of 4) sorted by relevance
31 type snapshotImage interface { interface386 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 {
150 …m LinkableInterface, inProprietaryPath bool, apexInfo android.ApexInfo, image snapshotImage) bool {
192 const sk_sp<SkImage>& snapshotImage, in getShader()
234 sk_sp<SkImage> snapshotImage; in drawContent() local