Home
last modified time | relevance | path

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

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DSimpleArrayProcessor2.cpp70 LEGlyphID thisGlyph = glyphStorage[glyph]; in process() local
71 if (LE_GET_GLYPH(thisGlyph) < 0xFFFF) { in process()
72 TTGlyphID newGlyph = SWAPW(valueArray(LE_GET_GLYPH(thisGlyph),success)); in process()
74 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
H A DSimpleArrayProcessor.cpp70 LEGlyphID thisGlyph = glyphStorage[glyph]; in process() local
71 if (LE_GET_GLYPH(thisGlyph) < 0xFFFF) { in process()
72 TTGlyphID newGlyph = SWAPW(valueArray.getObject(LE_GET_GLYPH(thisGlyph),success)); in process()
73 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
H A DSegmentSingleProcessor2.cpp72 LEGlyphID thisGlyph = glyphStorage[glyph]; in process() local
73 … = segmentSingleLookupTable->lookupSegment(segmentSingleLookupTable, segments, thisGlyph, success); in process()
76 … TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); in process()
78 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
H A DSegmentSingleProcessor.cpp69 LEGlyphID thisGlyph = glyphStorage[glyph]; in process() local
70 … = segmentSingleLookupTable->lookupSegment(segmentSingleLookupTable, segments, thisGlyph, success); in process()
73 … TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); in process()
75 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
H A DSegmentArrayProcessor.cpp71 LEGlyphID thisGlyph = glyphStorage[glyph]; in process() local
72 …nt = segmentArrayLookupTable->lookupSegment(segmentArrayLookupTable, segments, thisGlyph, success); in process()
81 … TTGlyphID newGlyph = SWAPW(glyphArray(LE_GET_GLYPH(thisGlyph) - firstGlyph, success)); in process()
82 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
H A DSegmentArrayProcessor2.cpp71 LEGlyphID thisGlyph = glyphStorage[glyph]; in process() local
73 …nt = segmentArrayLookupTable->lookupSegment(segmentArrayLookupTable, segments, thisGlyph, success); in process()
79 TTGlyphID thisGlyphId= LE_GET_GLYPH(thisGlyph); in process()
83 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
H A DTrimmedArrayProcessor2.cpp71 LEGlyphID thisGlyph = glyphStorage[glyph]; in process() local
72 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph); in process()
77 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
H A DTrimmedArrayProcessor.cpp75 LEGlyphID thisGlyph = glyphStorage[glyph]; in process() local
76 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph); in process()
81 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
H A DContextualGlyphSubstProc.cpp95 LEGlyphID thisGlyph = glyphStorage[currGlyph]; in processStateEntry() local
96 …TTGlyphID newGlyph = SWAPW(int16Table.getObject(currOffset + LE_GET_GLYPH(thisGlyph), success)); /… in processStateEntry()
98 glyphStorage[currGlyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in processStateEntry()
H A DContextualGlyphSubstProc2.cpp93 LEGlyphID thisGlyph = glyphStorage[currGlyph]; in processStateEntry() local
94 TTGlyphID newGlyph = lookup(offset, thisGlyph, success); in processStateEntry()
95 glyphStorage[currGlyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in processStateEntry()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DSimpleArrayProcessor2.cpp70 LEGlyphID thisGlyph = glyphStorage[glyph]; in process() local
71 if (LE_GET_GLYPH(thisGlyph) < 0xFFFF) { in process()
72 TTGlyphID newGlyph = SWAPW(valueArray(LE_GET_GLYPH(thisGlyph),success)); in process()
74 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
H A DSimpleArrayProcessor.cpp70 LEGlyphID thisGlyph = glyphStorage[glyph]; in process() local
71 if (LE_GET_GLYPH(thisGlyph) < 0xFFFF) { in process()
72 TTGlyphID newGlyph = SWAPW(valueArray.getObject(LE_GET_GLYPH(thisGlyph),success)); in process()
73 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
H A DSegmentSingleProcessor2.cpp72 LEGlyphID thisGlyph = glyphStorage[glyph]; in process() local
73 … = segmentSingleLookupTable->lookupSegment(segmentSingleLookupTable, segments, thisGlyph, success); in process()
76 … TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); in process()
78 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
H A DSegmentSingleProcessor.cpp69 LEGlyphID thisGlyph = glyphStorage[glyph]; in process() local
70 … = segmentSingleLookupTable->lookupSegment(segmentSingleLookupTable, segments, thisGlyph, success); in process()
73 … TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); in process()
75 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
H A DSegmentArrayProcessor.cpp71 LEGlyphID thisGlyph = glyphStorage[glyph]; in process() local
72 …nt = segmentArrayLookupTable->lookupSegment(segmentArrayLookupTable, segments, thisGlyph, success); in process()
81 … TTGlyphID newGlyph = SWAPW(glyphArray(LE_GET_GLYPH(thisGlyph) - firstGlyph, success)); in process()
82 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
H A DSegmentArrayProcessor2.cpp71 LEGlyphID thisGlyph = glyphStorage[glyph]; in process() local
73 …nt = segmentArrayLookupTable->lookupSegment(segmentArrayLookupTable, segments, thisGlyph, success); in process()
79 TTGlyphID thisGlyphId= LE_GET_GLYPH(thisGlyph); in process()
83 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
H A DTrimmedArrayProcessor.cpp75 LEGlyphID thisGlyph = glyphStorage[glyph]; in process() local
76 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph); in process()
81 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
H A DTrimmedArrayProcessor2.cpp71 LEGlyphID thisGlyph = glyphStorage[glyph]; in process() local
72 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph); in process()
77 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
H A DContextualGlyphSubstProc.cpp95 LEGlyphID thisGlyph = glyphStorage[currGlyph]; in processStateEntry() local
96 …TTGlyphID newGlyph = SWAPW(int16Table.getObject(currOffset + LE_GET_GLYPH(thisGlyph), success)); /… in processStateEntry()
98 glyphStorage[currGlyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in processStateEntry()
H A DContextualGlyphSubstProc2.cpp93 LEGlyphID thisGlyph = glyphStorage[currGlyph]; in processStateEntry() local
94 TTGlyphID newGlyph = lookup(offset, thisGlyph, success); in processStateEntry()
95 glyphStorage[currGlyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in processStateEntry()
/dports/math/py-matplotlib/matplotlib-3.4.3/src/
H A Dft2font.cpp464 FT_Glyph thisGlyph; in set_text() local
465 if (FT_Error error = FT_Get_Glyph(face->glyph, &thisGlyph)) { in set_text()
471 FT_Glyph_Transform(thisGlyph, 0, &pen); in set_text()
472 FT_Glyph_Transform(thisGlyph, &matrix, 0); in set_text()
486 glyphs.push_back(thisGlyph); in set_text()
503 FT_Glyph thisGlyph; in load_char() local
504 if (FT_Error error = FT_Get_Glyph(face->glyph, &thisGlyph)) { in load_char()
507 glyphs.push_back(thisGlyph); in load_char()
515 FT_Glyph thisGlyph; in load_glyph() local
516 if (FT_Error error = FT_Get_Glyph(face->glyph, &thisGlyph)) { in load_glyph()
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/src/
H A Dft2font.cpp632 FT_Glyph thisGlyph; in set_text() local
633 error = FT_Get_Glyph(face->glyph, &thisGlyph); in set_text()
641 FT_Glyph_Transform(thisGlyph, 0, &pen); in set_text()
642 FT_Glyph_Transform(thisGlyph, &matrix, 0); in set_text()
656 glyphs.push_back(thisGlyph); in set_text()
675 FT_Glyph thisGlyph; in load_char() local
676 error = FT_Get_Glyph(face->glyph, &thisGlyph); in load_char()
682 glyphs.push_back(thisGlyph); in load_char()
693 FT_Glyph thisGlyph; in load_glyph() local
694 error = FT_Get_Glyph(face->glyph, &thisGlyph); in load_glyph()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/native/
H A Djuce_android_Fonts.cpp286 const unsigned int thisGlyph in getGlyphPositions() local
289 … glyphNumber = static_cast<int> ((thisGlyph << (sizeof (jchar) * 8U)) | previousGlyph); in getGlyphPositions()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/native/
H A Djuce_android_Fonts.cpp286 const unsigned int thisGlyph in getGlyphPositions() local
289 … glyphNumber = static_cast<int> ((thisGlyph << (sizeof (jchar) * 8U)) | previousGlyph); in getGlyphPositions()
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSFont.inc183 …function positionOfGlyph_withRelation_toBaseGlyph_totalAdvancement_metricsExist (thisGlyph: NSGlyp…