Home | History | Annotate | Download | only in images

Lines Matching refs:BmpDecoderHelper

18 #include "bmpdecoderhelper.h"
27 bool BmpDecoderHelper::DecodeImage(const char* p,
185 void BmpDecoderHelper::DoRLEDecode() {
264 void BmpDecoderHelper::PutPixel(int x, int y, uint8 col) {
278 void BmpDecoderHelper::DoStandardDecode() {
331 int BmpDecoderHelper::GetInt() {
339 int BmpDecoderHelper::GetShort() {
345 uint8 BmpDecoderHelper::GetByte() {
355 int BmpDecoderHelper::CalcShiftRight(uint32 mask) {
364 int BmpDecoderHelper::CalcShiftLeft(uint32 mask) {