Searched refs:PutPixel (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A Dbmpdecoderhelper.h84 void PutPixel(int x, int y, uint8 col);
H A Dbmpdecoderhelper.cpp199 PutPixel(x++, y, col);
243 PutPixel(x++, y, col);
257 void BmpDecoderHelper::PutPixel(int x, int y, uint8 col) { function in class:image_codec::BmpDecoderHelper
/external/skia/src/images/
H A Dbmpdecoderhelper.h84 void PutPixel(int x, int y, uint8 col);
H A Dbmpdecoderhelper.cpp199 PutPixel(x++, y, col);
243 PutPixel(x++, y, col);
257 void BmpDecoderHelper::PutPixel(int x, int y, uint8 col) { function in class:image_codec::BmpDecoderHelper

Completed in 182 milliseconds