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

  /external/chromium_org/chrome/browser/ui/pdf/
pdf_browsertest.cc 156 int ref_x_offset, snapshot_x_offset; local
162 for (snapshot_x_offset = 0; snapshot_x_offset < bitmap.width();
163 ++snapshot_x_offset) {
164 if (pixels[snapshot_x_offset] != bg_color)
169 w - ref_x_offset, bitmap.width() - snapshot_x_offset);
175 if (pixels[y * stride / sizeof(int32) + x + snapshot_x_offset] !=

Completed in 589 milliseconds