Home
last modified time | relevance | path

Searched refs:pGlyphData (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/silgraphite/silgraphite-2.3.1/wrappers/win32/
H A DWinFont.cpp362 byte * pGlyphData = new byte[cbBuf]; in getGlyphPoint() local
363 if (!pGlyphData) in getGlyphPoint()
365 if (GDI_ERROR == ::GetGlyphOutline(m_hdc, gid, flag, &gm, cbBuf, pGlyphData,&mat2)) in getGlyphPoint()
374 pPolyHdr = (TTPOLYGONHEADER *)pGlyphData; in getGlyphPoint()
383 delete [] pGlyphData; in getGlyphPoint()
392 while ((byte *)pPolyHdr < (pGlyphData + cbBuf)) in getGlyphPoint()
398 delete [] pGlyphData; in getGlyphPoint()
427 delete [] pGlyphData; in getGlyphPoint()
433 delete [] pGlyphData; in getGlyphPoint()
447 delete [] pGlyphData; in getGlyphPoint()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dzfcid0.c395 ref *pGlyphData; in zbuildfont9() local
397 if ((code = dict_find_string(op, "GlyphData", &pGlyphData)) < 0 || in zbuildfont9()
401 GlyphData = *pGlyphData; in zbuildfont9()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dzfcid0.c395 ref *pGlyphData; in zbuildfont9() local
397 if ((code = dict_find_string(op, "GlyphData", &pGlyphData)) < 0 || in zbuildfont9()
401 GlyphData = *pGlyphData; in zbuildfont9()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzfcid0.c424 ref *pGlyphData; in zbuildfont9() local
426 if ((code = dict_find_string(op, "GlyphData", &pGlyphData)) < 0 || in zbuildfont9()
430 GlyphData = *pGlyphData; in zbuildfont9()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzfcid0.c427 ref *pGlyphData; in zbuildfont9() local
429 if ((code = dict_find_string(op, "GlyphData", &pGlyphData)) < 0 || in zbuildfont9()
433 GlyphData = *pGlyphData; in zbuildfont9()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzfcid0.c427 ref *pGlyphData; in zbuildfont9() local
429 if ((code = dict_find_string(op, "GlyphData", &pGlyphData)) < 0 || in zbuildfont9()
433 GlyphData = *pGlyphData; in zbuildfont9()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dzfcid0.c424 ref *pGlyphData; in zbuildfont9() local
426 if ((code = dict_find_string(op, "GlyphData", &pGlyphData)) < 0 || in zbuildfont9()
430 GlyphData = *pGlyphData; in zbuildfont9()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dzfcid0.c439 ref *pGlyphData; in zbuildfont9() local
441 code = dict_find_string(op, "GlyphData", &pGlyphData); in zbuildfont9()
449 GlyphData = *pGlyphData; in zbuildfont9()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dzfcid0.c439 ref *pGlyphData; in zbuildfont9() local
441 code = dict_find_string(op, "GlyphData", &pGlyphData); in zbuildfont9()
449 GlyphData = *pGlyphData; in zbuildfont9()