Searched refs:cGlyphs (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispVrdpTxt.cpp123 static uint32_t vrdpSizeofTextOrder(ULONG cGlyphs, ULONG cbMaxGlyph) argument
127 cb += cGlyphs * (sizeof (VRDEORDERGLYPH) + cbMaxGlyph);
172 cbOrderMax = vrdpSizeofTextOrder(pstro->cGlyphs, fi.cjMaxGlyph1);
174 LOG(("pstro->cGlyphs = %d, fi.cjMaxGlyph1 = 0x%x, cbOrderMax = 0x%x.", pstro->cGlyphs, fi.cjMaxGlyph1, cbOrderMax));
209 pOrder->u8Glyphs = (uint8_t)pstro->cGlyphs;
228 ULONG cGlyphs = 0; local
231 BOOL fMore = STROBJ_bEnum (pstro, &cGlyphs, &pGlyphPos);
233 LOG(("cGlyphs %d.", cGlyphs));
[all...]
H A DVBoxDispVRDP.cpp1215 || pstro->cGlyphs > VRDP_TEXT_MAX_GLYPHS
1222 "pstro->cGlyphs = %d, pboOpaque->iSolidColor %p, pfo->iUniq = %p",
1223 pstro->pwszOrg, prclExtra, pfo->flFontType & FO_TYPE_RASTER, pstro->cGlyphs,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dusp10.h242 HRESULT WINAPI ScriptApplyLogicalWidth(const int *piDx, int cChars, int cGlyphs, const WORD *pwLogClust,
253 HRESULT WINAPI ScriptGetLogicalWidths(const SCRIPT_ANALYSIS *psa, int cChars, int cGlyphs,
260 int cGlyphs,
274 HRESULT WINAPI ScriptJustify(const SCRIPT_VISATTR *psva, const int *piAdvance, int cGlyphs,
279 HRESULT WINAPI ScriptPlace(HDC hdc, SCRIPT_CACHE *psc, const WORD *pwGlyphs, int cGlyphs, const SCRIPT_VISATTR *psva,
283 HRESULT WINAPI ScriptCPtoX(int iCP, BOOL fTrailing, int cChars, int cGlyphs, const WORD *pwLogClust, const SCRIPT_VISATTR *psva,
285 HRESULT WINAPI ScriptXtoCP(int iX, int cChars, int cGlyphs, const WORD *pwLogClust, const SCRIPT_VISATTR *psva,
295 int cGlyphs, const int *piAdvance, const int *piJustify, const GOFFSET *pGoffset);
H A Dwingdi.h3339 USHORT cGlyphs; member in struct:tagWCRANGE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dusp10.h218 HRESULT WINAPI ScriptApplyLogicalWidth(const int *piDx, int cChars, int cGlyphs, const WORD *pwLogClust,
229 HRESULT WINAPI ScriptGetLogicalWidths(const SCRIPT_ANALYSIS *psa, int cChars, int cGlyphs,
236 int cGlyphs,
250 HRESULT WINAPI ScriptJustify(const SCRIPT_VISATTR *psva, const int *piAdvance, int cGlyphs,
255 HRESULT WINAPI ScriptPlace(HDC hdc, SCRIPT_CACHE *psc, const WORD *pwGlyphs, int cGlyphs, const SCRIPT_VISATTR *psva,
259 HRESULT WINAPI ScriptCPtoX(int iCP, BOOL fTrailing, int cChars, int cGlyphs, const WORD *pwLogClust, const SCRIPT_VISATTR *psva,
261 HRESULT WINAPI ScriptXtoCP(int iX, int cChars, int cGlyphs, const WORD *pwLogClust, const SCRIPT_VISATTR *psva,
271 int cGlyphs, const int *piAdvance, const int *piJustify, const GOFFSET *pGoffset);
H A Dwingdi.h3312 USHORT cGlyphs; member in struct:tagWCRANGE

Completed in 125 milliseconds