Neil Roberts ba2fd8a9d3 [cogl-texture] Fix order of tex coords when compensating for waste
When drawing a texture with waste in _cogl_multitexture_unsliced_quad
it scales the texture coordinates so that the waste is not
included. However the formula was the wrong way around so it was
calculating as if the texture coordinates are ordered x1,x2,y1,y2 but
it is actually x1,y1,x2,y2.
2009-01-28 12:57:06 +00:00
2009-01-28 11:57:49 +00:00
2008-04-28 16:57:44 +00:00
Description
91 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%