Properties
_PAGFile
_PAGFile: {
_Load: ((buffer) => any);
_MaxSupportedTagLevel: (() => number);
}
Type declaration
-
_Load: ((buffer) => any)
-
- (buffer): any
-
Returns any
-
_MaxSupportedTagLevel: (() => number)
-
- (): number
-
Returns number
_PAGImage
_PAGImage: {
_FromNativeImage: ((source) => any);
_FromPixels: ((pixels, width, height, rowBytes, colorType, alphaType) => any);
_FromTexture: ((textureID, width, height, flipY) => any);
}
Type declaration
-
_FromNativeImage: ((source) => any)
-
- (source): any
-
Parameters
-
source: TexImageSource | ArrayBufferImage
Returns any
-
_FromPixels: ((pixels, width, height, rowBytes, colorType, alphaType) => any)
-
- (pixels, width, height, rowBytes, colorType, alphaType): any
-
Parameters
-
pixels: Uint8Array
-
width: number
-
height: number
-
rowBytes: number
-
-
Returns any
-
_FromTexture: ((textureID, width, height, flipY) => any)
-
- (textureID, width, height, flipY): any
-
Parameters
-
textureID: number
-
width: number
-
height: number
-
flipY: boolean
Returns any
_PAGPlayer
_PAGPlayer: any
_PAGSurface
_PAGSurface: {
_FromCanvas: ((canvasID) => any);
_FromTexture: ((textureID, width, height, flipY) => any);
_FromRenderTarget: ((framebufferID, width, height, flipY) => any);
}
Type declaration
-
_FromCanvas: ((canvasID) => any)
-
- (canvasID): any
-
Returns any
-
_FromTexture: ((textureID, width, height, flipY) => any)
-
- (textureID, width, height, flipY): any
-
Parameters
-
textureID: number
-
width: number
-
height: number
-
flipY: boolean
Returns any
-
_FromRenderTarget: ((framebufferID, width, height, flipY) => any)
-
- (framebufferID, width, height, flipY): any
-
Parameters
-
framebufferID: number
-
width: number
-
height: number
-
flipY: boolean
Returns any
_PAGComposition
_PAGComposition: {
_Make: ((width, height) => any);
}
Type declaration
-
_Make: ((width, height) => any)
-
- (width, height): any
-
Parameters
-
width: number
-
height: number
Returns any
_PAGTextLayer
_PAGTextLayer: {
_Make: ((duration, text, fontSize, fontFamily, fontStyle) => any) & ((duration, textDocumentHandle) => any);
}
Type declaration
-
_Make: ((duration, text, fontSize, fontFamily, fontStyle) => any) & ((duration, textDocumentHandle) => any)
_PAGImageLayer
_PAGImageLayer: {
_Make: ((width, height, duration) => any);
}
Type declaration
-
_Make: ((width, height, duration) => any)
-
- (width, height, duration): any
-
Parameters
-
width: number
-
height: number
-
duration: number
Returns any
_PAGSolidLayer
_PAGSolidLayer: {
_Make: ((duration, width, height, solidColor, opacity) => any);
}
Type declaration
-
_Make: ((duration, width, height, solidColor, opacity) => any)
-
- (duration, width, height, solidColor, opacity): any
-
Parameters
-
duration: number
-
width: number
-
height: number
-
solidColor: Color
-
opacity: number
Returns any
_PAGFont
_PAGFont: {
_create: ((fontFamily, fontStyle) => any);
_SetFallbackFontNames: ((fontName) => void);
}
Type declaration
-
_create: ((fontFamily, fontStyle) => any)
-
- (fontFamily, fontStyle): any
-
Parameters
-
fontFamily: string
-
fontStyle: string
Returns any
-
_SetFallbackFontNames: ((fontName) => void)
-
- (fontName): void
-
Returns void
_Matrix
_Matrix: {
_MakeAll: ((scaleX, skewX, transX, skewY, scaleY, transY, pers0, pers1, pers2) => any);
_MakeScale: ((sx, sy) => any) & ((scale) => any);
_MakeTrans: ((dx, dy) => any);
}
Type declaration
-
_MakeAll: ((scaleX, skewX, transX, skewY, scaleY, transY, pers0, pers1, pers2) => any)
-
- (scaleX, skewX, transX, skewY, scaleY, transY, pers0, pers1, pers2): any
-
Parameters
-
scaleX: number
-
skewX: number
-
transX: number
-
skewY: number
-
scaleY: number
-
transY: number
-
pers0: number
-
pers1: number
-
pers2: number
Returns any
-
_MakeScale: ((sx, sy) => any) & ((scale) => any)
-
_MakeTrans: ((dx, dy) => any)
-
- (dx, dy): any
-
Returns any
_registerSoftwareDecoderFactory
_registerSoftwareDecoderFactory: ((factory) => void)
Type declaration
-
- (factory): void
-
Returns void
VectorString
VectorString: any
TGFXPathFillType
TGFXPathFillType: TGFXPathFillType
TGFXLineCap
TGFXLineCap: TGFXLineCap
TGFXLineJoin
TGFXLineJoin: TGFXLineJoin
traceImage
traceImage: ((info, pixels, tag) => void)
Type declaration
-
- (info, pixels, tag): void
-
Parameters
-
info: {
width: number;
height: number;
}
-
width: number
-
height: number
-
pixels: Uint8Array
-
tag: string
Returns void
registerSoftwareDecoderFactory
registerSoftwareDecoderFactory: ((factory) => void)
Type declaration
-
- (factory): void
-
Returns void
SDKVersion
SDKVersion: (() => string)
Type declaration
-
- (): string
-
Returns string
arguments
arguments: string[]
environment
environment: EnvironmentType
preInit
preInit: (() => void)[]
preRun
preRun: (() => void)[]
postRun
postRun: (() => void)[]
onAbort
onAbort: ((what) => void)
Type declaration
-
- (what): void
-
Returns void
onRuntimeInitialized
onRuntimeInitialized: (() => void)
preinitializedWebGLContext
preinitializedWebGLContext: WebGLRenderingContext
noInitialRun
noInitialRun: boolean
noExitRuntime
noExitRuntime: boolean
logReadFiles
logReadFiles: boolean
filePackagePrefixURL
filePackagePrefixURL: string
wasmBinary
wasmBinary: ArrayBuffer
FHEAP
FHEAP: Float64Array
HEAP16
HEAP16: Int16Array
HEAP32
HEAP32: Int32Array
HEAPU8
HEAPU8: Uint8Array
HEAPU16
HEAPU16: Uint16Array
HEAPU32
HEAPU32: Uint32Array
HEAPF32
HEAPF32: Float32Array
HEAPF64
HEAPF64: Float64Array
HEAP64
HEAP64: BigInt64Array
HEAPU64
HEAPU64: BigUint64Array
TOTAL_STACK
TOTAL_STACK: number
TOTAL_MEMORY
TOTAL_MEMORY: number
FAST_MEMORY
FAST_MEMORY: number
preloadedImages
preloadedImages: any
preloadedAudios
preloadedAudios: any