Jetson Inference
DNN Vision Library
|
This is the complete list of members for cudaFont, including all inherited members.
Create(float size=32.0f) | cudaFont | static |
Create(const char *font, float size) | cudaFont | static |
Create(const std::vector< std::string > &fonts, float size) | cudaFont | static |
cudaFont() | cudaFont | protected |
FirstGlyph | cudaFont | protectedstatic |
GetSize() const | cudaFont | inline |
init(const char *font, float size) | cudaFont | protected |
LastGlyph | cudaFont | protectedstatic |
MaxCommands | cudaFont | protectedstatic |
mCmdIndex | cudaFont | protected |
mCommandCPU | cudaFont | protected |
mCommandGPU | cudaFont | protected |
mFontMapCPU | cudaFont | protected |
mFontMapGPU | cudaFont | protected |
mFontMapHeight | cudaFont | protected |
mFontMapWidth | cudaFont | protected |
mGlyphInfo | cudaFont | protected |
mRectIndex | cudaFont | protected |
mRectsCPU | cudaFont | protected |
mRectsGPU | cudaFont | protected |
mSize | cudaFont | protected |
NumGlyphs | cudaFont | protectedstatic |
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) | cudaFont | inline |
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) | cudaFont | inline |
TextExtents(const char *str, int x=0, int y=0) | cudaFont | |
~cudaFont() | cudaFont |