Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qohospixelmapconversions.h File Reference

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#include <QtCore/private/qnapi_p.h>
#include <QtCore/qglobal.h>
#include <QtGui/qimage.h>
#include <memory>
#include <multimedia/image_framework/image/pixelmap_native.h>
#include <qohosimageformat.h>
#include <qohosplugincore.h>
Include dependency graph for qohospixelmapconversions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE std::shared_ptr<::OH_PixelmapNative > createNativePixelMapFromQImage (QImage qImage)
QImage createQImageFromNativePixelMap (::OH_PixelmapNative *pixelMap)
std::shared_ptr<::OH_PixelmapNative > makeEmptyNativePixelMap ()
std::shared_ptr<::OH_PixelmapNative > wrapNativePixelMapPtr (::OH_PixelmapNative *pixelMap)
QNapi::Object createNapiPixelMapFromQImage (QtOhos::JsState &jsState, const QImage &image)

Function Documentation

◆ createNapiPixelMapFromQImage()

QNapi::Object createNapiPixelMapFromQImage ( QtOhos::JsState & jsState,
const QImage & image )

Definition at line 299 of file qohospixelmapconversions.cpp.

◆ createNativePixelMapFromQImage()

std::shared_ptr<::OH_PixelmapNative > createNativePixelMapFromQImage ( QImage qImage)

Definition at line 141 of file qohospixelmapconversions.cpp.

◆ createQImageFromNativePixelMap()

QImage createQImageFromNativePixelMap ( ::OH_PixelmapNative * pixelMap)

Definition at line 196 of file qohospixelmapconversions.cpp.

◆ makeEmptyNativePixelMap()

std::shared_ptr<::OH_PixelmapNative > makeEmptyNativePixelMap ( )

Definition at line 284 of file qohospixelmapconversions.cpp.

◆ wrapNativePixelMapPtr()

std::shared_ptr<::OH_PixelmapNative > wrapNativePixelMapPtr ( ::OH_PixelmapNative * pixelMap)

Definition at line 268 of file qohospixelmapconversions.cpp.