Searched defs:rowPixels (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp742 const int rowPixels = 4 * deviceScaleFactor; local
745 if (!bitmap.allocN32Pixels(rowPixels, colPixels))
800 const int rowPixels = 32 * deviceScaleFactor; // Must be multiple of 4 for pattern below.
803 if (!bitmap.allocN32Pixels(rowPixels, colPixels))
823 int rowPixels = misspellBitmap[index]->width(); local
824 float widthMod = fmodf(width * deviceScaleFactor, rowPixels);
825 if (rowPixels - widthMod > deviceScaleFactor)

Completed in 122 milliseconds