Searched refs:BmpDecoderHelper (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A Dbmpdecoderhelper.h70 class BmpDecoderHelper { class in namespace:image_codec
72 BmpDecoderHelper() { } function in class:image_codec::BmpDecoderHelper
73 ~BmpDecoderHelper() { }
80 DISALLOW_EVIL_CONSTRUCTORS(BmpDecoderHelper);
H A Dbmpdecoderhelper.cpp20 bool BmpDecoderHelper::DecodeImage(const char* p,
178 void BmpDecoderHelper::DoRLEDecode() {
257 void BmpDecoderHelper::PutPixel(int x, int y, uint8 col) {
271 void BmpDecoderHelper::DoStandardDecode() {
324 int BmpDecoderHelper::GetInt() {
332 int BmpDecoderHelper::GetShort() {
338 uint8 BmpDecoderHelper::GetByte() {
348 int BmpDecoderHelper::CalcShiftRight(uint32 mask) {
357 int BmpDecoderHelper::CalcShiftLeft(uint32 mask) {
H A DSkImageDecoder_libbmp.cpp97 // the BmpDecoderHelper.
112 image_codec::BmpDecoderHelper helper;
/external/skia/src/images/
H A Dbmpdecoderhelper.h70 class BmpDecoderHelper { class in namespace:image_codec
72 BmpDecoderHelper() { } function in class:image_codec::BmpDecoderHelper
73 ~BmpDecoderHelper() { }
80 DISALLOW_EVIL_CONSTRUCTORS(BmpDecoderHelper);
H A Dbmpdecoderhelper.cpp20 bool BmpDecoderHelper::DecodeImage(const char* p,
178 void BmpDecoderHelper::DoRLEDecode() {
257 void BmpDecoderHelper::PutPixel(int x, int y, uint8 col) {
271 void BmpDecoderHelper::DoStandardDecode() {
324 int BmpDecoderHelper::GetInt() {
332 int BmpDecoderHelper::GetShort() {
338 uint8 BmpDecoderHelper::GetByte() {
348 int BmpDecoderHelper::CalcShiftRight(uint32 mask) {
357 int BmpDecoderHelper::CalcShiftLeft(uint32 mask) {
H A DSkImageDecoder_libbmp.cpp97 // the BmpDecoderHelper.
112 image_codec::BmpDecoderHelper helper;

Completed in 204 milliseconds