Lines Matching refs:result
54 SkString result;
56 result.append("Color Fragment Processor:\n");
57 result += this->colorFragmentProcessor()->dumpTreeInfo();
59 result.append("No color fragment processor.\n");
62 result.append("Coverage Fragment Processor:\n");
63 result += this->coverageFragmentProcessor()->dumpTreeInfo();
65 result.append("No coverage fragment processors.\n");
68 result.append("Xfer Processor: ");
70 result.appendf("%s\n", this->xferProcessor()->name());
72 result.append("SrcOver\n");
75 result.append("XP Factory dumping not implemented.\n");
77 return result;