Searched refs:bmInfo (Results 1 – 5 of 5) sorted by relevance
117 SkImageInfo bmInfo = prInfo; in SkDEPRECATED_InstallDiscardablePixelRef() local123 bmInfo = prInfo.makeWH(subset->width(), subset->height()); in SkDEPRECATED_InstallDiscardablePixelRef()129 if (!dst->setInfo(bmInfo, prInfo.minRowBytes())) { in SkDEPRECATED_InstallDiscardablePixelRef()
211 const SkImageInfo bmInfo = bitmap.info(); in check_write() local221 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()
685 const SkImageInfo bmInfo = SkImageInfo::Make(w, h, kRGBA_8888_SkColorType, in DEF_TEST() local687 bm.setInfo(bmInfo); in DEF_TEST()
156 const SkImageInfo bmInfo = fBitmap.info(); in onRefEncoded() local159 if (prInfo.width() == bmInfo.width() && prInfo.height() == bmInfo.height()) { in onRefEncoded()
360 __u8 bmInfo; member382 __u8 bmInfo; \