HomeSort by relevance Sort by last modified time
    Searched full:and_line_length (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/gfx/
icon_util.cc 682 size_t and_line_length = (bitmap.width() + 7) >> 3; local
683 and_line_length = (and_line_length + 3) & ~3;
684 size_t and_mask_size = and_line_length * bitmap.height();

Completed in 242 milliseconds