Lines Matching refs:keys
52 keys = parse_fiddle_sk(match.group(1))
55 width = keys.get('width', '256')
56 height = keys.get('height', '256')
57 source_image = keys.get('source', 256)
58 duration = keys.get('duration', '0')
59 textonly = 'textonly' in keys
60 srgb = not textonly and 'srgb' in keys
61 f16 = srgb and 'f16' in keys
62 offscreen = 'offscreen' in keys
82 keys.get('offscreen_width', '64'),
83 keys.get('offscreen_height', '64'),
84 keys.get('offscreen_sample_count', '0'),
85 keys.get('offscreen_texturable', 'false'),
86 keys.get('offscreen_mipmap', 'false')]))