Jetson Inference
DNN Vision Library
cudaFont Member List

This is the complete list of members for cudaFont, including all inherited members.

Create(float size=32.0f)cudaFontstatic
Create(const char *font, float size)cudaFontstatic
Create(const std::vector< std::string > &fonts, float size)cudaFontstatic
cudaFont()cudaFontprotected
FirstGlyphcudaFontprotectedstatic
GetSize() constcudaFontinline
init(const char *font, float size)cudaFontprotected
LastGlyphcudaFontprotectedstatic
MaxCommandscudaFontprotectedstatic
mCmdIndexcudaFontprotected
mCommandCPUcudaFontprotected
mCommandGPUcudaFontprotected
mFontMapCPUcudaFontprotected
mFontMapGPUcudaFontprotected
mFontMapHeightcudaFontprotected
mFontMapWidthcudaFontprotected
mGlyphInfocudaFontprotected
mRectIndexcudaFontprotected
mRectsCPUcudaFontprotected
mRectsGPUcudaFontprotected
mSizecudaFontprotected
NumGlyphscudaFontprotectedstatic
OverlayText(void *image, imageFormat format, uint32_t width, uint32_t height, const char *str, int x, int y, const float4 &color=make_float4(0, 0, 0, 255), const float4 &background=make_float4(0, 0, 0, 0), int backgroundPadding=5)cudaFont
OverlayText(void *image, imageFormat format, uint32_t width, uint32_t height, const std::vector< std::pair< std::string, int2 > > &text, const float4 &color=make_float4(0, 0, 0, 255), const float4 &background=make_float4(0, 0, 0, 0), int backgroundPadding=5)cudaFont
OverlayText(T *image, uint32_t width, uint32_t height, const char *str, int x, int y, const float4 &color=make_float4(0, 0, 0, 255), const float4 &background=make_float4(0, 0, 0, 0), int backgroundPadding=5)cudaFontinline
OverlayText(T *image, uint32_t width, uint32_t height, const std::vector< std::pair< std::string, int2 > > &text, const float4 &color=make_float4(0, 0, 0, 255), const float4 &background=make_float4(0, 0, 0, 0), int backgroundPadding=5)cudaFontinline
TextExtents(const char *str, int x=0, int y=0)cudaFont
~cudaFont()cudaFont