Home
last modified time | relevance | path

Searched refs:maxGlyphCount (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-directwrite.cc642 uint32_t maxGlyphCount = 3 * textLength / 2 + 16; in _hb_directwrite_shape_full() local
674 uint16_t* glyphIndices = new uint16_t[maxGlyphCount]; in _hb_directwrite_shape_full()
681 maxGlyphCount, clusterMap, textProperties, in _hb_directwrite_shape_full()
689 maxGlyphCount *= 2; in _hb_directwrite_shape_full()
696 float* glyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
734 new DWRITE_JUSTIFICATION_OPPORTUNITY[maxGlyphCount]; in _hb_directwrite_shape_full()
743 float* justifiedGlyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
762 float* modifiedGlyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
766 textLength, glyphCount, maxGlyphCount, in _hb_directwrite_shape_full()
775 maxGlyphCount = actualGlyphsCount; in _hb_directwrite_shape_full()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-directwrite.cc633 uint32_t maxGlyphCount = 3 * textLength / 2 + 16; in _hb_directwrite_shape_full() local
665 uint16_t* glyphIndices = new uint16_t[maxGlyphCount]; in _hb_directwrite_shape_full()
672 maxGlyphCount, clusterMap, textProperties, in _hb_directwrite_shape_full()
680 maxGlyphCount *= 2; in _hb_directwrite_shape_full()
687 float* glyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
725 new DWRITE_JUSTIFICATION_OPPORTUNITY[maxGlyphCount]; in _hb_directwrite_shape_full()
734 float* justifiedGlyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
753 float* modifiedGlyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
757 textLength, glyphCount, maxGlyphCount, in _hb_directwrite_shape_full()
766 maxGlyphCount = actualGlyphsCount; in _hb_directwrite_shape_full()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/harfbuzz/src/
H A Dhb-directwrite.cc642 uint32_t maxGlyphCount = 3 * textLength / 2 + 16; in _hb_directwrite_shape_full() local
674 uint16_t* glyphIndices = new uint16_t[maxGlyphCount]; in _hb_directwrite_shape_full()
681 maxGlyphCount, clusterMap, textProperties, in _hb_directwrite_shape_full()
689 maxGlyphCount *= 2; in _hb_directwrite_shape_full()
696 float* glyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
734 new DWRITE_JUSTIFICATION_OPPORTUNITY[maxGlyphCount]; in _hb_directwrite_shape_full()
743 float* justifiedGlyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
762 float* modifiedGlyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
766 textLength, glyphCount, maxGlyphCount, in _hb_directwrite_shape_full()
775 maxGlyphCount = actualGlyphsCount; in _hb_directwrite_shape_full()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/src/
H A Dhb-directwrite.cc633 uint32_t maxGlyphCount = 3 * textLength / 2 + 16; in _hb_directwrite_shape_full() local
665 uint16_t* glyphIndices = new uint16_t[maxGlyphCount]; in _hb_directwrite_shape_full()
672 maxGlyphCount, clusterMap, textProperties, in _hb_directwrite_shape_full()
680 maxGlyphCount *= 2; in _hb_directwrite_shape_full()
687 float* glyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
725 new DWRITE_JUSTIFICATION_OPPORTUNITY[maxGlyphCount]; in _hb_directwrite_shape_full()
734 float* justifiedGlyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
753 float* modifiedGlyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
757 textLength, glyphCount, maxGlyphCount, in _hb_directwrite_shape_full()
766 maxGlyphCount = actualGlyphsCount; in _hb_directwrite_shape_full()
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dhb-directwrite.cc633 uint32_t maxGlyphCount = 3 * textLength / 2 + 16; in _hb_directwrite_shape_full() local
665 uint16_t* glyphIndices = new uint16_t[maxGlyphCount]; in _hb_directwrite_shape_full()
672 maxGlyphCount, clusterMap, textProperties, in _hb_directwrite_shape_full()
680 maxGlyphCount *= 2; in _hb_directwrite_shape_full()
687 float* glyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
725 new DWRITE_JUSTIFICATION_OPPORTUNITY[maxGlyphCount]; in _hb_directwrite_shape_full()
734 float* justifiedGlyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
753 float* modifiedGlyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
757 textLength, glyphCount, maxGlyphCount, in _hb_directwrite_shape_full()
766 maxGlyphCount = actualGlyphsCount; in _hb_directwrite_shape_full()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/harfbuzz/src/
H A Dhb-directwrite.cc637 uint32_t maxGlyphCount = 3 * textLength / 2 + 16; in _hb_directwrite_shape_full() local
672 malloc (maxGlyphCount * sizeof (DWRITE_SHAPING_GLYPH_PROPERTIES)); in _hb_directwrite_shape_full()
684 maxGlyphCount *= 2; in _hb_directwrite_shape_full()
694 float* glyphAdvances = (float*) malloc (maxGlyphCount * sizeof (float)); in _hb_directwrite_shape_full()
696 malloc(maxGlyphCount * sizeof (DWRITE_GLYPH_OFFSET)); in _hb_directwrite_shape_full()
740 malloc (maxGlyphCount * sizeof (DWRITE_JUSTIFICATION_OPPORTUNITY)); in _hb_directwrite_shape_full()
752 (float*) malloc (maxGlyphCount * sizeof (float)); in _hb_directwrite_shape_full()
781 malloc (maxGlyphCount * sizeof (DWRITE_GLYPH_OFFSET)); in _hb_directwrite_shape_full()
784 textLength, glyphCount, maxGlyphCount, clusterMap, glyphIndices, in _hb_directwrite_shape_full()
791 maxGlyphCount = actualGlyphsCount; in _hb_directwrite_shape_full()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/harfbuzz/src/
H A Dhb-directwrite.cc635 uint32_t maxGlyphCount = 3 * textLength / 2 + 16; in _hb_directwrite_shape_full() local
670 malloc (maxGlyphCount * sizeof (DWRITE_SHAPING_GLYPH_PROPERTIES)); in _hb_directwrite_shape_full()
682 maxGlyphCount *= 2; in _hb_directwrite_shape_full()
692 float* glyphAdvances = (float*) malloc (maxGlyphCount * sizeof (float)); in _hb_directwrite_shape_full()
694 malloc(maxGlyphCount * sizeof (DWRITE_GLYPH_OFFSET)); in _hb_directwrite_shape_full()
738 malloc (maxGlyphCount * sizeof (DWRITE_JUSTIFICATION_OPPORTUNITY)); in _hb_directwrite_shape_full()
750 (float*) malloc (maxGlyphCount * sizeof (float)); in _hb_directwrite_shape_full()
779 malloc (maxGlyphCount * sizeof (DWRITE_GLYPH_OFFSET)); in _hb_directwrite_shape_full()
782 textLength, glyphCount, maxGlyphCount, clusterMap, glyphIndices, in _hb_directwrite_shape_full()
789 maxGlyphCount = actualGlyphsCount; in _hb_directwrite_shape_full()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A Dhb-directwrite.cc633 uint32_t maxGlyphCount = 3 * textLength / 2 + 16; in _hb_directwrite_shape_full() local
665 uint16_t* glyphIndices = new uint16_t[maxGlyphCount]; in _hb_directwrite_shape_full()
672 maxGlyphCount, clusterMap, textProperties, in _hb_directwrite_shape_full()
680 maxGlyphCount *= 2; in _hb_directwrite_shape_full()
687 float* glyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
725 new DWRITE_JUSTIFICATION_OPPORTUNITY[maxGlyphCount]; in _hb_directwrite_shape_full()
734 float* justifiedGlyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
753 float* modifiedGlyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
757 textLength, glyphCount, maxGlyphCount, in _hb_directwrite_shape_full()
766 maxGlyphCount = actualGlyphsCount; in _hb_directwrite_shape_full()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dhb-directwrite.cc633 uint32_t maxGlyphCount = 3 * textLength / 2 + 16; in _hb_directwrite_shape_full() local
665 uint16_t* glyphIndices = new uint16_t[maxGlyphCount]; in _hb_directwrite_shape_full()
672 maxGlyphCount, clusterMap, textProperties, in _hb_directwrite_shape_full()
680 maxGlyphCount *= 2; in _hb_directwrite_shape_full()
687 float* glyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
725 new DWRITE_JUSTIFICATION_OPPORTUNITY[maxGlyphCount]; in _hb_directwrite_shape_full()
734 float* justifiedGlyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
753 float* modifiedGlyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape_full()
757 textLength, glyphCount, maxGlyphCount, in _hb_directwrite_shape_full()
766 maxGlyphCount = actualGlyphsCount; in _hb_directwrite_shape_full()
[all …]
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-directwrite.cc598 uint32_t maxGlyphCount = 3 * textLength / 2 + 16; in _hb_directwrite_shape() local
634 uint16_t* glyphIndices = new uint16_t[maxGlyphCount]; in _hb_directwrite_shape()
636 glyphProperties = new DWRITE_SHAPING_GLYPH_PROPERTIES[maxGlyphCount]; in _hb_directwrite_shape()
649 maxGlyphCount, in _hb_directwrite_shape()
661 maxGlyphCount *= 2; in _hb_directwrite_shape()
668 float* glyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape()
669 DWRITE_GLYPH_OFFSET* glyphOffsets = new DWRITE_GLYPH_OFFSET[maxGlyphCount]; in _hb_directwrite_shape()
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-directwrite.cc598 uint32_t maxGlyphCount = 3 * textLength / 2 + 16; in _hb_directwrite_shape() local
634 uint16_t* glyphIndices = new uint16_t[maxGlyphCount]; in _hb_directwrite_shape()
636 glyphProperties = new DWRITE_SHAPING_GLYPH_PROPERTIES[maxGlyphCount]; in _hb_directwrite_shape()
649 maxGlyphCount, in _hb_directwrite_shape()
661 maxGlyphCount *= 2; in _hb_directwrite_shape()
668 float* glyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape()
669 DWRITE_GLYPH_OFFSET* glyphOffsets = new DWRITE_GLYPH_OFFSET[maxGlyphCount]; in _hb_directwrite_shape()
/dports/print/harfbuzz/harfbuzz-3.4.0/src/
H A Dhb-directwrite.cc598 uint32_t maxGlyphCount = 3 * textLength / 2 + 16; in _hb_directwrite_shape() local
634 uint16_t* glyphIndices = new uint16_t[maxGlyphCount]; in _hb_directwrite_shape()
636 glyphProperties = new DWRITE_SHAPING_GLYPH_PROPERTIES[maxGlyphCount]; in _hb_directwrite_shape()
649 maxGlyphCount, in _hb_directwrite_shape()
661 maxGlyphCount *= 2; in _hb_directwrite_shape()
668 float* glyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape()
669 DWRITE_GLYPH_OFFSET* glyphOffsets = new DWRITE_GLYPH_OFFSET[maxGlyphCount]; in _hb_directwrite_shape()
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/src/
H A Dhb-directwrite.cc598 uint32_t maxGlyphCount = 3 * textLength / 2 + 16; in _hb_directwrite_shape() local
634 uint16_t* glyphIndices = new uint16_t[maxGlyphCount]; in _hb_directwrite_shape()
636 glyphProperties = new DWRITE_SHAPING_GLYPH_PROPERTIES[maxGlyphCount]; in _hb_directwrite_shape()
649 maxGlyphCount, in _hb_directwrite_shape()
661 maxGlyphCount *= 2; in _hb_directwrite_shape()
668 float* glyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape()
669 DWRITE_GLYPH_OFFSET* glyphOffsets = new DWRITE_GLYPH_OFFSET[maxGlyphCount]; in _hb_directwrite_shape()
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/src/
H A Dhb-directwrite.cc635 uint32_t maxGlyphCount = 3 * textLength / 2 + 16; in _hb_directwrite_shape() local
796 uint16_t* glyphIndices = new uint16_t[maxGlyphCount]; in _hb_directwrite_shape()
798 glyphProperties = new DWRITE_SHAPING_GLYPH_PROPERTIES[maxGlyphCount]; in _hb_directwrite_shape()
803 maxGlyphCount, clusterMap, textProperties, in _hb_directwrite_shape()
811 maxGlyphCount *= 2; in _hb_directwrite_shape()
818 float* glyphAdvances = new float[maxGlyphCount]; in _hb_directwrite_shape()
819 DWRITE_GLYPH_OFFSET* glyphOffsets = new DWRITE_GLYPH_OFFSET[maxGlyphCount]; in _hb_directwrite_shape()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Ddwrite_1.h1688 UINT32 maxGlyphCount,
1695 _Out_range_(glyphCount, maxGlyphCount) UINT32* actualGlyphCount,
1697 _Out_writes_to_(maxGlyphCount, *actualGlyphCount) UINT16* modifiedGlyphIndices,
1698 _Out_writes_to_(maxGlyphCount, *actualGlyphCount) FLOAT* modifiedGlyphAdvances,
1699 _Out_writes_to_(maxGlyphCount, *actualGlyphCount) DWRITE_GLYPH_OFFSET* modifiedGlyphOffsets
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/core/
H A DSkFont.h149 SkGlyphID glyphs[], int maxGlyphCount) const;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/core/
H A DSkFont.h149 SkGlyphID glyphs[], int maxGlyphCount) const;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkFont.cpp58 uint16_t glyphs[], int maxGlyphCount) const { in textToGlyphs()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkFont.cpp58 uint16_t glyphs[], int maxGlyphCount) const { in textToGlyphs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkFont.cpp190 SkGlyphID glyphs[], int maxGlyphCount) const { in textToGlyphs()
198 if (!glyphs || count > maxGlyphCount) { in textToGlyphs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkFont.cpp190 SkGlyphID glyphs[], int maxGlyphCount) const { in textToGlyphs()
198 if (!glyphs || count > maxGlyphCount) { in textToGlyphs()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/core/
H A DSkFont.h310 SkGlyphID glyphs[], int maxGlyphCount) const;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/core/
H A DSkFont.h310 SkGlyphID glyphs[], int maxGlyphCount) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/core/
H A DSkFont.h298 SkGlyphID glyphs[], int maxGlyphCount) const;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/core/
H A DSkFont.h310 SkGlyphID glyphs[], int maxGlyphCount) const;

12345678910>>...15