Home
last modified time | relevance | path

Searched defs:DrawingCoords (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Software/
H A DTransformUnit.h63 struct DrawingCoords struct
65 DrawingCoords() {} in DrawingCoords() function
66 DrawingCoords(s16 x, s16 y, u16 z) : x(x), y(y), z(z) {} in DrawingCoords() argument
74 DrawingCoords operator * (const float t) const argument
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Software/
H A DTransformUnit.h63 struct DrawingCoords struct
65 DrawingCoords() {} in DrawingCoords() function
66 DrawingCoords(s16 x, s16 y, u16 z) : x(x), y(y), z(z) {} in DrawingCoords() function
74 DrawingCoords operator * (const float t) const argument