mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-03 08:43:13 -04:00
misc cleanup
This commit is contained in:
@@ -85,9 +85,7 @@ void J2DGrafContext::place(const JGeometry::TBox2<f32>& bounds) {
|
||||
mScissorBounds = bounds;
|
||||
}
|
||||
|
||||
/* 802CD5F8-802CD714 .text
|
||||
* setColor__14J2DGrafContextFQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColor
|
||||
*/
|
||||
/* 802CD5F8-802CD714 .text setColor__14J2DGrafContextFQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColor */
|
||||
void J2DGrafContext::setColor(JUtility::TColor colorTL, JUtility::TColor colorTR,
|
||||
JUtility::TColor colorBR, JUtility::TColor colorBL) {
|
||||
mColorTL = colorTL;
|
||||
@@ -172,8 +170,7 @@ void J2DGrafContext::drawFrame(const JGeometry::TBox2<f32>& box) {
|
||||
GXSetVtxAttrFmt(GX_VTXFMT0, GX_VA_POS, GX_POS_XYZ, GX_S16, 0);
|
||||
}
|
||||
|
||||
/* 802CD990-802CDA6C .text line__14J2DGrafContextFQ29JGeometry8TVec2<f>Q29JGeometry8TVec2<f>
|
||||
*/
|
||||
/* 802CD990-802CDA6C .text line__14J2DGrafContextFQ29JGeometry8TVec2<f>Q29JGeometry8TVec2<f> */
|
||||
void J2DGrafContext::line(JGeometry::TVec2<f32> start, JGeometry::TVec2<f32> end) {
|
||||
GXSetBlendMode((GXBlendMode)mLinePart.mType, (GXBlendFactor)mLinePart.mSrcFactor,
|
||||
(GXBlendFactor)mLinePart.mDstFactor, GX_LO_SET);
|
||||
|
||||
@@ -41,8 +41,7 @@ void J2DOrthoGraph::setLookat() {
|
||||
GXLoadPosMtxImm(mPosMtx, GX_PNMTX0);
|
||||
}
|
||||
|
||||
/* 802CDD84-802CDE10 .text
|
||||
* scissorBounds__13J2DOrthoGraphFPQ29JGeometry8TBox2<f>PCQ29JGeometry8TBox2<f> */
|
||||
/* 802CDD84-802CDE10 .text scissorBounds__13J2DOrthoGraphFPQ29JGeometry8TBox2<f>PCQ29JGeometry8TBox2<f> */
|
||||
void J2DOrthoGraph::scissorBounds(JGeometry::TBox2<f32>* param_0,
|
||||
const JGeometry::TBox2<f32>* param_1) {
|
||||
f32 widthPower = this->getWidthPower();
|
||||
|
||||
Reference in New Issue
Block a user