/external/deqp/framework/platform/win32/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 153 BITMAPINFO bitmapInfo; in NativePixmap() local 155 memset(&bitmapInfo, 0, sizeof(bitmapInfo)); in NativePixmap() 160 bitmapInfo.bmiHeader.biSize = sizeof(bitmapInfo); in NativePixmap() 161 bitmapInfo.bmiHeader.biWidth = width; in NativePixmap() 162 bitmapInfo.bmiHeader.biHeight = height; in NativePixmap() 163 bitmapInfo.bmiHeader.biPlanes = 1; in NativePixmap() 164 bitmapInfo.bmiHeader.biBitCount = bitDepth; in NativePixmap() 165 bitmapInfo.bmiHeader.biCompression = BI_RGB; in NativePixmap() 166 bitmapInfo.bmiHeader.biSizeImage = 0; in NativePixmap() 167 bitmapInfo.bmiHeader.biXPelsPerMeter = 1; in NativePixmap() [all …]
|
/external/swiftshader/src/Main/ |
D | FrameBufferGDI.cpp | 140 BITMAPINFO bitmapInfo; in init() local 141 memset(&bitmapInfo, 0, sizeof(BITMAPINFO)); in init() 142 bitmapInfo.bmiHeader.biSize = sizeof(BITMAPINFO); in init() 143 bitmapInfo.bmiHeader.biBitCount = 32; in init() 144 bitmapInfo.bmiHeader.biPlanes = 1; in init() 145 bitmapInfo.bmiHeader.biHeight = -height; in init() 146 bitmapInfo.bmiHeader.biWidth = width; in init() 147 bitmapInfo.bmiHeader.biCompression = BI_RGB; in init() 149 bitmap = CreateDIBSection(bitmapContext, &bitmapInfo, DIB_RGB_COLORS, &locked, 0, 0); in init()
|
/external/skia/dm/ |
D | DMSrcSink.cpp | 446 SkImageInfo bitmapInfo = decodeInfo; in draw() local 449 bitmapInfo = bitmapInfo.makeColorType(kN32_SkColorType); in draw() 495 draw_to_canvas(canvas, bitmapInfo, pixels.get(), rowBytes, in draw() 537 draw_to_canvas(canvas, bitmapInfo, pixels.get(), rowBytes, colorPtr, colorCount, in draw() 593 draw_to_canvas(canvas, bitmapInfo, dst, rowBytes, colorPtr, colorCount, fDstColorType); in draw() 650 draw_to_canvas(canvas, bitmapInfo, dst, rowBytes, colorPtr, colorCount, fDstColorType); in draw() 674 draw_to_canvas(canvas, bitmapInfo, pixels.get(), rowBytes, colorPtr, colorCount, in draw() 716 SkImageInfo subsetBitmapInfo = bitmapInfo.makeWH(scaledW, scaledH); in draw() 832 SkImageInfo bitmapInfo = decodeInfo; in draw() local 835 bitmapInfo = bitmapInfo.makeColorType(kN32_SkColorType); in draw() [all …]
|
/external/skia/gm/ |
D | gammaencodedpremul.cpp | 64 SkImageInfo bitmapInfo = SkImageInfo::MakeN32Premul(kAlphaMax, 1, in onDraw() local 66 bitmap.allocPixels(bitmapInfo); in onDraw()
|
/external/neven/ |
D | FaceDetector_jni.cpp | 214 AndroidBitmapInfo bitmapInfo; in detect() local 215 AndroidBitmap_getInfo(_env, bitmap, &bitmapInfo); in detect() 218 int wpr = bitmapInfo.stride / 2; in detect()
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 1264 size_t bytesPerRow, CGColorSpaceRef space, CGBitmapInfo bitmapInfo, 1269 size_t bytesPerRow, CGColorSpaceRef space, CGBitmapInfo bitmapInfo, 1278 bytesPerRow, space, bitmapInfo, releaseCallback, number);
|
D | objcmt-arc-cf-annotations.m.result | 1306 size_t bytesPerRow, CGColorSpaceRef space, CGBitmapInfo bitmapInfo, 1311 size_t bytesPerRow, CGColorSpaceRef space, CGBitmapInfo bitmapInfo, 1320 bytesPerRow, space, bitmapInfo, releaseCallback, number);
|
/external/skia/src/ports/ |
D | SkFontHost_mac.cpp | 835 const CGBitmapInfo bitmapInfo = kCGBitmapByteOrder32Host | alpha; in getCG() local 837 rowBytes, fRGBSpace.get(), bitmapInfo)); in getCG()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/ |
D | pdebuild.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/eclipse/
org/ ... |
/external/clang/test/Analysis/ |
D | retain-release.m | 1259 size_t bytesPerRow, CGColorSpaceRef space, CGBitmapInfo bitmapInfo, 1264 size_t bytesPerRow, CGColorSpaceRef space, CGBitmapInfo bitmapInfo, 1273 bytesPerRow, space, bitmapInfo, releaseCallback, number);
|