Searched defs:createPixelMap (Results 1 – 3 of 3) sorted by relevance
35 export const createPixelMap: (a: ArrayBuffer, b:pixelMapPots) => image.PixelMap; constant
89 export const createPixelMap: (a: image.ImageSource, b: ESObject) => resPixelMap; constant
231 Image_ErrorCode createPixelMap(uint32_t width, uint32_t height, int32_t pixelFormat, int32_t alphaT… in createPixelMap() function