Lines Matching refs:name

202     const char *name = (const char *)node->name;
203 if (strcmp(name, "ColorMode") == 0) {
208 else if (strcmp(name, "ContentType") == 0)
210 else if (strcmp(name, "DocumentFormat") == 0)
257 else if (strcmp(name, "DocumentFormatExt") == 0)
259 else if (strcmp(name, "Intent") == 0)
261 else if (strcmp(name, "XResolution") == 0)
280 const char *name = (const char *)node->name;
282 if (strcmp(name, "MinWidth") == 0)
284 else if (strcmp(name, "MaxWidth") == 0) {
289 else if (strcmp(name, "MinHeight") == 0)
291 else if (strcmp(name, "MaxHeight") == 0) {
296 else if (strcmp(name, "MaxScanRegions") == 0)
298 else if (strcmp(name, "MaxOpticalXResolution") == 0)
300 else if (strcmp(name, "RiskyLeftMargin") == 0)
302 else if (strcmp(name, "RiskyRightMargin") == 0)
304 else if (strcmp(name, "RiskyTopMargin") == 0)
306 else if (strcmp(name, "RiskyBottomMargin") == 0)
319 if (!strcmp((const char *)node->name, "Min")){
323 else if (!strcmp((const char *)node->name, "Max")) {
327 else if (!strcmp((const char *)node->name, "Normal")) {
333 else if (!strcmp((const char *)node->name, "Step")) {
353 const char *name = (const char *)node->name;
354 if (strcmp(name, "BrightnessSupport") == 0) {
359 else if (strcmp(name, "ContrastSupport") == 0) {
364 else if (strcmp(name, "SharpenSupport") == 0) {
369 else if (strcmp(name, "ThresholdSupport") == 0) {
388 const char *name = (const char *)node->name;
389 if (strcmp(name, "MinWidth") == 0 ||
390 strcmp(name, "MaxWidth") == 0 ||
391 strcmp(name, "MinHeight") == 0 ||
392 strcmp(name, "MaxHeight") == 0 ||
393 strcmp(name, "MaxScanRegions") == 0 ||
394 strcmp(name, "ColorMode") == 0 ||
395 strcmp(name, "ContentType") == 0 ||
396 strcmp(name, "DocumentFormat") == 0 ||
397 strcmp(name, "XResolution") == 0 ||
398 strcmp(name, "Intent") == 0 ||
399 strcmp(name, "MaxOpticalXResolution") == 0 ||
400 strcmp(name, "RiskyLeftMargin") == 0 ||
401 strcmp(name, "RiskyRightMargin") == 0 ||
402 strcmp(name, "RiskyTopMargin") == 0 ||
403 strcmp(name, "RiskyBottomMargin") == 0 ||
404 strcmp(name, "DocumentFormatExt") == 0)
433 if (!strcmp((const char *)node->name, "Version")&& node->ns && node->ns->prefix){
437 if (!strcmp((const char *)node->name, "MakeAndModel")){
440 else if (!strcmp((const char *)node->name, "PlatenInputCaps")) {
447 else if (!strcmp((const char *)node->name, "AdfSimplexInputCaps")) {
454 else if (!strcmp((const char *)node->name, "AdfDuplexInputCaps")) {