Merge branch 'perf-uifonts2' of https://github.com/jpirnay/crosspoint-reader into mybuild
This commit is contained in:
@@ -155,4 +155,10 @@ class GfxRenderer {
|
||||
// Low level functions
|
||||
uint8_t* getFrameBuffer() const;
|
||||
static size_t getBufferSize();
|
||||
|
||||
#ifdef ENABLE_RENDERCHAR_BENCHMARK
|
||||
// Legacy per-pixel paths — used only by the renderChar benchmark to establish baselines.
|
||||
void drawTextBWLegacy(int fontId, int x, int y, const char* text) const;
|
||||
void drawText2BitLegacy(int fontId, int x, int y, const char* text) const;
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user