Searched refs:tmpBitmap (Results 1 - 13 of 13) sorted by relevance

/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp275 HBITMAP tmpBitmap = DE_NULL; local
310 tmpBitmap = CreateCompatibleBitmap(screenDC, width, height);
311 TCU_CHECK(tmpBitmap != DE_NULL);
313 TCU_CHECK(SelectObject(tmpDC, tmpBitmap) != DE_NULL);
332 TCU_CHECK(GetDIBits(screenDC, tmpBitmap, 0, height, dst->getAccess().getDataPtr(), (BITMAPINFO*)&bitmapInfo, DIB_RGB_COLORS));
334 DeleteObject(tmpBitmap);
335 tmpBitmap = DE_NULL;
354 if (tmpBitmap)
355 DeleteObject(tmpBitmap);
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp1095 SkBitmap tmpBitmap; local
1115 tmpBitmap.setInfo(SkImageInfo::MakeA8(this->width(), this->height()), srcM.fRowBytes);
1116 if (!tmpBitmap.tryAllocPixels(allocator, NULL)) {
1119 tmpBitmap.width(), tmpBitmap.height());
1122 GetBitmapAlpha(*this, tmpBitmap.getAddr8(0, 0), srcM.fRowBytes);
1126 tmpBitmap.swap(*dst);
1138 tmpBitmap.setInfo(SkImageInfo::MakeA8(dstM.fBounds.width(), dstM.fBounds.height()),
1140 if (!tmpBitmap.tryAllocPixels(allocator, NULL)) {
1143 tmpBitmap
[all...]
H A DSkBitmapDevice.cpp234 SkBitmap tmpBitmap; local
268 bitmap.pixelRef()->readPixels(&tmpBitmap, &srcIR);
270 if (!bitmap.extractSubset(&tmpBitmap, srcIR)) {
274 bitmapPtr = &tmpBitmap;
/external/skia/src/core/
H A DSkBitmap.cpp1150 SkBitmap tmpBitmap; local
1170 tmpBitmap.setInfo(SkImageInfo::MakeA8(this->width(), this->height()), srcM.fRowBytes);
1171 if (!tmpBitmap.allocPixels(allocator, NULL)) {
1174 tmpBitmap.width(), tmpBitmap.height());
1177 GetBitmapAlpha(*this, tmpBitmap.getAddr8(0, 0), srcM.fRowBytes);
1181 tmpBitmap.swap(*dst);
1193 tmpBitmap.setInfo(SkImageInfo::MakeA8(dstM.fBounds.width(), dstM.fBounds.height()),
1195 if (!tmpBitmap.allocPixels(allocator, NULL)) {
1198 tmpBitmap
[all...]
H A DSkBitmapDevice.cpp318 SkBitmap tmpBitmap; local
349 if (!bitmap.extractSubset(&tmpBitmap, srcIR)) {
352 bitmapPtr = &tmpBitmap;
/external/skia/src/gpu/
H A DSkGr.cpp200 SkBitmap tmpBitmap; local
239 origBitmap.copyTo(&tmpBitmap, kN32_SkColorType);
241 bitmap = &tmpBitmap;
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGr.cpp296 SkBitmap tmpBitmap; local
318 origBitmap.copyTo(&tmpBitmap, kN32_SkColorType);
320 bitmap = &tmpBitmap;
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libwebp.cpp364 SkBitmap tmpBitmap; local
368 bitmap = &tmpBitmap;
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp375 SkBitmap tmpBitmap; local
379 bitmap = &tmpBitmap;
/external/chromium_org/skia/ext/
H A Dvector_platform_device_emf_win.cc271 SkBitmap tmpBitmap; local
301 if (!bitmap.extractSubset(&tmpBitmap, srcIR)) {
304 bitmapPtr = &tmpBitmap;
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp1038 SkBitmap tmpBitmap; local
1068 if (!bitmap.extractSubset(&tmpBitmap, srcIR)) {
1071 bitmapPtr = &tmpBitmap;
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1039 SkBitmap tmpBitmap; local
1069 if (!bitmap.extractSubset(&tmpBitmap, srcIR)) {
1072 bitmapPtr = &tmpBitmap;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 264 milliseconds