| 65 | uint8_t getBlueOffset() const { return mBlue; } |
| 66 | uint8_t getAlphaOffset() const { return mAlpha; } |
| 67 | bool hasAlpha() const { return ( mAlpha != INVALID ) ? true : false; } |
| 68 | uint8_t getPixelInc() const { return mPixelInc; } |
| 69 | int getCode() const { return mCode; } |
| 70 |
no test coverage detected