Home
last modified time | relevance | path

Searched refs:fontBuffers_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_manager.cpp144 if (auto it = fontBuffers_.find(typeFace.uid); it != fontBuffers_.end()) { in CreateFontBuffer()
153 if (auto it = fontBuffers_.find(typeFace.uid); it != fontBuffers_.end()) { in CreateFontBuffer()
177 fontBuffers_.insert({ typeFace.uid, fb }); in CreateFontBuffer()
203 if (auto it = fontBuffers_.find(typeFace.uid); it != fontBuffers_.end()) { in CreateFontFromMemory()
209 if (auto it = fontBuffers_.find(typeFace.uid); it != fontBuffers_.end()) { in CreateFontFromMemory()
214 fontBuffers_ in CreateFontFromMemory()
[all...]
H A Dfont_manager.h184 BASE_NS::unordered_map<uint64_t, std::weak_ptr<FontBuffer>> fontBuffers_; member in final

Completed in 2 milliseconds