MCPcopy Create free account
hub / github.com/CruiserOne/Astrolog / MetaWord

Function MetaWord

xdevice.cpp:1594–1605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1592// Output one 16 bit or 32 bit value into the metafile buffer stream.
1593
1594void MetaWord(word w)
1595{
1596 char sz[cchSzDef];
1597
1598 if ((pbyte)gi.pwMetaCur - gi.bm >= gi.cbMeta) {
1599 sprintf(sz, "Metafile would be more than %ld bytes.", gi.cbMeta);
1600 PrintError(sz);
1601 Terminate(tcFatal);
1602 }
1603 *gi.pwMetaCur = w;
1604 gi.pwMetaCur++;
1605}
1606
1607void MetaLong(long l)
1608{

Callers 11

DrawDashFunction · 0.85
DrawSzFunction · 0.85
DrawSignFunction · 0.85
DrawHouseFunction · 0.85
DrawObjectFunction · 0.85
DrawAspectFunction · 0.85
DrawNakshatraFunction · 0.85
extern.hFile · 0.85
MetaLongFunction · 0.85
MetaSzFunction · 0.85
MetaInitFunction · 0.85

Calls 2

PrintErrorFunction · 0.85
TerminateFunction · 0.85

Tested by

no test coverage detected