Lines Matching refs:DEBUG

821 #define DEBUG printf
823 #define DEBUG HBDebug
915 DEBUG("could not select script %d in GSub table: %d", (int)script, error);
929 DEBUG("could not select script in gpos table: %d", error);
995 //DEBUG("error loading gdef table: %d", error);
999 //DEBUG() << "trying to load gsub table";
1005 //DEBUG("error loading gsub table: %d", error);
1007 //DEBUG("face doesn't have a gsub table");
1016 DEBUG("error loading gpos table: %d", error);
1075 DEBUG("gsub table has %d features", numfeatures);
1078 DEBUG(" feature '%s'", tag_to_string(r->FeatureTag));
1089 DEBUG("script %s has script index %d", tag_to_string(tag), script_index);
1094 DEBUG(" adding feature %s", tag_to_string(features->tag));
1117 DEBUG("gpos table has %d features", numfeatures);
1122 DEBUG(" feature '%s'", tag_to_string(r->FeatureTag));
1180 DEBUG("-----------------------------------------");
1181 // DEBUG("log clusters before shaping:");
1183 // DEBUG(" log[%d] = %d", j, item->log_clusters[j]);
1184 DEBUG("original glyphs: %p", item->glyphs);
1186 DEBUG(" glyph=%4x", hb_buffer->in_string[i].gindex);
1199 // DEBUG("log clusters before shaping:");
1201 // DEBUG(" log[%d] = %d", j, item->log_clusters[j]);
1202 DEBUG("shaped glyphs:");
1204 DEBUG(" glyph=%4x", hb_buffer->in_string[i].gindex);
1205 DEBUG("-----------------------------------------");
1255 // DEBUG(" ci[%d] = %d mark=%d, cmb=%d, cs=%d",
1269 // DEBUG("unpositioned: ");
1277 // DEBUG("positioned glyphs:");
1279 // DEBUG(" %d:\t orig advance: (%d/%d)\tadv=(%d/%d)\tpos=(%d/%d)\tback=%d\tnew_advance=%d", i,
1319 // DEBUG(" ->\tadv=%d\tpos=(%d/%d)",
1321 DEBUG("Glyph offset[%d] x:%d, y: %d)", i, offsets[i].x, offsets[i].y);
1330 DEBUG("log clusters after shaping:");
1332 DEBUG(" log[%d] = %d", j, item->log_clusters[j]);
1334 DEBUG("final glyphs:");
1336 DEBUG(" glyph=%4x char_index=%d mark: %d cmp: %d, clusterStart: %d advance=%d/%d offset=%d/%d",
1341 DEBUG("-----------------------------------------");