MCPcopy Create free account
hub / github.com/Tencent/tgfx / MakeFrom

Method MakeFrom

src/platform/ohos/NativeCodec.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace tgfx {
29
30std::shared_ptr<ImageCodec> ImageCodec::MakeFrom(NativeImageRef) {
31 return nullptr;
32}
33
34Orientation GetOrientation(OH_ImageSourceNative* imageSource) {
35 char targetData[] = "Orientation";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected