Home
last modified time | relevance | path

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

12

/reactos/dll/win32/usp10/
H A Dopentype.c897 glyphs[glyph_index] = glyphs[glyph_index] + GET_BE_WORD(ssf1->DeltaGlyphID); in GSUB_apply_SingleSubst()
898 TRACE(" 0x%x\n",glyphs[glyph_index]); in GSUB_apply_SingleSubst()
920 TRACE("0x%x\n",glyphs[glyph_index]); in GSUB_apply_SingleSubst()
952 glyphs[j] =glyphs[j-(sub_count-1)]; in GSUB_apply_MultipleSubst()
1004 TRACE(" 0x%x\n",glyphs[glyph_index]); in GSUB_apply_AlternateSubst()
1047 if (CompGlyph != glyphs[CompIndex]) in GSUB_apply_LigatureSubst()
1059 TRACE("0x%x\n",glyphs[replaceIdx]); in GSUB_apply_LigatureSubst()
1063 … memmove(&glyphs[j], &glyphs[j + CompCount], (*glyph_count - j) * sizeof(*glyphs)); in GSUB_apply_LigatureSubst()
1811 … TRACE("Format 1: Found Pair %x,%x\n",glyphs[glyph_index],glyphs[glyph_index+write_dir]); in GPOS_apply_PairAdjustment()
1844 … TRACE( "Format 2: Found Pair %x,%x\n", glyphs[glyph_index], glyphs[glyph_index + write_dir] ); in GPOS_apply_PairAdjustment()
[all …]
H A Dusp10.c694 WORD* glyphs; member
719 StringGlyphs* glyphs; member
1938 WORD *glyphs; in requires_fallback() local
1949 if (!(glyphs = heap_calloc(cChars, sizeof(*glyphs)))) in requires_fallback()
1956 heap_free(glyphs); in requires_fallback()
2088 WORD *glyphs = heap_calloc(numGlyphs, sizeof(*glyphs)); in ScriptStringAnalyse() local
2156 analysis->glyphs[i].glyphs = glyphs; in ScriptStringAnalyse()
2326 &analysis->glyphs[iItem].glyphs[iGlyph], cGlyphs, in SS_ItemOut()
2457 analysis->glyphs[i].psva, analysis->glyphs[i].piAdvance, in ScriptStringCPtoX()
2529 analysis->glyphs[i].psva, analysis->glyphs[i].piAdvance, in ScriptStringXtoCP()
[all …]
H A Dshape.c718 WORD *glyphs; in SHAPE_does_GSUB_feature_apply_to_chars() local
722 glyphs = heap_calloc(count, 2 * sizeof(*glyphs)); in SHAPE_does_GSUB_feature_apply_to_chars()
730 heap_free(glyphs); in SHAPE_does_GSUB_feature_apply_to_chars()
1862 WORD blwf = glyphs[g->blwf]; in SecondReorder_Blwf_follows_matra()
1866 glyphs[g->blwf + j] = glyphs[g->blwf + j + 1]; in SecondReorder_Blwf_follows_matra()
1886 WCHAR og = glyphs[g_start]; in SecondReorder_Matra_precede_base()
1889 glyphs[j] = glyphs[j+1]; in SecondReorder_Matra_precede_base()
1890 glyphs[g->base-1] = og; in SecondReorder_Matra_precede_base()
1902 WCHAR og = glyphs[g->pref]; in SecondReorder_Pref_precede_base()
1905 glyphs[j] = glyphs[j-1]; in SecondReorder_Pref_precede_base()
[all …]
H A Dusp10_internal.h187 WORD *glyphs[GLYPH_MAX / GLYPH_BLOCK_SIZE]; member
280 int OpenType_apply_GSUB_lookup(const void *table, unsigned int lookup_index, WORD *glyphs,
284 …const WORD *glyphs, unsigned int glyph_index, unsigned int glyph_count, GOFFSET *goffset) DECLSPEC…
/reactos/sdk/lib/3rdparty/freetype/src/bdf/
H A Dbdflib.c2370 bdf_glyph_t* glyphs; in bdf_free_font() local
2401 for ( i = 0, glyphs = font->glyphs; in bdf_free_font()
2404 FT_FREE( glyphs->name ); in bdf_free_font()
2405 FT_FREE( glyphs->bitmap ); in bdf_free_font()
2409 i++, glyphs++ ) in bdf_free_font()
2411 FT_FREE( glyphs->name ); in bdf_free_font()
2412 FT_FREE( glyphs->bitmap ); in bdf_free_font()
2415 FT_FREE( font->glyphs ); in bdf_free_font()
2419 for ( i = 0, glyphs = font->overflow.glyphs; in bdf_free_font()
2422 FT_FREE( glyphs->name ); in bdf_free_font()
[all …]
H A Dbdf.h167 bdf_glyph_t* glyphs; /* Glyphs themselves. */ member
195 bdf_glyph_t* glyphs; /* Glyphs themselves. */ member
/reactos/dll/win32/lpk/
H A Dlpk.c204 LPWORD glyphs = NULL; in LpkExtTextOut() local
231 reordered_str, uCount, NULL, &glyphs, &cGlyphs); in LpkExtTextOut()
234 if ((glyphs || reordered_str) && bReorder) in LpkExtTextOut()
236 if (glyphs) in LpkExtTextOut()
243 glyphs ? (LPWSTR)glyphs : reordered_str, uCount, lpDx); in LpkExtTextOut()
251 HeapFree(GetProcessHeap(), 0, glyphs); in LpkExtTextOut()
/reactos/media/fonts/doc/FreeFont/
H A DCREDITS.txt57 Valek Filippov added Cyrillic glyphs and composite Latin Extended A to
89 fonts, these glyphs are thinner than those of original Times
90 fonts. That is, the rule thickness of these glyphs is around 85% of
103 The glyphs from this source have been used to compose Greek glyphs in
118 glyphs covering the Thai national standard Nf3, in both upright and
119 slanted shape. The collection of glyphs have been made part of GNU
127 Shaheed Haque has developed a basic set of basic Bengali glyphs
162 Sam Stepanyan created a set of Armenian sans serif glyphs visually
313 a free syriac font, whose glyphs (about half of them) are borrowed
365 These glyphs were later replaced by those from the LKLUG font
[all …]
H A DChangeLog.txt311 Type1 glyphs
1260 glyphs a bit.
1446 Unicode glyphs
2909 glyphs.
4446 glyphs.
5335 glyphs
5693 Sinhala glyphs
6247 glyphs, some glyphs was changed * To all Cyrillic letters I've
6538 Nimbus glyphs
12228 Sinhala glyphs. * FreeSerif.sfd - Added Sinhala glyphs,
[all …]
/reactos/modules/rostests/testdata/
H A Dfreefont.txt57 Valek Filippov added Cyrillic glyphs and composite Latin Extended A to
89 fonts, these glyphs are thinner than those of original Times
90 fonts. That is, the rule thickness of these glyphs is around 85% of
103 The glyphs from this source has been used to compose Greek glyphs in
118 glyphs covering the Thai national standard Nf3, in both upright and
119 slanted shape. The collection of glyphs have been made part of GNU
127 Shaheed Haque has developed a basic set of basic Bengali glyphs
162 Sam Stepanyan created a set of Armenian sans serif glyphs visually
315 a free syriac font, whose glyphs (about half of them) are borrowed
360 These glyphs were later replaced by those from the LKLUG font
[all …]
/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c978 WORD *glyphs, *glyphs2; in _test_shape_ok() local
1056 else if (glyphs[x]==0) in _test_shape_ok()
1063 else if (glyphs[x]!=0) in _test_shape_ok()
1225 HeapFree(GetProcessHeap(),0,glyphs); in _test_shape_ok()
1361 WORD glyphs[4], logclust[4]; in test_ScriptShapeOpenType() local
1677 if (glyphs[0] != 0) in test_ScriptShapeOpenType()
1679 if (glyphs[3] != 0) in test_ScriptShapeOpenType()
1875 memset(glyphs,-1,sizeof(glyphs)); in test_ScriptShape()
2083 memset(glyphs, 0xff, sizeof(glyphs)); in test_ScriptShape()
2101 WORD glyphs[4], logclust[4]; in test_ScriptPlace() local
[all …]
/reactos/media/fonts/doc/Tahoma/
H A DLICENSE.txt6 Katayama Hirofumi MZ added Greek and Hebrew glyphs and made improvements to the font.
26 the designs of glyphs or characters in the Fonts may be modified and
27 additional glyphs or characters may be added to the Fonts, only if the fonts
74 particular the designs of glyphs or characters in the Fonts may be
75 modified and additional glyphs or characters may be added to the
/reactos/media/fonts/doc/Arial/
H A DChangeLog.txt12 - Added support for Serbian glyphs for wikipedia #657849
27 - Made U+2642 and U+2640 (♂ and ♀) glyphs +66% larger.
/reactos/media/fonts/doc/LucidaConsole/
H A DLICENSE.txt24 the designs of glyphs or characters in the Fonts may be modified and
25 additional glyphs or characters may be added to the Fonts, only if the fonts
72 particular the designs of glyphs or characters in the Fonts may be
73 modified and additional glyphs or characters may be added to the
129 the designs of glyphs or characters in the Fonts may be modified and
131 glyphs or characters may be added to the Fonts, only if the fonts are
/reactos/media/fonts/doc/Verdana/
H A DLICENSE.txt23 the designs of glyphs or characters in the Fonts may be modified and
24 additional glyphs or characters may be added to the Fonts, only if the fonts
71 particular the designs of glyphs or characters in the Fonts may be
72 modified and additional glyphs or characters may be added to the
128 the designs of glyphs or characters in the Fonts may be modified and
130 glyphs or characters may be added to the Fonts, only if the fonts are
/reactos/sdk/lib/3rdparty/freetype/src/tools/
H A Dglnames.py5181 glyphs = []
5190 glyphs.append( fields[0] )
5193 return glyphs, values
/reactos/dll/win32/riched20/
H A Dwrap.c54 heap_free( run->glyphs ); in get_run_glyph_buffers()
55 …run->glyphs = heap_alloc( run->max_glyphs * (sizeof(WORD) + sizeof(SCRIPT_VISATTR) + sizeof(int) +… in get_run_glyph_buffers()
56 if (!run->glyphs) return FALSE; in get_run_glyph_buffers()
58 run->vis_attrs = (SCRIPT_VISATTR*)((char*)run->glyphs + run->max_glyphs * sizeof(WORD)); in get_run_glyph_buffers()
59 …run->advances = (int*)((char*)run->glyphs + run->max_glyphs * (sizeof(WORD) + sizeof(SCRIPT_VISATT… in get_run_glyph_buffers()
60 …run->offsets = (GOFFSET*)((char*)run->glyphs + run->max_glyphs * (sizeof(WORD) + sizeof(SCRIPT_VIS… in get_run_glyph_buffers()
70 if (!run->glyphs) in shape_run()
88 … &run->script_analysis, run->glyphs, run->clusters, run->vis_attrs, &run->num_glyphs ); in shape_run()
96 … hr = ScriptPlace( c->hDC, &run->style->script_cache, run->glyphs, run->num_glyphs, run->vis_attrs, in shape_run()
H A Dlist.c171 heap_free( item->member.run.glyphs ); in ME_DestroyDisplayItem()
/reactos/modules/rostests/winetests/gdi32/
H A Dfont.c1166 WORD glyphs[1]; in test_GetCharABCWidths() local
1223 nb = pGetGlyphIndicesW(hdc, str, 1, glyphs, 0); in test_GetCharABCWidths()
1619 WORD glyphs[(sizeof(testtext)/2)-1]; in test_GetGlyphIndices() local
1643 …ok((glyphs[4] == 0x001f || glyphs[4] == 0xffff /* Vista */), "GetGlyphIndicesW should have returne… in test_GetGlyphIndices()
1669 …ok(glyphs[4] == 0xffff, "GetGlyphIndicesW should have returned 0xffff char not %04x\n", glyphs[4]); in test_GetGlyphIndices()
1674 ok(glyphs[0] == 0, "GetGlyphIndicesW for tmDefaultChar should be 0 not %04x\n", glyphs[0]); in test_GetGlyphIndices()
1675 ok(glyphs[4] == 0, "GetGlyphIndicesW should have returned 0 not %04x\n", glyphs[4]); in test_GetGlyphIndices()
4946 WCHAR glyphs[20]; in test_GetCharacterPlacement() local
4954 result.lpGlyphs = glyphs; in test_GetCharacterPlacement()
6766 WORD glyphs[5]; in test_GetCharWidthI() local
[all …]
/reactos/sdk/lib/3rdparty/freetype/src/gxvalid/
H A Dgxvjust.c213 FT_UShort glyphs; in gxv_just_actSubrecord_type0_validate() local
217 glyphs = FT_NEXT_USHORT( p ); in gxv_just_actSubrecord_type0_validate()
218 gxv_just_check_max_gid( glyphs, "type0:glyphs", gxvalid ); in gxv_just_actSubrecord_type0_validate()
/reactos/sdk/lib/3rdparty/freetype/src/autofit/
H A Dafblue.dat581 // corresponding glyphs. The largest glyph element (where `largest' can be
598 // For all glyphs of a character cluster, compute the maximum flat
601 // subscript glyphs, as used in Khmer, for example. Note that
614 // character and are implemented as components of composite glyphs.
623 // Scale all glyphs vertically from the corresponding script to make the
/reactos/dll/directx/wine/d3dx9_36/
H A Dmesh.c6111 struct glyphinfo *glyphs = NULL; in D3DXCreateTextW() local
6170 glyphs = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, textlen * sizeof(*glyphs)); in D3DXCreateTextW()
6172 if (!glyphs || !raw_outline) { in D3DXCreateTextW()
6183 glyphs[i].offset_x = offset_x; in D3DXCreateTextW()
6190 triangulations.glyph = &glyphs[i]; in D3DXCreateTextW()
6218 nb_front_faces += glyphs[i].faces.count; in D3DXCreateTextW()
6219 for (j = 0; j < glyphs[i].outlines.count; j++) in D3DXCreateTextW()
6367 for (j = 0; j < glyphs[i].faces.count; j++) in D3DXCreateTextW()
6369 face *f = &glyphs[i].faces.items[j]; in D3DXCreateTextW()
6408 if (glyphs) { in D3DXCreateTextW()
[all …]
/reactos/sdk/lib/3rdparty/freetype/
H A Dmodules.cfg176 # 8bpp format, and for emboldening of bitmap glyphs.
201 # Convenience functions to handle glyphs. Needs ftbitmap.c.
/reactos/sdk/lib/3rdparty/freetype/src/tools/ftrandom/
H A DREADME39 --nohints Specify FT_LOAD_NO_HINTING when loading glyphs.
/reactos/modules/rostests/winetests/gdiplus/
H A Dgraphics.c4463 int lines, glyphs; in test_measure_string() local
4488 expect(3, glyphs); in test_measure_string()
4500 expect(3, glyphs); in test_measure_string()
4619 expect(3, glyphs); in test_measure_string()
4631 expect(1, glyphs); in test_measure_string()
4643 expect(2, glyphs); in test_measure_string()
4657 expect(1, glyphs); in test_measure_string()
4670 expect(2, glyphs); in test_measure_string()
4683 expect(1, glyphs); in test_measure_string()
4698 expect(3, glyphs); in test_measure_string()
[all …]

12