Package ly.img.android.pesdk.backend.model.chunk

Types

MultiRect
Link copied to clipboard

Created by svennahler on 17.09.16.

open class MultiRect : Recyclable, Resettable
RectRecycler
Link copied to clipboard

Created by svennahler on 17.09.16.

object RectRecycler
Recyclable
Link copied to clipboard
interface Recyclable
Recycler
Link copied to clipboard
open class Recycler<T> constructor(maxReuseCount: Int, creator: () -> T) : StaticRecycleMethods<T>
RecyclerMark
Link copied to clipboard
class RecyclerMark : Recyclable
RelativeRectFast
Link copied to clipboard

Created by svennahler on 17.09.16.

open class RelativeRectFast
Request
Link copied to clipboard

Created by svennahler on 23.08.16.

open class Request
RequestI
Link copied to clipboard

Created by svennahler on 05.12.16.

interface RequestI
RequestResult
Link copied to clipboard

Created by svennahler on 23.08.16.

open class RequestResult
RequestResultI
Link copied to clipboard

Created by svennahler on 05.12.16.

interface RequestResultI
Resettable
Link copied to clipboard
interface Resettable
ResultRegionI
Link copied to clipboard

Created by svennahler on 05.12.16.

interface ResultRegionI
SourceRequestAnswerI
Link copied to clipboard

Created by svennahler on 05.12.16.

interface SourceRequestAnswerI
StaticRecycleMethods
Link copied to clipboard
interface StaticRecycleMethods<T>
Transformation
Link copied to clipboard

Created by svennahler on 13.11.16.

open class Transformation : Recyclable, Resettable

Functions

andRecycle
Link copied to clipboard
infix inline fun <A> A.andRecycle(b: <ERROR CLASS>): <ERROR CLASS>
infix inline fun <A> A.andRecycle(b: Recyclable): <ERROR CLASS>
RectObtain
Link copied to clipboard
inline fun RectObtain(): <ERROR CLASS>
inline fun RectObtain(r: <ERROR CLASS>): <ERROR CLASS>
inline fun RectObtain(left: Int, top: Int, right: Int, bottom: Int): <ERROR CLASS>
recycle
Link copied to clipboard
inline fun <ERROR CLASS>.recycle(): <ERROR CLASS>
recycleAfter
Link copied to clipboard
infix inline fun <R> <ERROR CLASS>.recycleAfter(block: (<ERROR CLASS>) -> R): <ERROR CLASS>
infix inline fun <T : Recyclable, R> T.recycleAfter(block: (T) -> R): <ERROR CLASS>
recyclePool
Link copied to clipboard
inline fun <R> recyclePool(crossinline block: (RecyclerMark) -> R): R
setRecycler
Link copied to clipboard
infix inline fun <ERROR CLASS>.setRecycler(b: RecyclerMark): <ERROR CLASS>
infix inline fun <A : Recyclable> A.setRecycler(b: RecyclerMark): <ERROR CLASS>