Home
last modified time | relevance | path

Searched refs:pixelsHigh (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/cg/
DTestInvocationCG.cpp52 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/
DPixelDumpSupportCG.cpp76 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/
DPixelDumpSupportCairo.cpp71 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/
DPixelDumpSupportMac.mm108 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/
DCarbonUtils.m34 …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/
Dwindow_snapshot_mac.mm41 static_cast<int>([rep pixelsHigh]));
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzWM.m51 …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/
DThemeChromiumMac.mm112 pixelsHigh:1
/external/webkit/Source/WebCore/rendering/
DRenderThemeMac.mm300 pixelsHigh:1
327 pixelsHigh:1
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginView.mm2432 pixelsHigh:window.height