Home
last modified time | relevance | path

Searched refs:TextN (Results 1 – 19 of 19) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/examples/otherlibs/
H A Dprogindex.pas69 … Space; HorizGroupSA; TextN('000%'); Space; TextN('050%'); Space; TextN('100%'); EndGroup;
H A Dtoolmanager1.pas114 TextN('');
H A Ddemo.pas778 TextN('0%');
782 TextN('100%');
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/otherlibs/
H A Dtritonmacros.pas149 PROCEDURE TextN(ttext : STRING); procedure
150 PROCEDURE TextN(ttext : PChar); procedure
995 PROCEDURE TextN(ttext : STRING); procedure
997 TextN(pas2c(ttext));
1000 PROCEDURE TextN(ttext : PChar); procedure
1109 TextN(t);
1122 TextN(t);
1135 TextN(t);
1151 HorizGroupSC; Space; TextN(ttext);Space; EndGroup;
1212 HorizGroupSC; Space; TextN(ttext);
[all …]
/dports/cad/pcb/pcb-4.2.0/src/
H A Dcopy.c346 (sourcelayer->PolygonN != 0) || (sourcelayer->TextN != 0); in CopyPastebufferToLayout()
H A Dbuffer.c327 layer->TextN --; in MoveTextToBuffer()
329 lay->TextN ++; in MoveTextToBuffer()
1442 if (layer->TextN) in MirrorBuffer()
H A Dglobal.h332 Cardinal TextN; /*!< Labels. */ member
H A Dmove.c654 Source->TextN --; in MoveTextToLayerLowLevel()
656 Destination->TextN ++; in MoveTextToLayerLowLevel()
H A Dremove.c243 Layer->TextN --; in DestroyText()
H A Dmymem.c357 layer->TextN ++; in GetTextMemory()
H A Dmisc.c667 Data->Layer[i].TextN == 0 && Data->Layer[i].PolygonN == 0; in IsDataEmpty()
685 && layer->TextN == 0 in IsLayerEmpty()
H A Dfile.c803 if (layer->LineN || layer->ArcN || layer->TextN || layer->PolygonN || in WriteLayerData()
/dports/cad/pcb/pcb-4.2.0/src/hid/ps/
H A Deps.c210 if (layer->LineN || layer->TextN || layer->ArcN || layer->PolygonN) in eps_hid_export_to_file()
H A Dps.c652 if (layer->LineN || layer->TextN || layer->ArcN || layer->PolygonN) in ps_hid_export_to_file()
/dports/cad/pcb/pcb-4.2.0/src/hid/nelma/
H A Dnelma.c560 if (layer->LineN || layer->TextN || layer->ArcN || in nelma_choose_groups()
/dports/cad/pcb/pcb-4.2.0/src/hid/gcode/
H A Dgcode.c539 if (layer->LineN || layer->TextN || layer->ArcN || layer->PolygonN) in gcode_choose_groups()
/dports/cad/pcb/pcb-4.2.0/src/hid/gerber/
H A Dgerber.c745 if (layer->LineN || layer->TextN || layer->ArcN || layer->PolygonN) in gerber_do_export()
/dports/cad/pcb/pcb-4.2.0/src/hid/png/
H A Dpng.c572 if (layer->LineN || layer->TextN || layer->ArcN || layer->PolygonN) in png_hid_export_to_file()
/dports/cad/pcb/pcb-4.2.0/src/hid/gsvit/
H A Dgsvit.c1115 if (layer->LineN || layer->TextN || layer->ArcN || layer->PolygonN) { in gsvit_choose_groups()