| 149 | } |
| 150 | |
| 151 | void J2DGrafContext::setLineWidth(u8 width) |
| 152 | { |
| 153 | mLineWidth = width; |
| 154 | GXSetLineWidth(mLineWidth, GX_TO_ZERO); |
| 155 | } |
| 156 | |
| 157 | void J2DGrafContext::fillBox(const JGeometry::TBox2f& box) |
| 158 | { |
no outgoing calls
no test coverage detected