comparison TaskManager/Test/test_render/spe/CreateSpan.h @ 173:56be4a6e5513

add scale
author gongo@localhost.localdomain
date Thu, 11 Dec 2008 20:17:01 +0900
parents 38cbb7aecc70
children 559b48b69b76
comparison
equal deleted inserted replaced
171:dc68bc5c9e41 173:56be4a6e5513
19 19
20 int run(void *rbuf, void *wbuf); 20 int run(void *rbuf, void *wbuf);
21 void half_triangle(SpanPackPtr *spackList, 21 void half_triangle(SpanPackPtr *spackList,
22 int charge_y_top, int charge_y_end, 22 int charge_y_top, int charge_y_end,
23 uint32 *tex_addr, int tex_width, int tex_height, 23 uint32 *tex_addr, int tex_width, int tex_height,
24 VertexPack *vMin,VertexPack *vMid,VertexPack *vMid1); 24 VertexPack *vMin,VertexPack *vMid,VertexPack *vMid1,
25 int y_length);
25 void setTileInfoList(SpanPtr span); 26 void setTileInfoList(SpanPtr span);
26 void setTileInfo(TileInfoPtr tile, int xpos, int ypos, 27 void setTileInfo(TileInfoPtr tile, int xpos, int ypos,
27 int tex_width, uint32* tex_addr_top); 28 int tex_width, uint32* tex_addr_top);
28 }; 29 };
29 30