HomeSort by relevance Sort by last modified time
    Searched refs:BmpDecoderHelper (Results 1 - 3 of 3) sorted by null

  /external/skia/src/images/
bmpdecoderhelper.h 77 class BmpDecoderHelper {
79 BmpDecoderHelper() { }
80 ~BmpDecoderHelper() { }
87 DISALLOW_EVIL_CONSTRUCTORS(BmpDecoderHelper);
bmpdecoderhelper.cpp 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)
    [all...]
SkImageDecoder_libbmp.cpp 17 #include "bmpdecoderhelper.h"
97 image_codec::BmpDecoderHelper helper;

Completed in 49 milliseconds