Home
last modified time | relevance | path

Searched refs:UIntVector (Results 1 – 25 of 36) sorted by relevance

12

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DCFFEmbeddedFontWriter.h40 typedef std::vector<unsigned int> UIntVector; typedef
56 const UIntVector& inSubsetGlyphIDs,
68 const UIntVector& inSubsetGlyphIDs,
102 const UIntVector& inSubsetGlyphIDs,
107 PDFHummus::EStatusCode AddDependentGlyphs(UIntVector& ioSubsetGlyphIDs);
116 PDFHummus::EStatusCode WriteEncodings(const UIntVector& inSubsetGlyphIDs);
117 …PDFHummus::EStatusCode WriteCharsets(const UIntVector& inSubsetGlyphIDs,UShortVector* inCIDMapping…
118 PDFHummus::EStatusCode WriteCharStrings(const UIntVector& inSubsetGlyphIDs);
121 …PDFHummus::EStatusCode WriteFDArray(const UIntVector& inSubsetGlyphIDs,const FontDictInfoToByteMap…
122 …PDFHummus::EStatusCode WriteFDSelect(const UIntVector& inSubsetGlyphIDs,const FontDictInfoToByteMa…
[all …]
H A DWrittenFontRepresentation.h48 typedef std::vector<unsigned int> UIntVector; typedef
50 static UIntVector GetOrderedKeys(const UIntToGlyphEncodingInfoMap& inMap) in GetOrderedKeys()
52 UIntVector result; in GetOrderedKeys()
67 UIntVector GetGlyphIDsAsOrderedVector() in GetGlyphIDsAsOrderedVector()
H A DTrueTypeEmbeddedFontWriter.h41 typedef std::vector<unsigned int> UIntVector; typedef
51 const UIntVector& inSubsetGlyphIDs,
82 const UIntVector& inSubsetGlyphIDs,
86 void AddDependentGlyphs(UIntVector& ioSubsetGlyphIDs);
106 PDFHummus::EStatusCode WriteGlyf(const UIntVector& inSubsetGlyphIDs,unsigned long* inLocaTable);
H A DCFFEmbeddedFontWriter.cpp52 const UIntVector& inSubsetGlyphIDs, in WriteEmbeddedFont()
63 const UIntVector& inSubsetGlyphIDs, in WriteEmbeddedFont()
125 const UIntVector& inSubsetGlyphIDs, in CreateCFFSubset()
165 UIntVector subsetGlyphIDs = inSubsetGlyphIDs; in CreateCFFSubset()
275 EStatusCode CFFEmbeddedFontWriter::AddDependentGlyphs(UIntVector& ioSubsetGlyphIDs) in AddDependentGlyphs()
279 UIntVector::iterator it = ioSubsetGlyphIDs.begin(); in AddDependentGlyphs()
613 UIntVector::const_iterator it = inSubsetGlyphIDs.begin(); in WriteEncodings()
671 UIntVector::const_iterator it = inSubsetGlyphIDs.begin(); in WriteCharsets()
709 UIntVector::const_iterator itGlyphs = inSubsetGlyphIDs.begin(); in WriteCharStrings()
788 UIntVector::const_iterator itGlyphs = inSubsetGlyphIDs.begin(); in DetermineFDArrayIndexes()
[all …]
H A DType1ToCFFEmbeddedFontWriter.h40 typedef std::vector<unsigned int> UIntVector; typedef
57 const UIntVector& inSubsetGlyphIDs,
87 const UIntVector& inSubsetGlyphIDs,
115 const UIntVector& inSubsetGlyphIDs,
H A DTrueTypeEmbeddedFontWriter.cpp49 const UIntVector& inSubsetGlyphIDs, in WriteEmbeddedFont()
105 const UIntVector& inSubsetGlyphIDs, in CreateTrueTypeSubset()
114 UIntVector subsetGlyphIDs = inSubsetGlyphIDs; in CreateTrueTypeSubset()
281 void TrueTypeEmbeddedFontWriter::AddDependentGlyphs(UIntVector& ioSubsetGlyphIDs) in AddDependentGlyphs()
284 UIntVector::iterator it = ioSubsetGlyphIDs.begin(); in AddDependentGlyphs()
600 EStatusCode TrueTypeEmbeddedFontWriter::WriteGlyf(const UIntVector& inSubsetGlyphIDs,unsigned long*… in WriteGlyf()
607 UIntVector::const_iterator it = inSubsetGlyphIDs.begin(); in WriteGlyf()
H A DTrueTypeDescendentFontWriter.cpp38 static UIntVector GetOrderedKeys(const UIntAndGlyphEncodingInfoVector& inMap) in GetOrderedKeys()
40 UIntVector result; in GetOrderedKeys()
H A DIFontDescriptorHelper.h36 typedef std::vector<unsigned int> UIntVector; typedef
H A DType1ToCFFEmbeddedFontWriter.cpp139 const UIntVector& inSubsetGlyphIDs, in WriteEmbeddedFont()
200 const UIntVector& inSubsetGlyphIDs, in CreateCFFSubset()
209 UIntVector subsetGlyphIDs = inSubsetGlyphIDs; in CreateCFFSubset()
881 const UIntVector& inSubsetGlyphIDs, in TranslateFromFreeTypeToType1()
884 UIntVector::const_iterator it = inSubsetGlyphIDs.begin(); in TranslateFromFreeTypeToType1()
H A DCFFDescendentFontWriter.cpp70 UIntVector orderedGlyphs; in WriteFont()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/algorithms/basic/
H A DLayerStacks.cpp172 std::vector<HuginBase::UIntVector> getSortedStacks(const HuginBase::Panorama* pano) in getSortedStacks()
174 std::vector<HuginBase::UIntVector> stacks; in getSortedStacks()
184 … HuginBase::UIntVector stackImages(imageGroups[imgGroup].begin(), imageGroups[imgGroup].end()); in getSortedStacks()
198 UIntVector GetTranslatedImageNumbers(const UIntVector& translatedImgNumbers) const in GetTranslatedImageNumbers()
200 UIntVector result(images.size(), 0); in GetTranslatedImageNumbers()
208 UIntVector images;
211 UIntVector getEstimatedBlendingOrder(const PanoramaData & pano, const UIntSet& images, const unsign… in getEstimatedBlendingOrder()
215 return UIntVector(); in getEstimatedBlendingOrder()
227 HuginBase::UIntVector subpanoImages; in getEstimatedBlendingOrder()
H A DLayerStacks.h41 IMPEX std::vector<HuginBase::UIntVector> getSortedStacks(const HuginBase::Panorama* pano);
43 IMPEX UIntVector getEstimatedBlendingOrder(const PanoramaData & pano, const UIntSet& images, const …
/dports/chinese/scim-pinyin/scim-pinyin-0.5.92/src/
H A Dscim_pinyin_smart_match.cpp34 typedef std::vector <size_t> UIntVector; typedef
35 typedef std::vector <UIntVector> UIntVectorVector;
346 const UIntVector & seq) in __calc_sequence_length_score()
348 UIntVector::const_iterator it = seq.begin (); in __calc_sequence_length_score()
364 const UIntVector & seq) in __calc_sequence_length_score_inv()
436 UIntVector seq; in __recursive_search_best_sequence()
674 const UIntVector & seq, in __recursive_search_best_matched()
787 const UIntVector & seq, in __calc_best_matched()
807 UIntVector::const_iterator begin; in __calc_best_matched()
808 UIntVector::const_iterator end; in __calc_best_matched()
[all …]
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DSubdivision.cpp80 typedef std::vector<unsigned int> UIntVector; typedef in CatmullClarkSubdivider
245 UIntVector maptbl; in InternSubdivide()
358 UIntVector faceadjac(nfacesout), cntadjfac(maptbl.size(),0), ofsadjvec(maptbl.size()+1,0); { in InternSubdivide()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Common/
H A DSubdivision.cpp79 typedef std::vector<unsigned int> UIntVector; typedef in CatmullClarkSubdivider
244 UIntVector maptbl; in InternSubdivide()
356 UIntVector faceadjac(nfacesout), cntadjfac(maptbl.size(),0), ofsadjvec(maptbl.size()+1,0); { in InternSubdivide()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DSubdivision.cpp79 typedef std::vector<unsigned int> UIntVector; typedef in CatmullClarkSubdivider
244 UIntVector maptbl; in InternSubdivide()
359 UIntVector faceadjac(nfacesout), cntadjfac(maptbl.size(),0), ofsadjvec(maptbl.size()+1,0); { in InternSubdivide()
/dports/multimedia/assimp/assimp-5.1.3/code/Common/
H A DSubdivision.cpp80 typedef std::vector<unsigned int> UIntVector; typedef in CatmullClarkSubdivider
238 UIntVector maptbl; in InternSubdivide()
350UIntVector faceadjac(nfacesout), cntadjfac(maptbl.size(), 0), ofsadjvec(maptbl.size() + 1, 0); in InternSubdivide()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DSubdivision.cpp79 typedef std::vector<unsigned int> UIntVector; typedef in CatmullClarkSubdivider
244 UIntVector maptbl; in InternSubdivide()
359 UIntVector faceadjac(nfacesout), cntadjfac(maptbl.size(),0), ofsadjvec(maptbl.size()+1,0); { in InternSubdivide()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/code/Common/
H A DSubdivision.cpp79 typedef std::vector<unsigned int> UIntVector; typedef in CatmullClarkSubdivider
244 UIntVector maptbl; in InternSubdivide()
356 UIntVector faceadjac(nfacesout), cntadjfac(maptbl.size(),0), ofsadjvec(maptbl.size()+1,0); { in InternSubdivide()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/code/Common/
H A DSubdivision.cpp79 typedef std::vector<unsigned int> UIntVector; typedef in CatmullClarkSubdivider
244 UIntVector maptbl; in InternSubdivide()
356 UIntVector faceadjac(nfacesout), cntadjfac(maptbl.size(),0), ofsadjvec(maptbl.size()+1,0); { in InternSubdivide()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DSubdivision.cpp77 typedef std::vector<unsigned int> UIntVector; typedef in CatmullClarkSubdivider
242 UIntVector maptbl; in InternSubdivide()
357 UIntVector faceadjac(nfacesout), cntadjfac(maptbl.size(),0), ofsadjvec(maptbl.size()+1,0); { in InternSubdivide()
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/
H A DRNA.i140 %template(UIntVector) std::vector<unsigned int>;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/common/
H A Dvector_utils_unittest.cpp214 TEST(VectorUtilsTest, UIntVector) in TEST() argument
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dli_std_vector.i21 %template(UIntVector) std::vector<unsigned int>;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/common/
H A Dvector_utils_unittest.cpp214 TEST(VectorUtilsTest, UIntVector) in TEST() argument

12