Home
last modified time | relevance | path

Searched refs:fontImage (Results 1 – 25 of 68) sorted by relevance

123

/dports/astro/celestia-gtk/celestia-1.6.1/src/celtxf/
H A Dtexturefont.cpp36 fontImage(NULL), in TextureFont()
48 if (fontImage != NULL) in ~TextureFont()
49 delete[] fontImage; in ~TextureFont()
177 assert(fontImage != NULL); in buildTexture()
197 fontImage); in buildTexture()
372 if (fontImage == NULL) in load()
386 delete[] fontImage; in load()
390 font->fontImage = fontImage; in load()
403 if (fontImage != NULL) in load()
404 delete[] fontImage; in load()
[all …]
H A Dtexturefont.h82 unsigned char* fontImage; variable
/dports/astro/celestia/celestia-1.6.1/src/celtxf/
H A Dtexturefont.cpp36 fontImage(NULL), in TextureFont()
48 if (fontImage != NULL) in ~TextureFont()
49 delete[] fontImage; in ~TextureFont()
177 assert(fontImage != NULL); in buildTexture()
197 fontImage); in buildTexture()
372 if (fontImage == NULL) in load()
386 delete[] fontImage; in load()
390 font->fontImage = fontImage; in load()
403 if (fontImage != NULL) in load()
404 delete[] fontImage; in load()
[all …]
H A Dtexturefont.h82 unsigned char* fontImage; variable
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/graphics/openGL/gui/
H A DTextGL.h275 Image *fontImage = new Image( inImage->getWidth(), in TextGL() local
283 memcpy( fontImage->getChannel(3), inImage->getChannel(0), in TextGL()
288 double *channel = fontImage->getChannel( c ); in TextGL()
295 mFontTexture = new SingleTextureGL( fontImage ); in TextGL()
297 generateCharacterWidths( fontImage, inFixedWidth, in TextGL()
301 delete fontImage; in TextGL() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DFontFaceBitmap.cpp104 SharedPtr<Image> fontImage(new Image(context)); in Load() local
105 if (!fontFile || !fontImage->Load(*fontFile)) in Load()
110 SharedPtr<Texture2D> texture = LoadFaceTexture(fontImage); in Load()
120 … totalTextureSize += fontImage->GetWidth() * fontImage->GetHeight() * fontImage->GetComponents(); in Load()
/dports/converters/fondu/fondu/
H A Dreadnfnt.c125 unsigned short *fontImage; /* rowWords*fRectHeight */ member
164 font->fontImage = NULL; in LoadNFNT()
166 font->fontImage = calloc(font->rowWords*font->fRectHeight,sizeof(short)); in LoadNFNT()
170 font->fontImage[i] = getushort(f); in LoadNFNT()
230 unsigned short *rows = font->fontImage; in GetCharBBox()
282 unsigned short *rows = font->fontImage; in WriteBitmap()
480 free( font.fontImage ); in SearchNFNTResources()
H A Dshowfond.c296 unsigned short *fontImage; /* rowWords*fRectHeight */ member
330 font->fontImage = calloc(font->rowWords*font->fRectHeight,sizeof(short)); in LoadNFNT()
334 font->fontImage[i] = getushort(f); in LoadNFNT()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A DOverlay_font_autogen.cpp2673 uint32_t GetFontLayerPixel(const uint32_t fontImage[kFontHeight][kFontWidth / 32], int x, int y) in GetFontLayerPixel()
2676 return fontImage[y][x / 32] >> (x % 32) & 1; in GetFontLayerPixel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DOverlay_font_autogen.cpp2673 uint32_t GetFontLayerPixel(const uint32_t fontImage[kFontHeight][kFontWidth / 32], int x, int y) in GetFontLayerPixel()
2676 return fontImage[y][x / 32] >> (x % 32) & 1; in GetFontLayerPixel()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DOverlay_font_autogen.cpp2673 uint32_t GetFontLayerPixel(const uint32_t fontImage[kFontHeight][kFontWidth / 32], int x, int y) in GetFontLayerPixel()
2676 return fontImage[y][x / 32] >> (x % 32) & 1; in GetFontLayerPixel()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A DOverlay_font_autogen.cpp2673 uint32_t GetFontLayerPixel(const uint32_t fontImage[kFontHeight][kFontWidth / 32], int x, int y) in GetFontLayerPixel()
2676 return fontImage[y][x / 32] >> (x % 32) & 1; in GetFontLayerPixel()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/
H A DOverlay_font_autogen.cpp2673 uint32_t GetFontLayerPixel(const uint32_t fontImage[kFontHeight][kFontWidth / 32], int x, int y) in GetFontLayerPixel()
2676 return fontImage[y][x / 32] >> (x % 32) & 1; in GetFontLayerPixel()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DOverlay_font_autogen.cpp2673 uint32_t GetFontLayerPixel(const uint32_t fontImage[kFontHeight][kFontWidth / 32], int x, int y) in GetFontLayerPixel()
2676 return fontImage[y][x / 32] >> (x % 32) & 1; in GetFontLayerPixel()
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/gx/gui/
H A Dfont.c53 static u8 *fontImage; variable
183 img_start = fontImage+(sys_fontdata->sheet_size*sheets); in GetFontTexel()
264 fontImage = (u8*)((((u32)ipl_fontarea+fontHeader->sheet_image)+31)&~31); in FONT_Init()
267 expand_font((u8*)ipl_fontarea+fontHeader->sheet_image,fontImage); in FONT_Init()
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/gx/gui/
H A Dfont.c53 static u8 *fontImage; variable
183 img_start = fontImage+(sys_fontdata->sheet_size*sheets); in GetFontTexel()
264 fontImage = (u8*)((((u32)ipl_fontarea+fontHeader->sheet_image)+31)&~31); in FONT_Init()
267 expand_font((u8*)ipl_fontarea+fontHeader->sheet_image,fontImage); in FONT_Init()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/java2d/
H A DJava2DFontMetrics.java119 BufferedImage fontImage = new BufferedImage(100, 100, in createFontMetricsGraphics2D() local
121 Graphics2D graphics2D = fontImage.createGraphics(); in createFontMetricsGraphics2D()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dpalmfonts.c121 uint16 *fontImage; in PalmReadBitmaps() local
131 fontImage = malloc(2*imagesize); in PalmReadBitmaps()
134 fontImage[i] = getushort(file); in PalmReadBitmaps()
136 free(fontImage); in PalmReadBitmaps()
174 uint16 *test = fontImage + i*density*fn->rowwords/72; in PalmReadBitmaps()
184 free(fontImage); in PalmReadBitmaps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/viewer/
H A DImGuiLayer.cpp57 auto fontImage = SkImage::MakeFromRaster(pmap, nullptr, nullptr); in ImGuiLayer() local
58 auto fontShader = fontImage->makeShader(&localMatrix); in ImGuiLayer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/viewer/
H A DImGuiLayer.cpp57 auto fontImage = SkImage::MakeFromRaster(pmap, nullptr, nullptr); in ImGuiLayer() local
58 auto fontShader = fontImage->makeShader(&localMatrix); in ImGuiLayer()
/dports/games/cultivation/Cultivation_8_UnixSource/game2/gameSource/
H A Dgame.cpp908 Image *fontImage = tga.deformatImage( &fontInput ); in initFromFiles() local
913 if( fontImage == NULL ) { in initFromFiles()
916 fontImage = new Image( 256, 256, 4, true ); in initFromFiles()
919 mTextGL = new TextGL( fontImage, in initFromFiles()
928 delete fontImage; in initFromFiles()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/Magick++/lib/
H A DSTL.cpp1368 Magick::fontImage::fontImage( const std::string &font_ ) in fontImage() function in Magick::fontImage
1372 void Magick::fontImage::operator()( Magick::Image &image_ ) const in operator ()()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/Magick++/lib/
H A DSTL.cpp1368 Magick::fontImage::fontImage( const std::string &font_ ) in fontImage() function in Magick::fontImage
1372 void Magick::fontImage::operator()( Magick::Image &image_ ) const in operator ()()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/Magick++/lib/
H A DSTL.cpp1325 Magick::fontImage::fontImage( const std::string &font_ ) in fontImage() function in Magick::fontImage
1329 void Magick::fontImage::operator()( Magick::Image &image_ ) const in operator ()()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/
H A DTableTab.java553 item.setImage (fontImage(ft)); in setCellFont()
603 item.setImage (fontImage(ft)); in setItemFont()

123