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

  /external/webkit/Tools/DumpRenderTree/win/
ImageDiffCairo.cpp 48 static const int s_bytesPerPixel = 4;
140 baselinePixel += s_bytesPerPixel;
141 actualPixel += s_bytesPerPixel;
159 cairo_surface_t* diffImage = cairo_image_surface_create_for_data(diffPixel, CAIRO_FORMAT_ARGB32, width, height, width * s_bytesPerPixel);

Completed in 68 milliseconds