Lines Matching refs:option
400 writer.option("mode", FLAGS_mode[0]);
401 writer.option("alpha", SkStringPrintf("0x%02X", alpha).c_str());
402 writer.option("antialias", SkStringPrintf("%d", FLAGS_forceAA).c_str());
403 writer.option("filter", SkStringPrintf("%d", FLAGS_forceFilter).c_str());
404 writer.option("dither", SkTriState::Name[dither]);
406 writer.option("rotate", SkStringPrintf("%d", FLAGS_rotate).c_str());
407 writer.option("scale", SkStringPrintf("%d", FLAGS_scale).c_str());
408 writer.option("clip", SkStringPrintf("%d", FLAGS_clip).c_str());
411 writer.option("scalar", "fixed");
413 writer.option("scalar", "float");
417 writer.option("system", "WIN32");
419 writer.option("system", "MAC");
421 writer.option("system", "ANDROID");
423 writer.option("system", "UNIX");
425 writer.option("system", "other");
429 writer.option("build", "DEBUG");
431 writer.option("build", "RELEASE");