Home
last modified time | relevance | path

Searched refs:bmInfo (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/lazy/
DSkDiscardablePixelRef.cpp117 SkImageInfo bmInfo = prInfo; in SkDEPRECATED_InstallDiscardablePixelRef() local
123 bmInfo = prInfo.makeWH(subset->width(), subset->height()); in SkDEPRECATED_InstallDiscardablePixelRef()
129 if (!dst->setInfo(bmInfo, prInfo.minRowBytes())) { in SkDEPRECATED_InstallDiscardablePixelRef()
/external/skia/tests/
DWritePixelsTest.cpp211 const SkImageInfo bmInfo = bitmap.info(); in check_write() local
221 bmInfo.colorType(), bmInfo.alphaType()); in check_write()
222 bool mul = (kUnpremul_SkAlphaType == bmInfo.alphaType()); in check_write()
223 SkPMColor bmpPMColor = convert_to_PMColor(bmInfo.colorType(), bmInfo.alphaType(), in check_write()
DCodexTest.cpp685 const SkImageInfo bmInfo = SkImageInfo::Make(w, h, kRGBA_8888_SkColorType, in DEF_TEST() local
687 bm.setInfo(bmInfo); in DEF_TEST()
/external/skia/src/image/
DSkImage_Raster.cpp156 const SkImageInfo bmInfo = fBitmap.info(); in onRefEncoded() local
159 if (prInfo.width() == bmInfo.width() && prInfo.height() == bmInfo.height()) { in onRefEncoded()
/external/kernel-headers/original/uapi/linux/usb/
Dvideo.h360 __u8 bmInfo; member
382 __u8 bmInfo; \