Home
last modified time | relevance | path

Searched refs:nGlyphs (Results 1 – 11 of 11) sorted by relevance

/reactos/sdk/lib/3rdparty/freetype/src/gxvalid/
H A Dgxvkern.c383 FT_UShort nGlyphs; in gxv_kern_subtable_fmt2_clstbl_validate() local
390 nGlyphs = FT_NEXT_USHORT( p ); in gxv_kern_subtable_fmt2_clstbl_validate()
392 tag, firstGlyph, nGlyphs )); in gxv_kern_subtable_fmt2_clstbl_validate()
395 gxv_glyphid_validate( (FT_UShort)( firstGlyph + nGlyphs - 1 ), gxvalid ); in gxv_kern_subtable_fmt2_clstbl_validate()
397 gxv_array_getlimits_ushort( p, p + ( 2 * nGlyphs ), in gxv_kern_subtable_fmt2_clstbl_validate()
402 gxv_odtect_add_range( table, 2 * nGlyphs, tag, odtect ); in gxv_kern_subtable_fmt2_clstbl_validate()
H A Dgxvcommn.c951 FT_UShort nGlyphs; in gxv_ClassTable_validate() local
960 nGlyphs = FT_NEXT_USHORT( p ); in gxv_ClassTable_validate()
962 GXV_TRACE(( " (firstGlyph = %d, nGlyphs = %d)\n", firstGlyph, nGlyphs )); in gxv_ClassTable_validate()
964 if ( !nGlyphs ) in gxv_ClassTable_validate()
967 gxv_glyphid_validate( (FT_UShort)( firstGlyph + nGlyphs ), gxvalid ); in gxv_ClassTable_validate()
978 for ( i = 0; i < nGlyphs; i++ ) in gxv_ClassTable_validate()
/reactos/modules/rostests/win32/user32/biditext/
H A Dbiditext.c205 Results.nGlyphs = 100; in MainWndProc()
224 LpkExtTextOut(hdc, 10, 150, ETO_GLYPH_INDEX, NULL, Glyphs, Results.nGlyphs, NULL, 0); in MainWndProc()
226 ExtTextOutW(hdc, 10, 190, ETO_IGNORELANGUAGE, NULL, OutString, Results.nGlyphs, NULL); in MainWndProc()
230 LpkExtTextOut(hdc, 10, 230, ETO_GLYPH_INDEX, NULL, Glyphs, Results.nGlyphs, NULL, 0); in MainWndProc()
/reactos/dll/win32/lpk/
H A Dlpk.c289 if (nSet > lpResults->nGlyphs) in LpkGetCharacterPlacement()
290 nSet = lpResults->nGlyphs; in LpkGetCharacterPlacement()
295 lpResults->nGlyphs = (UINT)cGlyphs; in LpkGetCharacterPlacement()
314 for (i = 0; i < lpResults->nGlyphs; i++) in LpkGetCharacterPlacement()
/reactos/win32ss/gdi/ntgdi/
H A Dfont.c149 if ( nCount > gcpwSave.nGlyphs ) cSet = gcpwSave.nGlyphs;
225 pgcpw->nGlyphs = 0;
283 pgcpw->nGlyphs = nSet;
/reactos/win32ss/gdi/gdi32/objects/
H A Dfont.c547 lpResults->nGlyphs = resultsW.nGlyphs; in GetCharacterPlacementA()
586 if (nSet > lpResults->nGlyphs) in GetCharacterPlacementW()
587 nSet = lpResults->nGlyphs; in GetCharacterPlacementW()
590 lpResults->nGlyphs = nSet; in GetCharacterPlacementW()
669 if ( nSet > lpResults->nGlyphs ) in NewGetCharacterPlacementW()
670 nSet = lpResults->nGlyphs; in NewGetCharacterPlacementW()
/reactos/dll/directx/wine/d3dx9_36/
H A Dfont.c736 results.nGlyphs = line_len; in ID3DXFontImpl_DrawTextW()
751 for (i = 0; i < results.nGlyphs; ++i) in ID3DXFontImpl_DrawTextW()
/reactos/modules/rostests/winetests/gdi32/
H A Dgenerated.c3052 TEST_FIELD_SIZE (GCP_RESULTSA, nGlyphs, 4) in test_pack_GCP_RESULTSA()
3053 TEST_FIELD_ALIGN (GCP_RESULTSA, nGlyphs, 4) in test_pack_GCP_RESULTSA()
3054 TEST_FIELD_OFFSET(GCP_RESULTSA, nGlyphs, 56) in test_pack_GCP_RESULTSA()
3086 TEST_FIELD_SIZE (GCP_RESULTSW, nGlyphs, 4) in test_pack_GCP_RESULTSW()
3087 TEST_FIELD_ALIGN (GCP_RESULTSW, nGlyphs, 4) in test_pack_GCP_RESULTSW()
3088 TEST_FIELD_OFFSET(GCP_RESULTSW, nGlyphs, 56) in test_pack_GCP_RESULTSW()
9575 TEST_FIELD_SIZE (GCP_RESULTSA, nGlyphs, 4) in test_pack_GCP_RESULTSA()
9576 TEST_FIELD_ALIGN (GCP_RESULTSA, nGlyphs, 4) in test_pack_GCP_RESULTSA()
9577 TEST_FIELD_OFFSET(GCP_RESULTSA, nGlyphs, 28) in test_pack_GCP_RESULTSA()
9609 TEST_FIELD_SIZE (GCP_RESULTSW, nGlyphs, 4) in test_pack_GCP_RESULTSW()
[all …]
H A Dfont.c4955 result.nGlyphs = 20; in test_GetCharacterPlacement()
/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c968 SCRIPT_STATE *State, DWORD item, DWORD nGlyphs, in _test_shape_ok() argument
1047 winetest_ok(nGlyphs == outnGlyphs, "got incorrect number of glyphs (%i)\n",outnGlyphs); in _test_shape_ok()
1048 else if (nGlyphs != outnGlyphs) in _test_shape_ok()
/reactos/sdk/include/psdk/
H A Dwingdi.h2427 UINT nGlyphs; member
2438 UINT nGlyphs; member