| 28 | namespace tgfx { |
| 29 | |
| 30 | std::shared_ptr<ImageCodec> ImageCodec::MakeFrom(NativeImageRef) { |
| 31 | return nullptr; |
| 32 | } |
| 33 | |
| 34 | Orientation GetOrientation(OH_ImageSourceNative* imageSource) { |
| 35 | char targetData[] = "Orientation"; |
nothing calls this directly
no outgoing calls
no test coverage detected