Home
last modified time | relevance | path

Searched defs:pMetrics (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/podofo/podofo-0.9.7/src/podofo/doc/
H A DPdfFontType1Base14.cpp45 PdfFontType1Base14::PdfFontType1Base14( PdfFontMetrics* pMetrics, const PdfEncoding* const pEncodin… in PdfFontType1Base14()
53 PdfFontType1Base14::PdfFontType1Base14( PdfFontMetrics* pMetrics, const PdfEncoding* const pEncodin… in PdfFontType1Base14()
64 void PdfFontType1Base14::InitBase14Font( PdfFontMetrics* pMetrics ) in InitBase14Font()
H A DPdfFontType3.cpp45 PdfFontType3::PdfFontType3( PdfFontMetrics* pMetrics, const PdfEncoding* const pEncoding, in PdfFontType3()
52 PdfFontType3::PdfFontType3( PdfFontMetrics* pMetrics, const PdfEncoding* const pEncoding, in PdfFontType3()
H A DPdfFontFactory.cpp61 PdfFont* PdfFontFactory::CreateFontObject( PdfFontMetrics* pMetrics, int nFlags, in CreateFontObject()
123 PdfFont* PdfFontFactory::CreateFontForType( EPdfFontType eType, PdfFontMetrics* pMetrics, in CreateFontForType()
190 PdfFontMetrics* pMetrics = NULL; in CreateFont() local
274 … const PdfFontMetricsBase14* pMetrics = PODOFO_Base14FontDef_FindBuiltinData(pszBaseFontName); in CreateFont() local
H A DPdfFontTrueType.cpp45 PdfFontTrueType::PdfFontTrueType( PdfFontMetrics* pMetrics, const PdfEncoding* const pEncoding, in PdfFontTrueType()
52 PdfFontTrueType::PdfFontTrueType( PdfFontMetrics* pMetrics, const PdfEncoding* const pEncoding, in PdfFontTrueType()
H A DPdfFontSimple.cpp47 PdfFontSimple::PdfFontSimple( PdfFontMetrics* pMetrics, const PdfEncoding* const pEncoding, PdfVecO… in PdfFontSimple()
52 PdfFontSimple::PdfFontSimple( PdfFontMetrics* pMetrics, const PdfEncoding* const pEncoding, PdfObje… in PdfFontSimple()
H A DPdfFont.cpp56 PdfFont::PdfFont( PdfFontMetrics* pMetrics, const PdfEncoding* const pEncoding, PdfVecObjects* pPar… in PdfFont()
64 PdfFont::PdfFont( PdfFontMetrics* pMetrics, const PdfEncoding* const pEncoding, PdfObject* pObject ) in PdfFont()
H A DPdfFontCache.cpp389 PdfFontMetrics* pMetrics = NULL; in GetFont() local
552 PdfFontMetrics* pMetrics; in GetFont() local
607 …PdfFontMetrics* pMetrics = new PdfFontMetricsFreetype( &m_ftLibrary, pFont->GetFontMetrics()->GetF… in GetDuplicateFontType1() local
634 PdfFontMetrics* pMetrics; in GetFontSubset() local
759 PdfFontMetrics* pMetrics; in GetWin32Font() local
799 PdfFontMetrics* pMetrics; in GetWin32Font() local
874 PdfFontMetrics* pMetrics, bool bEmbedd, bool bBold, bool bItalic, in CreateFontObject()
H A DPdfFontCID.cpp118 PdfFontCID::PdfFontCID( PdfFontMetrics* pMetrics, const PdfEncoding* const pEncoding, PdfObject* pO… in PdfFontCID()
127 PdfFontCID::PdfFontCID( PdfFontMetrics* pMetrics, const PdfEncoding* const pEncoding, in PdfFontCID()
266 PdfFontMetrics *pMetrics = GetFontMetrics2(); in EmbedFont() local
618 getGidToCodePoint(const PdfEncoding* PODOFO_UNUSED_PARAM(pEncoding), PdfFontMetrics* pMetrics, cons… in getGidToCodePoint()
646 getGidToCodePoint(const PdfEncoding* PODOFO_UNUSED_PARAM(pEncoding), PdfFontMetrics* pMetrics, cons… in getGidToCodePoint()
818 getGlyphWidths(PdfFontMetrics* pMetrics, const std::set<pdf_utf16be>& setUsed) in getGlyphWidths()
H A DPdfFontType1.cpp49 PdfFontType1::PdfFontType1( PdfFontMetrics* pMetrics, const PdfEncoding* const pEncoding, in PdfFontType1()
59 PdfFontType1::PdfFontType1( PdfFontMetrics* pMetrics, const PdfEncoding* const pEncoding, in PdfFontType1()
66 PdfFontType1::PdfFontType1( PdfFontType1* pFont, PdfFontMetrics* pMetrics, const char *pszSuffix, P… in PdfFontType1()
H A DPdfFontTTFSubset.cpp114 PdfFontTTFSubset::PdfFontTTFSubset( const char* pszFontFileName, PdfFontMetrics* pMetrics, unsigned… in PdfFontTTFSubset()
143 PdfFontTTFSubset::PdfFontTTFSubset( PdfInputDevice* pDevice, PdfFontMetrics* pMetrics, EFontFileTyp… in PdfFontTTFSubset()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1061 std::unique_ptr<sal_uInt16[]> pMetrics = GetTTSimpleGlyphMetrics( pTTFont, in createFontSubset() local
1106 std::unique_ptr<sal_uInt16[]> pMetrics = GetTTSimpleGlyphMetrics(pTTFont, in getGlyphWidths() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1063 std::unique_ptr<sal_uInt16[]> pMetrics = GetTTSimpleGlyphMetrics( pTTFont, in createFontSubset() local
1108 std::unique_ptr<sal_uInt16[]> pMetrics = GetTTSimpleGlyphMetrics(pTTFont, in getGlyphWidths() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/gdi/
H A Dsalfont.cxx1647 std::unique_ptr<sal_uInt16[]> pMetrics = in CreateFontSubset() local
1729 std::unique_ptr<sal_uInt16[]> pMetrics = ::GetTTSimpleGlyphMetrics( aSftTTF.get(), in GetGlyphWidths() local
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Ddistransform.cpp701 Ipp32s pMetrics[2] = { 1, 2 }; //L1, 3x3 mask in distanceTransform_L1_8U() local
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DStatus.actor.cpp542 …rence<AsyncVar<struct ServerDBInfo>> db, std::vector<WorkerDetails> workers, WorkerEvents pMetrics, in processStatusFetcher()
1917 …state WorkerEvents pMetrics = workerEventsVec[1].present() ? workerEventsVec[1].get().first : Work… in clusterGetStatus() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dsalgdilayout.cxx986 std::unique_ptr<sal_uInt16[]> pMetrics in CreateTTFfontSubset() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3/
H A Dgtk3gtkinst.cxx2313 PangoFontMetrics* pMetrics = pango_context_get_metrics(pContext, in get_approximate_digit_width() local
2325 PangoFontMetrics* pMetrics = pango_context_get_metrics(pContext, in get_text_height() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/
H A Dgtkinst.cxx3519 PangoFontMetrics* pMetrics = pango_context_get_metrics(pContext, in get_approximate_digit_width() local
3531 PangoFontMetrics* pMetrics = pango_context_get_metrics(pContext, in get_text_height() local