MCPcopy Create free account

hub / github.com/Tencent/tgfx / functions

Functions5,240 in github.com/Tencent/tgfx

MethodMakeFrom
src/platform/web/VideoElementReader.cpp:25
MethodMakeFromBytes
src/core/vectors/freetype/FTTypeface.cpp:48
MethodMakeFromBytes
src/core/vectors/coregraphics/CGTypeface.cpp:169
MethodMakeFromBytes
src/core/vectors/web/WebTypeface.cpp:43
MethodMakeFromClip
src/layers/RegionTransformer.cpp:101
MethodMakeFromData
src/core/vectors/freetype/FTTypeface.cpp:53
MethodMakeFromData
src/core/vectors/coregraphics/CGTypeface.cpp:174
MethodMakeFromData
src/core/vectors/web/WebTypeface.cpp:47
MethodMakeFromData
src/core/utils/Stream.cpp:153
MethodMakeFromData
src/core/codecs/png/PngCodec.cpp:116
MethodMakeFromData
src/core/codecs/jpeg/JpegCodec.cpp:81
MethodMakeFromDstProcessor
src/gpu/processors/XfermodeFragmentProcessor.cpp:28
MethodMakeFromEncoded
src/core/images/Image.cpp:54
MethodMakeFromFile
src/core/Data.cpp:24
MethodMakeFromFile
src/core/utils/WriteStream.cpp:71
MethodMakeFromFile
src/core/utils/Stream.cpp:123
MethodMakeFromFile
src/core/images/Image.cpp:38
MethodMakeFromFilters
src/layers/RegionTransformer.cpp:113
MethodMakeFromMatrix
src/layers/RegionTransformer.cpp:131
MethodMakeFromName
src/core/vectors/freetype/FTTypeface.cpp:34
MethodMakeFromName
src/core/vectors/freetype/SystemFont.cpp:261
MethodMakeFromName
src/core/vectors/coregraphics/CGTypeface.cpp:51
MethodMakeFromName
src/core/vectors/web/WebTypeface.cpp:30
MethodMakeFromPath
src/core/vectors/freetype/FTTypeface.cpp:44
MethodMakeFromPath
src/core/vectors/coregraphics/CGTypeface.cpp:150
MethodMakeFromPath
src/core/vectors/web/WebTypeface.cpp:39
MethodMakeFromSrcProcessor
src/gpu/processors/XfermodeFragmentProcessor.cpp:23
MethodMakeFromStyles
src/layers/RegionTransformer.cpp:122
MethodMakeFromTwoProcessors
src/gpu/glsl/processors/GLSLXfermodeFragmentProcessor.cpp:24
MethodMakeHueRotate
src/svg/node/SVGFeColorMatrix.cpp:108
MethodMakeI420
src/gpu/resources/YUVTextureView.cpp:60
MethodMakeI420
src/core/ImageBuffer.cpp:59
MethodMakeI420
src/core/images/Image.cpp:98
MethodMakeImageShader
src/pdf/PDFShader.cpp:151
MethodMakeImageShader
src/core/shaders/ImageShader.cpp:26
MethodMakeInitial
src/svg/SVGAttribute.cpp:23
MethodMakeKey
src/gpu/Swizzle.h:97
MethodMakeLTRB
* Returns constructed Rect set to (l, t, r, b). Does not sort input; Rect may result in left * greater than right, or top greater than bottom. *
include/tgfx/core/Rect.h:60
MethodMakeLinear
src/layers/Gradient.cpp:23
MethodMakeLinearGradient
src/core/shaders/GradientShader.cpp:343
MethodMakeLuminanceToAlpha
src/svg/node/SVGFeColorMatrix.cpp:142
MethodMakeNV12
src/gpu/resources/YUVTextureView.cpp:79
MethodMakeNV12
src/core/ImageBuffer.cpp:67
MethodMakeNV12
src/core/images/Image.cpp:103
MethodMakeNativeCodec
src/platform/ohos/NativeCodec.cpp:51
MethodMakeNativeCodec
src/platform/android/NativeCodec.cpp:161
MethodMakeNativeCodec
src/platform/mock/NativeCodec.cpp:22
MethodMakeNativeCodec
src/platform/web/NativeCodec.cpp:49
MethodMakeNativeInterface
src/gpu/opengl/GLInterface.cpp:59
MethodMakePDFId
src/pdf/PDFMetadataUtils.cpp:156
MethodMakePolygon
include/tgfx/svg/node/SVGPoly.h:34
MethodMakePolyline
include/tgfx/svg/node/SVGPoly.h:38
MethodMakeRGBA
* Creates a new texture view from the specified pixel data with each pixel stored as 32-bit RGBA * data. Returns nullptr if any of the parameters i
src/gpu/resources/TextureView.h:55
MethodMakeRGBAAA
src/gpu/glsl/processors/GLSLTextureEffect.cpp:61
MethodMakeRadial
src/layers/Gradient.cpp:30
MethodMakeRadialGradient
src/core/shaders/GradientShader.cpp:364
MethodMakeRotate
* Sets Matrix to rotate by |degrees| about a pivot point at (0, 0). * @param degrees rotation angle in degrees (positive rotates clockwise) * @
include/tgfx/core/Matrix.h:101
FunctionMakeSAModulateFormula
* Basic coeff formula similar to MakeCoeffFormula but we will make the src f*Sa. */
src/gpu/BlendFormula.cpp:40
MethodMakeSaturate
src/svg/node/SVGFeColorMatrix.cpp:72
MethodMakeScale
* Sets Matrix to scale by (sx, sy). Returned matrix is: * * | sx 0 0 | * | 0 sy 0 | * | 0 0 1 | * * @param
include/tgfx/core/Matrix.h:45
MethodMakeShader
src/core/filters/ShaderMaskFilter.cpp:25
MethodMakeSize
* Returns a Rect constructed as (0, 0, size.width, size.height). Input is not validated; * size.width or size.height may be negative. */
include/tgfx/core/Rect.h:85
MethodMakeSkew
* Sets Matrix to skew by (kx, ky) about pivot point (0, 0). * @param kx horizontal skew factor * @param ky vertical skew factor * @return
include/tgfx/core/Matrix.h:90
MethodMakeTrans
* Sets Matrix to translate by (tx, ty). Returned matrix is: * * | 1 0 tx | * | 0 1 ty | * | 0 0 1 | * * @param tx
include/tgfx/core/Matrix.h:78
MethodMakeTrim
src/core/TrimPathEffect.cpp:26
MethodMakeWH
* Returns constructed Rect set to float values (0, 0, w, h). Does not validate input; w or h may * be negative. */
include/tgfx/core/Rect.h:44
MethodMakeWithCopy
src/core/Data.cpp:38
MethodMakeWithFallback
src/gpu/opengl/GLDevice.cpp:27
MethodMakeWithoutCopy
src/core/Data.cpp:51
MethodMakeXMPObject
src/pdf/PDFMetadataUtils.cpp:254
MethodMakeXYWH
* Returns constructed Rect set to (x, y, x + w, y + h). Does not validate input; w or h may be * negative. */
include/tgfx/core/Rect.h:68
FunctionMapRectHWYImpl
src/core/MatrixSIMD.cpp:133
MethodMark
src/pdf/PDFTag.h:104
MethodMatrix
src/core/filters/MatrixColorFilter.cpp:26
MethodMatrix
* Creates an identity Matrix: * | 1 0 0 | * | 0 1 0 | * | 0 0 1 | */
include/tgfx/core/Matrix.h:157
MethodMatrixColorFilter
src/core/filters/MatrixColorFilter.cpp:36
MethodMatrixRegionTransformer
src/layers/RegionTransformer.cpp:85
MethodMatrixShader
src/core/shaders/MatrixShader.cpp:37
MethodMatrixShape
src/core/shapes/MatrixShape.h:30
MethodMatrixToArray
src/pdf/PDFUtils.cpp:82
MethodMaxSigma
src/core/filters/GaussianBlurImageFilter.cpp:45
MethodMeasureContext
src/core/MeasureContext.h:26
MethodMemoryStream
src/core/utils/Stream.cpp:70
MethodMemoryWriteStream
* Creates a new MemoryWriteStream object. */
include/tgfx/core/WriteStream.h:141
MethodMerge
src/core/shapes/AppendShape.cpp:34
MethodMerge
src/core/shapes/MergeShape.cpp:23
MethodMergeShape
src/core/shapes/MergeShape.h:29
MethodMode>
src/svg/node/SVGFeBlend.cpp:46
MethodModeColorFilter
src/core/filters/ModeColorFilter.h:27
MethodMove
src/core/vectors/freetype/FTScalerContext.cpp:390
FunctionMulAddImpl
src/core/BoxFilterDownsampleSIMD.cpp:349
MethodMulChildByInputAlpha
src/gpu/processors/FragmentProcessor.cpp:61
FunctionMulImpl
src/core/BoxFilterDownsampleSIMD.cpp:335
MethodMulInputByChildAlpha
src/gpu/processors/FragmentProcessor.cpp:70
MethodName
src/pdf/PDFUnion.cpp:287
MethodNativeCodec
src/platform/ohos/NativeCodec.h:43
MethodNativeCodec
src/platform/android/NativeCodec.h:42
MethodNativeCodec
src/platform/apple/NativeCodec.h:38
MethodNativeCodec
src/platform/web/NativeCodec.cpp:75
MethodNativeImageBuffer
src/platform/android/NativeImageBuffer.h:52
← previousnext →2,601–2,700 of 5,240, ranked by callers