HomeSort by relevance Sort by last modified time
    Searched refs:rowPixels (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWindow.m 42 Uint32 rowPixels = surface->pitch / 4;
48 pixels[ (i * rowPixels) + j ] |= amask;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp 822 const int rowPixels = 4 * deviceScaleFactor;
825 if (!bitmap.tryAllocN32Pixels(rowPixels, colPixels))
880 const int rowPixels = 32 * deviceScaleFactor; // Must be multiple of 4 for pattern below.
883 if (!bitmap.tryAllocN32Pixels(rowPixels, colPixels))
903 int rowPixels = misspellBitmap[index]->width();
904 float widthMod = fmodf(width * deviceScaleFactor, rowPixels);
905 if (rowPixels - widthMod > deviceScaleFactor)
    [all...]

Completed in 83 milliseconds