HomeSort by relevance Sort by last modified time
    Searched defs:bitmapInfo (Results 1 - 9 of 9) sorted by null

  /external/skia/gm/
gammaencodedpremul.cpp 65 SkImageInfo bitmapInfo = SkImageInfo::MakeN32Premul(kAlphaMax, 1,
67 bitmap.allocPixels(bitmapInfo);
  /packages/apps/TV/src/com/android/tv/data/
ChannelLogoFetcher.java 139 ScaledBitmapInfo bitmapInfo = BitmapUtils.decodeSampledBitmapFromUriString(
141 if (bitmapInfo == null) {
154 bitmapInfo.bitmap.compress(CompressFormat.PNG, 100, os);
  /external/swiftshader/src/Main/
FrameBufferGDI.cpp 140 BITMAPINFO bitmapInfo;
141 memset(&bitmapInfo, 0, sizeof(BITMAPINFO));
142 bitmapInfo.bmiHeader.biSize = sizeof(BITMAPINFO);
143 bitmapInfo.bmiHeader.biBitCount = 32;
144 bitmapInfo.bmiHeader.biPlanes = 1;
145 bitmapInfo.bmiHeader.biHeight = -height;
146 bitmapInfo.bmiHeader.biWidth = width
    [all...]
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 153 BITMAPINFO bitmapInfo;
155 memset(&bitmapInfo, 0, sizeof(bitmapInfo));
160 bitmapInfo.bmiHeader.biSize = sizeof(bitmapInfo);
161 bitmapInfo.bmiHeader.biWidth = width;
162 bitmapInfo.bmiHeader.biHeight = height;
163 bitmapInfo.bmiHeader.biPlanes = 1;
164 bitmapInfo.bmiHeader.biBitCount = bitDepth
    [all...]
  /external/neven/
FaceDetector_jni.cpp 214 AndroidBitmapInfo bitmapInfo;
215 AndroidBitmap_getInfo(_env, bitmap, &bitmapInfo);
218 int wpr = bitmapInfo.stride / 2;
  /packages/apps/TV/src/com/android/tv/util/
ImageLoader.java 196 ScaledBitmapInfo bitmapInfo = imageCache.get(uriString);
197 if (bitmapInfo != null && !bitmapInfo.needToReload(maxWidth, maxHeight)) {
199 callback.onBitmapLoaded(bitmapInfo.bitmap);
228 ScaledBitmapInfo bitmapInfo = loadBitmapTask.getFromCache();
230 if (bitmapInfo != null && !needToReload) {
232 callback.onBitmapLoaded(bitmapInfo.bitmap);
275 ScaledBitmapInfo bitmapInfo = getFromCache();
276 boolean needToReload = bitmapInfo != null && bitmapInfo
    [all...]
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 392 SkImageInfo bitmapInfo = decodeInfo;
394 bitmapInfo = bitmapInfo.makeColorSpace(GraphicsJNI::colorSpaceForType(decodeColorType));
402 bitmapInfo =
403 bitmapInfo.makeColorType(kAlpha_8_SkColorType).makeAlphaType(kPremul_SkAlphaType);
406 if (!decodingBitmap.setInfo(bitmapInfo) ||
491 bitmapInfo.makeWH(scaledWidth, scaledHeight).makeColorType(scaledColorType));
  /external/skia/dm/
DMSrcSink.cpp 459 SkImageInfo bitmapInfo = decodeInfo;
460 set_bitmap_color_space(&bitmapInfo);
463 bitmapInfo = bitmapInfo.makeColorType(kN32_SkColorType);
521 draw_to_canvas(canvas, bitmapInfo, pixels.get(), rowBytes, fDstColorType);
554 draw_to_canvas(canvas, bitmapInfo, pixels.get(), rowBytes, fDstColorType);
609 draw_to_canvas(canvas, bitmapInfo, dst, rowBytes, fDstColorType);
664 draw_to_canvas(canvas, bitmapInfo, dst, rowBytes, fDstColorType);
685 draw_to_canvas(canvas, bitmapInfo, pixels.get(), rowBytes, fDstColorType);
725 SkImageInfo subsetBitmapInfo = bitmapInfo.makeWH(scaledW, scaledH)
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 

Completed in 982 milliseconds