Lines Matching defs:options
74 // Source options only need to be part of the key if they exist.
75 // Source type by source type, we either always set options or never set options.
81 writer.beginObject("options");
88 writer.endObject(); // options
124 const ObjectValue& options = (*r)["options"].as<ObjectValue>();
129 br.ext = options["ext"].as<StringValue>().begin();
130 br.gamut = options["gamut"].as<StringValue>().begin();
131 br.transferFn = options["transfer_fn"].as<StringValue>().begin();
132 br.colorType = options["color_type"].as<StringValue>().begin();
133 br.alphaType = options["alpha_type"].as<StringValue>().begin();
134 br.colorDepth = options["color_depth"].as<StringValue>().begin();