toggle menu
skiko
0.0.0-SNAPSHOT
common
jvm
native
web
switch theme
search in API
skiko
/
org.jetbrains.skia.impl
/
NativePointerArray
Native
Pointer
Array
common
jvm
native
web
expect
class
NativePointerArray
actual
class
NativePointerArray
actual
class
NativePointerArray
actual
class
NativePointerArray
Members
Constructors
Native
Pointer
Array
Link copied to clipboard
common
jvm
native
web
expect
constructor
(
size
:
Int
)
constructor
(
size
:
Int
,
backing
:
LongArray
)
actual
constructor
(
size
:
Int
)
actual
constructor
(
size
:
Int
)
actual
constructor
(
size
:
Int
)
Types
Companion
Link copied to clipboard
web
object
Companion
Properties
size
Link copied to clipboard
common
jvm
native
web
expect
val
size
:
Int
actual
val
size
:
Int
actual
val
size
:
Int
actual
val
size
:
Int
Functions
get
Link copied to clipboard
common
jvm
native
web
expect
operator
fun
get
(
index
:
Int
)
:
NativePointer
actual
operator
fun
get
(
index
:
Int
)
:
NativePointer
actual
operator
fun
get
(
index
:
Int
)
:
NativePointer
actual
operator
fun
get
(
index
:
Int
)
:
NativePointer
set
Link copied to clipboard
expect
operator
fun
set
(
index
:
Int
,
value
:
NativePointer
)