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

  /external/skia/src/images/
bmpdecoderhelper.h 91 void PutPixel(int x, int y, uint8 col);
bmpdecoderhelper.cpp 206 PutPixel(x++, y, col);
250 PutPixel(x++, y, col);
264 void BmpDecoderHelper::PutPixel(int x, int y, uint8 col) {

Completed in 14 milliseconds