Home
last modified time | relevance | path

Searched refs:tbp1 (Results 1 – 5 of 5) sorted by relevance

/dports/japanese/plain2/plain2-2.54p1.orig/src/
H A Dftitle.c96 titledBlock(tbp1, tbp2)
97 struct textBlock *tbp1; variable
102 newTbp = newTextBlock(tbp1->rbegin, tbp2->rend, TB_CAPSULE);
103 texts[tbp1->rbegin]->block = newTbp;
105 newTbp->nextBlock = tbp1;
106 tbp1->nextBlock = tbp2;
109 tbp1->superBlock = tbp2->superBlock = newTbp;
H A Drenumout.c210 struct textBlock *tbp1, *tbp2; variable
213 tbp1 = blockTbp->nextBlock;
214 tbp2 = tbp1->nextBlock;
215 renumBlock(tbp1);
216 for (l = tbp1->rend; l < tbp2->rbegin; l++) {
H A Doutput.c343 struct textBlock *tbp1, *tbp2; variable
348 tbp1 = blockTbp->nextBlock;
349 tbp2 = tbp1->nextBlock;
351 if (tbp1->type == TB_FTITLE) {
352 ftType = texts[tbp1->rbegin]->fTitle;
361 outputBlock(tbp1, 1);
362 for (l = tbp1->rend; l < tbp2->rbegin; l++) {
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/core/entities/
H A Duzeentdimension.pas101 tbp0,tbp1:TDimArrowBlockParam;
109 tbp1:=PDimStyle.GetDimBlockParam(1);
115 tbp1.width:=0
117 tbp1.width:=tbp1.width*PDimStyle.Arrows.DIMASZ;
119 drawing.CreateBlockDef(tbp1.name);
124 if l-PDimStyle.Arrows.DIMASZ/2>(tbp0.width+tbp1.width) then
129 if tbp1.width=0 then
133 if l-PDimStyle.Arrows.DIMASZ/2>(tbp0.width+tbp1.width) then
158 … p2,PDimStyle.Arrows.DIMASZ,ZAngle{*180/pi},@tbp1.name[1])
162 … p2,PDimStyle.Arrows.DIMASZ,ZAngle{*180/pi}-pi,@tbp1.name[1]);
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/gs/
H A DGSHandler.h483 unsigned int tbp1 : 14; member
493 return tbp1 * 256; in GetTbp1()