Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/tgfx
/ functions
Functions
5,240 in github.com/Tencent/tgfx
⨍
Functions
5,240
◇
Types & classes
1,215
Method
blurrinessX
* The blur radius for the shadow, along the X axis. */
include/tgfx/layers/filters/DropShadowFilter.h:65
Method
blurrinessY
* The y blurriness of the background. */
include/tgfx/layers/layerstyles/BackgroundBlurStyle.h:54
Method
blurrinessY
* The blur radius for the shadow, along the Y axis. */
include/tgfx/layers/layerstyles/InnerShadowStyle.h:79
Method
blurrinessY
* The blur radius for the shadow, along the Y axis. */
include/tgfx/layers/layerstyles/DropShadowStyle.h:80
Method
blurrinessY
* The blur radius for the shadow, along the Y axis. */
include/tgfx/layers/filters/InnerShadowFilter.h:79
Method
blurrinessY
* The blur radius for the shadow, along the Y axis. */
include/tgfx/layers/filters/DropShadowFilter.h:78
Method
bounds
* Returns the bounds of the render target. */
src/gpu/proxies/RenderTargetProxy.h:71
Method
bounds
src/svg/node/SVGMask.cpp:42
Method
buildDropShadowFilter
src/svg/node/SVGFilter.cpp:102
Method
buildGlyphRunList
src/layers/TextLayer.cpp:454
Method
buildInnerShadowFilter
src/svg/node/SVGFilter.cpp:154
Method
buildLayerTree
drawers/src/layertree/SimpleLayerTree.cpp:109
Method
buildLayerTree
drawers/src/layertree/CustomLayer.cpp:76
Method
byteOrder
* Returns the DataView's byte order. The byte order is used when reading or writing multibyte * values. The default value is LittleEndian. */
include/tgfx/core/DataView.h:112
Method
byteSize
* Returns the byte size of the pixels, computed from the rowBytes and height. */
include/tgfx/core/ImageInfo.h:120
Method
byteSize
* Returns the byte size of the pixels. */
include/tgfx/core/Bitmap.h:175
Method
bytes
* Returns the pixel address, the base address corresponding to the pixel origin. */
include/tgfx/core/DataView.h:89
Method
bytes
* Returns the memory address of the data, but in this case it is cast to uint8_t*, to make it * easy to add an offset to it. */
include/tgfx/core/Buffer.h:69
Method
bytesWritten
src/core/utils/WriteStream.cpp:51
Method
c
* skewX; horizontal skew factor to store
web/src/core/matrix.ts:56
Method
cacheLimit
* Returns the size of the Context's gpu memory cache limit in bytes. The default value is 512MB. */
src/gpu/ResourceCache.h:60
Method
cacheLimit
src/gpu/Context.cpp:116
Method
calcAdvance
src/layers/TextLayer.cpp:246
Function
calculateDisplaySize
(canvas: HTMLCanvasElement)
web/src/utils/canvas.ts:64
Method
calculateRects
src/layers/DisplayList.cpp:76
Method
calculateVertexQs
test/src/CornerPinEffect.cpp:206
Method
canAppend
src/gpu/OpsCompositor.cpp:237
Method
canvas
src/pdf/PDFDocumentImpl.h:147
Method
caps
src/gpu/opengl/GLInterface.h:30
Method
centerAndShow
win/src/TGFXWindow.cpp:173
Method
checkBackgroundStyles
src/layers/Layer.cpp:1315
Method
checkClipAndFill
src/core/HitTestContext.cpp:226
Method
checkContext
src/gpu/Window.cpp:77
Method
checkSamplerCounts
src/gpu/glsl/GLSLProgramBuilder.cpp:232
Method
checkThreads
src/core/utils/TaskGroup.cpp:92
Method
checkTileCount
src/layers/DisplayList.cpp:363
Method
clampCoord
src/gpu/glsl/processors/GLSLTiledTextureEffect.cpp:170
Method
clear
src/core/PixelRef.cpp:59
Method
clear
src/core/Pixmap.cpp:220
Method
clear
src/core/Canvas.cpp:186
Method
clear
* Clears the PlacementArray, destroying all elements. */
src/core/utils/PlacementArray.h:94
Method
close
src/pdf/PDFDocumentImpl.cpp:319
Method
closeSock
src/inspect/Socket.cpp:539
Method
collectScreenTasks
src/layers/DisplayList.cpp:444
Method
color
* The color of the shadow. */
include/tgfx/layers/layerstyles/InnerShadowStyle.h:91
Method
color
* The color of the shadow. */
include/tgfx/layers/layerstyles/DropShadowStyle.h:92
Method
color
* The color of the shadow. */
include/tgfx/layers/filters/InnerShadowFilter.h:92
Method
color
* The color of the shadow. */
include/tgfx/layers/filters/DropShadowFilter.h:91
Method
color
* Returns the constant color to be used when blending. */
include/tgfx/layers/filters/BlendFilter.h:40
Method
colorBufferID
src/gpu/opengl/eagl/EAGLLayerTexture.h:34
Method
colorType
* Returns the ColorType of the pixels. */
include/tgfx/core/ImageInfo.h:92
Method
colorType
* Returns the ColorType of the pixels. */
include/tgfx/core/Bitmap.h:139
Method
commitData
src/inspect/FrameCapture.cpp:336
Method
computeConservativeBounds
src/core/GlyphRunList.cpp:91
Method
computeProcessorKey
src/gpu/processors/EmptyXferProcessor.cpp:22
Method
computeProcessorKey
src/gpu/processors/GeometryProcessor.cpp:24
Method
computeProcessorKey
src/gpu/processors/PorterDuffXferProcessor.cpp:27
Method
computeProcessorKey
src/gpu/processors/LumaFragmentProcessor.cpp:22
Method
computeVertices
test/src/CornerPinEffect.cpp:170
Method
concatOrientation
src/core/images/OrientImage.cpp:126
Method
concatUVMatrix
src/core/images/OrientImage.cpp:154
Method
concatUVMatrix
src/core/images/SubsetImage.cpp:105
Method
concatUVMatrix
src/core/images/ScaledImage.cpp:90
Method
confirmProtocol
src/inspect/FrameCapture.cpp:354
Method
connectAddress
src/inspect/Socket.cpp:108
Method
connectBlocking
src/inspect/Socket.cpp:220
Method
constructor
(buffer: ArrayBuffer, width: number, height: number)
web/src/wechat/array-buffer-image.ts:30
Method
constructor
(bitmap: ImageBitmap | null)
web/src/core/bitmap-image.ts:22
Method
constructor
(fontName: string, fontStyle: string, size: number)
web/src/core/scaler-context.ts:100
Method
constructor
(wasmIns: any)
web/src/core/matrix.ts:27
Method
contains
* Returns true if: left <= x < right && top <= y < bottom. Returns false if Rect is empty. */
include/tgfx/core/Rect.h:426
Method
copy
src/svg/xml/XMLDOM.cpp:67
Method
copyRange
src/core/utils/Buffer.cpp:84
Method
copyTableData
src/core/UserTypeface.h:62
Method
copyTableData
src/core/vectors/freetype/FTTypeface.cpp:164
Method
copyTableData
src/core/vectors/coregraphics/CGTypeface.cpp:290
Method
copyTableData
src/core/vectors/web/WebTypeface.h:67
Method
createAppHost
win/src/TGFXWindow.cpp:247
Method
createAppHost
qt/src/TGFXView.cpp:88
Method
createContinuousTiles
src/layers/DisplayList.cpp:679
Method
createEmptyTiles
src/layers/DisplayList.cpp:728
Function
createImageFromBytes
(bytes: ArrayBuffer)
web/src/tgfx.ts:42
Method
createMarkIdForNodeId
src/pdf/PDFTag.cpp:76
Method
createShapePaints
src/layers/ShapeLayer.cpp:296
Method
createStrokeShape
src/layers/ShapeLayer.cpp:312
Method
createStructParentKeyForNodeId
src/pdf/PDFTag.cpp:96
Method
createTextureProxyByImageSource
src/gpu/ProxyProvider.cpp:226
Method
d
* scaleY; vertical scale factor to store
web/src/core/matrix.ts:67
Method
data
* Pointer to the key data */
include/tgfx/core/BytesKey.h:83
Method
deactivateLastPage
src/core/Atlas.cpp:176
Method
decodeBitmap
src/platform/android/NativeCodec.cpp:347
Method
dequeueSerial
src/inspect/FrameCapture.cpp:427
Method
destroy
win/src/TGFXWindow.cpp:165
Method
destroy
()
web/src/core/matrix.ts:111
Function
destroyVerify
(constructor: any)
web/src/utils/decorators.ts:21
Method
detachProperty
src/layers/Layer.cpp:650
Method
draw
win/src/TGFXWindow.cpp:261
Method
draw
drawers/src/base/Drawer.cpp:75
Method
draw
src/layers/contents/RasterizedContent.cpp:22
Method
draw
* Applies the layer style to the scaled image of the layer content and draws it on the canvas. * @param canvas The canvas to draw the layer style o
include/tgfx/layers/layerstyles/LayerStyle.h:112
← previous
next →
3,301–3,400 of 5,240, ranked by callers