Home
last modified time | relevance | path

Searched refs:renderGlyph (Results 1 – 25 of 35) sorted by relevance

12

/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/MagnumPlugins/HarfBuzzFont/Test/
H A DHarfBuzzFontTest.cpp80 … std::tie(position, textureCoordinates) = layouter->renderGlyph(0, cursorPosition = {}, rectangle); in layout()
86 … std::tie(position, textureCoordinates) = layouter->renderGlyph(1, cursorPosition = {}, rectangle); in layout()
92 … std::tie(position, textureCoordinates) = layouter->renderGlyph(2, cursorPosition = {}, rectangle); in layout()
103 … std::tie(position, textureCoordinates) = layouter->renderGlyph(3, cursorPosition = {}, rectangle); in layout()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/MagnumPlugins/FreeTypeFont/Test/
H A DFreeTypeFontTest.cpp121 … std::tie(position, textureCoordinates) = layouter->renderGlyph(0, cursorPosition = {}, rectangle); in layout()
127 … std::tie(position, textureCoordinates) = layouter->renderGlyph(1, cursorPosition = {}, rectangle); in layout()
133 … std::tie(position, textureCoordinates) = layouter->renderGlyph(2, cursorPosition = {}, rectangle); in layout()
139 … std::tie(position, textureCoordinates) = layouter->renderGlyph(3, cursorPosition = {}, rectangle); in layout()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/MagnumPlugins/StbTrueTypeFont/Test/
H A DStbTrueTypeFontTest.cpp132 … std::tie(position, textureCoordinates) = layouter->renderGlyph(0, cursorPosition = {}, rectangle); in layout()
144 … std::tie(position, textureCoordinates) = layouter->renderGlyph(1, cursorPosition = {}, rectangle); in layout()
156 … std::tie(position, textureCoordinates) = layouter->renderGlyph(2, cursorPosition = {}, rectangle); in layout()
168 … std::tie(position, textureCoordinates) = layouter->renderGlyph(3, cursorPosition = {}, rectangle); in layout()
/dports/graphics/mapcache/mapcache-1.10.0/lib/
H A Dimage_error.c3885 static void renderGlyph(mapcache_context *ctx, int glyph, mapcache_image *im, int x, int y) in renderGlyph() function
3916 renderGlyph(ctx,*txt,im,hoffset,voffset); in writeErrorImage()
3960 renderGlyph(ctx,*strptr,im,x,y); in writeErrorImage()
/dports/games/scummvm-tools/scummvm-tools-2.5.0/
H A Dcreate_sjisfnt.h80 bool renderGlyph(uint8 fb, uint8 sB, Glyph &glyph);
81 bool renderGlyph(uint32 unicode, Glyph &glyph);
H A Dcreate_sjisfnt.cpp359 if (renderGlyph(fB, 0, data)) in renderASCIIGlyphs()
378 if (renderGlyph(fB, sB, data)) in renderKANJIGlyphs()
384 bool TrueTypeFont::renderGlyph(uint8 fB, uint8 sB, Glyph &glyph) { in renderGlyph() function in TrueTypeFont
400 if (!renderGlyph(utf32, glyph)) { in renderGlyph()
408 bool TrueTypeFont::renderGlyph(uint32 unicode, Glyph &glyph) { in renderGlyph() function in TrueTypeFont
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_Font.cxx165 bool OpenGl_Font::renderGlyph (const Handle(OpenGl_Context)& theCtx, in renderGlyph() function in OpenGl_Font
201 return renderGlyph (theCtx, theChar); in renderGlyph()
243 if (renderGlyph (theCtx, theUChar)) in RenderGlyph()
H A DOpenGl_Font.hxx126 bool renderGlyph (const Handle(OpenGl_Context)& theCtx,
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkFindAndPlaceGlyph.h369 const SkGlyph& renderGlyph = in findAndPositionGlyph() local
373 if (renderGlyph.fWidth > 0) { in findAndPositionGlyph()
374 processOneGlyph(renderGlyph, position, in findAndPositionGlyph()
377 return position + SkPoint{SkFloatToScalar(renderGlyph.fAdvanceX), in findAndPositionGlyph()
378 SkFloatToScalar(renderGlyph.fAdvanceY)}; in findAndPositionGlyph()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkFindAndPlaceGlyph.h460 const SkGlyph& renderGlyph =
464 if (renderGlyph.fWidth > 0) {
465 processOneGlyph(renderGlyph, finalPosition,
468 return finalPosition + SkPoint{SkFloatToScalar(renderGlyph.fAdvanceX),
469 SkFloatToScalar(renderGlyph.fAdvanceY)};
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DOpenGl_Font.hxx120 bool renderGlyph (const Handle(OpenGl_Context)& theCtx,
H A DFont_BRepFont.hxx198 Standard_EXPORT Standard_Boolean renderGlyph (const Standard_Utf32Char theChar,
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DOpenGl_Font.hxx126 bool renderGlyph (const Handle(OpenGl_Context)& theCtx,
H A DStdPrs_BRepFont.hxx216 Standard_EXPORT Standard_Boolean renderGlyph (const Standard_Utf32Char theChar,
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/fonts/
H A Dttf.cpp467 void renderGlyph(uint8 *dstPos, const int dstPitch, const uint8 *srcPos, const int srcPitch, const … in renderGlyph() function
569 renderGlyph<uint16>(dstPos, dst->pitch, srcPos, glyph.image.pitch, w, h, color, dst->format); in drawChar()
571 renderGlyph<uint32>(dstPos, dst->pitch, srcPos, glyph.image.pitch, w, h, color, dst->format); in drawChar()
/dports/games/residualvm/residualvm-0.3.1/graphics/fonts/
H A Dttf.cpp464 void renderGlyph(uint8 *dstPos, const int dstPitch, const uint8 *srcPos, const int srcPitch, const … in renderGlyph() function
566 renderGlyph<uint16>(dstPos, dst->pitch, srcPos, glyph.image.pitch, w, h, color, dst->format); in drawChar()
568 renderGlyph<uint32>(dstPos, dst->pitch, srcPos, glyph.image.pitch, w, h, color, dst->format); in drawChar()
/dports/cad/opencascade/opencascade-7.6.0/src/StdPrs/
H A DStdPrs_BRepFont.hxx216 Standard_EXPORT Standard_Boolean renderGlyph (const Standard_Utf32Char theChar,
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_ResourceTrueTypeFont.h153 …void renderGlyph(GlyphInfo& _info, uint8 _luminance0, uint8 _luminance1, uint8 _alpha, int _lineHe…
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_ResourceTrueTypeFont.h153 …void renderGlyph(GlyphInfo& _info, uint8 _luminance0, uint8 _luminance1, uint8 _alpha, int _lineHe…
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_ResourceTrueTypeFont.h153 …void renderGlyph(GlyphInfo& _info, uint8 _luminance0, uint8 _luminance1, uint8 _alpha, int _lineHe…
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_ResourceTrueTypeFont.h153 …void renderGlyph(GlyphInfo& _info, uint8 _luminance0, uint8 _luminance1, uint8 _alpha, int _lineHe…
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_ResourceTrueTypeFont.cpp913renderGlyph<LAMode, false, false>(info, charMaskWhite, charMaskBlack, charMask.find(info.codePoint…
925renderGlyph<LAMode, false, false>(info, charMaskWhite, charMaskBlack, charMask.find(info.codePoint…
955renderGlyph<LAMode, true, Antialias>(info, charMaskWhite, charMaskWhite, charMaskWhite, j->first, …
971 …void ResourceTrueTypeFont::renderGlyph(GlyphInfo& _info, uint8 _luminance0, uint8 _luminance1, uin…
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_ResourceTrueTypeFont.cpp913renderGlyph<LAMode, false, false>(info, charMaskWhite, charMaskBlack, charMask.find(info.codePoint…
925renderGlyph<LAMode, false, false>(info, charMaskWhite, charMaskBlack, charMask.find(info.codePoint…
955renderGlyph<LAMode, true, Antialias>(info, charMaskWhite, charMaskWhite, charMaskWhite, j->first, …
971 …void ResourceTrueTypeFont::renderGlyph(GlyphInfo& _info, uint8 _luminance0, uint8 _luminance1, uin…
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_ResourceTrueTypeFont.cpp913renderGlyph<LAMode, false, false>(info, charMaskWhite, charMaskBlack, charMask.find(info.codePoint…
925renderGlyph<LAMode, false, false>(info, charMaskWhite, charMaskBlack, charMask.find(info.codePoint…
955renderGlyph<LAMode, true, Antialias>(info, charMaskWhite, charMaskWhite, charMaskWhite, j->first, …
971 …void ResourceTrueTypeFont::renderGlyph(GlyphInfo& _info, uint8 _luminance0, uint8 _luminance1, uin…
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_ResourceTrueTypeFont.cpp913renderGlyph<LAMode, false, false>(info, charMaskWhite, charMaskBlack, charMask.find(info.codePoint…
925renderGlyph<LAMode, false, false>(info, charMaskWhite, charMaskBlack, charMask.find(info.codePoint…
955renderGlyph<LAMode, true, Antialias>(info, charMaskWhite, charMaskWhite, charMaskWhite, j->first, …
971 …void ResourceTrueTypeFont::renderGlyph(GlyphInfo& _info, uint8 _luminance0, uint8 _luminance1, uin…

12