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

  /external/skia/legacy/src/images/
bmpdecoderhelper.cpp 43 int colLen = 4;
62 colLen = 3;
91 if (pos_ + (cols * colLen) > len_) {
99 if (colLen == 4) {
  /external/skia/src/images/
bmpdecoderhelper.cpp 43 int colLen = 4;
62 colLen = 3;
91 if (pos_ + (cols * colLen) > len_) {
99 if (colLen == 4) {

Completed in 40 milliseconds