Searched refs:pixelsHigh (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Tools/WebKitTestRunner/cg/ |
D | TestInvocationCG.cpp | 52 size_t pixelsHigh = CGImageGetHeight(image.get()); in createCGContextFromImage() local 54 void* buffer = calloc(pixelsHigh, rowBytes); in createCGContextFromImage() 57 …CGContextRef context = CGBitmapContextCreate(buffer, pixelsWide, pixelsHigh, 8, rowBytes, colorSpa… in createCGContextFromImage() 60 CGContextDrawImage(context, CGRectMake(0, 0, pixelsWide, pixelsHigh), image.get()); in createCGContextFromImage() 68 size_t pixelsHigh = CGBitmapContextGetHeight(bitmapContext); in computeMD5HashStringForContext() local 77 for (unsigned row = 0; row < pixelsHigh; row++) { in computeMD5HashStringForContext() 86 for (unsigned row = 0; row < pixelsHigh; row++) { in computeMD5HashStringForContext()
|
/external/webkit/Tools/DumpRenderTree/cg/ |
D | PixelDumpSupportCG.cpp | 76 size_t pixelsHigh = CGBitmapContextGetHeight(bitmapContext); in computeMD5HashStringForBitmapContext() local 86 for (unsigned row = 0; row < pixelsHigh; row++) { in computeMD5HashStringForBitmapContext() 96 for (unsigned row = 0; row < pixelsHigh; row++) { in computeMD5HashStringForBitmapContext()
|
/external/webkit/Tools/DumpRenderTree/cairo/ |
D | PixelDumpSupportCairo.cpp | 71 size_t pixelsHigh = cairo_image_surface_get_height(surface); in computeMD5HashStringForBitmapContext() local 77 for (unsigned row = 0; row < pixelsHigh; row++) { in computeMD5HashStringForBitmapContext()
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | PixelDumpSupportMac.mm | 108 static PassRefPtr<BitmapContext> createBitmapContext(size_t pixelsWide, size_t pixelsHigh, size_t& … 112 buffer = calloc(pixelsHigh, rowBytes); 128 …CGContextRef context = CGBitmapContextCreate(buffer, pixelsWide, pixelsHigh, 8, rowBytes, colorSpa… 148 size_t pixelsHigh = static_cast<size_t>(webViewSize.height); 151 …RefPtr<BitmapContext> bitmapContext = createBitmapContext(pixelsWide, pixelsHigh, rowBytes, buffer… 211 void *flipBuffer = calloc(pixelsHigh, rowBytes); 221 for(size_t i = 0; i < pixelsHigh; ++i) 222 …bcopy((char*)flipBuffer + rowBytes * i, (char*)buffer + rowBytes * (pixelsHigh - i - 1), pixelsWid…
|
/external/webkit/Source/WebKit/mac/Carbon/ |
D | CarbonUtils.m | 34 …reateImageRef( unsigned char *const bitmapData[5], int pixelsWide, int pixelsHigh, int bitsPerSamp… 123 image = _NSCreateImageRef( planes, [rep pixelsWide], [rep pixelsHigh],
|
/external/chromium/chrome/browser/ui/window_snapshot/ |
D | window_snapshot_mac.mm | 41 static_cast<int>([rep pixelsHigh]));
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzWM.m | 51 …imgrep = [ [ [ NSBitmapImageRep alloc ] initWithBitmapDataPlanes: NULL pixelsWide: w pixelsHigh: h… 429 …mapImageRep alloc ] initWithBitmapDataPlanes: NULL pixelsWide: icon->w pixelsHigh: icon->h bitsPer…
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | ThemeChromiumMac.mm | 112 pixelsHigh:1
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderThemeMac.mm | 300 pixelsHigh:1 327 pixelsHigh:1
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebNetscapePluginView.mm | 2432 pixelsHigh:window.height
|