Home
last modified time | relevance | path

Searched defs:manipulateAsync (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-image-manipulator/build/
H A DImageManipulator.d.ts13 export declare function manipulateAsync(uri: string, actions?: Action[], saveOptions?: SaveOptions)… function
H A DExpoImageManipulator.web.d.ts4manipulateAsync(uri: string, actions: Action[] | undefined, options: SaveOptions): Promise<ImageRe… constant
H A DImageManipulator.js17 export async function manipulateAsync(uri, actions = [], saveOptions = {}) { function
/expo/packages/expo-image-manipulator/src/
H A DImageManipulator.ts19 export async function manipulateAsync( function
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/imagemanipulator/
H A DImageManipulatorModule.kt40 …fun manipulateAsync(uri: String, actionsRaw: ArrayList<Any?>, saveOptionsRaw: ReadableArguments, p… in <lambda>() method