Home
last modified time | relevance | path

Searched refs:getFontSubset (Results 1 – 15 of 15) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/fonts/truetype/
H A DOTFSubSetFileTestCase.java73 byte[] sourceSansData = getSourceSansSubset().getFontSubset(); in getCFFReaderSourceSans()
461 return otfSubSetFile.getFontSubset(); in getSubset()
472 new CFFParser().parse(otfSubSetFile.getFontSubset()); in testOffsets()
480 ByteArrayInputStream is = new ByteArrayInputStream(otfSubSetFile.getFontSubset()); in testCharset()
530 byte[] fontSubset = otfSubSetFile.getFontSubset(); in testResizeOfOperand()
540 byte[] fontSubset = otfSubSetFileFDArraySize.getFontSubset(); in testFDArraySize()
674 ByteArrayInputStream is = new ByteArrayInputStream(subSetFile.getFontSubset());
701 ByteArrayInputStream fontSubset = new ByteArrayInputStream(otfSubSetFile.getFontSubset());
H A DTTFSubSetFileTestCase.java60 subset = ttfSubset.getFontSubset(); in setUp()
H A DGlyfTableTestCase.java153 byte[] subsetFont = fontFile.getFontSubset(); in setupSubsetReader()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/pdf/
H A DSkPDFFont.cpp37 void getFontSubset(SkPDFCanon*) override;
48 void getFontSubset(SkPDFCanon*) override {} // TODO(halcanary): implement in getFontSubset() function
54 void getFontSubset(SkPDFCanon*) override;
355 void SkPDFType0Font::getFontSubset(SkPDFCanon* canon) { in getFontSubset() function in SkPDFType0Font
714 void SkPDFType3Font::getFontSubset(SkPDFCanon* canon) { in getFontSubset() function in SkPDFType3Font
H A DSkPDFFont.h98 virtual void getFontSubset(SkPDFCanon*) = 0;
H A DSkPDFDocument.cpp426 fFonts.foreach([canon](SkPDFFont* p){ p->getFontSubset(canon); });
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fonts/truetype/
H A DOTFSubSetWriter.java97 public byte[] getFontSubset() { in getFontSubset() method in OTFSubSetWriter
H A DTTFSubSetFile.java523 public byte[] getFontSubset() { in getFontSubset() method in TTFSubSetFile
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/pdf/
H A DSkPDFFont.cpp56 void getFontSubset(SkPDFCanon*) override;
67 void getFontSubset(SkPDFCanon*) override {} // TODO(halcanary): implement in getFontSubset() function
73 void getFontSubset(SkPDFCanon*) override;
380 void SkPDFType0Font::getFontSubset(SkPDFCanon* canon) { in getFontSubset() function in SkPDFType0Font
741 void SkPDFType3Font::getFontSubset(SkPDFCanon* canon) { in getFontSubset() function in SkPDFType3Font
H A DSkPDFFont.h100 virtual void getFontSubset(SkPDFCanon*) = 0;
H A DSkPDFDocument.cpp417 fFonts.foreach([canon](SkPDFFont* p){ p->getFontSubset(canon); }); in onClose()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/pdf/
H A DPDFFactory.java1474 return otfFile.getFontSubset(); in getFontSubsetBytes()
1478 return otfFile.getFontSubset(); in getFontSubsetBytes()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/ps/
H A DPSFontUtils.java565 bytes = otfFile.getFontSubset(); in embedType2CFF()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/lib/
H A Dinit.cxx4108 static char* getFontSubset (const OString& aFontName) in getFontSubset() function
4551 return getFontSubset(OString(pCommand + aFontSubset.getLength())); in doc_getCommandValues()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/lib/
H A Dinit.cxx4743 static char* getFontSubset (std::string_view aFontName) in getFontSubset() function
5194 return getFontSubset(std::string_view(pCommand + aFontSubset.getLength())); in doc_getCommandValues()