Searched refs:HTCoord (Results 1 – 2 of 2) sorted by relevance
46 typedef NXCoord HTCoord; typedef49 #define HTCoord NXCoord macro57 typedef int HTCoord; /* changed from float to int - kw */ typedef60 HTCoord left_indent; /* @@@@ junk! etc etc */73 HTCoord position; /* x coordinate for stop */94 HTCoord fontSize; /* The size of font, not independent */102 HTCoord indent1st; /* how far first line in paragraph is104 HTCoord leftIndent; /* how far second line is indented */105 HTCoord rightIndent; /* (Missing from NeXT version */107 HTCoord lineHt; /* line height */[all …]
2440 HTCoord saved_spaceBefore = me->sp->style->spaceBefore; in HTML_start_element()2441 HTCoord saved_spaceAfter = me->sp->style->spaceAfter; in HTML_start_element()