GifObjectFilterRender

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
open val previewHeight: Int
Link copied to clipboard
open val previewWidth: Int
Link copied to clipboard

Functions

Link copied to clipboard
open fun draw()
Link copied to clipboard
open fun getPosition(): PointF
Link copied to clipboard
open fun getPreviousTexId(): Int
Link copied to clipboard
open fun getRotation(): Int
Link copied to clipboard
open fun getScale(): PointF
Link copied to clipboard
open fun getTexId(): Int
Link copied to clipboard
open fun initFBOLink()
Link copied to clipboard
abstract fun initGl(width: Int, height: Int, context: Context, previewWidth: Int, previewHeight: Int)
open fun initGl(width: Int, height: Int, context: Context, previewWidth: Int, previewHeight: Int)
Link copied to clipboard
open fun release()
Link copied to clipboard
open fun setAlpha(alpha: Float)
Link copied to clipboard
open fun setDefaultScale(streamWidth: Int, streamHeight: Int)
Link copied to clipboard
open fun setGif(inputStream: InputStream)
Link copied to clipboard
open fun setPosition(positionTo: TranslateTo)
open fun setPosition(x: Float, y: Float)
Link copied to clipboard
open fun setPreviewSize(previewWidth: Int, previewHeight: Int)
Link copied to clipboard
open fun setPreviousTexId(texId: Int)
Link copied to clipboard
open fun setRotation(angle: Int)
Link copied to clipboard
open fun setScale(scaleX: Float, scaleY: Float)