MCPcopy Create free account
hub / github.com/doldecomp/mkdd / setTexCoord

Method setTexCoord

libs/JSystem/J2DGraph/J2DPicture.cpp:844–850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842}
843
844void J2DPicture::setTexCoord(const JGeometry::TVec2<s16>* coords)
845{
846 for (int i = 0; i < 4; i++) {
847 mTexCoords[i].x = coords[i].x;
848 mTexCoords[i].y = coords[i].y;
849 }
850}
851
852void J2DPicture::setTexCoord(const JUTTexture* texture, J2DBinding binding, J2DMirror mirror, bool doRotate90)
853{

Callers 2

insertCommonMethod · 0.45
createMethod · 0.45

Calls 3

getWidthMethod · 0.45
getHeightMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected