Home
last modified time | relevance | path

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

/dports/games/alephone/alephone-release-20190331/Source_Files/RenderMain/
H A Dscottish_textures.cpp194 static short *build_y_table(short *table, short x0, short y0, short x1, short y1);
488 …if (!build_y_table(left_table+aggregate_left_line_count, vertices[left_vertex].x, vertices[left_ve… in texture_vertical_polygon()
504 …if (!build_y_table(right_table+aggregate_right_line_count, vertices[right_vertex].x, vertices[righ… in texture_vertical_polygon()
1231 static short *build_y_table( in build_y_table() function