Lines Matching refs:pGS

362 	StackMember*	pGS;  in WritePS()  local
415 pGS=pGDIStack; in WritePS()
416 pGDIStack=pGS->pSucc; in WritePS()
417 delete pGS; in WritePS()
1036 StackMember* pGS = new StackMember; in ImplWriteActions() local
1037 pGS->pSucc = pGDIStack; in ImplWriteActions()
1038 pGDIStack = pGS; in ImplWriteActions()
1039 pGS->aDashArray = aDashArray; in ImplWriteActions()
1040 pGS->eJoinType = eJoinType; in ImplWriteActions()
1041 pGS->eLineCap = eLineCap; in ImplWriteActions()
1042 pGS->fLineWidth = fLineWidth; in ImplWriteActions()
1043 pGS->fMiterLimit = fMiterLimit; in ImplWriteActions()
1044 pGS->eTextAlign = eTextAlign; in ImplWriteActions()
1045 pGS->aGlobalCol = aColor; in ImplWriteActions()
1046 pGS->bLineCol = bLineColor; in ImplWriteActions()
1047 pGS->aLineCol = aLineColor; in ImplWriteActions()
1048 pGS->bFillCol = bFillColor; in ImplWriteActions()
1049 pGS->aFillCol = aFillColor; in ImplWriteActions()
1050 pGS->aTextCol = aTextColor; in ImplWriteActions()
1051 pGS->bTextFillCol = bTextFillColor; in ImplWriteActions()
1052 pGS->aTextFillCol = aTextFillColor; in ImplWriteActions()
1053 pGS->aBackgroundCol = aBackgroundColor; in ImplWriteActions()
1055 pGS->aFont = maFont; in ImplWriteActions()
1064 StackMember* pGS; in ImplWriteActions() local
1067 pGS = pGDIStack; in ImplWriteActions()
1068 pGDIStack = pGS->pSucc; in ImplWriteActions()
1069 aDashArray = pGS->aDashArray; in ImplWriteActions()
1070 eJoinType = pGS->eJoinType; in ImplWriteActions()
1071 eLineCap = pGS->eLineCap; in ImplWriteActions()
1072 fLineWidth = pGS->fLineWidth; in ImplWriteActions()
1073 fMiterLimit = pGS->fMiterLimit; in ImplWriteActions()
1074 eTextAlign = pGS->eTextAlign; in ImplWriteActions()
1075 aColor = pGS->aGlobalCol; in ImplWriteActions()
1076 bLineColor = pGS->bLineCol; in ImplWriteActions()
1077 aLineColor = pGS->aLineCol; in ImplWriteActions()
1078 bFillColor = pGS->bFillCol; in ImplWriteActions()
1079 aFillColor = pGS->aFillCol; in ImplWriteActions()
1080 aTextColor = pGS->aTextCol; in ImplWriteActions()
1081 bTextFillColor = pGS->bTextFillCol; in ImplWriteActions()
1082 aTextFillColor = pGS->aTextFillCol; in ImplWriteActions()
1083 aBackgroundColor = pGS->aBackgroundCol; in ImplWriteActions()
1084 maFont = pGS->aFont; in ImplWriteActions()
1086 delete pGS; in ImplWriteActions()