Home
last modified time | relevance | path

Searched refs:bitmapInfo (Results 1 – 11 of 11) sorted by relevance

/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp153 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/
DFrameBufferGDI.cpp140 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/
DDMSrcSink.cpp446 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/
Dgammaencodedpremul.cpp64 SkImageInfo bitmapInfo = SkImageInfo::MakeN32Premul(kAlphaMax, 1, in onDraw() local
66 bitmap.allocPixels(bitmapInfo); in onDraw()
/external/neven/
DFaceDetector_jni.cpp214 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/
Dobjcmt-arc-cf-annotations.m1264 size_t bytesPerRow, CGColorSpaceRef space, CGBitmapInfo bitmapInfo,
1269 size_t bytesPerRow, CGColorSpaceRef space, CGBitmapInfo bitmapInfo,
1278 bytesPerRow, space, bitmapInfo, releaseCallback, number);
Dobjcmt-arc-cf-annotations.m.result1306 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/
DSkFontHost_mac.cpp835 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/
Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-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/
Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/ ...
/external/clang/test/Analysis/
Dretain-release.m1259 size_t bytesPerRow, CGColorSpaceRef space, CGBitmapInfo bitmapInfo,
1264 size_t bytesPerRow, CGColorSpaceRef space, CGBitmapInfo bitmapInfo,
1273 bytesPerRow, space, bitmapInfo, releaseCallback, number);