home *** CD-ROM | disk | FTP | other *** search
- /* DialViewWraps.c generated from DialViewWraps.psw
- by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
- */
-
- #include <dpsclient/dpsfriends.h>
- #include <string.h>
-
- #line 1 "DialViewWraps.psw"
-
- /*
- * (a) (C) 1990 by Adobe Systems Incorporated. All rights reserved.
- *
- * (b) If this Sample Code is distributed as part of the Display PostScript
- * System Software Development Kit from Adobe Systems Incorporated,
- * then this copy is designated as Development Software and its use is
- * subject to the terms of the License Agreement attached to such Kit.
- *
- * (c) If this Sample Code is distributed independently, then the following
- * terms apply:
- *
- * (d) This file may be freely copied and redistributed as long as:
- * 1) Parts (a), (d), (e) and (f) continue to be included in the file,
- * 2) If the file has been modified in any way, a notice of such
- * modification is conspicuously indicated.
- *
- * (e) PostScript, Display PostScript, and Adobe are registered trademarks of
- * Adobe Systems Incorporated.
- *
- * (f) THE INFORMATION BELOW IS FURNISHED AS IS, IS SUBJECT TO
- * CHANGE WITHOUT NOTICE, AND SHOULD NOT BE CONSTRUED
- * AS A COMMITMENT BY ADOBE SYSTEMS INCORPORATED.
- * ADOBE SYSTEMS INCORPORATED ASSUMES NO RESPONSIBILITY
- * OR LIABILITY FOR ANY ERRORS OR INACCURACIES, MAKES NO
- * WARRANTY OF ANY KIND (EXPRESS, IMPLIED OR STATUTORY)
- * WITH RESPECT TO THIS INFORMATION, AND EXPRESSLY
- * DISCLAIMS ANY AND ALL WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR PARTICULAR PURPOSES AND NONINFRINGEMENT
- * OF THIRD PARTY RIGHTS.
- */
-
- /*
- * DialViewWraps.psw
- *
- * Contains the wraps to draw the dial in several different ways.
- *
- * Version: 2.0
- * Author: Ken Fromm
- * History:
- * 03-07-91 Added this comment.
- */
- #line 52 "DialViewWraps.c"
- void PSWMarkTime( void )
- {
- typedef struct {
- unsigned char tokenType;
- unsigned char topLevelCount;
- unsigned short nBytes;
-
- DPSBinObjGeneric obj0;
- DPSBinObjGeneric obj1;
- DPSBinObjGeneric obj2;
- } _dpsQ;
- static const _dpsQ _dpsStat = {
- DPS_DEF_TOKENTYPE, 3, 28,
- {DPS_LITERAL|DPS_NAME, 0, 0, 0}, /* StartTime */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 328}, /* realtime */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 51}, /* def */
- }; /* _dpsQ */
- _dpsQ _dpsF; /* local copy */
- register DPSContext _dpsCurCtxt = DPSPrivCurrentContext();
- register DPSBinObjRec *_dpsP = (DPSBinObjRec *)&_dpsF.obj0;
- static long int _dpsCodes[1] = {-1};
- {
- if (_dpsCodes[0] < 0) {
- static const char * const _dps_names[] = {
- "StartTime"};
- long int *_dps_nameVals[1];
- _dps_nameVals[0] = &_dpsCodes[0];
-
- DPSMapNames(_dpsCurCtxt, 1, _dps_names, _dps_nameVals);
- }
- }
-
- _dpsF = _dpsStat; /* assign automatic variable */
-
- _dpsP[0].val.nameVal = _dpsCodes[0];
- DPSBinObjSeqWrite(_dpsCurCtxt,(char *) &_dpsF,28);
- }
- #line 46 "DialViewWraps.psw"
-
- #line 92 "DialViewWraps.c"
- void PSWReturnTime(int *ElapsedTime)
- {
- typedef struct {
- unsigned char tokenType;
- unsigned char topLevelCount;
- unsigned short nBytes;
-
- DPSBinObjGeneric obj0;
- DPSBinObjGeneric obj1;
- DPSBinObjGeneric obj2;
- DPSBinObjGeneric obj3;
- DPSBinObjGeneric obj4;
- DPSBinObjGeneric obj5;
- DPSBinObjGeneric obj6;
- DPSBinObjGeneric obj7;
- DPSBinObjGeneric obj8;
- } _dpsQ;
- static const _dpsQ _dpsStat = {
- DPS_DEF_TOKENTYPE, 9, 76,
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 328}, /* realtime */
- {DPS_EXEC|DPS_NAME, 0, 0, 0}, /* StartTime */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 169}, /* sub */
- {DPS_LITERAL|DPS_INT, 0, 0, 0},
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 119}, /* printobject */
- {DPS_LITERAL|DPS_INT, 0, 0, 0},
- {DPS_LITERAL|DPS_INT, 0, 0, 1},
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 119}, /* printobject */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 70}, /* flush */
- }; /* _dpsQ */
- _dpsQ _dpsF; /* local copy */
- register DPSContext _dpsCurCtxt = DPSPrivCurrentContext();
- register DPSBinObjRec *_dpsP = (DPSBinObjRec *)&_dpsF.obj0;
- static long int _dpsCodes[1] = {-1};
- DPSResultsRec _dpsR[1];
- static const DPSResultsRec _dpsRstat[] = {
- { dps_tInt, -1 },
- };
- _dpsR[0] = _dpsRstat[0];
- _dpsR[0].value = (char *)ElapsedTime;
-
- {
- if (_dpsCodes[0] < 0) {
- static const char * const _dps_names[] = {
- "StartTime"};
- long int *_dps_nameVals[1];
- _dps_nameVals[0] = &_dpsCodes[0];
-
- DPSMapNames(_dpsCurCtxt, 1, _dps_names, _dps_nameVals);
- }
- }
-
- _dpsF = _dpsStat; /* assign automatic variable */
-
- _dpsP[1].val.nameVal = _dpsCodes[0];
- DPSSetResultTable(_dpsCurCtxt, _dpsR, 1);
- DPSBinObjSeqWrite(_dpsCurCtxt,(char *) &_dpsF,76);
- DPSAwaitReturnValues(_dpsCurCtxt);
- }
- #line 51 "DialViewWraps.psw"
-
-
- /* Procedures that are called often are defined and bound to save operator look up time. */
- #line 155 "DialViewWraps.c"
- void PSWDefs( void )
- {
- typedef struct {
- unsigned char tokenType;
- unsigned char topLevelCount;
- unsigned short nBytes;
-
- DPSBinObjGeneric obj0;
- DPSBinObjGeneric obj1;
- DPSBinObjGeneric obj2;
- DPSBinObjGeneric obj3;
- DPSBinObjGeneric obj4;
- DPSBinObjGeneric obj5;
- DPSBinObjGeneric obj6;
- DPSBinObjGeneric obj7;
- DPSBinObjGeneric obj8;
- DPSBinObjGeneric obj9;
- DPSBinObjGeneric obj10;
- DPSBinObjGeneric obj11;
- DPSBinObjGeneric obj12;
- DPSBinObjGeneric obj13;
- DPSBinObjGeneric obj14;
- DPSBinObjGeneric obj15;
- DPSBinObjGeneric obj16;
- DPSBinObjGeneric obj17;
- DPSBinObjGeneric obj18;
- } _dpsQ;
- static const _dpsQ _dpsStat = {
- DPS_DEF_TOKENTYPE, 12, 156,
- {DPS_LITERAL|DPS_NAME, 0, 0, 0}, /* ML */
- {DPS_EXEC|DPS_ARRAY, 0, 2, 136},
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 14}, /* bind */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 51}, /* def */
- {DPS_LITERAL|DPS_NAME, 0, 0, 0}, /* RML */
- {DPS_EXEC|DPS_ARRAY, 0, 3, 112},
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 14}, /* bind */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 51}, /* def */
- {DPS_LITERAL|DPS_NAME, 0, 0, 0}, /* RUA */
- {DPS_EXEC|DPS_ARRAY, 0, 2, 96},
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 14}, /* bind */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 51}, /* def */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 136}, /* rotate */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 176}, /* uappend */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 136}, /* rotate */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 107}, /* moveto */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 99}, /* lineto */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 107}, /* moveto */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 99}, /* lineto */
- }; /* _dpsQ */
- _dpsQ _dpsF; /* local copy */
- register DPSContext _dpsCurCtxt = DPSPrivCurrentContext();
- register DPSBinObjRec *_dpsP = (DPSBinObjRec *)&_dpsF.obj0;
- static long int _dpsCodes[3] = {-1};
- {
- if (_dpsCodes[0] < 0) {
- static const char * const _dps_names[] = {
- "ML",
- "RML",
- "RUA"};
- long int *_dps_nameVals[3];
- _dps_nameVals[0] = &_dpsCodes[0];
- _dps_nameVals[1] = &_dpsCodes[1];
- _dps_nameVals[2] = &_dpsCodes[2];
-
- DPSMapNames(_dpsCurCtxt, 3, _dps_names, _dps_nameVals);
- }
- }
-
- _dpsF = _dpsStat; /* assign automatic variable */
-
- _dpsP[0].val.nameVal = _dpsCodes[0];
- _dpsP[4].val.nameVal = _dpsCodes[1];
- _dpsP[8].val.nameVal = _dpsCodes[2];
- DPSBinObjSeqWrite(_dpsCurCtxt,(char *) &_dpsF,156);
- }
- #line 66 "DialViewWraps.psw"
-
- #line 233 "DialViewWraps.c"
- void PSWEraseView(float BGColor, float X, float Y, float W, float H)
- {
- typedef struct {
- unsigned char tokenType;
- unsigned char topLevelCount;
- unsigned short nBytes;
-
- DPSBinObjReal obj0;
- DPSBinObjGeneric obj1;
- DPSBinObjReal obj2;
- DPSBinObjReal obj3;
- DPSBinObjReal obj4;
- DPSBinObjReal obj5;
- DPSBinObjGeneric obj6;
- } _dpsQ;
- static const _dpsQ _dpsStat = {
- DPS_DEF_TOKENTYPE, 7, 60,
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: BGColor */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 150}, /* setgray */
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: X */
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: Y */
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: W */
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: H */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 128}, /* rectfill */
- }; /* _dpsQ */
- _dpsQ _dpsF; /* local copy */
- register DPSContext _dpsCurCtxt = DPSPrivCurrentContext();
- register DPSBinObjRec *_dpsP = (DPSBinObjRec *)&_dpsF.obj0;
- _dpsF = _dpsStat; /* assign automatic variable */
-
- _dpsP[0].val.realVal = BGColor;
- _dpsP[2].val.realVal = X;
- _dpsP[3].val.realVal = Y;
- _dpsP[4].val.realVal = W;
- _dpsP[5].val.realVal = H;
- DPSBinObjSeqWrite(_dpsCurCtxt,(char *) &_dpsF,60);
- }
- #line 70 "DialViewWraps.psw"
-
- #line 273 "DialViewWraps.c"
- void PSWSetColorWidth(float Color, float Width)
- {
- typedef struct {
- unsigned char tokenType;
- unsigned char topLevelCount;
- unsigned short nBytes;
-
- DPSBinObjReal obj0;
- DPSBinObjGeneric obj1;
- DPSBinObjReal obj2;
- DPSBinObjGeneric obj3;
- } _dpsQ;
- static const _dpsQ _dpsStat = {
- DPS_DEF_TOKENTYPE, 4, 36,
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: Color */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 150}, /* setgray */
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: Width */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 155}, /* setlinewidth */
- }; /* _dpsQ */
- _dpsQ _dpsF; /* local copy */
- register DPSContext _dpsCurCtxt = DPSPrivCurrentContext();
- register DPSBinObjRec *_dpsP = (DPSBinObjRec *)&_dpsF.obj0;
- _dpsF = _dpsStat; /* assign automatic variable */
-
- _dpsP[0].val.realVal = Color;
- _dpsP[2].val.realVal = Width;
- DPSBinObjSeqWrite(_dpsCurCtxt,(char *) &_dpsF,36);
- }
- #line 74 "DialViewWraps.psw"
-
- #line 304 "DialViewWraps.c"
- void PSWMakeLine(float X0, float Y0, float X1, float Y1)
- {
- typedef struct {
- unsigned char tokenType;
- unsigned char topLevelCount;
- unsigned short nBytes;
-
- DPSBinObjReal obj0;
- DPSBinObjReal obj1;
- DPSBinObjReal obj2;
- DPSBinObjReal obj3;
- DPSBinObjGeneric obj4;
- } _dpsQ;
- static const _dpsQ _dpsStat = {
- DPS_DEF_TOKENTYPE, 5, 44,
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: X1 */
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: Y1 */
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: X0 */
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: Y0 */
- {DPS_EXEC|DPS_NAME, 0, 0, 0}, /* ML */
- }; /* _dpsQ */
- _dpsQ _dpsF; /* local copy */
- register DPSContext _dpsCurCtxt = DPSPrivCurrentContext();
- register DPSBinObjRec *_dpsP = (DPSBinObjRec *)&_dpsF.obj0;
- static long int _dpsCodes[1] = {-1};
- {
- if (_dpsCodes[0] < 0) {
- static const char * const _dps_names[] = {
- "ML"};
- long int *_dps_nameVals[1];
- _dps_nameVals[0] = &_dpsCodes[0];
-
- DPSMapNames(_dpsCurCtxt, 1, _dps_names, _dps_nameVals);
- }
- }
-
- _dpsF = _dpsStat; /* assign automatic variable */
-
- _dpsP[2].val.realVal = X0;
- _dpsP[3].val.realVal = Y0;
- _dpsP[0].val.realVal = X1;
- _dpsP[1].val.realVal = Y1;
- _dpsP[4].val.nameVal = _dpsCodes[0];
- DPSBinObjSeqWrite(_dpsCurCtxt,(char *) &_dpsF,44);
- }
- #line 78 "DialViewWraps.psw"
-
- #line 352 "DialViewWraps.c"
- void PSWMakeCircle(float X, float Y, float Rad)
- {
- typedef struct {
- unsigned char tokenType;
- unsigned char topLevelCount;
- unsigned short nBytes;
-
- DPSBinObjReal obj0;
- DPSBinObjReal obj1;
- DPSBinObjGeneric obj2;
- DPSBinObjReal obj3;
- DPSBinObjGeneric obj4;
- DPSBinObjReal obj5;
- DPSBinObjReal obj6;
- DPSBinObjReal obj7;
- DPSBinObjGeneric obj8;
- DPSBinObjGeneric obj9;
- DPSBinObjGeneric obj10;
- } _dpsQ;
- static const _dpsQ _dpsStat = {
- DPS_DEF_TOKENTYPE, 11, 92,
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: X */
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: Rad */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 1}, /* add */
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: Y */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 107}, /* moveto */
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: X */
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: Y */
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: Rad */
- {DPS_LITERAL|DPS_INT, 0, 0, 0},
- {DPS_LITERAL|DPS_INT, 0, 0, 360},
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 5}, /* arc */
- }; /* _dpsQ */
- _dpsQ _dpsF; /* local copy */
- register DPSContext _dpsCurCtxt = DPSPrivCurrentContext();
- register DPSBinObjRec *_dpsP = (DPSBinObjRec *)&_dpsF.obj0;
- _dpsF = _dpsStat; /* assign automatic variable */
-
- _dpsP[0].val.realVal =
- _dpsP[5].val.realVal = X;
- _dpsP[3].val.realVal =
- _dpsP[6].val.realVal = Y;
- _dpsP[1].val.realVal =
- _dpsP[7].val.realVal = Rad;
- DPSBinObjSeqWrite(_dpsCurCtxt,(char *) &_dpsF,92);
- }
- #line 82 "DialViewWraps.psw"
-
- #line 401 "DialViewWraps.c"
- void PSWFillPath(float Color)
- {
- typedef struct {
- unsigned char tokenType;
- unsigned char topLevelCount;
- unsigned short nBytes;
-
- DPSBinObjReal obj0;
- DPSBinObjGeneric obj1;
- DPSBinObjGeneric obj2;
- } _dpsQ;
- static const _dpsQ _dpsStat = {
- DPS_DEF_TOKENTYPE, 3, 28,
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: Color */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 150}, /* setgray */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 66}, /* fill */
- }; /* _dpsQ */
- _dpsQ _dpsF; /* local copy */
- register DPSContext _dpsCurCtxt = DPSPrivCurrentContext();
- register DPSBinObjRec *_dpsP = (DPSBinObjRec *)&_dpsF.obj0;
- _dpsF = _dpsStat; /* assign automatic variable */
-
- _dpsP[0].val.realVal = Color;
- DPSBinObjSeqWrite(_dpsCurCtxt,(char *) &_dpsF,28);
- }
- #line 86 "DialViewWraps.psw"
-
- #line 429 "DialViewWraps.c"
- void PSWRotate_MakeLine(float Ang, float X0, float Y0, float X1, float Y1)
- {
- typedef struct {
- unsigned char tokenType;
- unsigned char topLevelCount;
- unsigned short nBytes;
-
- DPSBinObjReal obj0;
- DPSBinObjReal obj1;
- DPSBinObjReal obj2;
- DPSBinObjReal obj3;
- DPSBinObjReal obj4;
- DPSBinObjGeneric obj5;
- } _dpsQ;
- static const _dpsQ _dpsStat = {
- DPS_DEF_TOKENTYPE, 6, 52,
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: X1 */
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: Y1 */
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: X0 */
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: Y0 */
- {DPS_LITERAL|DPS_REAL, 0, 0, 0}, /* param: Ang */
- {DPS_EXEC|DPS_NAME, 0, 0, 0}, /* RML */
- }; /* _dpsQ */
- _dpsQ _dpsF; /* local copy */
- register DPSContext _dpsCurCtxt = DPSPrivCurrentContext();
- register DPSBinObjRec *_dpsP = (DPSBinObjRec *)&_dpsF.obj0;
- static long int _dpsCodes[1] = {-1};
- {
- if (_dpsCodes[0] < 0) {
- static const char * const _dps_names[] = {
- "RML"};
- long int *_dps_nameVals[1];
- _dps_nameVals[0] = &_dpsCodes[0];
-
- DPSMapNames(_dpsCurCtxt, 1, _dps_names, _dps_nameVals);
- }
- }
-
- _dpsF = _dpsStat; /* assign automatic variable */
-
- _dpsP[4].val.realVal = Ang;
- _dpsP[2].val.realVal = X0;
- _dpsP[3].val.realVal = Y0;
- _dpsP[0].val.realVal = X1;
- _dpsP[1].val.realVal = Y1;
- _dpsP[5].val.nameVal = _dpsCodes[0];
- DPSBinObjSeqWrite(_dpsCurCtxt,(char *) &_dpsF,52);
- }
- #line 90 "DialViewWraps.psw"
-
- #line 480 "DialViewWraps.c"
- void PSWPlaceName(char *str)
- {
- typedef struct {
- unsigned char tokenType;
- unsigned char sizeFlag;
- unsigned short topLevelCount;
- unsigned long nBytes;
-
- DPSBinObjGeneric obj0;
- } _dpsQ;
- static const _dpsQ _dpsStat = {
- DPS_DEF_TOKENTYPE, 0, 1, 16,
- {DPS_LITERAL|DPS_NAME, 0, 0, 8}, /* param str */
- }; /* _dpsQ */
- _dpsQ _dpsF; /* local copy */
- register DPSContext _dpsCurCtxt = DPSPrivCurrentContext();
- register DPSBinObjRec *_dpsP = (DPSBinObjRec *)&_dpsF.obj0;
- register int _dps_offset = 8;
- _dpsF = _dpsStat; /* assign automatic variable */
-
- _dpsP[0].length = strlen(str);
- _dpsP[0].val.stringVal = _dps_offset;
- _dps_offset += (_dpsP[0].length + 3) & ~3;
-
- _dpsF.nBytes = _dps_offset+8;
- DPSBinObjSeqWrite(_dpsCurCtxt,(char *) &_dpsF,16);
- DPSWriteStringChars(_dpsCurCtxt, (char *)str, _dpsP[0].length);
- DPSWriteStringChars(_dpsCurCtxt, (char *)_dpsCurCtxt, ~(_dpsP[0].length + 3) & 3);
- }
- #line 94 "DialViewWraps.psw"
-
- #line 512 "DialViewWraps.c"
- void PSWDrawUserPath(char *str)
- {
- typedef struct {
- unsigned char tokenType;
- unsigned char sizeFlag;
- unsigned short topLevelCount;
- unsigned long nBytes;
-
- DPSBinObjGeneric obj0;
- DPSBinObjGeneric obj1;
- } _dpsQ;
- static const _dpsQ _dpsStat = {
- DPS_DEF_TOKENTYPE, 0, 2, 24,
- {DPS_EXEC|DPS_NAME, 0, 0, 16}, /* param str */
- {DPS_EXEC|DPS_NAME, 0, DPSSYSNAME, 183}, /* ustroke */
- }; /* _dpsQ */
- _dpsQ _dpsF; /* local copy */
- register DPSContext _dpsCurCtxt = DPSPrivCurrentContext();
- register DPSBinObjRec *_dpsP = (DPSBinObjRec *)&_dpsF.obj0;
- register int _dps_offset = 16;
- _dpsF = _dpsStat; /* assign automatic variable */
-
- _dpsP[0].length = strlen(str);
- _dpsP[0].val.stringVal = _dps_offset;
- _dps_offset += (_dpsP[0].length + 3) & ~3;
-
- _dpsF.nBytes = _dps_offset+8;
- DPSBinObjSeqWrite(_dpsCurCtxt,(char *) &_dpsF,24);
- DPSWriteStringChars(_dpsCurCtxt, (char *)str, _dpsP[0].length);
- DPSWriteStringChars(_dpsCurCtxt, (char *)_dpsCurCtxt, ~(_dpsP[0].length + 3) & 3);
- }
- #line 98 "DialViewWraps.psw"
-
-
-