Home
last modified time | relevance | path

Searched refs:ParseDataUri (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.h74 BASE_NS::string_view ParseDataUri(const BASE_NS::string_view in, size_t& offsetToData); in CORE3D_BEGIN_NAMESPACE()
H A Dgltf2_util.cpp960 string_view ParseDataUri(const string_view in, size_t& offsetToData) in ParseDataUri() function
994 if (auto const mimeType = ParseDataUri(in, offsetToData); mimeType.empty()) { in DecodeDataURI()
1017 if (auto const mimeType = ParseDataUri(in, offsetToData); !mimeType.empty()) { in IsDataURI()
1096 if (auto const mimeType = ParseDataUri(uri, offsetToData); !mimeType.empty()) { in LoadUri()