Searched refs:colPixels (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp743 const int colPixels = 3 * deviceScaleFactor; local
745 if (!bitmap.allocN32Pixels(rowPixels, colPixels))
760 for (int x = 0; x < colPixels; ++x) {
781 for (int x = 0; x < colPixels; ++x) {
801 const int colPixels = 2 * deviceScaleFactor;
803 if (!bitmap.allocN32Pixels(rowPixels, colPixels))

Completed in 204 milliseconds