Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libpag
/ functions
Functions
6,366 in github.com/Tencent/libpag
⨍
Functions
6,366
◇
Types & classes
1,001
↓ 2 callers
Method
prepareNextImage
src/rendering/sequences/SequenceImageQueue.cpp:43
↓ 2 callers
Method
prepareVideoFrame
* Prepares the video frame for the current composition before rendering.
web/src/pag-player.ts:367
↓ 2 callers
Method
present
src/rendering/drawables/Drawable.cpp:44
↓ 2 callers
Method
presentingTime
* The time cost by presenting in microseconds.
web/src/pag-player.ts:317
↓ 2 callers
Method
progress
Returns the current position of the animation, which is a number between 0.0 and 1.0.
android/libpag/src/main/java/org/libpag/PAGAnimator.java:109
↓ 2 callers
Function
proxyVector
( vector: Vector<any>, process: T, )
web/src/utils/type-utils.ts:13
↓ 2 callers
Function
quote
(string)
exporter/assets/scripts/GetTextDocument.js:8
↓ 2 callers
Method
readAttribute
src/codec/Attributes.h:44
↓ 2 callers
Method
readBoolean
()
web/lite/src/codec/utils/byte-array.ts:40
↓ 2 callers
Method
readBuffer
src/rendering/sequences/SequenceReader.cpp:26
↓ 2 callers
Function
readCompositionAttributes
(byteArray: ByteArray, composition: Composition)
web/lite/src/codec/tags/composition-attributes.ts:5
↓ 2 callers
Method
readEncodedUint64
()
web/lite/src/codec/utils/byte-array.ts:197
↓ 2 callers
Method
readFont
(XmlPullParser parser)
android/libpag/src/main/java/org/libpag/PAGFont.java:162
↓ 2 callers
Method
readFrame
Reads pixels of the image frame at the given index into the specified HardwareBuffer. Returns false if failed. Reading image frames into HardwareBuffe
android/libpag/src/main/java/org/libpag/PAGDecoder.java:112
↓ 2 callers
Method
readFrame
src/rendering/caches/SequenceFile.cpp:228
↓ 2 callers
Method
readPixels
* Copies pixels from current PAGSurface to dstPixels with specified color type, alpha type and * row bytes. Returns true if pixels are copied to ds
web/src/pag-surface.ts:73
↓ 2 callers
Function
readPoint
(byteArray: ByteArray)
web/lite/src/codec/data-types.ts:67
↓ 2 callers
Function
readTagHeader
(byteBuffer: ByteArray)
web/lite/src/codec/tags/tag-header.ts:10
↓ 2 callers
Method
readUTF8String
()
web/lite/src/codec/utils/byte-array.ts:155
↓ 2 callers
Method
readUint16
exporter/src/utils/ByteArray.cpp:73
↓ 2 callers
Method
readUint32
src/codec/utils/DecodeStream.cpp:89
↓ 2 callers
Method
readUint32
()
web/lite/src/codec/utils/byte-array.ts:113
↓ 2 callers
Method
readUint32List
(count: number)
web/lite/src/codec/utils/byte-array.ts:271
↓ 2 callers
Method
readValue
src/codec/Attributes.h:88
↓ 2 callers
Method
readValue
(_byteArray: ByteArray)
web/lite/src/codec/attribute-helper.ts:78
↓ 2 callers
Method
refreshNumFrames
()
android/libpag/src/main/java/org/libpag/PAGImageView.java:445
↓ 2 callers
Method
refreshResource
(String path, PAGComposition composition, float maxFrameRate)
android/libpag/src/main/java/org/libpag/PAGImageView.java:456
↓ 2 callers
Method
register
(table: (T | null)[], item: T)
web/src/core/backend-context.ts:102
↓ 2 callers
Method
registerFallbackFontNames
* Register fallback font names from pag.
web/src/pag-font.ts:34
↓ 2 callers
Function
registerFont
()
web/demo/wechat-miniprogram/pages/index/index.js:156
↓ 2 callers
Method
registerFont
src/rendering/FontManager.cpp:63
↓ 2 callers
Method
registerFont
* Register custom font family in the browser.
web/src/pag-font.ts:20
↓ 2 callers
Method
release
()
web/src/core/render-canvas.ts:33
↓ 2 callers
Method
releaseAll
src/rendering/caches/RenderCache.cpp:182
↓ 2 callers
Method
removeListener
* Removes a listener from the set listening to this animation.
web/src/pag-view.ts:150
↓ 2 callers
Method
removeReference
src/rendering/layers/PAGStage.cpp:110
↓ 2 callers
Method
renderFlags
src/rendering/graphics/Canvas.cpp:62
↓ 2 callers
Method
renderingTime
* The time cost by rendering in microseconds.
web/src/pag-player.ts:303
↓ 2 callers
Function
replaceFunc
()
web/script/plugin/rollup-plugin-replace.js:4
↓ 2 callers
Function
replaceInFile
(filePath, searchString, replacement)
web/script/restore.replace.js:43
↓ 2 callers
Function
replacePathInFiles
(rootDir)
web/script/restore.replace.js:75
↓ 2 callers
Method
reset
()
web/src/utils/clock.ts:17
↓ 2 callers
Method
resetMatrix
src/rendering/layers/PAGLayer.cpp:70
↓ 2 callers
Method
restoreToCount
src/rendering/graphics/Recorder.cpp:139
↓ 2 callers
Method
reverse
()
web/lite/src/base/path.ts:10
↓ 2 callers
Method
selectTrack
viewer/src/video/MovieDemuxer.cpp:49
↓ 2 callers
Method
setAlertInfos
exporter/src/ui/AlertInfoModel.cpp:126
↓ 2 callers
Method
setAlpha
* Set the alpha of the layer, which will be concatenated to the current animation opacity for * displaying.
web/src/pag-layer.ts:75
↓ 2 callers
Method
setBlendMode
src/rendering/graphics/Canvas.cpp:95
↓ 2 callers
Method
setByteOrder
* Set this EncodeStream's byte order. */
src/codec/utils/EncodeStream.h:48
↓ 2 callers
Method
setComposition
Sets a new PAGComposition for PAGView to render as content. Note that if the composition is already added to another PAGView, it will be removed from
android/libpag/src/main/java/org/libpag/PAGView.java:271
↓ 2 callers
Method
setContentSizeInternal
src/rendering/layers/PAGComposition.cpp:94
↓ 2 callers
Method
setExcludedFromTimeline
src/rendering/layers/PAGLayer.cpp:384
↓ 2 callers
Method
setFont
src/rendering/layers/PAGTextLayer.cpp:84
↓ 2 callers
Function
setImageStream
src/platform/android/JVideoSurface.cpp:68
↓ 2 callers
Function
setMixin
(module: PAG)
web/src/utils/mixin.ts:5
↓ 2 callers
Function
setPAGAnimator
src/platform/android/JPAGAnimator.cpp:151
↓ 2 callers
Function
setPAGModule
(module: PAG)
web/src/pag-module.ts:5
↓ 2 callers
Function
setPAGPlayer
src/platform/android/JPAGPlayer.cpp:43
↓ 2 callers
Method
setPath
Loads a pag file from the specified path, returns false if the file does not exist or the data is not a pag file. The path starts with "assets://" mea
android/libpag/src/main/java/org/libpag/PAGImageView.java:135
↓ 2 callers
Method
setPosition
exporter/src/utils/ByteArray.cpp:24
↓ 2 callers
Method
setProgress
viewer/src/rendering/PAGView.cpp:224
↓ 2 callers
Method
setProgress
* 设置播放进度位置,取值范围为 0.0 到 1.0。
web/lite/src/view/view.ts:95
↓ 2 callers
Method
setRepeatCount
Set the number of times the animation to play.
android/libpag/src/main/java/org/libpag/PAGView.java:185
↓ 2 callers
Method
setScaleMode
src/rendering/PAGPlayer.cpp:168
↓ 2 callers
Method
setScaleMode
* 指定缩放内容的模式
web/lite/src/view/context.ts:105
↓ 2 callers
Method
setStartTime
* Set the start time of the layer, in microseconds.
web/src/pag-layer.ts:150
↓ 2 callers
Method
setSurface
Set the PAGSurface object for PAGPlayer to render onto.
android/libpag/src/main/java/org/libpag/PAGPlayer.java:37
↓ 2 callers
Method
setTimeStamp
src/rendering/drawables/Drawable.cpp:47
↓ 2 callers
Method
setTranslate
src/base/Matrix.cpp:91
↓ 2 callers
Method
setTranslateY
src/base/Matrix.cpp:258
↓ 2 callers
Method
setVisibility
(int visibility)
android/libpag/src/main/java/org/libpag/PAGView.java:634
↓ 2 callers
Method
setVisible
src/rendering/layers/PAGLayer.cpp:105
↓ 2 callers
Method
setVolume
viewer/src/audio/PAGAudioPlayer.cpp:41
↓ 2 callers
Method
show
exporter/src/ui/export/ExportWindow.cpp:35
↓ 2 callers
Method
showAlertInfo
exporter/src/utils/AlertInfo.cpp:592
↓ 2 callers
Method
showErrors
exporter/src/ui/WindowManager.cpp:96
↓ 2 callers
Method
solidColor
* Returns the layer's solid color.
web/src/pag-solid-layer.ts:20
↓ 2 callers
Method
start
src/platform/ohos/OHOSVideoDecoder.cpp:273
↓ 2 callers
Method
start
src/rendering/PAGAnimator.cpp:173
↓ 2 callers
Method
startGetFrameDataLoop
()
web/lite/src/wechat/video-reader.ts:172
↓ 2 callers
Method
startGetFrameDataLoop
()
web/src/wechat/video-reader.ts:182
↓ 2 callers
Method
startTimeInternal
src/rendering/layers/PAGLayer.cpp:225
↓ 2 callers
Function
stop
()
web/demo/wechat-miniprogram/pages/index/index.js:73
↓ 2 callers
Method
stop
* 停止播放
web/lite/src/view/view.ts:69
↓ 2 callers
Method
strokeColor
* Returns the text layer's stroke color.
web/src/pag-text-layer.ts:71
↓ 2 callers
Function
swapLayer
(type: string)
web/demo/index.ts:383
↓ 2 callers
Function
swapLayer
(type: string)
web/demo/index-st.ts:381
↓ 2 callers
Method
texImage2D
()
web/lite/src/wechat/pag-view.ts:142
↓ 2 callers
Method
texImage2D
()
web/lite/src/view/pag-webgl-view.ts:177
↓ 2 callers
Method
translate
src/rendering/graphics/Canvas.h:59
↓ 2 callers
Method
type
src/base/VectorComposition.cpp:30
↓ 2 callers
Method
type
src/rendering/filters/FilterModifier.h:39
↓ 2 callers
Method
unlinkVideoReader
* Unlink VideoReader from PAGPlayer.
web/src/pag-player.ts:357
↓ 2 callers
Method
update
src/platform/android/NativeDisplayLink.cpp:80
↓ 2 callers
Method
update
src/rendering/caches/ContentCache.cpp:27
↓ 2 callers
Function
updateDebugInfo
(debugData: DebugData)
web/lite/demo/index.ts:4
↓ 2 callers
Method
updateDurationAndFrameRate
src/rendering/layers/PAGComposition.cpp:654
↓ 2 callers
Method
updateFPS
()
web/src/pag-view.ts:525
↓ 2 callers
Method
updateSize
src/platform/ohos/GPUDrawable.cpp:45
← previous
next →
1,201–1,300 of 6,366, ranked by callers