Jetson Inference
DNN Vision Library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules
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
init(const char *font, float size)cudaFontprotected
LastGlyphcudaFontprotectedstatic
MaxCommandscudaFontprotectedstatic
mCmdIndexcudaFontprotected
mCommandCPUcudaFontprotected
mCommandGPUcudaFontprotected
mFontMapCPUcudaFontprotected
mFontMapGPUcudaFontprotected
mFontMapHeightcudaFontprotected
mFontMapWidthcudaFontprotected
mGlyphInfocudaFontprotected
mRectIndexcudaFontprotected
mRectsCPUcudaFontprotected
mRectsGPUcudaFontprotected
NumGlyphscudaFontprotectedstatic
OverlayText(float4 *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)cudaFont
OverlayText(float4 *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)cudaFont
~cudaFont()cudaFont