Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_manager.cpp185 std::shared_ptr fontBuff = CreateFontBuffer(typeFace); in CreateFont() local
186 if (!fontBuff) { in CreateFont()
189 std::shared_ptr<FaceData> face = fontBuff->CreateFace(typeFace.index); in CreateFont()
200 std::shared_ptr<FontBuffer> fontBuff; in CreateFontFromMemory() local
204 fontBuff = it->second.lock(); in CreateFontFromMemory()
207 if (!fontBuff) { in CreateFontFromMemory()
210 fontBuff = it->second.lock(); in CreateFontFromMemory()
212 if (!fontBuff) { in CreateFontFromMemory()
213 fontBuff = std::make_shared<FontBuffer>(this, typeFace.uid, buffer); in CreateFontFromMemory()
214 fontBuffers_.insert({ typeFace.uid, fontBuff }); in CreateFontFromMemory()
226 auto fontBuff = CreateFontBuffer(typeFace); GetGlyphIndex() local
[all...]

Completed in 2 milliseconds