Lines Matching refs:OHOS
33 OHOS::ImageDecodeAbility& ability = OHOS::ImageDecodeAbility::GetInstance();
34 ability.SetImageDecodeAbility(OHOS::IMG_SUPPORT_BITMAP | OHOS::IMG_SUPPORT_JPEG | OHOS::IMG_SUPPORT_PNG);
36 ability.SetImageDecodeAbility(OHOS::IMG_SUPPORT_BITMAP);
249 void VirtualScreenImpl::Flush(const OHOS::Rect& flushRect)
277 OHOS::BufferInfo* VirtualScreenImpl::GetFBBufferInfo()
280 bufferInfo = new(std::nothrow) OHOS::BufferInfo;
286 bufferInfo->mode = OHOS::ARGB8888;
291 bufferInfo->stride = orignalResolutionWidth * (OHOS::DrawUtils::GetPxSizeByColorMode(bufferInfo->mode) >> 3);