Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/android/ndk-samples
/ SetMatrix
Method
SetMatrix
endless-tunnel/app/src/main/cpp/text_renderer.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
TextRenderer* TextRenderer::SetMatrix(glm::mat4 m) {
77
mMatrix = m;
78
return this;
79
}
80
81
void TextRenderer::MeasureText(const char* str, float fontScale,
82
float* outWidth,
Callers
1
RenderHUD
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected