Home | History | Annotate | Download | only in pshinter

Lines Matching refs:zones

133   /*****                       BLUE ZONES                              *****/
157 PSH_Blue_Zone zones, zone;
168 zones = bot_table->zones;
177 zones = top_table->zones;
183 zone = zones;
194 /* we have two zones on the same reference position -- */
230 /* Re-read blue zones from the original fonts and store them into out */
232 /* fuzz-expands the zones as well. */
257 /* read the input blue zones, and build two sorted tables */
258 /* (one for the top zones, the other for the bottom zones) */
274 PSH_Blue_Zone zone = top_table->zones;
297 PSH_Blue_Zone zone = bot_table->zones;
323 zone = top_table->zones;
333 /* expand the top and bottom of intermediate zones; */
357 zone = bot_table->zones;
450 zone = table->zones;
492 zone1 = normal->zones;
499 zone2 = family->zones;
525 /* calculate the maximum height of given blue zones */
564 /* look up stem top in top zones table */
567 zone = table->zones;
586 /* look up stem bottom in bottom zones table */
589 zone = table->zones + count-1;
700 /* copy blue zones */