Home
last modified time | relevance | path

Searched refs:cInTex (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestime.c288 const Uint32 cInTex = codepoint % UNIFONT_GLYPHS_IN_TEXTURE; in unifont_load_texture() local
289 …const size_t offset = (cInTex / UNIFONT_GLYPHS_IN_ROW) * UNIFONT_TEXTURE_PITCH * 16 + (cInTex % UN… in unifont_load_texture()
337 const Uint32 cInTex = codepoint % UNIFONT_GLYPHS_IN_TEXTURE; in unifont_draw_glyph() local
338 srcrect.x = cInTex % UNIFONT_GLYPHS_IN_ROW * 16; in unifont_draw_glyph()
339 srcrect.y = cInTex / UNIFONT_GLYPHS_IN_ROW * 16; in unifont_draw_glyph()

Completed in 3 milliseconds