| 76 | inline void nvgRect(NVGcontext* vg, float a, float b, float c, float d) {} |
| 77 | inline void nvgImageSize(NVGcontext*, int, void*, void*) {} |
| 78 | inline NVGpaint nvgImagePattern(NVGcontext*, float, float, float, float, float, int handle, float) { return {}; } |
| 79 | inline void nvgRoundedRect(NVGcontext* vg, float, float, float, float, float) {} |
| 80 | inline void nvgFontSize(NVGcontext*, int) {} |
| 81 | inline void nvgFontFaceId(NVGcontext*, int) {} |