Home
last modified time | relevance | path

Searched refs:cRuns (Results 1 – 5 of 5) sorted by relevance

/reactos/win32ss/drivers/font/ftfd/
H A Dfont.c368 ULONG i, j, cGlyphs, cRuns, cjSize; in FtfdQueryFontTree() local
399 for (i = 1, cRuns = 1; charcode && i < cGlyphs; i++) in FtfdQueryFontTree()
406 cRuns++; in FtfdQueryFontTree()
415 + (cRuns - 1) * sizeof(WCRUN) in FtfdQueryFontTree()
431 pGlyphSet->cRuns = cRuns; in FtfdQueryFontTree()
435 phglyphs = (PHGLYPH)&pGlyphSet->awcrun[cRuns]; in FtfdQueryFontTree()
/reactos/win32ss/drivers/font/bmfd/
H A Dfont.c392 ULONG i, j, cjSize, cGlyphs, cRuns; in BmfdQueryFontTree() local
445 cRuns = 1; in BmfdQueryFontTree()
450 cRuns++; in BmfdQueryFontTree()
456 + (cRuns - 1) * sizeof(WCRUN) in BmfdQueryFontTree()
470 pGlyphSet->cRuns = cRuns; in BmfdQueryFontTree()
474 phglyphs = (PHGLYPH)&pGlyphSet->awcrun[cRuns]; in BmfdQueryFontTree()
/reactos/sdk/include/psdk/
H A Dusp10.h380 int cRuns,
381 _In_reads_(cRuns) const BYTE *pbLevel,
382 _Out_writes_all_opt_(cRuns) int *piVisualToLogical,
383 _Out_writes_all_opt_(cRuns) int *piLogicalToVisual);
H A Dwinddi.h644 ULONG cRuns; member
645 _Field_size_(cRuns) WCRUN awcrun[1];
/reactos/win32ss/gdi/gdi32/objects/
H A Deng.c31 if (src_glyphset->cRuns == 0) in copy_my_glyphset()