Home
last modified time | relevance | path

Searched defs:CharacterMap (Results 1 – 22 of 22) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/ThirdParty/ftgl/src/
H A DFTCharmap.h127 typedef FTCharToGlyphIndexMap CharacterMap; typedef
129 typedef map< unsigned long, unsigned long> CharacterMap; typedef
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/chattext/
H A DCharacterMap.java33 public class CharacterMap extends JButton { class
39 public CharacterMap(final JTextComponent textField) { in CharacterMap() method in CharacterMap
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/Thumb2/mve-intrinsics/
H A Dvadc-multiple.ll14 %fpscr.in.0 = shl i32 %carry, 29
20 …%outpair.1 = call { <4 x i32>, i32 } @llvm.arm.mve.vadc.v4i32(<4 x i32> %a.1, <4 x i32> %b.1, i32 …
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DTextEncoding.h51 typedef int CharacterMap[256]; typedef
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/api/bibtex/
H A Dcharacters.ts24 export interface CharacterMap { interface
/dports/graphics/ftgl/ftgl-2.4.0/src/
H A DFTCharmap.h149 typedef FTCharToGlyphIndexMap CharacterMap; typedef
/dports/games/critterding/critterding-beta12/src/utils/ftgl/
H A DFTCharmap.h149 typedef FTCharToGlyphIndexMap CharacterMap; typedef
/dports/devel/upp/upp/bazaar/FTGL/src/
H A DFTCharmap.h149 typedef FTCharToGlyphIndexMap CharacterMap; typedef
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Urho2D/
H A DSpriterData2D.h116 struct CharacterMap struct
124 int id_;
125 String name_;
126 PODVector<MapInstruction*> maps_;
H A DSpriterData2D.cpp212 CharacterMap::CharacterMap() in CharacterMap() function in Urho3D::Spriter::CharacterMap
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/sample/subtly/
H A Dfont_info.h56 typedef std::map<int32_t, GlyphId> CharacterMap; typedef
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/sample/subtly/
H A Dfont_info.h56 typedef std::map<int32_t, GlyphId> CharacterMap; typedef
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCGUIFont.h101 core::map<wchar_t, s32> CharacterMap; variable
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMCharacterMap.h22 CharacterMap():DependNode(){} in CharacterMap() function
/dports/games/scummvm/scummvm-2.5.1/engines/stark/resources/
H A Dlocation.h175 typedef Common::HashMap<int32, ItemVisual *> CharacterMap; typedef
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCGUIFont.h120 core::map<wchar_t, s32> CharacterMap; variable
/dports/devel/eris/eris-1.3.23/Eris/
H A DAccount.h26 typedef std::map<std::string, Atlas::Objects::Entity::RootEntity> CharacterMap; typedef
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/
H A DKeywords.cs24 public string CharacterMap; field in System.Xml.Xsl.Xslt.KeywordsTable
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/Xslt/
H A DKeywords.cs22 public string CharacterMap; field in System.Xml.Xsl.Xslt.KeywordsTable
/dports/editors/impress/impress-1.1b9/font3d/
H A Dtruetype.h517 USHORT CharacterMap(USHORT c) in CharacterMap() function
/dports/devel/py-dtfabric/dtfabric-20200621/dtfabric/runtime/
H A Ddata_maps.py425 class CharacterMap(PrimitiveDataTypeMap): class
/dports/games/ivan/ivan-059/Main/Source/
H A Dlevel.cpp569 const charactercontentmap* CharacterMap = RoomScript->GetCharacterMap(); in MakeRoom() local