Home
last modified time | relevance | path

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

/dports/games/connectfive/connectFive/
H A Dglfont2.cpp47 int num_chars, num_tex_bytes; in Create() local
72 num_tex_bytes = header.tex_width * header.tex_height * 2; in Create()
73 tex_bytes = new char[num_tex_bytes]; in Create()
74 input.read(tex_bytes, num_tex_bytes); in Create()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/ExternalLibs/glfont2/
H A Dglfont2.cpp50 ByteBuffer::uint32 num_chars, num_tex_bytes; in Create() local
99 num_tex_bytes = header.tex_width * header.tex_height * 2; in Create()
100 tex_bytes = new char[num_tex_bytes]; in Create()
102 bb.read(tex_bytes, std::min(num_tex_bytes, bb.readable())); in Create()