Home
last modified time | relevance | path

Searched refs:word_texture (Results 1 – 14 of 14) sorted by relevance

/dports/print/lout/lout-3.40/
H A Dz14.c226 word_texture(hyph_word) = texture(save_style(x)); \
600 word_texture(z) = word_texture(first_on_line); in KernWordLeftMargin()
729 word_texture(z) = word_texture(last_on_line); in KernWordRightMargin()
814 word_texture(res) = texture(save_style(x)); in FillObject()
839 word_texture(tmp) = 1; in FillObject()
1032 word_texture(t1) = 1; in FillObject()
1102 word_texture(z) = word_texture(tmp); in FillObject()
1217 word_texture(prev) == word_texture(next) && in FillObject()
1232 word_texture(tmp) = word_texture(prev); in FillObject()
H A Dz52.c115 word_texture(x) = num; in ptab_insert()
232 texture(*style) = word_texture(cname); in TextureChange()
234 else texture(*style) = word_texture(cname); in TextureChange()
H A Dz32.c65 word_texture(y) = word_texture(x); in Next()
H A Dz36.c1144 word_texture(z) = word_texture(y); in Hyphenate()
1145 word_texture(z) = word_texture(y); in Hyphenate()
1265 word_texture(z) = word_texture(y); in Hyphenate()
H A Dz38.c384 word_texture(res) = word_texture(x); in DoWord()
H A Dz12.c957 word_texture(z) = texture(save_style(x)); in MinSize()
1058 word_texture(prev) == word_texture(y) && in MinSize()
1080 word_texture(y) = word_texture(prev); in MinSize()
H A Dz23.c1237 underline_texture = word_texture(prev); in FixAndPrintObject()
1257 word_texture(urec) = underline_texture; in FixAndPrintObject()
1311 underline_texture = word_texture(prev); in FixAndPrintObject()
1330 word_texture(urec) = underline_texture; in FixAndPrintObject()
1351 word_texture(y), back(y, COLM), fwd(y, COLM), pg - xmk); in FixAndPrintObject()
H A Dz08.c1039 word_texture(x) = texture(*style); in Manifest()
1076 word_texture(y) = texture(*style); in Manifest()
1118 word_texture(y) = texture(*style); in Manifest()
1254 word_texture(prev) == word_texture(y) && in Manifest()
1273 word_texture(y) = word_texture(prev); in Manifest()
H A Dz46.c250 word_texture(tmp) = 1; in GazumpOptimize()
H A Dz22.c678 word_texture(last) = word_texture(y); in Promote()
H A Dz49.c1344 string(x), hpos, vpos, word_font(x), word_colour(x), word_texture(x), in PS_PrintWord()
1349 SetColourAndTexture(word_colour(x), word_texture(x)); in PS_PrintWord()
H A Dz21.c313 word_texture(tmp) = 1; in SizeGalley()
H A Dz13.c549 texture(save_style(y)) = word_texture(x); in BreakObject()
H A Dexterns.h1776 #define word_texture(x) (x)->os1.ou2.os22.oword_texture macro