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

  /external/skia/src/images/
bmpdecoderhelper.cpp 55 width_ = GetInt();
70 width_ = GetShort();
79 if (width_ <= 0 || width_ > kMaxDim || height_ <= 0 || height_ > kMaxDim) {
82 if (width_ * height_ > max_pixels) {
136 rowLen = width_ * 4;
139 rowLen = width_ * 3;
141 rowLen = width_ * 2;
143 rowLen = width_;
145 rowLen = width_ / 2
    [all...]
bmpdecoderhelper.h 102 int width_; member in class:image_codec::BmpDecoderHelper

Completed in 415 milliseconds