Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Side by Side Diff: golden/frontend/res/imp/testdata.js

Issue 2220573003: Add count of exclusively covered digests to each ignore rule (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Swapped counts Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « golden/frontend/res/imp/ignores-page-sk.html ('k') | golden/go/ignore/ignorestore.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 "use strict" 1 "use strict"
2 2
3 // Declares the testdata object that is a container for JS 3 // Declares the testdata object that is a container for JS
4 // testdata used by the *-demo.html pages. This avoids 4 // testdata used by the *-demo.html pages. This avoids
5 // cluttering the demo pages and allows to use testdata 5 // cluttering the demo pages and allows to use testdata
6 // across. 6 // across.
7 7
8 8
9 var testdata = testdata || {}; 9 var testdata = testdata || {};
10 10
11 // Commits. 11 // Commits.
12 testdata.commits = [ 12 testdata.commits = [
13 { 13 {
14 "commit_time": 1455800679, 14 "commit_time": 1455800679,
15 "hash": "adab5a2a4b2ae4d7fa832093fe81a640e848746c", 15 "hash": "adab5a2a4b2ae4d7fa832093fe81a640e848746c",
16 "author": "joshualitt (joshualitt@example.com)" 16 "author": "joshualitt (joshualitt@example.com)"
17 }, 17 },
18 { 18 {
19 "commit_time": 1455803133, 19 "commit_time": 1455803133,
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "hash": "d97f07dc43ed07536921ec4e87a8785ae2da8e6a", 255 "hash": "d97f07dc43ed07536921ec4e87a8785ae2da8e6a",
256 "author": "reed (reed@example.com)" 256 "author": "reed (reed@example.com)"
257 }, 257 },
258 { 258 {
259 "commit_time": 1456044232, 259 "commit_time": 1456044232,
260 "hash": "df56af4b4ac979a18ea1507bffe2e80f9faab47c", 260 "hash": "df56af4b4ac979a18ea1507bffe2e80f9faab47c",
261 "author": "update-skps (update-skps@skia.org)" 261 "author": "update-skps (update-skps@skia.org)"
262 } 262 }
263 ]; 263 ];
264 264
265 // Blame distributions. 265 // Blame distributions.
266 testdata.oldBlameDist = { 266 testdata.oldBlameDist = {
267 "freq": [ 43, 44, 45, 46, 47, 48 ], 267 "freq": [ 43, 44, 45, 46, 47, 48 ],
268 "old": true 268 "old": true
269 }; 269 };
270 270
271 // Blame distribution. 271 // Blame distribution.
272 testdata.newBlameDist = { 272 testdata.newBlameDist = {
273 "freq": [ 43, 44, 45, 46, 47, 48 ], 273 "freq": [ 43, 44, 45, 46, 47, 48 ],
274 "old": false 274 "old": false
275 }; 275 };
276 276
277 // Sample dots. 277 // Sample dots.
278 testdata.traces = { 278 testdata.traces = {
279 "tileSize": 50, 279 "tileSize": 50,
280 "traces": [ 280 "traces": [
281 { 281 {
282 "data": [ 282 "data": [
283 { 283 {
284 "x": 21, 284 "x": 21,
285 "y": 0, 285 "y": 0,
286 "s": 1 286 "s": 1
287 }, 287 },
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "digests": [ 322 "digests": [
323 { 323 {
324 "digest": "0444d7180dac4bf7a6b1d2487811b131", 324 "digest": "0444d7180dac4bf7a6b1d2487811b131",
325 "status": "untriaged" 325 "status": "untriaged"
326 }, 326 },
327 { 327 {
328 "digest": "c977dacbf4693c63f4b507b4cbb44e17", 328 "digest": "c977dacbf4693c63f4b507b4cbb44e17",
329 "status": "positive" 329 "status": "positive"
330 } 330 }
331 ] 331 ]
332 }; 332 };
333 333
334 testdata.searchDetails = [ 334 testdata.searchDetails = [
335 { 335 {
336 "test": "dstreadshuffle", 336 "test": "dstreadshuffle",
337 "digest": "0444d7180dac4bf7a6b1d2487811b131", 337 "digest": "0444d7180dac4bf7a6b1d2487811b131",
338 "status": "untriaged", 338 "status": "untriaged",
339 "paramset": { 339 "paramset": {
340 "arch": [ 340 "arch": [
341 "x86_64" 341 "x86_64"
342 ], 342 ],
(...skipping 1802 matching lines...) Expand 10 before | Expand all | Expand 10 after
2145 digests: fiveResultsDetails 2145 digests: fiveResultsDetails
2146 }; 2146 };
2147 2147
2148 2148
2149 2149
2150 2150
2151 testdata.singleDigest = { 2151 testdata.singleDigest = {
2152 "blame": { 2152 "blame": {
2153 "freq": [ 2153 "freq": [
2154 37 2154 37
2155 ], 2155 ],
2156 "old": false 2156 "old": false
2157 }, 2157 },
2158 "commits": [ 2158 "commits": [
2159 { 2159 {
2160 "author": "cdalton (cdalton@example.com)", 2160 "author": "cdalton (cdalton@example.com)",
2161 "commit_time": 1457387906, 2161 "commit_time": 1457387906,
2162 "hash": "28f45b949acc746849100fbe112ee5280f0594c9" 2162 "hash": "28f45b949acc746849100fbe112ee5280f0594c9"
2163 }, 2163 },
2164 { 2164 {
2165 "author": "halcanary (halcanary@example.com)", 2165 "author": "halcanary (halcanary@example.com)",
2166 "commit_time": 1457391470, 2166 "commit_time": 1457391470,
2167 "hash": "48810a023705ffac466adb93efdb3861cf2e197a" 2167 "hash": "48810a023705ffac466adb93efdb3861cf2e197a"
2168 }, 2168 },
2169 { 2169 {
2170 "author": "cdalton (cdalton@example.com)", 2170 "author": "cdalton (cdalton@example.com)",
2171 "commit_time": 1457393949, 2171 "commit_time": 1457393949,
2172 "hash": "8d988b3a73a75e062bc139f19cc6966888c722e2" 2172 "hash": "8d988b3a73a75e062bc139f19cc6966888c722e2"
2173 }, 2173 },
2174 { 2174 {
2175 "author": "mtklein (mtklein@example.com)", 2175 "author": "mtklein (mtklein@example.com)",
2176 "commit_time": 1457400026, 2176 "commit_time": 1457400026,
2177 "hash": "46752200009f70d708e37b413a2144b7aaa09ce1" 2177 "hash": "46752200009f70d708e37b413a2144b7aaa09ce1"
2178 }, 2178 },
2179 { 2179 {
2180 "author": "msarett (msarett@example.com)", 2180 "author": "msarett (msarett@example.com)",
2181 "commit_time": 1457400312, 2181 "commit_time": 1457400312,
2182 "hash": "53add95b2e8d97e4dfe18b26e1f3a0d414706354" 2182 "hash": "53add95b2e8d97e4dfe18b26e1f3a0d414706354"
2183 }, 2183 },
2184 { 2184 {
2185 "author": "benjaminwagner (benjaminwagner@example.com)", 2185 "author": "benjaminwagner (benjaminwagner@example.com)",
2186 "commit_time": 1457402283, 2186 "commit_time": 1457402283,
2187 "hash": "706d21ffd03a0a446f7b997c801356abb891eaeb" 2187 "hash": "706d21ffd03a0a446f7b997c801356abb891eaeb"
2188 }, 2188 },
2189 { 2189 {
2190 "author": "borenet (borenet@example.com)", 2190 "author": "borenet (borenet@example.com)",
2191 "commit_time": 1457443983, 2191 "commit_time": 1457443983,
2192 "hash": "f2e2a1e290ad6de558fd26965f2f5c60c9828014" 2192 "hash": "f2e2a1e290ad6de558fd26965f2f5c60c9828014"
2193 }, 2193 },
2194 { 2194 {
2195 "author": "bsalomon (bsalomon@example.com)", 2195 "author": "bsalomon (bsalomon@example.com)",
2196 "commit_time": 1457454615, 2196 "commit_time": 1457454615,
2197 "hash": "cdaa97bf664e0d584187efc125bfff670a064a9a" 2197 "hash": "cdaa97bf664e0d584187efc125bfff670a064a9a"
2198 }, 2198 },
2199 { 2199 {
2200 "author": "halcanary (halcanary@example.com)", 2200 "author": "halcanary (halcanary@example.com)",
2201 "commit_time": 1457454732, 2201 "commit_time": 1457454732,
2202 "hash": "ece83924384b2e9e8cd422324c44797deb99ec90" 2202 "hash": "ece83924384b2e9e8cd422324c44797deb99ec90"
2203 }, 2203 },
2204 { 2204 {
2205 "author": "bungeman (bungeman@example.com)", 2205 "author": "bungeman (bungeman@example.com)",
2206 "commit_time": 1457454923, 2206 "commit_time": 1457454923,
2207 "hash": "c901c11549acd19e7fc225276f78374ac1600496" 2207 "hash": "c901c11549acd19e7fc225276f78374ac1600496"
2208 }, 2208 },
2209 { 2209 {
2210 "author": "robertphillips (robertphillips@example.com)", 2210 "author": "robertphillips (robertphillips@example.com)",
2211 "commit_time": 1457455038, 2211 "commit_time": 1457455038,
2212 "hash": "bd590aa658a80d1646656289d802046a80f7c987" 2212 "hash": "bd590aa658a80d1646656289d802046a80f7c987"
2213 }, 2213 },
2214 { 2214 {
2215 "author": "robertphillips (robertphillips@example.com)", 2215 "author": "robertphillips (robertphillips@example.com)",
2216 "commit_time": 1457455643, 2216 "commit_time": 1457455643,
2217 "hash": "c80bf74bccc32da1b528e667bc4970069d2a6652" 2217 "hash": "c80bf74bccc32da1b528e667bc4970069d2a6652"
2218 }, 2218 },
2219 { 2219 {
2220 "author": "mtklein (mtklein@example.com)", 2220 "author": "mtklein (mtklein@example.com)",
2221 "commit_time": 1457456499, 2221 "commit_time": 1457456499,
2222 "hash": "c41fd9251dad3e2e2797436a4ccfaf0490914fe0" 2222 "hash": "c41fd9251dad3e2e2797436a4ccfaf0490914fe0"
2223 }, 2223 },
2224 { 2224 {
2225 "author": "reed (reed@example.com)", 2225 "author": "reed (reed@example.com)",
2226 "commit_time": 1457456544, 2226 "commit_time": 1457456544,
2227 "hash": "aa5e1ae06b33841ad4efc9fbf4c8b2cd6236d58b" 2227 "hash": "aa5e1ae06b33841ad4efc9fbf4c8b2cd6236d58b"
2228 }, 2228 },
2229 { 2229 {
2230 "author": "senorblanco (senorblanco@example.com)", 2230 "author": "senorblanco (senorblanco@example.com)",
2231 "commit_time": 1457456804, 2231 "commit_time": 1457456804,
2232 "hash": "e6eaa320e8dac34396dc364aa0863574d7b5291c" 2232 "hash": "e6eaa320e8dac34396dc364aa0863574d7b5291c"
2233 }, 2233 },
2234 { 2234 {
2235 "author": "joshualitt (joshualitt@example.com)", 2235 "author": "joshualitt (joshualitt@example.com)",
2236 "commit_time": 1457458275, 2236 "commit_time": 1457458275,
2237 "hash": "08e65e718a3464a594e6dfca0351dfed19ac2445" 2237 "hash": "08e65e718a3464a594e6dfca0351dfed19ac2445"
2238 }, 2238 },
2239 { 2239 {
2240 "author": "reed (reed@example.com)", 2240 "author": "reed (reed@example.com)",
2241 "commit_time": 1457460558, 2241 "commit_time": 1457460558,
2242 "hash": "93bb080503eec5df5674a1bcfe4baaceced799ff" 2242 "hash": "93bb080503eec5df5674a1bcfe4baaceced799ff"
2243 }, 2243 },
2244 { 2244 {
2245 "author": "fmalita (fmalita@example.com)", 2245 "author": "fmalita (fmalita@example.com)",
2246 "commit_time": 1457461249, 2246 "commit_time": 1457461249,
2247 "hash": "d8a4f772115bbb9d50c0e73613bdd879833da690" 2247 "hash": "d8a4f772115bbb9d50c0e73613bdd879833da690"
2248 }, 2248 },
2249 { 2249 {
2250 "author": "joshualitt (joshualitt@example.com)", 2250 "author": "joshualitt (joshualitt@example.com)",
2251 "commit_time": 1457462622, 2251 "commit_time": 1457462622,
2252 "hash": "b0666ad3a9e99ce1a6e6d9ea69ff9f1ddbe74594" 2252 "hash": "b0666ad3a9e99ce1a6e6d9ea69ff9f1ddbe74594"
2253 }, 2253 },
2254 { 2254 {
2255 "author": "robertphillips (robertphillips@example.com)", 2255 "author": "robertphillips (robertphillips@example.com)",
2256 "commit_time": 1457462732, 2256 "commit_time": 1457462732,
2257 "hash": "ab01ccd2786b74ca9ff20fa7852e208ceb45d394" 2257 "hash": "ab01ccd2786b74ca9ff20fa7852e208ceb45d394"
2258 }, 2258 },
2259 { 2259 {
2260 "author": "joshualitt (joshualitt@example.com)", 2260 "author": "joshualitt (joshualitt@example.com)",
2261 "commit_time": 1457463401, 2261 "commit_time": 1457463401,
2262 "hash": "810f77fb9c21a8f2e3373ff92ef302e22b585e4c" 2262 "hash": "810f77fb9c21a8f2e3373ff92ef302e22b585e4c"
2263 }, 2263 },
2264 { 2264 {
2265 "author": "aleksandar.stojiljkovic (aleksandar.stojiljkovic@intel.co m)", 2265 "author": "aleksandar.stojiljkovic (aleksandar.stojiljkovic@intel.co m)",
2266 "commit_time": 1457464702, 2266 "commit_time": 1457464702,
2267 "hash": "88cb82246a5dc141cb9f49a3b9187abb515cd49d" 2267 "hash": "88cb82246a5dc141cb9f49a3b9187abb515cd49d"
2268 }, 2268 },
2269 { 2269 {
2270 "author": "mtklein (mtklein@example.com)", 2270 "author": "mtklein (mtklein@example.com)",
2271 "commit_time": 1457465471, 2271 "commit_time": 1457465471,
2272 "hash": "bb6c41b1dbe5021da5c7e8257e04d8ed6979af05" 2272 "hash": "bb6c41b1dbe5021da5c7e8257e04d8ed6979af05"
2273 }, 2273 },
2274 { 2274 {
2275 "author": "yujieqin (yujieqin@example.com)", 2275 "author": "yujieqin (yujieqin@example.com)",
2276 "commit_time": 1457466451, 2276 "commit_time": 1457466451,
2277 "hash": "412f534563397fdda1229edffe6c49c15c5de59b" 2277 "hash": "412f534563397fdda1229edffe6c49c15c5de59b"
2278 }, 2278 },
2279 { 2279 {
2280 "author": "bsalomon (bsalomon@example.com)", 2280 "author": "bsalomon (bsalomon@example.com)",
2281 "commit_time": 1457466811, 2281 "commit_time": 1457466811,
2282 "hash": "093779c39add14f0b35b3374fee8f05cff10c9be" 2282 "hash": "093779c39add14f0b35b3374fee8f05cff10c9be"
2283 }, 2283 },
2284 { 2284 {
2285 "author": "robertphillips (robertphillips@example.com)", 2285 "author": "robertphillips (robertphillips@example.com)",
2286 "commit_time": 1457467537, 2286 "commit_time": 1457467537,
2287 "hash": "40736abf74908dfed82567ba88432103c9a7e900" 2287 "hash": "40736abf74908dfed82567ba88432103c9a7e900"
2288 }, 2288 },
2289 { 2289 {
2290 "author": "jvanverth (jvanverth@example.com)", 2290 "author": "jvanverth (jvanverth@example.com)",
2291 "commit_time": 1457467767, 2291 "commit_time": 1457467767,
2292 "hash": "910114a35076c6bb2dba21bac4607172a823f641" 2292 "hash": "910114a35076c6bb2dba21bac4607172a823f641"
2293 }, 2293 },
2294 { 2294 {
2295 "author": "brianosman (brianosman@example.com)", 2295 "author": "brianosman (brianosman@example.com)",
2296 "commit_time": 1457468109, 2296 "commit_time": 1457468109,
2297 "hash": "8418aacec653e325c714384e5928667849dab6de" 2297 "hash": "8418aacec653e325c714384e5928667849dab6de"
2298 }, 2298 },
2299 { 2299 {
2300 "author": "egdaniel (egdaniel@example.com)", 2300 "author": "egdaniel (egdaniel@example.com)",
2301 "commit_time": 1457468394, 2301 "commit_time": 1457468394,
2302 "hash": "d5e3b9e1e0f93a4722c20bb095079cde7ad80dc4" 2302 "hash": "d5e3b9e1e0f93a4722c20bb095079cde7ad80dc4"
2303 }, 2303 },
2304 { 2304 {
2305 "author": "mtklein (mtklein@example.com)", 2305 "author": "mtklein (mtklein@example.com)",
2306 "commit_time": 1457469251, 2306 "commit_time": 1457469251,
2307 "hash": "6b5c5cc7b7bdffb4882706b915b544aba8714961" 2307 "hash": "6b5c5cc7b7bdffb4882706b915b544aba8714961"
2308 }, 2308 },
2309 { 2309 {
2310 "author": "halcanary (halcanary@example.com)", 2310 "author": "halcanary (halcanary@example.com)",
2311 "commit_time": 1457469502, 2311 "commit_time": 1457469502,
2312 "hash": "9904c9212074279380e21f96575078734dbbd308" 2312 "hash": "9904c9212074279380e21f96575078734dbbd308"
2313 }, 2313 },
2314 { 2314 {
2315 "author": "reed (reed@example.com)", 2315 "author": "reed (reed@example.com)",
2316 "commit_time": 1457470488, 2316 "commit_time": 1457470488,
2317 "hash": "647cc8474828202c98d540f799742e3074a2aace" 2317 "hash": "647cc8474828202c98d540f799742e3074a2aace"
2318 }, 2318 },
2319 { 2319 {
2320 "author": "halcanary (halcanary@example.com)", 2320 "author": "halcanary (halcanary@example.com)",
2321 "commit_time": 1457471035, 2321 "commit_time": 1457471035,
2322 "hash": "51d04d3c17954f9f8629e7d8a9fe870a7b19962f" 2322 "hash": "51d04d3c17954f9f8629e7d8a9fe870a7b19962f"
2323 }, 2323 },
2324 { 2324 {
2325 "author": "joshualitt (joshualitt@example.com)", 2325 "author": "joshualitt (joshualitt@example.com)",
2326 "commit_time": 1457472273, 2326 "commit_time": 1457472273,
2327 "hash": "b82f088a112d700db570b837ebbf1b2e3772077c" 2327 "hash": "b82f088a112d700db570b837ebbf1b2e3772077c"
2328 }, 2328 },
2329 { 2329 {
2330 "author": "mtklein (mtklein@example.com)", 2330 "author": "mtklein (mtklein@example.com)",
2331 "commit_time": 1457472342, 2331 "commit_time": 1457472342,
2332 "hash": "c48fc9b1fdd0ba255a3ef1a9b3bcba9ee918b1f7" 2332 "hash": "c48fc9b1fdd0ba255a3ef1a9b3bcba9ee918b1f7"
2333 }, 2333 },
2334 { 2334 {
2335 "author": "halcanary (halcanary@example.com)", 2335 "author": "halcanary (halcanary@example.com)",
2336 "commit_time": 1457478616, 2336 "commit_time": 1457478616,
2337 "hash": "8103a34300c5de2e85793a96c4738a33fc6eb46d" 2337 "hash": "8103a34300c5de2e85793a96c4738a33fc6eb46d"
2338 }, 2338 },
2339 { 2339 {
2340 "author": "kulshin (kulshin@example.com)", 2340 "author": "kulshin (kulshin@example.com)",
2341 "commit_time": 1457487005, 2341 "commit_time": 1457487005,
2342 "hash": "042f859c19f71ca9feacddd1cb058ff59eed8963" 2342 "hash": "042f859c19f71ca9feacddd1cb058ff59eed8963"
2343 }, 2343 },
2344 { 2344 {
2345 "author": "reed (reed@example.com)", 2345 "author": "reed (reed@example.com)",
2346 "commit_time": 1457491800, 2346 "commit_time": 1457491800,
2347 "hash": "8a21c9fe7f5fef9e87115defef27bd7218419f28" 2347 "hash": "8a21c9fe7f5fef9e87115defef27bd7218419f28"
2348 }, 2348 },
2349 { 2349 {
2350 "author": "robertphillips (robertphillips@example.com)", 2350 "author": "robertphillips (robertphillips@example.com)",
2351 "commit_time": 1457529430, 2351 "commit_time": 1457529430,
2352 "hash": "6ac97b7eb99c06107bb4536e1a888fce7837213a" 2352 "hash": "6ac97b7eb99c06107bb4536e1a888fce7837213a"
2353 }, 2353 },
2354 { 2354 {
2355 "author": "caryclark (caryclark@example.com)", 2355 "author": "caryclark (caryclark@example.com)",
2356 "commit_time": 1457531753, 2356 "commit_time": 1457531753,
2357 "hash": "18bbd00190623fb6cdb119df4a118ac3c1aed52a" 2357 "hash": "18bbd00190623fb6cdb119df4a118ac3c1aed52a"
2358 }, 2358 },
2359 { 2359 {
2360 "author": "msarett (msarett@example.com)", 2360 "author": "msarett (msarett@example.com)",
2361 "commit_time": 1457533015, 2361 "commit_time": 1457533015,
2362 "hash": "790f99ae729803ddf827251bbbb9bb21fc165e35" 2362 "hash": "790f99ae729803ddf827251bbbb9bb21fc165e35"
2363 }, 2363 },
2364 { 2364 {
2365 "author": "bsalomon (bsalomon@example.com)", 2365 "author": "bsalomon (bsalomon@example.com)",
2366 "commit_time": 1457533516, 2366 "commit_time": 1457533516,
2367 "hash": "e699d0cd25fd059e3f0c4949e613e50c83a52179" 2367 "hash": "e699d0cd25fd059e3f0c4949e613e50c83a52179"
2368 }, 2368 },
2369 { 2369 {
2370 "author": "msarett (msarett@example.com)", 2370 "author": "msarett (msarett@example.com)",
2371 "commit_time": 1457536481, 2371 "commit_time": 1457536481,
2372 "hash": "c3adf2fb41d8f2be2724a998ed2aa03b48a10a99" 2372 "hash": "c3adf2fb41d8f2be2724a998ed2aa03b48a10a99"
2373 }, 2373 },
2374 { 2374 {
2375 "author": "bungeman (bungeman@example.com)", 2375 "author": "bungeman (bungeman@example.com)",
2376 "commit_time": 1457538174, 2376 "commit_time": 1457538174,
2377 "hash": "51190df040c5a81bb82b9cd5b95f07a39d0e602b" 2377 "hash": "51190df040c5a81bb82b9cd5b95f07a39d0e602b"
2378 }, 2378 },
2379 { 2379 {
2380 "author": "halcanary (halcanary@example.com)", 2380 "author": "halcanary (halcanary@example.com)",
2381 "commit_time": 1457538730, 2381 "commit_time": 1457538730,
2382 "hash": "e94ea625fbce6979b7ef59255c7598e81d37f546" 2382 "hash": "e94ea625fbce6979b7ef59255c7598e81d37f546"
2383 }, 2383 },
2384 { 2384 {
2385 "author": "robertphillips (robertphillips@example.com)", 2385 "author": "robertphillips (robertphillips@example.com)",
2386 "commit_time": 1457541443, 2386 "commit_time": 1457541443,
2387 "hash": "7f229ed827d1dc5897acfa87d84b642ce34b678f" 2387 "hash": "7f229ed827d1dc5897acfa87d84b642ce34b678f"
2388 }, 2388 },
2389 { 2389 {
2390 "author": "reed (reed@example.com)", 2390 "author": "reed (reed@example.com)",
2391 "commit_time": 1457545850, 2391 "commit_time": 1457545850,
2392 "hash": "2ad1aa67c6894696cdd65ec56057f81031d1c24a" 2392 "hash": "2ad1aa67c6894696cdd65ec56057f81031d1c24a"
2393 }, 2393 },
2394 { 2394 {
2395 "author": "bsalomon (bsalomon@example.com)", 2395 "author": "bsalomon (bsalomon@example.com)",
2396 "commit_time": 1457545965, 2396 "commit_time": 1457545965,
2397 "hash": "7467ab8cc0818008649f043fb98127c929c2eb37" 2397 "hash": "7467ab8cc0818008649f043fb98127c929c2eb37"
2398 }, 2398 },
2399 { 2399 {
2400 "author": "bsalomon (bsalomon@example.com)", 2400 "author": "bsalomon (bsalomon@example.com)",
2401 "commit_time": 1457546156, 2401 "commit_time": 1457546156,
2402 "hash": "5b592e8d0998d89a077a098b9d912c06ccebd8d8" 2402 "hash": "5b592e8d0998d89a077a098b9d912c06ccebd8d8"
2403 }, 2403 },
2404 { 2404 {
2405 "author": "jvanverth (jvanverth@example.com)", 2405 "author": "jvanverth (jvanverth@example.com)",
2406 "commit_time": 1457546272, 2406 "commit_time": 1457546272,
2407 "hash": "0fcfb7525f60eabfdaf9761c75c7d4fd1b46d0c5" 2407 "hash": "0fcfb7525f60eabfdaf9761c75c7d4fd1b46d0c5"
2408 } 2408 }
2409 ], 2409 ],
2410 "issues": [], 2410 "issues": [],
2411 "leftStatus": "untriaged", 2411 "leftStatus": "untriaged",
2412 "negClosest": { 2412 "negClosest": {
2413 "diff": 3.4028235e+38, 2413 "diff": 3.4028235e+38,
2414 "diffPixels": 3.4028235e+38, 2414 "diffPixels": 3.4028235e+38,
2415 "digest": "", 2415 "digest": "",
2416 "maxRGBA": [] 2416 "maxRGBA": []
2417 }, 2417 },
2418 "otherDigests": [ 2418 "otherDigests": [
2419 { 2419 {
2420 "digest": "08179f132ac2ad1464263f71123fadad", 2420 "digest": "08179f132ac2ad1464263f71123fadad",
2421 "status": "untriaged" 2421 "status": "untriaged"
2422 }, 2422 },
2423 { 2423 {
2424 "digest": "fbb3823abd270264d0d75db91c427b4c", 2424 "digest": "fbb3823abd270264d0d75db91c427b4c",
2425 "status": "positive" 2425 "status": "positive"
2426 } 2426 }
2427 ], 2427 ],
2428 "params": [ 2428 "params": [
2429 { 2429 {
2430 "left": [ 2430 "left": [
2431 "Arm7" 2431 "Arm7"
2432 ], 2432 ],
2433 "name": "arch", 2433 "name": "arch",
2434 "top": [ 2434 "top": [
2435 "Arm7" 2435 "Arm7"
2436 ] 2436 ]
2437 }, 2437 },
2438 { 2438 {
2439 "left": [ 2439 "left": [
2440 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Debug" 2440 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Debug"
2441 ], 2441 ],
2442 "name": "builder", 2442 "name": "builder",
2443 "top": [ 2443 "top": [
2444 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Debug" 2444 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Debug"
2445 ] 2445 ]
2446 }, 2446 },
2447 { 2447 {
2448 "left": [ 2448 "left": [
2449 "GCC" 2449 "GCC"
2450 ], 2450 ],
2451 "name": "compiler", 2451 "name": "compiler",
2452 "top": [ 2452 "top": [
2453 "GCC" 2453 "GCC"
2454 ] 2454 ]
2455 }, 2455 },
2456 { 2456 {
2457 "left": [ 2457 "left": [
2458 "msaa4" 2458 "msaa4"
2459 ], 2459 ],
2460 "name": "config", 2460 "name": "config",
2461 "top": [ 2461 "top": [
2462 "msaa4" 2462 "msaa4"
2463 ] 2463 ]
2464 }, 2464 },
2465 { 2465 {
2466 "left": [ 2466 "left": [
2467 "Debug" 2467 "Debug"
2468 ], 2468 ],
2469 "name": "configuration", 2469 "name": "configuration",
2470 "top": [ 2470 "top": [
2471 "Debug" 2471 "Debug"
2472 ] 2472 ]
2473 }, 2473 },
2474 { 2474 {
2475 "left": [ 2475 "left": [
2476 "GPU" 2476 "GPU"
2477 ], 2477 ],
2478 "name": "cpu_or_gpu", 2478 "name": "cpu_or_gpu",
2479 "top": [ 2479 "top": [
2480 "GPU" 2480 "GPU"
2481 ] 2481 ]
2482 }, 2482 },
2483 { 2483 {
2484 "left": [ 2484 "left": [
2485 "Adreno330" 2485 "Adreno330"
2486 ], 2486 ],
2487 "name": "cpu_or_gpu_value", 2487 "name": "cpu_or_gpu_value",
2488 "top": [ 2488 "top": [
2489 "Adreno330" 2489 "Adreno330"
2490 ] 2490 ]
2491 }, 2491 },
2492 { 2492 {
2493 "left": [ 2493 "left": [
2494 "png" 2494 "png"
2495 ], 2495 ],
2496 "name": "ext", 2496 "name": "ext",
2497 "top": [ 2497 "top": [
2498 "png" 2498 "png"
2499 ] 2499 ]
2500 }, 2500 },
2501 { 2501 {
2502 "left": [ 2502 "left": [
2503 "no" 2503 "no"
2504 ], 2504 ],
2505 "name": "gamma_correct", 2505 "name": "gamma_correct",
2506 "top": [ 2506 "top": [
2507 "no" 2507 "no"
2508 ] 2508 ]
2509 }, 2509 },
2510 { 2510 {
2511 "left": [ 2511 "left": [
2512 "Nexus5" 2512 "Nexus5"
2513 ], 2513 ],
2514 "name": "model", 2514 "name": "model",
2515 "top": [ 2515 "top": [
2516 "Nexus5" 2516 "Nexus5"
2517 ] 2517 ]
2518 }, 2518 },
2519 { 2519 {
2520 "left": [ 2520 "left": [
2521 "imageblur2" 2521 "imageblur2"
2522 ], 2522 ],
2523 "name": "name", 2523 "name": "name",
2524 "top": [ 2524 "top": [
2525 "imageblur2" 2525 "imageblur2"
2526 ] 2526 ]
2527 }, 2527 },
2528 { 2528 {
2529 "left": [ 2529 "left": [
2530 "Android" 2530 "Android"
2531 ], 2531 ],
2532 "name": "os", 2532 "name": "os",
2533 "top": [ 2533 "top": [
2534 "Android" 2534 "Android"
2535 ] 2535 ]
2536 }, 2536 },
2537 { 2537 {
2538 "left": [ 2538 "left": [
2539 "gm" 2539 "gm"
2540 ], 2540 ],
2541 "name": "source_type", 2541 "name": "source_type",
2542 "top": [ 2542 "top": [
2543 "gm" 2543 "gm"
2544 ] 2544 ]
2545 } 2545 }
2546 ], 2546 ],
2547 "posClosest": { 2547 "posClosest": {
2548 "diff": 3.07502, 2548 "diff": 3.07502,
2549 "diffPixels": 17.08, 2549 "diffPixels": 17.08,
2550 "digest": "fbb3823abd270264d0d75db91c427b4c", 2550 "digest": "fbb3823abd270264d0d75db91c427b4c",
2551 "maxRGBA": [ 2551 "maxRGBA": [
2552 181, 2552 181,
2553 106, 2553 106,
2554 189, 2554 189,
2555 0 2555 0
2556 ] 2556 ]
2557 }, 2557 },
2558 "tileSize": 50, 2558 "tileSize": 50,
2559 "topStatus": "untriaged", 2559 "topStatus": "untriaged",
2560 "traces": [ 2560 "traces": [
2561 { 2561 {
2562 "data": [ 2562 "data": [
2563 { 2563 {
2564 "s": 1, 2564 "s": 1,
2565 "x": 0, 2565 "x": 0,
2566 "y": 0 2566 "y": 0
2567 }, 2567 },
2568 { 2568 {
2569 "s": 1, 2569 "s": 1,
2570 "x": 5, 2570 "x": 5,
2571 "y": 0 2571 "y": 0
2572 }, 2572 },
2573 { 2573 {
2574 "s": 1, 2574 "s": 1,
2575 "x": 6, 2575 "x": 6,
2576 "y": 0 2576 "y": 0
2577 }, 2577 },
2578 { 2578 {
2579 "s": 1, 2579 "s": 1,
2580 "x": 20, 2580 "x": 20,
2581 "y": 0 2581 "y": 0
2582 }, 2582 },
2583 { 2583 {
2584 "s": 1, 2584 "s": 1,
2585 "x": 28, 2585 "x": 28,
2586 "y": 0 2586 "y": 0
2587 }, 2587 },
2588 { 2588 {
2589 "s": 1, 2589 "s": 1,
2590 "x": 36, 2590 "x": 36,
2591 "y": 0 2591 "y": 0
2592 }, 2592 },
2593 { 2593 {
2594 "s": 0, 2594 "s": 0,
2595 "x": 37, 2595 "x": 37,
2596 "y": 0 2596 "y": 0
2597 } 2597 }
2598 ], 2598 ],
2599 "label": "Arm7:GCC:msaa4:Debug:GPU:Adreno330:Nexus5:imageblur2:Andro id:gm", 2599 "label": "Arm7:GCC:msaa4:Debug:GPU:Adreno330:Nexus5:imageblur2:Andro id:gm",
2600 "params": { 2600 "params": {
2601 "arch": "Arm7", 2601 "arch": "Arm7",
2602 "builder": "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Debug", 2602 "builder": "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Debug",
2603 "compiler": "GCC", 2603 "compiler": "GCC",
2604 "config": "msaa4", 2604 "config": "msaa4",
2605 "configuration": "Debug", 2605 "configuration": "Debug",
2606 "cpu_or_gpu": "GPU", 2606 "cpu_or_gpu": "GPU",
2607 "cpu_or_gpu_value": "Adreno330", 2607 "cpu_or_gpu_value": "Adreno330",
2608 "ext": "png", 2608 "ext": "png",
2609 "gamma_correct": "no", 2609 "gamma_correct": "no",
2610 "model": "Nexus5", 2610 "model": "Nexus5",
2611 "name": "imageblur2", 2611 "name": "imageblur2",
2612 "os": "Android", 2612 "os": "Android",
2613 "source_type": "gm" 2613 "source_type": "gm"
2614 } 2614 }
2615 } 2615 }
2616 ] 2616 ]
2617 }; 2617 };
2618 2618
2619 2619
2620 testdata.diffDigests = { 2620 testdata.diffDigests = {
2621 "diff": { 2621 "diff": {
2622 "diff": 1.1579049, 2622 "diff": 1.1579049,
2623 "diffPixels": 66.10344, 2623 "diffPixels": 66.10344,
2624 "digest": "", 2624 "digest": "",
2625 "maxRGBA": [ 2625 "maxRGBA": [
2626 7, 2626 7,
2627 3, 2627 3,
2628 7, 2628 7,
2629 0 2629 0
2630 ] 2630 ]
2631 }, 2631 },
2632 "left": { 2632 "left": {
2633 "diff": null, 2633 "diff": null,
2634 "digest": "96bd09a4233feeeebcf263d5eccc9a64", 2634 "digest": "96bd09a4233feeeebcf263d5eccc9a64",
2635 "paramset": { 2635 "paramset": {
2636 "arch": [ 2636 "arch": [
2637 "Arm64" 2637 "Arm64"
2638 ], 2638 ],
2639 "builder": [ 2639 "builder": [
2640 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Release" 2640 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Release"
2641 ], 2641 ],
2642 "compiler": [ 2642 "compiler": [
2643 "GCC" 2643 "GCC"
2644 ], 2644 ],
2645 "config": [ 2645 "config": [
2646 "565" 2646 "565"
2647 ], 2647 ],
2648 "configuration": [ 2648 "configuration": [
2649 "Release" 2649 "Release"
2650 ], 2650 ],
2651 "cpu_or_gpu": [ 2651 "cpu_or_gpu": [
2652 "CPU" 2652 "CPU"
2653 ], 2653 ],
2654 "cpu_or_gpu_value": [ 2654 "cpu_or_gpu_value": [
2655 "Denver" 2655 "Denver"
2656 ], 2656 ],
2657 "ext": [ 2657 "ext": [
2658 "png" 2658 "png"
2659 ], 2659 ],
2660 "gamma_correct": [ 2660 "gamma_correct": [
2661 "no" 2661 "no"
2662 ], 2662 ],
2663 "model": [ 2663 "model": [
2664 "Nexus9" 2664 "Nexus9"
2665 ], 2665 ],
2666 "name": [ 2666 "name": [
2667 "patch_grid" 2667 "patch_grid"
2668 ], 2668 ],
2669 "os": [ 2669 "os": [
2670 "Android" 2670 "Android"
2671 ], 2671 ],
2672 "source_type": [ 2672 "source_type": [
2673 "gm" 2673 "gm"
2674 ] 2674 ]
2675 }, 2675 },
2676 "status": "untriaged", 2676 "status": "untriaged",
2677 "test": "patch_grid", 2677 "test": "patch_grid",
2678 "traces": null 2678 "traces": null
2679 }, 2679 },
2680 "right": { 2680 "right": {
2681 "diff": null, 2681 "diff": null,
2682 "digest": "5127f5a87717bf9102b114c941b852cd", 2682 "digest": "5127f5a87717bf9102b114c941b852cd",
2683 "paramset": { 2683 "paramset": {
2684 "arch": [ 2684 "arch": [
2685 "Arm64" 2685 "Arm64"
2686 ], 2686 ],
2687 "builder": [ 2687 "builder": [
2688 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Release" 2688 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Release"
2689 ], 2689 ],
2690 "compiler": [ 2690 "compiler": [
2691 "GCC" 2691 "GCC"
2692 ], 2692 ],
2693 "config": [ 2693 "config": [
2694 "tiles_rt-8888" 2694 "tiles_rt-8888"
2695 ], 2695 ],
2696 "configuration": [ 2696 "configuration": [
2697 "Release" 2697 "Release"
2698 ], 2698 ],
2699 "cpu_or_gpu": [ 2699 "cpu_or_gpu": [
2700 "CPU" 2700 "CPU"
2701 ], 2701 ],
2702 "cpu_or_gpu_value": [ 2702 "cpu_or_gpu_value": [
2703 "Denver" 2703 "Denver"
2704 ], 2704 ],
2705 "ext": [ 2705 "ext": [
2706 "png" 2706 "png"
2707 ], 2707 ],
2708 "gamma_correct": [ 2708 "gamma_correct": [
2709 "no" 2709 "no"
2710 ], 2710 ],
2711 "model": [ 2711 "model": [
2712 "Nexus9" 2712 "Nexus9"
2713 ], 2713 ],
2714 "name": [ 2714 "name": [
2715 "patch_grid" 2715 "patch_grid"
2716 ], 2716 ],
2717 "os": [ 2717 "os": [
2718 "Android" 2718 "Android"
2719 ], 2719 ],
2720 "source_type": [ 2720 "source_type": [
2721 "gm" 2721 "gm"
2722 ] 2722 ]
2723 }, 2723 },
2724 "status": "untriaged", 2724 "status": "untriaged",
2725 "test": "patch_grid", 2725 "test": "patch_grid",
2726 "traces": null 2726 "traces": null
2727 } 2727 }
2728 }; 2728 };
2729 2729
2730 2730
2731 testdata.ignoresResult = [ 2731 testdata.ignoresResult = [
2732 { 2732 {
2733 "count": 0, 2733 "count": 0,
2734 "expires": "2016-03-15T21:01:55Z", 2734 "exclusiveCount": 0,
2735 "id": 82, 2735 "expires": "2016-03-15T21:01:55Z",
2736 "name": "mtklein@example.com", 2736 "id": 82,
2737 "name": "mtklein@example.com",
2737 "updatedBy": "jdoe@example.com", 2738 "updatedBy": "jdoe@example.com",
2738 "note": "", 2739 "note": "",
2739 "query": "gamma_correct=yes" 2740 "query": "gamma_correct=yes"
2740 }, 2741 },
2741 { 2742 {
2742 "count": 0, 2743 "count": 0,
2743 "expires": "2016-03-16T18:11:34Z", 2744 "exclusiveCount": 0,
2744 "id": 77, 2745 "expires": "2016-03-16T18:11:34Z",
2745 "name": "halcanary@example.com", 2746 "id": 77,
2747 "name": "halcanary@example.com",
2746 "updatedBy": "jdoe@example.com", 2748 "updatedBy": "jdoe@example.com",
2747 "note": "PDF ingestion - Owned by Hal and Stephan", 2749 "note": "PDF ingestion - Owned by Hal and Stephan",
2748 "query": "config=pdf&config=pdf_poppler" 2750 "query": "config=pdf&config=pdf_poppler"
2749 }, 2751 },
2750 { 2752 {
2751 "count": 0, 2753 "count": 0,
2752 "expires": "2016-03-17T14:16:02Z", 2754 "exclusiveCount": 0,
2753 "id": 86, 2755 "expires": "2016-03-17T14:16:02Z",
2754 "name": "msarett@example.com", 2756 "id": 86,
2757 "name": "msarett@example.com",
2755 "updatedBy": "jdoe@example.com", 2758 "updatedBy": "jdoe@example.com",
2756 "note": "Do not renew, these should filter out in a week", 2759 "note": "Do not renew, these should filter out in a week",
2757 "query": "source_type=image&source_options=gen_opaque&source_options=gen_pre mul&source_options=gen_unpremul" 2760 "query": "source_type=image&source_options=gen_opaque&source_options=gen_pre mul&source_options=gen_unpremul"
2758 }, 2761 },
2759 { 2762 {
2760 "count": 0, 2763 "count": 0,
2761 "expires": "2016-03-22T00:01:04Z", 2764 "exclusiveCount": 0,
2762 "id": 63, 2765 "expires": "2016-03-22T00:01:04Z",
2763 "name": "mtklein@example.com", 2766 "id": 63,
2767 "name": "mtklein@example.com",
2764 "updatedBy": "jdoe@example.com", 2768 "updatedBy": "jdoe@example.com",
2765 "note": "SkRemote, halcanary+mtklein", 2769 "note": "SkRemote, halcanary+mtklein",
2766 "query": "config=remote-8888&config=remote_cache-8888" 2770 "query": "config=remote-8888&config=remote_cache-8888"
2767 }, 2771 },
2768 { 2772 {
2769 "count": 0, 2773 "count": 0,
2770 "expires": "2016-04-19T15:08:02Z", 2774 "exclusiveCount": 0,
2771 "id": 37, 2775 "expires": "2016-04-19T15:08:02Z",
2772 "name": "egdaniel@example.com", 2776 "id": 37,
2777 "name": "egdaniel@example.com",
2773 "updatedBy": "jdoe@example.com", 2778 "updatedBy": "jdoe@example.com",
2774 "note": "bug: 3753", 2779 "note": "bug: 3753",
2775 "query": "config=nvprmsaa4&config=msaa16&config=msaa4&config=nvprmsaa16&name =filltypespersp&name=shadertext2" 2780 "query": "config=nvprmsaa4&config=msaa16&config=msaa4&config=nvprmsaa16&name =filltypespersp&name=shadertext2"
2776 }, 2781 },
2777 { 2782 {
2778 "count": 0, 2783 "count": 0,
2779 "expires": "2016-06-07T19:38:18Z", 2784 "exclusiveCount": 0,
2780 "id": 48, 2785 "expires": "2016-06-07T19:38:18Z",
2781 "name": "bungeman@example.com", 2786 "id": 48,
2787 "name": "bungeman@example.com",
2782 "updatedBy": "jdoe@example.com", 2788 "updatedBy": "jdoe@example.com",
2783 "note": "Doesn't work on Windows anyway, produces unstable GMs with 'Unexpec ted error' from DirectWrite", 2789 "note": "Doesn't work on Windows anyway, produces unstable GMs with 'Unexpec ted error' from DirectWrite",
2784 "query": "name=fontscalerdistortable&os=Win7&os=Win8" 2790 "query": "name=fontscalerdistortable&os=Win7&os=Win8"
2785 }, 2791 },
2786 { 2792 {
2787 "count": 0, 2793 "count": 0,
2788 "expires": "2016-06-08T23:17:01Z", 2794 "exclusiveCount": 0,
2789 "id": 56, 2795 "expires": "2016-06-08T23:17:01Z",
2790 "name": "bsalomon@example.com", 2796 "id": 56,
2797 "name": "bsalomon@example.com",
2791 "updatedBy": "jdoe@example.com", 2798 "updatedBy": "jdoe@example.com",
2792 "note": "skia:3982, ignore dstreadshuffle on any nvidia+msaa configuration", 2799 "note": "skia:3982, ignore dstreadshuffle on any nvidia+msaa configuration",
2793 "query": "config=msaa16&config=msaa4&config=nvprmsaa4&config=nvprmsaa16&cpu_ or_gpu_value=GT610&cpu_or_gpu_value=GTX550Ti&cpu_or_gpu_value=GTX660&cpu_or_gpu_ value=GTX960&cpu_or_gpu_value=GeForce320M&cpu_or_gpu_value=TegraX1&cpu_or_gpu_va lue=TegraK1&cpu_or_gpu_value=Tegra3&name=dstreadshuffle" 2800 "query": "config=msaa16&config=msaa4&config=nvprmsaa4&config=nvprmsaa16&cpu_ or_gpu_value=GT610&cpu_or_gpu_value=GTX550Ti&cpu_or_gpu_value=GTX660&cpu_or_gpu_ value=GTX960&cpu_or_gpu_value=GeForce320M&cpu_or_gpu_value=TegraX1&cpu_or_gpu_va lue=TegraK1&cpu_or_gpu_value=Tegra3&name=dstreadshuffle"
2794 }, 2801 },
2795 { 2802 {
2796 "count": 0, 2803 "count": 0,
2797 "expires": "2016-07-22T20:17:55Z", 2804 "exclusiveCount": 0,
2798 "id": 54, 2805 "expires": "2016-07-22T20:17:55Z",
2799 "name": "caryclark@example.com", 2806 "id": 54,
2807 "name": "caryclark@example.com",
2800 "updatedBy": "jdoe@example.com", 2808 "updatedBy": "jdoe@example.com",
2801 "note": "Bug Skia:4118", 2809 "note": "Bug Skia:4118",
2802 "query": "config=gpu&model=GalaxyS4&name=perlinnoise&name=perlinnoise_localm atrix&name=bigmatrix&name=blurrect_gallery&name=imageblur2&name=imagefiltersscal ed&name=persp_shaders_aa" 2810 "query": "config=gpu&model=GalaxyS4&name=perlinnoise&name=perlinnoise_localm atrix&name=bigmatrix&name=blurrect_gallery&name=imageblur2&name=imagefiltersscal ed&name=persp_shaders_aa"
2803 }, 2811 },
2804 { 2812 {
2805 "count": 0, 2813 "count": 0,
2806 "expires": "2016-09-26T19:32:47Z", 2814 "exclusiveCount": 0,
2807 "id": 44, 2815 "expires": "2016-09-26T19:32:47Z",
2808 "name": "robertphillips@example.com", 2816 "id": 44,
2817 "name": "robertphillips@example.com",
2809 "updatedBy": "jdoe@example.com", 2818 "updatedBy": "jdoe@example.com",
2810 "note": "", 2819 "note": "",
2811 "query": "source_type=gm&name=imagefilterstransformed" 2820 "query": "source_type=gm&name=imagefilterstransformed"
2812 }, 2821 },
2813 { 2822 {
2814 "count": 0, 2823 "count": 0,
2815 "expires": "2016-12-14T20:01:23Z", 2824 "exclusiveCount": 0,
2816 "id": 72, 2825 "expires": "2016-12-14T20:01:23Z",
2817 "name": "benjaminwagner@example.com", 2826 "id": 72,
2827 "name": "benjaminwagner@example.com",
2818 "updatedBy": "jdoe@example.com", 2828 "updatedBy": "jdoe@example.com",
2819 "note": "4697, 4704,4694, 4705, and a host of other seemingly related nondet erministic image filter cases", 2829 "note": "4697, 4704,4694, 4705, and a host of other seemingly related nondet erministic image filter cases",
2820 "query": "cpu_or_gpu=GPU&model=AndroidOne&name=imagefiltersscaled&name=apply -filter&name=matrixconvolution&name=bleed_alpha_bmp&name=bleed_alpha_image_shade r&name=blurrects&name=bleed_alpha_bmp_shader&name=bleed_alpha_image&name=bigblur s&name=imagefiltersbase&name=dropshadowimagefilter&name=imageblurtiled&name=imag efiltersclipped&name=bleed&name=bleed_alpha_texture_bmp&name=bleed_alpha_texture _bmp_shader&name=bleed_texture_bmp" 2830 "query": "cpu_or_gpu=GPU&model=AndroidOne&name=imagefiltersscaled&name=apply -filter&name=matrixconvolution&name=bleed_alpha_bmp&name=bleed_alpha_image_shade r&name=blurrects&name=bleed_alpha_bmp_shader&name=bleed_alpha_image&name=bigblur s&name=imagefiltersbase&name=dropshadowimagefilter&name=imageblurtiled&name=imag efiltersclipped&name=bleed&name=bleed_alpha_texture_bmp&name=bleed_alpha_texture _bmp_shader&name=bleed_texture_bmp"
2821 }, 2831 },
2822 { 2832 {
2823 "count": 0, 2833 "count": 0,
2824 "expires": "2016-12-15T16:29:54Z", 2834 "exclusiveCount": 0,
2825 "id": 73, 2835 "expires": "2016-12-15T16:29:54Z",
2826 "name": "joshualitt@example.com", 2836 "id": 73,
2837 "name": "joshualitt@example.com",
2827 "updatedBy": "jdoe@example.com", 2838 "updatedBy": "jdoe@example.com",
2828 "note": "Nexus 7 has pixel diffs on this gm", 2839 "note": "Nexus 7 has pixel diffs on this gm",
2829 "query": "model=Nexus7&name=bleed_alpha_bmp" 2840 "query": "model=Nexus7&name=bleed_alpha_bmp"
2830 }, 2841 },
2831 { 2842 {
2832 "count": 0, 2843 "count": 0,
2833 "expires": "2016-12-15T19:20:10Z", 2844 "exclusiveCount": 0,
2834 "id": 74, 2845 "expires": "2016-12-15T19:20:10Z",
2835 "name": "joshualitt@example.com", 2846 "id": 74,
2847 "name": "joshualitt@example.com",
2836 "updatedBy": "jdoe@example.com", 2848 "updatedBy": "jdoe@example.com",
2837 "note": "Generates different images", 2849 "note": "Generates different images",
2838 "query": "config=tiles_rt-8888&name=image-cacherator-from-ctable&os=Win8" 2850 "query": "config=tiles_rt-8888&name=image-cacherator-from-ctable&os=Win8"
2839 }, 2851 },
2840 { 2852 {
2841 "count": 0, 2853 "count": 0,
2842 "expires": "2017-01-06T21:43:20Z", 2854 "exclusiveCount": 0,
2843 "id": 75, 2855 "expires": "2017-01-06T21:43:20Z",
2844 "name": "joshualitt@example.com", 2856 "id": 75,
2857 "name": "joshualitt@example.com",
2845 "updatedBy": "jdoe@example.com", 2858 "updatedBy": "jdoe@example.com",
2846 "note": "issue 4779", 2859 "note": "issue 4779",
2847 "query": "model=AndroidOne&name=savelayer_with_backdrop" 2860 "query": "model=AndroidOne&name=savelayer_with_backdrop"
2848 }, 2861 },
2849 { 2862 {
2850 "count": 0, 2863 "count": 0,
2851 "expires": "2017-01-09T17:48:28Z", 2864 "exclusiveCount": 0,
2852 "id": 76, 2865 "expires": "2017-01-09T17:48:28Z",
2853 "name": "joshualitt@example.com", 2866 "id": 76,
2867 "name": "joshualitt@example.com",
2854 "updatedBy": "jdoe@example.com", 2868 "updatedBy": "jdoe@example.com",
2855 "note": "Ignoring windows 10 until someone cares enough to baseline", 2869 "note": "Ignoring windows 10 until someone cares enough to baseline",
2856 "query": "os=Win10" 2870 "query": "os=Win10"
2857 }, 2871 },
2858 { 2872 {
2859 "count": 0, 2873 "count": 0,
2860 "expires": "2017-01-19T15:56:26Z", 2874 "exclusiveCount": 0,
2861 "id": 79, 2875 "expires": "2017-01-19T15:56:26Z",
2862 "name": "benjaminwagner@example.com", 2876 "id": 79,
2877 "name": "benjaminwagner@example.com",
2863 "updatedBy": "jdoe@example.com", 2878 "updatedBy": "jdoe@example.com",
2864 "note": "skia:4837", 2879 "note": "skia:4837",
2865 "query": "cpu_or_gpu_value=Mali400&name=bleed_alpha_texture_bmp_shader&name= bleed_texture_bmp&name=bleed_alpha_texture_bmp" 2880 "query": "cpu_or_gpu_value=Mali400&name=bleed_alpha_texture_bmp_shader&name= bleed_texture_bmp&name=bleed_alpha_texture_bmp"
2866 }, 2881 },
2867 { 2882 {
2868 "count": 0, 2883 "count": 0,
2869 "expires": "2017-02-21T00:00:58Z", 2884 "exclusiveCount": 0,
2870 "id": 41, 2885 "expires": "2017-02-21T00:00:58Z",
2871 "name": "mtklein@example.com", 2886 "id": 41,
2887 "name": "mtklein@example.com",
2872 "updatedBy": "jdoe@example.com", 2888 "updatedBy": "jdoe@example.com",
2873 "note": "new config for testing xforms - owned by reed and mtklein", 2889 "note": "new config for testing xforms - owned by reed and mtklein",
2874 "query": "config=upright-matrix-8888&config=upright-matrix-gpu" 2890 "query": "config=upright-matrix-8888&config=upright-matrix-gpu"
2875 }, 2891 },
2876 { 2892 {
2877 "count": 0, 2893 "count": 0,
2878 "expires": "2017-02-23T19:26:44Z", 2894 "exclusiveCount": 0,
2879 "id": 80, 2895 "expires": "2017-02-23T19:26:44Z",
2880 "name": "benjaminwagner@example.com", 2896 "id": 80,
2897 "name": "benjaminwagner@example.com",
2881 "updatedBy": "jdoe@example.com", 2898 "updatedBy": "jdoe@example.com",
2882 "note": "skia:5013", 2899 "note": "skia:5013",
2883 "query": "cpu_or_gpu_value=Tegra3&name=bleed_alpha_image" 2900 "query": "cpu_or_gpu_value=Tegra3&name=bleed_alpha_image"
2884 }, 2901 },
2885 { 2902 {
2886 "count": 0, 2903 "count": 0,
2887 "expires": "2017-05-03T17:01:22Z", 2904 "exclusiveCount": 0,
2888 "id": 17, 2905 "expires": "2017-05-03T17:01:22Z",
2889 "name": "herb@example.com", 2906 "id": 17,
2907 "name": "herb@example.com",
2890 "updatedBy": "jdoe@example.com", 2908 "updatedBy": "jdoe@example.com",
2891 "note": "This gm's directly test the gpu", 2909 "note": "This gm's directly test the gpu",
2892 "query": "config=565&config=8888&config=pipe-8888&config=serialize-8888&conf ig=tiles_rt-8888&config=tiles_rt-gpu&config=remote-8888&config=remote_cache-8888 &config=sp-8888&config=upright-matrix-8888&config=upright-matrix-gpu&name=bezier _conic_effects&name=bezier_quad_effects&name=bezier_cubic_effects&name=dcshader& name=convex_poly_effect&name=rrect_effect&name=texture_domain_effect&name=texdat a&name=yuv_to_rgb_effect&name=textblobuseaftergpufree&name=image_from_yuv_textur es&name=bleed_alpha_texture_bmp&name=bleed_texture_bmp&name=bleed_alpha_texture_ bmp_shader" 2910 "query": "config=565&config=8888&config=pipe-8888&config=serialize-8888&conf ig=tiles_rt-8888&config=tiles_rt-gpu&config=remote-8888&config=remote_cache-8888 &config=sp-8888&config=upright-matrix-8888&config=upright-matrix-gpu&name=bezier _conic_effects&name=bezier_quad_effects&name=bezier_cubic_effects&name=dcshader& name=convex_poly_effect&name=rrect_effect&name=texture_domain_effect&name=texdat a&name=yuv_to_rgb_effect&name=textblobuseaftergpufree&name=image_from_yuv_textur es&name=bleed_alpha_texture_bmp&name=bleed_texture_bmp&name=bleed_alpha_texture_ bmp_shader"
2893 }, 2911 },
2894 { 2912 {
2895 "count": 0, 2913 "count": 0,
2896 "expires": "2017-05-15T17:29:35Z", 2914 "exclusiveCount": 0,
2897 "id": 39, 2915 "expires": "2017-05-15T17:29:35Z",
2898 "name": "robertphillips@example.com", 2916 "id": 39,
2917 "name": "robertphillips@example.com",
2899 "updatedBy": "jdoe@example.com", 2918 "updatedBy": "jdoe@example.com",
2900 "note": "ignore pixel snap GMs for now", 2919 "note": "ignore pixel snap GMs for now",
2901 "query": "name=pixel_snap_line&name=pixel_snap_point&name=pixel_snap_rect&na me=pixel_snap_combo" 2920 "query": "name=pixel_snap_line&name=pixel_snap_point&name=pixel_snap_rect&na me=pixel_snap_combo"
2902 }, 2921 },
2903 { 2922 {
2904 "count": 0, 2923 "count": 0,
2905 "expires": "2019-07-31T19:30:36Z", 2924 "exclusiveCount": 0,
2906 "id": 61, 2925 "expires": "2019-07-31T19:30:36Z",
2907 "name": "robertphillips@example.com", 2926 "id": 61,
2927 "name": "robertphillips@example.com",
2908 "updatedBy": "jdoe@example.com", 2928 "updatedBy": "jdoe@example.com",
2909 "note": "These are always corrupted on the S4 and change randomly", 2929 "note": "These are always corrupted on the S4 and change randomly",
2910 "query": "model=GalaxyS4&name=imagefilterscropped" 2930 "query": "model=GalaxyS4&name=imagefilterscropped"
2911 }, 2931 },
2912 { 2932 {
2913 "count": 0, 2933 "count": 0,
2914 "expires": "2019-08-02T20:13:27Z", 2934 "exclusiveCount": 0,
2915 "id": 62, 2935 "expires": "2019-08-02T20:13:27Z",
2916 "name": "robertphillips@example.com", 2936 "id": 62,
2937 "name": "robertphillips@example.com",
2917 "updatedBy": "jdoe@example.com", 2938 "updatedBy": "jdoe@example.com",
2918 "note": "Issue 4123", 2939 "note": "Issue 4123",
2919 "query": "config=msaa4&source_type=gm&model=Nexus6&name=colorwheelnative&nam e=small_image" 2940 "query": "config=msaa4&source_type=gm&model=Nexus6&name=colorwheelnative&nam e=small_image"
2920 }, 2941 },
2921 { 2942 {
2922 "count": 0, 2943 "count": 0,
2923 "expires": "2019-08-02T20:17:27Z", 2944 "exclusiveCount": 0,
2924 "id": 34, 2945 "expires": "2019-08-02T20:17:27Z",
2925 "name": "robertphillips@example.com", 2946 "id": 34,
2947 "name": "robertphillips@example.com",
2926 "updatedBy": "jdoe@example.com", 2948 "updatedBy": "jdoe@example.com",
2927 "note": "The BMP subset decoder has unspecified behavior resulting in garbag e pixels being displayed in the transparent areas", 2949 "note": "The BMP subset decoder has unspecified behavior resulting in garbag e pixels being displayed in the transparent areas",
2928 "query": "source_type=image&name=pal8rletrns.bmp&name=pal4rletrns.bmp&source _options=subset&source_options=decode" 2950 "query": "source_type=image&name=pal8rletrns.bmp&name=pal4rletrns.bmp&source _options=subset&source_options=decode"
2929 }, 2951 },
2930 { 2952 {
2931 "count": 0, 2953 "count": 0,
2932 "expires": "2030-07-12T18:00:11Z", 2954 "exclusiveCount": 0,
2933 "id": 42, 2955 "expires": "2030-07-12T18:00:11Z",
2934 "name": "egdaniel@example.com", 2956 "id": 42,
2957 "name": "egdaniel@example.com",
2935 "updatedBy": "jdoe@example.com", 2958 "updatedBy": "jdoe@example.com",
2936 "note": "Ignore valgrind images", 2959 "note": "Ignore valgrind images",
2937 "query": "extra_config=Valgrind" 2960 "query": "extra_config=Valgrind"
2938 }, 2961 },
2939 { 2962 {
2940 "count": 0, 2963 "count": 0,
2941 "expires": "2035-05-02T12:47:34Z", 2964 "exclusiveCount": 0,
2942 "id": 85, 2965 "expires": "2035-05-02T12:47:34Z",
2943 "name": "robertphillips@example.com", 2966 "id": 85,
2967 "name": "robertphillips@example.com",
2944 "updatedBy": "jdoe@example.com", 2968 "updatedBy": "jdoe@example.com",
2945 "note": "NexusPlayer images are still very broken", 2969 "note": "NexusPlayer images are still very broken",
2946 "query": "model=NexusPlayer" 2970 "query": "model=NexusPlayer"
2947 }, 2971 },
2948 { 2972 {
2949 "count": 0, 2973 "count": 0,
2950 "expires": "2207-10-26T15:42:48Z", 2974 "exclusiveCount": 0,
2951 "id": 83, 2975 "expires": "2207-10-26T15:42:48Z",
2952 "name": "robertphillips@example.com", 2976 "id": 83,
2977 "name": "robertphillips@example.com",
2953 "updatedBy": "jdoe@example.com", 2978 "updatedBy": "jdoe@example.com",
2954 "note": "Ignore all Swarming results", 2979 "note": "Ignore all Swarming results",
2955 "query": "extra_config=Swarming" 2980 "query": "extra_config=Swarming"
2956 } 2981 }
2957 ]; 2982 ];
2958 2983
2959 testdata.paramSet = { 2984 testdata.paramSet = {
2960 "arch": [ 2985 "arch": [
2961 "x86_64", 2986 "x86_64",
2962 "Arm7", 2987 "Arm7",
2963 "x86", 2988 "x86",
2964 "Arm64" 2989 "Arm64"
2965 ], 2990 ],
2966 "builder": [ 2991 "builder": [
2967 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Release", 2992 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Release",
2968 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release", 2993 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release",
2969 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug", 2994 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug",
2970 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Release", 2995 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Release",
2971 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-Swarming", 2996 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-Swarming",
2972 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD", 2997 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD",
2973 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug", 2998 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug",
2974 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug-GDI", 2999 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug-GDI",
2975 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Release-Trybot", 3000 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Release-Trybot",
2976 "Test-Win8-MSVC-ShuttleA-GPU-GTX960-x86_64-Release-Trybot", 3001 "Test-Win8-MSVC-ShuttleA-GPU-GTX960-x86_64-Release-Trybot",
2977 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug", 3002 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug",
2978 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug", 3003 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug",
2979 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECAC HE", 3004 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECAC HE",
2980 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Release", 3005 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Release",
2981 "Test-Android-GCC-NexusPlayer-CPU-SSE4-x86-Debug", 3006 "Test-Android-GCC-NexusPlayer-CPU-SSE4-x86-Debug",
2982 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Release", 3007 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Release",
2983 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release", 3008 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release",
2984 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Fast", 3009 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Fast",
2985 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot", 3010 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot",
2986 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot", 3011 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot",
2987 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot", 3012 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot",
2988 "Test-Android-GCC-NexusPlayer-CPU-SSE4-x86-Release", 3013 "Test-Android-GCC-NexusPlayer-CPU-SSE4-x86-Release",
2989 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug", 3014 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug",
2990 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Debug", 3015 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Debug",
2991 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-ANGLE", 3016 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-ANGLE",
2992 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Release", 3017 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Release",
2993 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot", 3018 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot",
2994 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Debug", 3019 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Debug",
2995 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming", 3020 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming",
2996 "Test-Win-MSVC-ShuttleB-CPU-AVX2-x86-Release-Swarming", 3021 "Test-Win-MSVC-ShuttleB-CPU-AVX2-x86-Release-Swarming",
2997 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Debug-Trybot", 3022 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Debug-Trybot",
2998 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-GDI", 3023 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-GDI",
2999 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release", 3024 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release",
3000 "Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot", 3025 "Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot",
3001 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug", 3026 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug",
3002 "Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Debug", 3027 "Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Debug",
3003 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Debug", 3028 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Debug",
3004 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Debug-ZeroGPUCache", 3029 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Debug-ZeroGPUCache",
3005 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release", 3030 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release",
3006 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Debug", 3031 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Debug",
3007 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release", 3032 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release",
3008 "Test-Win8-MSVC-ShuttleA-GPU-GTX960-x86_64-Debug", 3033 "Test-Win8-MSVC-ShuttleA-GPU-GTX960-x86_64-Debug",
3009 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug", 3034 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug",
3010 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Debug", 3035 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Debug",
3011 "Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Release", 3036 "Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Release",
3012 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 3037 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
3013 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Release", 3038 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Release",
3014 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release", 3039 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release",
3015 "Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Release", 3040 "Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Release",
3016 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Release", 3041 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Release",
3017 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Debug", 3042 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Debug",
3018 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release", 3043 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release",
3019 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Debug-ANGLE", 3044 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Debug-ANGLE",
3020 "Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug", 3045 "Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug",
3021 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug", 3046 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug",
3022 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", 3047 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug",
3023 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot", 3048 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot",
3024 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Debug", 3049 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Debug",
3025 "Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug", 3050 "Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug",
3026 "Test-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Debug", 3051 "Test-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Debug",
3027 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Debug-Trybot", 3052 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Debug-Trybot",
3028 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Release", 3053 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Release",
3029 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Debug", 3054 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Debug",
3030 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared", 3055 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared",
3031 "Test-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release", 3056 "Test-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release",
3032 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release", 3057 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release",
3033 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Release", 3058 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Release",
3034 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release", 3059 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release",
3035 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug", 3060 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug",
3036 "Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Release", 3061 "Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Release",
3037 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Debug", 3062 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Debug",
3038 "Test-Win8-MSVC-ShuttleA-GPU-GTX960-x86_64-Release", 3063 "Test-Win8-MSVC-ShuttleA-GPU-GTX960-x86_64-Release",
3039 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release" 3064 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release"
3040 ], 3065 ],
3041 "compiler": [ 3066 "compiler": [
3042 "Clang", 3067 "Clang",
3043 "GCC", 3068 "GCC",
3044 "MSVC" 3069 "MSVC"
3045 ], 3070 ],
3046 "config": [ 3071 "config": [
3047 "msaa16", 3072 "msaa16",
3048 "8888", 3073 "8888",
3049 "msaa4", 3074 "msaa4",
3050 "gpu", 3075 "gpu",
3051 "565", 3076 "565",
3052 "pdf_poppler", 3077 "pdf_poppler",
3053 "pic-8888", 3078 "pic-8888",
3054 "tiles_rt-8888", 3079 "tiles_rt-8888",
3055 "2ndpic-8888", 3080 "2ndpic-8888",
3056 "sp-8888", 3081 "sp-8888",
3057 "pdf", 3082 "pdf",
3058 "nvprmsaa16", 3083 "nvprmsaa16",
3059 "serialize-8888", 3084 "serialize-8888",
3060 "srgb", 3085 "srgb",
3061 "f16", 3086 "f16",
3062 "nvprmsaa4", 3087 "nvprmsaa4",
3063 "gpudft", 3088 "gpudft",
3064 "angle" 3089 "angle"
3065 ], 3090 ],
3066 "configuration": [ 3091 "configuration": [
3067 "Release", 3092 "Release",
3068 "Debug" 3093 "Debug"
3069 ], 3094 ],
3070 "cpu_or_gpu": [ 3095 "cpu_or_gpu": [
3071 "GPU", 3096 "GPU",
3072 "CPU" 3097 "CPU"
3073 ], 3098 ],
3074 "cpu_or_gpu_value": [ 3099 "cpu_or_gpu_value": [
3075 "HD4000", 3100 "HD4000",
3076 "AVX", 3101 "AVX",
3077 "Mali400", 3102 "Mali400",
3078 "AVX2", 3103 "AVX2",
3079 "GTX960", 3104 "GTX960",
3080 "SSE4", 3105 "SSE4",
3081 "Denver", 3106 "Denver",
3082 "NEON", 3107 "NEON",
3083 "HD4600", 3108 "HD4600",
3084 "Adreno330", 3109 "Adreno330",
3085 "GTX660", 3110 "GTX660",
3086 "Adreno420", 3111 "Adreno420",
3087 "MaliT604", 3112 "MaliT604",
3088 "GTX550Ti", 3113 "GTX550Ti",
3089 "TegraK1", 3114 "TegraK1",
3090 "GeForce320M", 3115 "GeForce320M",
3091 "TegraX1", 3116 "TegraX1",
3092 "HD7770", 3117 "HD7770",
3093 "Tegra3", 3118 "Tegra3",
3094 "PowerVR", 3119 "PowerVR",
3095 "Mali400MP2", 3120 "Mali400MP2",
3096 "SGX554" 3121 "SGX554"
3097 ], 3122 ],
3098 "ext": [ 3123 "ext": [
3099 "png" 3124 "png"
3100 ], 3125 ],
3101 "extra_config": [ 3126 "extra_config": [
3102 "Swarming", 3127 "Swarming",
3103 "SKNX_NO_SIMD", 3128 "SKNX_NO_SIMD",
3104 "GDI", 3129 "GDI",
3105 "SK_USE_DISCARDABLE_SCALEDIMAGECACHE", 3130 "SK_USE_DISCARDABLE_SCALEDIMAGECACHE",
3106 "Fast", 3131 "Fast",
3107 "Shared", 3132 "Shared",
3108 "ANGLE", 3133 "ANGLE",
3109 "ZeroGPUCache" 3134 "ZeroGPUCache"
3110 ], 3135 ],
3111 "gamma_correct": [ 3136 "gamma_correct": [
3112 "no", 3137 "no",
3113 "yes" 3138 "yes"
3114 ], 3139 ],
3115 "model": [ 3140 "model": [
3116 "MacMini6.2", 3141 "MacMini6.2",
3117 "GalaxyS3", 3142 "GalaxyS3",
3118 "GCE", 3143 "GCE",
3119 "ShuttleB", 3144 "ShuttleB",
3120 "ShuttleA", 3145 "ShuttleA",
3121 "Link", 3146 "Link",
3122 "NexusPlayer", 3147 "NexusPlayer",
3123 "Nexus9", 3148 "Nexus9",
3124 "Nexus5", 3149 "Nexus5",
3125 "Nexus6", 3150 "Nexus6",
3126 "Nexus10", 3151 "Nexus10",
3127 "MacMini4.1", 3152 "MacMini4.1",
3128 "NVIDIA_Shield", 3153 "NVIDIA_Shield",
3129 "Nexus7", 3154 "Nexus7",
3130 "AndroidOne", 3155 "AndroidOne",
3131 "iPad4" 3156 "iPad4"
3132 ], 3157 ],
3133 "name": [ 3158 "name": [
3134 "dftextSBIX", 3159 "dftextSBIX",
3135 "Lower_Left.jpg_0.125", 3160 "Lower_Left.jpg_0.125",
3136 "tbwn0g16.png", 3161 "tbwn0g16.png",
3137 "etc1bitmap_pkm", 3162 "etc1bitmap_pkm",
3138 "CMYK.jpg_0.500", 3163 "CMYK.jpg_0.500",
3139 "s01i3p01.png", 3164 "s01i3p01.png",
3140 "blurquickreject", 3165 "blurquickreject",
3141 "ccwn3p08.png", 3166 "ccwn3p08.png",
3142 "foreign.gif_0.167", 3167 "foreign.gif_0.167",
3143 "basn3p02.png_0.500", 3168 "basn3p02.png_0.500",
3144 "z00n2c08.png", 3169 "z00n2c08.png",
3145 "g03n3p04.png", 3170 "g03n3p04.png",
3146 "pal8.bmp", 3171 "pal8.bmp",
3147 "imagefiltersbase", 3172 "imagefiltersbase",
3148 "z09n2c08.png", 3173 "z09n2c08.png",
3149 "Lower_Left.jpg_0.062", 3174 "Lower_Left.jpg_0.062",
3150 "pathinvfill", 3175 "pathinvfill",
3151 "g07n3p04.png", 3176 "g07n3p04.png",
3152 "pal8os2v2-16.bmp_0.333", 3177 "pal8os2v2-16.bmp_0.333",
3153 "s33n3p04.png", 3178 "s33n3p04.png",
3154 "inc0.gif", 3179 "inc0.gif",
3155 "pal8badindex.bmp", 3180 "pal8badindex.bmp",
3156 "multipicturedraw_sierpinski_simple", 3181 "multipicturedraw_sierpinski_simple",
3157 "s35i3p04.png_0.333", 3182 "s35i3p04.png_0.333",
3158 "bgyn6a16.png", 3183 "bgyn6a16.png",
3159 "incGray.jpg_0.143", 3184 "incGray.jpg_0.143",
3160 "32bpp-pixeldata-cropped.bmp_0.250", 3185 "32bpp-pixeldata-cropped.bmp_0.250",
3161 "s04n3p01.png", 3186 "s04n3p01.png",
3162 "1.bmp", 3187 "1.bmp",
3163 "baseline_jpeg.jpg_0.031", 3188 "baseline_jpeg.jpg_0.031",
3164 "s35i3p04.png", 3189 "s35i3p04.png",
3165 "03_none_filter.JPG_0.250", 3190 "03_none_filter.JPG_0.250",
3166 "image3.wbmp_0.333", 3191 "image3.wbmp_0.333",
3167 "Upper_Right.jpg_0.062", 3192 "Upper_Right.jpg_0.062",
3168 "s05n3p02.png", 3193 "s05n3p02.png",
3169 "pal8-0.bmp", 3194 "pal8-0.bmp",
3170 "photo.jpg.png_0.042", 3195 "photo.jpg.png_0.042",
3171 "fontmgr_matchWin8", 3196 "fontmgr_matchWin8",
3172 "karate.gif", 3197 "karate.gif",
3173 "pal8w125.bmp_0.500", 3198 "pal8w125.bmp_0.500",
3174 "s40n3p04.png", 3199 "s40n3p04.png",
3175 "anisotropic_hq", 3200 "anisotropic_hq",
3176 "top-left.gif", 3201 "top-left.gif",
3177 "s02n3p01.png", 3202 "s02n3p01.png",
3178 "s36n3p04.png_0.500", 3203 "s36n3p04.png_0.500",
3179 "incGray.jpg_0.250", 3204 "incGray.jpg_0.250",
3180 "localmatriximagefilter", 3205 "localmatriximagefilter",
3181 "tbbn3p08.png", 3206 "tbbn3p08.png",
3182 "s09n3p02.png", 3207 "s09n3p02.png",
3183 "inc0.jpg_0.143", 3208 "inc0.jpg_0.143",
3184 "gif_intr.gif_0.167", 3209 "gif_intr.gif_0.167",
3185 "s34n3p04.png", 3210 "s34n3p04.png",
3186 "interlaced3.png_0.500", 3211 "interlaced3.png_0.500",
3187 "scaled_tilemode_bitmap", 3212 "scaled_tilemode_bitmap",
3188 "textunderstrike", 3213 "textunderstrike",
3189 "progressive_restart_jpeg.jpg_0.625", 3214 "progressive_restart_jpeg.jpg_0.625",
3190 "s33i3p04.png_0.500", 3215 "s33i3p04.png_0.500",
3191 "Lower_Right.jpg_0.063", 3216 "Lower_Right.jpg_0.063",
3192 "image1.wbmp", 3217 "image1.wbmp",
3193 "Pentax_K5.DNG", 3218 "Pentax_K5.DNG",
3194 "Marcus-Roberto-Google-Play-Gmail.ico_0.375", 3219 "Marcus-Roberto-Google-Play-Gmail.ico_0.375",
3195 "colormatrix", 3220 "colormatrix",
3196 "inc0.jpg_0.250", 3221 "inc0.jpg_0.250",
3197 "inc1.gif_0.250", 3222 "inc1.gif_0.250",
3198 "inc1.webp_0.375", 3223 "inc1.webp_0.375",
3199 "cm7n0g04.png", 3224 "cm7n0g04.png",
3200 "basi6a08.png", 3225 "basi6a08.png",
3201 "basi3p01.png", 3226 "basi3p01.png",
3202 "pal8topdown.bmp", 3227 "pal8topdown.bmp",
3203 "inc0.webp_0.500", 3228 "inc0.webp_0.500",
3204 "pal8topdown.bmp_0.333", 3229 "pal8topdown.bmp_0.333",
3205 "rgb16-565.bmp_0.333", 3230 "rgb16-565.bmp_0.333",
3206 "chinese.gif_0.333", 3231 "chinese.gif_0.333",
3207 "tbwn3p08.png", 3232 "tbwn3p08.png",
3208 "z09n2c08.png_0.500", 3233 "z09n2c08.png_0.500",
3209 "g25n0g16.png", 3234 "g25n0g16.png",
3210 "s39n3p04.png", 3235 "s39n3p04.png",
3211 "rgb24pal.bmp", 3236 "rgb24pal.bmp",
3212 "03_none_filter.JPG_0.083", 3237 "03_none_filter.JPG_0.083",
3213 "Nikon_1J4.NEF_0.200", 3238 "Nikon_1J4.NEF_0.200",
3214 "ch1n3p04.png", 3239 "ch1n3p04.png",
3215 "Samsung_NX3000.SRW_0.875", 3240 "Samsung_NX3000.SRW_0.875",
3216 "composeshader", 3241 "composeshader",
3217 "baseline_jpeg.jpg_0.200", 3242 "baseline_jpeg.jpg_0.200",
3218 "cdsn2c08.png", 3243 "cdsn2c08.png",
3219 "s03i3p01.png", 3244 "s03i3p01.png",
3220 "32bpp-pixeldata-cropped.bmp_0.167", 3245 "32bpp-pixeldata-cropped.bmp_0.167",
3221 "art.jpg_0.375", 3246 "art.jpg_0.375",
3222 "simple-offsetimagefilter", 3247 "simple-offsetimagefilter",
3223 "g25n3p04.png", 3248 "g25n3p04.png",
3224 "frame_larger_than_image.gif", 3249 "frame_larger_than_image.gif",
3225 "Pentax_K5.PEF_0.200", 3250 "Pentax_K5.PEF_0.200",
3226 "Lower_Left.jpg_0.167", 3251 "Lower_Left.jpg_0.167",
3227 "PANO_20121023_214540.jpg_0.125", 3252 "PANO_20121023_214540.jpg_0.125",
3228 "PANO_20121023_214540.jpg_0.625", 3253 "PANO_20121023_214540.jpg_0.625",
3229 "label.gif", 3254 "label.gif",
3230 "s02i3p01.png", 3255 "s02i3p01.png",
3231 "textbloblooper", 3256 "textbloblooper",
3232 "inc1.wbmp_0.125", 3257 "inc1.wbmp_0.125",
3233 "thinrects", 3258 "thinrects",
3234 "unknown3.gif_0.500", 3259 "unknown3.gif_0.500",
3235 "framed_interlaced.gif", 3260 "framed_interlaced.gif",
3236 "bgai4a08.png", 3261 "bgai4a08.png",
3237 "pal8badindex.bmp_0.500", 3262 "pal8badindex.bmp_0.500",
3238 "downsamplebitmap_text_high_72.00pt", 3263 "downsamplebitmap_text_high_72.00pt",
3239 "arithmode", 3264 "arithmode",
3240 "zero_control_stroke", 3265 "zero_control_stroke",
3241 "ch2n3p08.png_0.500", 3266 "ch2n3p08.png_0.500",
3242 "s32n3p04.png", 3267 "s32n3p04.png",
3243 "progressive_restart_jpeg.jpg_0.125", 3268 "progressive_restart_jpeg.jpg_0.125",
3244 "5.sm.webp_0.125", 3269 "5.sm.webp_0.125",
3245 "s06i3p02.png", 3270 "s06i3p02.png",
3246 "tabl_mozilla_0.jpg_0.125", 3271 "tabl_mozilla_0.jpg_0.125",
3247 "Marcus-Roberto-Google-Play-Gmail.ico_0.125", 3272 "Marcus-Roberto-Google-Play-Gmail.ico_0.125",
3248 "small_color_stop", 3273 "small_color_stop",
3249 "GMARBLES.GIF", 3274 "GMARBLES.GIF",
3250 "giantbitmap_repeat_point_rotate", 3275 "giantbitmap_repeat_point_rotate",
3251 "abnormal.wbmp_0.125", 3276 "abnormal.wbmp_0.125",
3252 "bgan6a08.png_0.500", 3277 "bgan6a08.png_0.500",
3253 "s34n3p04.png_0.500", 3278 "s34n3p04.png_0.500",
3254 "inc1.gif", 3279 "inc1.gif",
3255 "rgb24prof.bmp_0.333", 3280 "rgb24prof.bmp_0.333",
3256 "cs5n2c08.png", 3281 "cs5n2c08.png",
3257 "basi3p08.png", 3282 "basi3p08.png",
3258 "cs3n2c16.png", 3283 "cs3n2c16.png",
3259 "32bpp-pixeldata-cropped.bmp", 3284 "32bpp-pixeldata-cropped.bmp",
3260 "pal8os2.bmp_0.200", 3285 "pal8os2.bmp_0.200",
3261 "ps1n2c16.png", 3286 "ps1n2c16.png",
3262 "drawable", 3287 "drawable",
3263 "g03n2c08.png", 3288 "g03n2c08.png",
3264 "filterbitmap_image_mandrill_16.png", 3289 "filterbitmap_image_mandrill_16.png",
3265 "s04i3p01.png", 3290 "s04i3p01.png",
3266 "Lower_Right.jpg", 3291 "Lower_Right.jpg",
3267 "imagefilterstransformed", 3292 "imagefilterstransformed",
3268 "cs3n2c16.png_0.500", 3293 "cs3n2c16.png_0.500",
3269 "oi9n2c16.png", 3294 "oi9n2c16.png",
3270 "tabl_mozilla_0.jpg_0.750", 3295 "tabl_mozilla_0.jpg_0.750",
3271 "s37n3p04.png_0.333", 3296 "s37n3p04.png_0.333",
3272 "tm3n3p02.png", 3297 "tm3n3p02.png",
3273 "three.gif", 3298 "three.gif",
3274 "01_original.jpg_0.375", 3299 "01_original.jpg_0.375",
3275 "Nikon_1AW1.NEF", 3300 "Nikon_1AW1.NEF",
3276 "avoidxfermode", 3301 "avoidxfermode",
3277 "photo.jpg.png_0.200", 3302 "photo.jpg.png_0.200",
3278 "Hopstarter-Mac-Folders-Apple.ico", 3303 "Hopstarter-Mac-Folders-Apple.ico",
3279 "03_none_filter.JPG_0.016", 3304 "03_none_filter.JPG_0.016",
3280 "bitmaprecttest", 3305 "bitmaprecttest",
3281 "PngSuite.png_0.333", 3306 "PngSuite.png_0.333",
3282 "unknown4.gif", 3307 "unknown4.gif",
3283 "Nikon_1AW1.NEF_0.125", 3308 "Nikon_1AW1.NEF_0.125",
3284 "01_original.jpg_0.167", 3309 "01_original.jpg_0.167",
3285 "small_image", 3310 "small_image",
3286 "baseline_restart_jpeg.jpg_0.333", 3311 "baseline_restart_jpeg.jpg_0.333",
3287 "ch1n3p04.png_0.500", 3312 "ch1n3p04.png_0.500",
3288 "gradients_degenerate_2pt", 3313 "gradients_degenerate_2pt",
3289 "card2.gif_0.500", 3314 "card2.gif_0.500",
3290 "drrect", 3315 "drrect",
3291 "directx.ico_0.500", 3316 "directx.ico_0.500",
3292 "oi4n0g16.png", 3317 "oi4n0g16.png",
3293 "pal4.bmp_0.200", 3318 "pal4.bmp_0.200",
3294 "cdfn2c08.png", 3319 "cdfn2c08.png",
3295 "cten0g04.png", 3320 "cten0g04.png",
3296 "giantbitmap_repeat_point_scale", 3321 "giantbitmap_repeat_point_scale",
3297 "low_left.gif", 3322 "low_left.gif",
3298 "multipicturedraw_pathclip_tiled", 3323 "multipicturedraw_pathclip_tiled",
3299 "pictureshader", 3324 "pictureshader",
3300 "baseline_jpeg.jpg_0.167", 3325 "baseline_jpeg.jpg_0.167",
3301 "Upper_Right.jpg_0.375", 3326 "Upper_Right.jpg_0.375",
3302 "png_test.png_0.333", 3327 "png_test.png_0.333",
3303 "Mazenl77-I-Like-Buttons-3a-Cute-Ball-Windows.ico", 3328 "Mazenl77-I-Like-Buttons-3a-Cute-Ball-Windows.ico",
3304 "draw-atlas", 3329 "draw-atlas",
3305 "pal8os2v2-16.bmp", 3330 "pal8os2v2-16.bmp",
3306 "normal.wbmp", 3331 "normal.wbmp",
3307 "Samsung_NX3000.SRW_0.250", 3332 "Samsung_NX3000.SRW_0.250",
3308 "PngSuite.png_0.250", 3333 "PngSuite.png_0.250",
3309 "basn0g16.png_0.500", 3334 "basn0g16.png_0.500",
3310 "bgai4a16.png_0.500", 3335 "bgai4a16.png_0.500",
3311 "lineclosepath", 3336 "lineclosepath",
3312 "baseline_restart_jpeg.jpg_0.500", 3337 "baseline_restart_jpeg.jpg_0.500",
3313 "tp0n3p08.png", 3338 "tp0n3p08.png",
3314 "basn3p08.png", 3339 "basn3p08.png",
3315 "s34i3p04.png", 3340 "s34i3p04.png",
3316 "basn2c08.png", 3341 "basn2c08.png",
3317 "basi0g04.png", 3342 "basi0g04.png",
3318 "Nikon_1AW1.NEF_0.375", 3343 "Nikon_1AW1.NEF_0.375",
3319 "bgbn4a08.png", 3344 "bgbn4a08.png",
3320 "f02n0g08.png", 3345 "f02n0g08.png",
3321 "pal8v5.bmp", 3346 "pal8v5.bmp",
3322 "dashcircle", 3347 "dashcircle",
3323 "baseline_restart_jpeg.jpg_0.250", 3348 "baseline_restart_jpeg.jpg_0.250",
3324 "photo.jpg.png", 3349 "photo.jpg.png",
3325 "patch_primitive", 3350 "patch_primitive",
3326 "innershapes", 3351 "innershapes",
3327 "bug591993", 3352 "bug591993",
3328 "g03n3p04.png_0.500", 3353 "g03n3p04.png_0.500",
3329 "s38n3p04.png_0.333", 3354 "s38n3p04.png_0.333",
3330 "inc0.webp_0.250", 3355 "inc0.webp_0.250",
3331 "Sony_RX100_III.ARW_0.250", 3356 "Sony_RX100_III.ARW_0.250",
3332 "Canon_G7X.CR2_0.625", 3357 "Canon_G7X.CR2_0.625",
3333 "inc0.webp_0.125", 3358 "inc0.webp_0.125",
3334 "01_original.jpg_0.875", 3359 "01_original.jpg_0.875",
3335 "rgb24prof.bmp_0.500", 3360 "rgb24prof.bmp_0.500",
3336 "card3.gif_0.500", 3361 "card3.gif_0.500",
3337 "s09i3p02.png", 3362 "s09i3p02.png",
3338 "pal1bg.bmp", 3363 "pal1bg.bmp",
3339 "linepath", 3364 "linepath",
3340 "s08i3p02.png", 3365 "s08i3p02.png",
3341 "baseline_restart_jpeg.jpg_0.875", 3366 "baseline_restart_jpeg.jpg_0.875",
3342 "xfermodes", 3367 "xfermodes",
3343 "pal8oversizepal.bmp", 3368 "pal8oversizepal.bmp",
3344 "CMYK.jpg_0.250", 3369 "CMYK.jpg_0.250",
3345 "progressive_jpeg.jpg_0.125", 3370 "progressive_jpeg.jpg_0.125",
3346 "shaderbounds_linear", 3371 "shaderbounds_linear",
3347 "pp0n2c16.png", 3372 "pp0n2c16.png",
3348 "baseline_jpeg.jpg_0.625", 3373 "baseline_jpeg.jpg_0.625",
3349 "big_rrect_ellipse_aa_effect", 3374 "big_rrect_ellipse_aa_effect",
3350 "art.jpg_0.125", 3375 "art.jpg_0.125",
3351 "s37i3p04.png_0.333", 3376 "s37i3p04.png_0.333",
3352 "rgba32abf.bmp_0.200", 3377 "rgba32abf.bmp_0.200",
3353 "CMYK.jpg_0.125", 3378 "CMYK.jpg_0.125",
3354 "inc1.webp", 3379 "inc1.webp",
3355 "butterfly.gif_0.500", 3380 "butterfly.gif_0.500",
3356 "g07n0g16.png", 3381 "g07n0g16.png",
3357 "perlinnoise_localmatrix", 3382 "perlinnoise_localmatrix",
3358 "penguin.gif", 3383 "penguin.gif",
3359 "simpleblurroundrect", 3384 "simpleblurroundrect",
3360 "pal8-0.bmp_0.333", 3385 "pal8-0.bmp_0.333",
3361 "basn0g02.png_0.500", 3386 "basn0g02.png_0.500",
3362 "pal1bg.bmp_0.200", 3387 "pal1bg.bmp_0.200",
3363 "colorfilterimagefilter", 3388 "colorfilterimagefilter",
3364 "testimagefilters", 3389 "testimagefilters",
3365 "Olympus_PL7.ORF", 3390 "Olympus_PL7.ORF",
3366 "rgb24largepal.bmp", 3391 "rgb24largepal.bmp",
3367 "interlaced2.png_0.250", 3392 "interlaced2.png_0.250",
3368 "s35n3p04.png", 3393 "s35n3p04.png",
3369 "PANO_20121023_214540.jpg_0.500", 3394 "PANO_20121023_214540.jpg_0.500",
3370 "filterbitmap_checkerboard_192_192", 3395 "filterbitmap_checkerboard_192_192",
3371 "mandrill.wbmp", 3396 "mandrill.wbmp",
3372 "unknown4.gif_0.250", 3397 "unknown4.gif_0.250",
3373 "foreign.gif_0.250", 3398 "foreign.gif_0.250",
3374 "bug593049", 3399 "bug593049",
3375 "oi2n2c16.png_0.500", 3400 "oi2n2c16.png_0.500",
3376 "CMYK.jpg", 3401 "CMYK.jpg",
3377 "oi2n0g16.png_0.500", 3402 "oi2n0g16.png_0.500",
3378 "arccirclegap", 3403 "arccirclegap",
3379 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.500", 3404 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.500",
3380 "low_right.gif_0.200", 3405 "low_right.gif_0.200",
3381 "art.jpg_0.500", 3406 "art.jpg_0.500",
3382 "verylarge_picture_image", 3407 "verylarge_picture_image",
3383 "g10n0g16.png_0.500", 3408 "g10n0g16.png_0.500",
3384 "rgb32-111110.bmp_0.250", 3409 "rgb32-111110.bmp_0.250",
3385 "01_original.jpg_0.031", 3410 "01_original.jpg_0.031",
3386 "unknown3.gif_0.333", 3411 "unknown3.gif_0.333",
3387 "rgb16-231.bmp", 3412 "rgb16-231.bmp",
3388 "Upper_Left.jpg_0.125", 3413 "Upper_Left.jpg_0.125",
3389 "ps2n0g08.png", 3414 "ps2n0g08.png",
3390 "mixedtextblobsCBDT", 3415 "mixedtextblobsCBDT",
3391 "baseline_jpeg.jpg_0.016", 3416 "baseline_jpeg.jpg_0.016",
3392 "desk_yahoonews_0.jpg_0.500", 3417 "desk_yahoonews_0.jpg_0.500",
3393 "cs8n2c08.png", 3418 "cs8n2c08.png",
3394 "image-shader", 3419 "image-shader",
3395 "5.sm.webp_0.500", 3420 "5.sm.webp_0.500",
3396 "watch.gif_0.500", 3421 "watch.gif_0.500",
3397 "pal8nonsquare.bmp", 3422 "pal8nonsquare.bmp",
3398 "unknown1.gif_0.500", 3423 "unknown1.gif_0.500",
3399 "Tribalmarkings-Colorflow-Puma.ico_0.500", 3424 "Tribalmarkings-Colorflow-Puma.ico_0.500",
3400 "imagesrc2_none", 3425 "imagesrc2_none",
3401 "tabl_mozilla_0.jpg_0.625", 3426 "tabl_mozilla_0.jpg_0.625",
3402 "Canon_5D2.dng_0.125", 3427 "Canon_5D2.dng_0.125",
3403 "ct1n0g04.png", 3428 "ct1n0g04.png",
3404 "offsetimagefilter", 3429 "offsetimagefilter",
3405 "02_empty_filter.JPG", 3430 "02_empty_filter.JPG",
3406 "Nikon_P330.NRW_0.250", 3431 "Nikon_P330.NRW_0.250",
3407 "rgba32abf.bmp", 3432 "rgba32abf.bmp",
3408 "incGray.jpg_0.375", 3433 "incGray.jpg_0.375",
3409 "s40i3p04.png_0.333", 3434 "s40i3p04.png_0.333",
3410 "shallow_gradient_conical", 3435 "shallow_gradient_conical",
3411 "s38n3p04.png", 3436 "s38n3p04.png",
3412 "g04n3p04.png_0.500", 3437 "g04n3p04.png_0.500",
3413 "cs8n2c08.png_0.500", 3438 "cs8n2c08.png_0.500",
3414 "radial_gradient4_nodither", 3439 "radial_gradient4_nodither",
3415 "multipicturedraw_invpathclip_tiled", 3440 "multipicturedraw_invpathclip_tiled",
3416 "card2.gif", 3441 "card2.gif",
3417 "rgb24pal.bmp_0.250", 3442 "rgb24pal.bmp_0.250",
3418 "basi3p08.png_0.500", 3443 "basi3p08.png_0.500",
3419 "progressive_jpeg.jpg_0.016", 3444 "progressive_jpeg.jpg_0.016",
3420 "Samsung_NX3000.SRW_0.125", 3445 "Samsung_NX3000.SRW_0.125",
3421 "inc0.jpg_0.200", 3446 "inc0.jpg_0.200",
3422 "inc0.webp_0.625", 3447 "inc0.webp_0.625",
3423 "chinese.gif_0.200", 3448 "chinese.gif_0.200",
3424 "g10n2c08.png_0.500", 3449 "g10n2c08.png_0.500",
3425 "quadcap", 3450 "quadcap",
3426 "pal1bg.bmp_0.333", 3451 "pal1bg.bmp_0.333",
3427 "incInterlaced.gif_0.250", 3452 "incInterlaced.gif_0.250",
3428 "Icons-Land-Vista-Flags-Egypt-Flag-1.ico", 3453 "Icons-Land-Vista-Flags-Egypt-Flag-1.ico",
3429 "Canon_G7X.CR2_0.250", 3454 "Canon_G7X.CR2_0.250",
3430 "s06n3p02.png", 3455 "s06n3p02.png",
3431 "vertices", 3456 "vertices",
3432 "webp_test.webp_0.333", 3457 "webp_test.webp_0.333",
3433 "f04n0g08.png_0.500", 3458 "f04n0g08.png_0.500",
3434 "gamma", 3459 "gamma",
3435 "showmiplevels2_255x256", 3460 "showmiplevels2_255x256",
3436 "rgb24largepal.bmp_0.200", 3461 "rgb24largepal.bmp_0.200",
3437 "32bpp-pixeldata-cropped.bmp_0.143", 3462 "32bpp-pixeldata-cropped.bmp_0.143",
3438 "f04n0g08.png", 3463 "f04n0g08.png",
3439 "02_empty_filter.JPG_0.875", 3464 "02_empty_filter.JPG_0.875",
3440 "poly2poly", 3465 "poly2poly",
3441 "Pentax_K5.DNG_0.125", 3466 "Pentax_K5.DNG_0.125",
3442 "basn3p08.png_0.500", 3467 "basn3p08.png_0.500",
3443 "tabl_mozilla_0.jpg", 3468 "tabl_mozilla_0.jpg",
3444 "label.gif_0.333", 3469 "label.gif_0.333",
3445 "Olympus_PL7.ORF_0.375", 3470 "Olympus_PL7.ORF_0.375",
3446 "bleed_texture_bmp", 3471 "bleed_texture_bmp",
3447 "Fuji_X20.dng_0.750", 3472 "Fuji_X20.dng_0.750",
3448 "f02n2c08.png", 3473 "f02n2c08.png",
3449 "complexclip_bw_invert", 3474 "complexclip_bw_invert",
3450 "basn3p01.png", 3475 "basn3p01.png",
3451 "frame_interlaced.gif", 3476 "frame_interlaced.gif",
3452 "Lower_Left.jpg_0.250", 3477 "Lower_Left.jpg_0.250",
3453 "z00n2c08.png_0.500", 3478 "z00n2c08.png_0.500",
3454 "bgan6a16.png", 3479 "bgan6a16.png",
3455 "basi2c08.png", 3480 "basi2c08.png",
3456 "downsamplebitmap_checkerboard_high_512_256", 3481 "downsamplebitmap_checkerboard_high_512_256",
3457 "g04n2c08.png_0.500", 3482 "g04n2c08.png_0.500",
3458 "imageblur", 3483 "imageblur",
3459 "inc0.webp_0.375", 3484 "inc0.webp_0.375",
3460 "basn3p02.png", 3485 "basn3p02.png",
3461 "f03n0g08.png", 3486 "f03n0g08.png",
3462 "Mazenl77-I-Like-Buttons-3a-Cute-Ball-Windows.ico_0.375", 3487 "Mazenl77-I-Like-Buttons-3a-Cute-Ball-Windows.ico_0.375",
3463 "basi3p04.png", 3488 "basi3p04.png",
3464 "art.jpg_0.250", 3489 "art.jpg_0.250",
3465 "Canon_5D2.dng_0.625", 3490 "Canon_5D2.dng_0.625",
3466 "Samsung_NX3000.SRW_0.750", 3491 "Samsung_NX3000.SRW_0.750",
3467 "01_original.jpg_0.143", 3492 "01_original.jpg_0.143",
3468 "Arrioch-Senary-Drive-Drive-Windows.ico_0.500", 3493 "Arrioch-Senary-Drive-Drive-Windows.ico_0.500",
3469 "01_original.jpg", 3494 "01_original.jpg",
3470 "downsamplebitmap_image_none_mandrill_512.png", 3495 "downsamplebitmap_image_none_mandrill_512.png",
3471 "s07n3p02.png", 3496 "s07n3p02.png",
3472 "composeshader_bitmap", 3497 "composeshader_bitmap",
3473 "cthn0g04.png", 3498 "cthn0g04.png",
3474 "photo.jpg.png_0.333", 3499 "photo.jpg.png_0.333",
3475 "image3.wbmp_0.250", 3500 "image3.wbmp_0.250",
3476 "rgb16-565.bmp", 3501 "rgb16-565.bmp",
3477 "tilemodes_npot", 3502 "tilemodes_npot",
3478 "rgb24lprof.bmp", 3503 "rgb24lprof.bmp",
3479 "Lower_Left.jpg_0.500", 3504 "Lower_Left.jpg_0.500",
3480 "g10n2c08.png", 3505 "g10n2c08.png",
3481 "pal8v5.bmp_0.250", 3506 "pal8v5.bmp_0.250",
3482 "Pentax_K5.DNG_0.500", 3507 "Pentax_K5.DNG_0.500",
3483 "basi0g08.png_0.500", 3508 "basi0g08.png_0.500",
3484 "complexclip_aa", 3509 "complexclip_aa",
3485 "g25n0g16.png_0.500", 3510 "g25n0g16.png_0.500",
3486 "oi2n0g16.png", 3511 "oi2n0g16.png",
3487 "emboss", 3512 "emboss",
3488 "Upper_Right.jpg_0.143", 3513 "Upper_Right.jpg_0.143",
3489 "unknown2.gif", 3514 "unknown2.gif",
3490 "basn0g01.png_0.500", 3515 "basn0g01.png_0.500",
3491 "zeroPath", 3516 "zeroPath",
3492 "PANO_20121023_214540.jpg", 3517 "PANO_20121023_214540.jpg",
3493 "s37i3p04.png", 3518 "s37i3p04.png",
3494 "firefox.ico_0.250", 3519 "firefox.ico_0.250",
3495 "Upper_Right.jpg_0.250", 3520 "Upper_Right.jpg_0.250",
3496 "g05n3p04.png_0.500", 3521 "g05n3p04.png_0.500",
3497 "multipicturedraw_biglayer_simple", 3522 "multipicturedraw_biglayer_simple",
3498 "offsets_too_large.gif_0.500", 3523 "offsets_too_large.gif_0.500",
3499 "gradients_2pt_conical_inside_nodither", 3524 "gradients_2pt_conical_inside_nodither",
3500 "art.jpg_0.625", 3525 "art.jpg_0.625",
3501 "inc1.webp_0.143", 3526 "inc1.webp_0.143",
3502 "ctzn0g04.png", 3527 "ctzn0g04.png",
3503 "tbyn3p08.png", 3528 "tbyn3p08.png",
3504 "offsets_too_large.gif_0.250", 3529 "offsets_too_large.gif_0.250",
3505 "Lower_Right.jpg_0.625", 3530 "Lower_Right.jpg_0.625",
3506 "gradients_view_perspective_nodither", 3531 "gradients_view_perspective_nodither",
3507 "baseline_restart_jpeg.jpg_0.143", 3532 "baseline_restart_jpeg.jpg_0.143",
3508 "ctgn0g04.png", 3533 "ctgn0g04.png",
3509 "rgba32abf.bmp_0.500", 3534 "rgba32abf.bmp_0.500",
3510 "giantbitmap_repeat_bilerp_rotate", 3535 "giantbitmap_repeat_bilerp_rotate",
3511 "s36i3p04.png_0.333", 3536 "s36i3p04.png_0.333",
3512 "progressive_jpeg.jpg_0.167", 3537 "progressive_jpeg.jpg_0.167",
3513 "Nikon_P330.NRW_0.875", 3538 "Nikon_P330.NRW_0.875",
3514 "basi0g01.png_0.500", 3539 "basi0g01.png_0.500",
3515 "baseline_jpeg.jpg", 3540 "baseline_jpeg.jpg",
3516 "xfermodes2", 3541 "xfermodes2",
3517 "lg_g4_iso_800.dng_0.125", 3542 "lg_g4_iso_800.dng_0.125",
3518 "f02n0g08.png_0.500", 3543 "f02n0g08.png_0.500",
3519 "photo.jpg.png_0.250", 3544 "photo.jpg.png_0.250",
3520 "cs8n3p08.png", 3545 "cs8n3p08.png",
3521 "complexclip3_simple", 3546 "complexclip3_simple",
3522 "gradients_dup_color_stops", 3547 "gradients_dup_color_stops",
3523 "PANO_20121023_214540.jpg_0.875", 3548 "PANO_20121023_214540.jpg_0.875",
3524 "inc1.webp_0.125", 3549 "inc1.webp_0.125",
3525 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.125", 3550 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.125",
3526 "gradtext", 3551 "gradtext",
3527 "complexclip_bw", 3552 "complexclip_bw",
3528 "basi0g16.png", 3553 "basi0g16.png",
3529 "Olympus_E-PL3.ORF_0.500", 3554 "Olympus_E-PL3.ORF_0.500",
3530 "Nikon_1J4.NEF_0.167", 3555 "Nikon_1J4.NEF_0.167",
3531 "gradients_local_perspective_nodither", 3556 "gradients_local_perspective_nodither",
3532 "karate.gif_0.250", 3557 "karate.gif_0.250",
3533 "oi1n0g16.png", 3558 "oi1n0g16.png",
3534 "cs3n3p08.png", 3559 "cs3n3p08.png",
3535 "desk_yahoonews_0.jpg_0.875", 3560 "desk_yahoonews_0.jpg_0.875",
3536 "unknown4.gif_0.333", 3561 "unknown4.gif_0.333",
3537 "Designcontest-Casino-Watermelon.ico", 3562 "Designcontest-Casino-Watermelon.ico",
3538 "progressive_restart_jpeg.jpg_0.083", 3563 "progressive_restart_jpeg.jpg_0.083",
3539 "MARBLES.GIF", 3564 "MARBLES.GIF",
3540 "PngSuite.png_0.125", 3565 "PngSuite.png_0.125",
3541 "24bpp-pixeldata-cropped.bmp", 3566 "24bpp-pixeldata-cropped.bmp",
3542 "basn0g02.png", 3567 "basn0g02.png",
3543 "desk_yahoonews_0.jpg", 3568 "desk_yahoonews_0.jpg",
3544 "basn0g04.png", 3569 "basn0g04.png",
3545 "imagealphathreshold", 3570 "imagealphathreshold",
3546 "pal8w126.bmp", 3571 "pal8w126.bmp",
3547 "pal8os2v2.bmp_0.333", 3572 "pal8os2v2.bmp_0.333",
3548 "dashcubics", 3573 "dashcubics",
3549 "dropshadowimagefilter", 3574 "dropshadowimagefilter",
3550 "s03n3p01.png", 3575 "s03n3p01.png",
3551 "lenna.bmp", 3576 "lenna.bmp",
3552 "ct0n0g04.png", 3577 "ct0n0g04.png",
3553 "s39n3p04.png_0.500", 3578 "s39n3p04.png_0.500",
3554 "z03n2c08.png_0.500", 3579 "z03n2c08.png_0.500",
3555 "image3.wbmp", 3580 "image3.wbmp",
3556 "tiledscaledbitmap", 3581 "tiledscaledbitmap",
3557 "basi4a16.png_0.500", 3582 "basi4a16.png_0.500",
3558 "Canon_G7X.CR2_0.875", 3583 "Canon_G7X.CR2_0.875",
3559 "top-left.gif_0.200", 3584 "top-left.gif_0.200",
3560 "cm7n0g04.png_0.500", 3585 "cm7n0g04.png_0.500",
3561 "normal.wbmp_0.200", 3586 "normal.wbmp_0.200",
3562 "ccwn2c08.png", 3587 "ccwn2c08.png",
3563 "Canon_G7X.CR2_0.125", 3588 "Canon_G7X.CR2_0.125",
3564 "complexclip_aa_layer", 3589 "complexclip_aa_layer",
3565 "scaledstrokes", 3590 "scaledstrokes",
3566 "progressive_jpeg.jpg_0.083", 3591 "progressive_jpeg.jpg_0.083",
3567 "24bpp-pixeldata-cropped.bmp_0.125", 3592 "24bpp-pixeldata-cropped.bmp_0.125",
3568 "ps2n2c16.png_0.500", 3593 "ps2n2c16.png_0.500",
3569 "basn4a08.png", 3594 "basn4a08.png",
3570 "desk_yahoonews_0.jpg_0.167", 3595 "desk_yahoonews_0.jpg_0.167",
3571 "rrect", 3596 "rrect",
3572 "basi3p02.png", 3597 "basi3p02.png",
3573 "pal8topdown.bmp_0.250", 3598 "pal8topdown.bmp_0.250",
3574 "incGray.jpg_0.062", 3599 "incGray.jpg_0.062",
3575 "aarectmodes", 3600 "aarectmodes",
3576 "card1.gif_0.333", 3601 "card1.gif_0.333",
3577 "inc1.wbmp_0.200", 3602 "inc1.wbmp_0.200",
3578 "Sony_RX100_III.ARW_0.625", 3603 "Sony_RX100_III.ARW_0.625",
3579 "rgb24largepal.bmp_0.500", 3604 "rgb24largepal.bmp_0.500",
3580 "dashing2", 3605 "dashing2",
3581 "desk_yahoonews_0.jpg_0.143", 3606 "desk_yahoonews_0.jpg_0.143",
3582 "Sony_RX100_III.ARW", 3607 "Sony_RX100_III.ARW",
3583 "shadertext", 3608 "shadertext",
3584 "tbbn2c16.png", 3609 "tbbn2c16.png",
3585 "karate.gif_0.500", 3610 "karate.gif_0.500",
3586 "s33i3p04.png", 3611 "s33i3p04.png",
3587 "imagefilterscropexpand", 3612 "imagefilterscropexpand",
3588 "gradients_many_nodither", 3613 "gradients_many_nodither",
3589 "image-picture", 3614 "image-picture",
3590 "pal8v5.bmp_0.200", 3615 "pal8v5.bmp_0.200",
3591 "f00n2c08.png", 3616 "f00n2c08.png",
3592 "incInterlaced.gif", 3617 "incInterlaced.gif",
3593 "oi9n0g16.png", 3618 "oi9n0g16.png",
3594 "5.sm.webp", 3619 "5.sm.webp",
3595 "basn0g16.png", 3620 "basn0g16.png",
3596 "inc0.jpg_0.875", 3621 "inc0.jpg_0.875",
3597 "Lower_Right.jpg_0.875", 3622 "Lower_Right.jpg_0.875",
3598 "blurroundrect-WH-100x100-unevenCorners", 3623 "blurroundrect-WH-100x100-unevenCorners",
3599 "f01n2c08.png_0.500", 3624 "f01n2c08.png_0.500",
3600 "unknown4.gif_0.143", 3625 "unknown4.gif_0.143",
3601 "butterfly.gif", 3626 "butterfly.gif",
3602 "downsamplebitmap_image_high_mandrill_132x132_12x12.astc", 3627 "downsamplebitmap_image_high_mandrill_132x132_12x12.astc",
3603 "incGray.jpg", 3628 "incGray.jpg",
3604 "rgb16.bmp", 3629 "rgb16.bmp",
3605 "progressive_jpeg.jpg", 3630 "progressive_jpeg.jpg",
3606 "image2.wbmp", 3631 "image2.wbmp",
3607 "low_left.gif_0.250", 3632 "low_left.gif_0.250",
3608 "top_right.gif_0.250", 3633 "top_right.gif_0.250",
3609 "desk_yahoonews_0.jpg_0.375", 3634 "desk_yahoonews_0.jpg_0.375",
3610 "manyarcs", 3635 "manyarcs",
3611 "Nikon_1J4.NEF_0.375", 3636 "Nikon_1J4.NEF_0.375",
3612 "middle.gif", 3637 "middle.gif",
3613 "rgb24prof.bmp", 3638 "rgb24prof.bmp",
3614 "foreign.gif_0.200", 3639 "foreign.gif_0.200",
3615 "filterbitmap_image_mandrill_64.png", 3640 "filterbitmap_image_mandrill_64.png",
3616 "Tribalmarkings-Colorflow-Puma.ico_0.125", 3641 "Tribalmarkings-Colorflow-Puma.ico_0.125",
3617 "top_right.gif", 3642 "top_right.gif",
3618 "5.sm.webp_0.250", 3643 "5.sm.webp_0.250",
3619 "tabl_mozilla_0.jpg_0.250", 3644 "tabl_mozilla_0.jpg_0.250",
3620 "s37n3p04.png", 3645 "s37n3p04.png",
3621 "fancyposunderline", 3646 "fancyposunderline",
3622 "tbgn2c16.png", 3647 "tbgn2c16.png",
3623 "alphagradients", 3648 "alphagradients",
3624 "verttext2Android", 3649 "verttext2Android",
3625 "CMYK.jpg_0.143", 3650 "CMYK.jpg_0.143",
3626 "oi4n2c16.png", 3651 "oi4n2c16.png",
3627 "low_right.gif_0.167", 3652 "low_right.gif_0.167",
3628 "baseline_restart_jpeg.jpg_0.750", 3653 "baseline_restart_jpeg.jpg_0.750",
3629 "normal.wbmp_0.500", 3654 "normal.wbmp_0.500",
3630 "inc0.jpg", 3655 "inc0.jpg",
3631 "s40i3p04.png", 3656 "s40i3p04.png",
3632 "glyph_pos_n_s", 3657 "glyph_pos_n_s",
3633 "baseline_jpeg.jpg_0.750", 3658 "baseline_jpeg.jpg_0.750",
3634 "imagesource", 3659 "imagesource",
3635 "Canon_5D2.dng_0.750", 3660 "Canon_5D2.dng_0.750",
3636 "lightingcolorfilter", 3661 "lightingcolorfilter",
3637 "webp_test.webp_0.143", 3662 "webp_test.webp_0.143",
3638 "low_right.gif", 3663 "low_right.gif",
3639 "webp_test.webp_0.250", 3664 "webp_test.webp_0.250",
3640 "CMYK.jpg_0.875", 3665 "CMYK.jpg_0.875",
3641 "penguin.gif_0.333", 3666 "penguin.gif_0.333",
3642 "bmp_test.bmp", 3667 "bmp_test.bmp",
3643 "Fuji_X20.RAF_0.750", 3668 "Fuji_X20.RAF_0.750",
3644 "f03n2c08.png_0.500", 3669 "f03n2c08.png_0.500",
3645 "cs5n3p08.png", 3670 "cs5n3p08.png",
3646 "cm0n0g04.png", 3671 "cm0n0g04.png",
3647 "emptystroke", 3672 "emptystroke",
3648 "glyph_pos_align", 3673 "glyph_pos_align",
3649 "gradient_matrix", 3674 "gradient_matrix",
3650 "Olympus_E-PL3.ORF_0.875", 3675 "Olympus_E-PL3.ORF_0.875",
3651 "clipped-bitmap-shaders-mirror-hq", 3676 "clipped-bitmap-shaders-mirror-hq",
3652 "progressive_restart_jpeg.jpg_0.167", 3677 "progressive_restart_jpeg.jpg_0.167",
3653 "g25n2c08.png", 3678 "g25n2c08.png",
3654 "z06n2c08.png", 3679 "z06n2c08.png",
3655 "basi2c16.png_0.500", 3680 "basi2c16.png_0.500",
3656 "texdata", 3681 "texdata",
3657 "Upper_Left.jpg", 3682 "Upper_Left.jpg",
3658 "ctfn0g04.png_0.500", 3683 "ctfn0g04.png_0.500",
3659 "progressive_jpeg.jpg_0.500", 3684 "progressive_jpeg.jpg_0.500",
3660 "03_none_filter.JPG", 3685 "03_none_filter.JPG",
3661 "CMYK.jpg_0.031", 3686 "CMYK.jpg_0.031",
3662 "s32i3p04.png", 3687 "s32i3p04.png",
3663 "pixel_snap_rect", 3688 "pixel_snap_rect",
3664 "progressive_restart_jpeg.jpg", 3689 "progressive_restart_jpeg.jpg",
3665 "all_bitmap_configs", 3690 "all_bitmap_configs",
3666 "g03n0g16.png", 3691 "g03n0g16.png",
3667 "incGray.jpg_0.200", 3692 "incGray.jpg_0.200",
3668 "ctjn0g04.png", 3693 "ctjn0g04.png",
3669 "5.sm.webp_0.375", 3694 "5.sm.webp_0.375",
3670 "Lower_Left.jpg_0.375", 3695 "Lower_Left.jpg_0.375",
3671 "g07n0g16.png_0.500", 3696 "g07n0g16.png_0.500",
3672 "webp_test.webp_0.625", 3697 "webp_test.webp_0.625",
3673 "MARBLES.GIF_0.333", 3698 "MARBLES.GIF_0.333",
3674 "incInterlaced.gif_0.200", 3699 "incInterlaced.gif_0.200",
3675 "rgb32.bmp", 3700 "rgb32.bmp",
3676 "frame_larger_than_image.gif_0.167", 3701 "frame_larger_than_image.gif_0.167",
3677 "varied_text_ignorable_clip_lcd", 3702 "varied_text_ignorable_clip_lcd",
3678 "rgba16-4444.bmp", 3703 "rgba16-4444.bmp",
3679 "webp_test.webp", 3704 "webp_test.webp",
3680 "strokes_poly", 3705 "strokes_poly",
3681 "progressive_restart_jpeg.jpg_0.375", 3706 "progressive_restart_jpeg.jpg_0.375",
3682 "Rotating_earth_(large).gif_0.500", 3707 "Rotating_earth_(large).gif_0.500",
3683 "Designcontest-Casino-Watermelon.ico_0.625", 3708 "Designcontest-Casino-Watermelon.ico_0.625",
3684 "Hopstarter-Mac-Folders-Apple.ico_0.500", 3709 "Hopstarter-Mac-Folders-Apple.ico_0.500",
3685 "02_empty_filter.JPG_0.625", 3710 "02_empty_filter.JPG_0.625",
3686 "basi6a16.png", 3711 "basi6a16.png",
3687 "incInterlaced.gif_0.500", 3712 "incInterlaced.gif_0.500",
3688 "art.jpg_0.875", 3713 "art.jpg_0.875",
3689 "image2.wbmp_0.333", 3714 "image2.wbmp_0.333",
3690 "incGray.jpg_0.875", 3715 "incGray.jpg_0.875",
3691 "cs5n2c08.png_0.500", 3716 "cs5n2c08.png_0.500",
3692 "Pentax_K5.DNG_0.375", 3717 "Pentax_K5.DNG_0.375",
3693 "s38i3p04.png", 3718 "s38i3p04.png",
3694 "avoidxfermode3", 3719 "avoidxfermode3",
3695 "03_none_filter.JPG_0.125", 3720 "03_none_filter.JPG_0.125",
3696 "s32i3p04.png_0.500", 3721 "s32i3p04.png_0.500",
3697 "webp_test.webp_0.031", 3722 "webp_test.webp_0.031",
3698 "g04n3p04.png", 3723 "g04n3p04.png",
3699 "pal8os2.bmp_0.333", 3724 "pal8os2.bmp_0.333",
3700 "downsamplebitmap_image_low_mandrill_132x132_12x12.astc", 3725 "downsamplebitmap_image_low_mandrill_132x132_12x12.astc",
3701 "s34i3p04.png_0.333", 3726 "s34i3p04.png_0.333",
3702 "interlaced_example.gif_0.500", 3727 "interlaced_example.gif_0.500",
3703 "tabl_mozilla_0.jpg_0.333", 3728 "tabl_mozilla_0.jpg_0.333",
3704 "inc0.webp_0.333", 3729 "inc0.webp_0.333",
3705 "penguin.gif_0.167", 3730 "penguin.gif_0.167",
3706 "s39i3p04.png", 3731 "s39i3p04.png",
3707 "card3.gif_0.143", 3732 "card3.gif_0.143",
3708 "ps2n0g08.png_0.500", 3733 "ps2n0g08.png_0.500",
3709 "Samsung_NX3000.SRW_0.625", 3734 "Samsung_NX3000.SRW_0.625",
3710 "composeshader_alpha", 3735 "composeshader_alpha",
3711 "Facebook.ico", 3736 "Facebook.ico",
3712 "basn6a16.png", 3737 "basn6a16.png",
3713 "basn6a08.png", 3738 "basn6a08.png",
3714 "PANO_20121023_214540.jpg_0.750", 3739 "PANO_20121023_214540.jpg_0.750",
3715 "incInterlaced.gif_0.333", 3740 "incInterlaced.gif_0.333",
3716 "foreign.gif", 3741 "foreign.gif",
3717 "ct0n0g04.png_0.500", 3742 "ct0n0g04.png_0.500",
3718 "oi1n2c16.png", 3743 "oi1n2c16.png",
3719 "f03n2c08.png", 3744 "f03n2c08.png",
3720 "simpleaaclip_rect", 3745 "simpleaaclip_rect",
3721 "03_none_filter.JPG_0.750", 3746 "03_none_filter.JPG_0.750",
3722 "perlinnoise", 3747 "perlinnoise",
3723 "Lower_Left.jpg_0.143", 3748 "Lower_Left.jpg_0.143",
3724 "low_left.gif_0.143", 3749 "low_left.gif_0.143",
3725 "Lower_Right.jpg_0.200", 3750 "Lower_Right.jpg_0.200",
3726 "PANO_20121023_214540.jpg_0.143", 3751 "PANO_20121023_214540.jpg_0.143",
3727 "g05n0g16.png", 3752 "g05n0g16.png",
3728 "bmp_filter_quality_repeat", 3753 "bmp_filter_quality_repeat",
3729 "unknown2.gif_0.250", 3754 "unknown2.gif_0.250",
3730 "not_native32_bitmap_config", 3755 "not_native32_bitmap_config",
3731 "Upper_Right.jpg_0.500", 3756 "Upper_Right.jpg_0.500",
3732 "Lower_Left.jpg_0.750", 3757 "Lower_Left.jpg_0.750",
3733 "frame_larger_than_image.gif_0.200", 3758 "frame_larger_than_image.gif_0.200",
3734 "CMYK.jpg_0.083", 3759 "CMYK.jpg_0.083",
3735 "pal4rletrns.bmp_0.333", 3760 "pal4rletrns.bmp_0.333",
3736 "basn4a16.png", 3761 "basn4a16.png",
3737 "photo.jpg.png_0.143", 3762 "photo.jpg.png_0.143",
3738 "progressive_jpeg.jpg_0.250", 3763 "progressive_jpeg.jpg_0.250",
3739 "PANO_20121023_214540.jpg_0.200", 3764 "PANO_20121023_214540.jpg_0.200",
3740 "g10n0g16.png", 3765 "g10n0g16.png",
3741 "bggn4a16.png", 3766 "bggn4a16.png",
3742 "basi4a08.png", 3767 "basi4a08.png",
3743 "linear_gradient", 3768 "linear_gradient",
3744 "pathopsinverse", 3769 "pathopsinverse",
3745 "pal8oversizepal.bmp_0.333", 3770 "pal8oversizepal.bmp_0.333",
3746 "pal8rletrns.bmp", 3771 "pal8rletrns.bmp",
3747 "s01n3p01.png", 3772 "s01n3p01.png",
3748 "ps1n0g08.png_0.500", 3773 "ps1n0g08.png_0.500",
3749 "photo.jpg.png_0.167", 3774 "photo.jpg.png_0.167",
3750 "image1.wbmp_0.200", 3775 "image1.wbmp_0.200",
3751 "8bpp-pixeldata-cropped.bmp_0.200", 3776 "8bpp-pixeldata-cropped.bmp_0.200",
3752 "inc0.jpg_0.750", 3777 "inc0.jpg_0.750",
3753 "Upper_Left.jpg_0.333", 3778 "Upper_Left.jpg_0.333",
3754 "tabl_mozilla_0.jpg_0.167", 3779 "tabl_mozilla_0.jpg_0.167",
3755 "progressive_jpeg.jpg_0.750", 3780 "progressive_jpeg.jpg_0.750",
3756 "baseline_restart_jpeg.jpg_0.125", 3781 "baseline_restart_jpeg.jpg_0.125",
3757 "Fuji_X20.dng_0.375", 3782 "Fuji_X20.dng_0.375",
3758 "cdun2c08.png", 3783 "cdun2c08.png",
3759 "basi0g01.png", 3784 "basi0g01.png",
3760 "rgb16-565pal.bmp", 3785 "rgb16-565pal.bmp",
3761 "4bpp-pixeldata-cropped.bmp", 3786 "4bpp-pixeldata-cropped.bmp",
3762 "02_empty_filter.JPG_0.143", 3787 "02_empty_filter.JPG_0.143",
3763 "shadertext2", 3788 "shadertext2",
3764 "giantbitmap_mirror_point_scale", 3789 "giantbitmap_mirror_point_scale",
3765 "gif_intr.gif", 3790 "gif_intr.gif",
3766 "incGray.jpg_0.750", 3791 "incGray.jpg_0.750",
3767 "Lower_Left.jpg_0.200", 3792 "Lower_Left.jpg_0.200",
3768 "tm3n3p02.png_0.500", 3793 "tm3n3p02.png_0.500",
3769 "top-left.gif_0.333", 3794 "top-left.gif_0.333",
3770 "bezier_conic_effects", 3795 "bezier_conic_effects",
3771 "basi4a16.png", 3796 "basi4a16.png",
3772 "inc0.gif_0.500", 3797 "inc0.gif_0.500",
3773 "pp0n6a08.png_0.500", 3798 "pp0n6a08.png_0.500",
3774 "tp1n3p08.png", 3799 "tp1n3p08.png",
3775 "pal8.bmp_0.250", 3800 "pal8.bmp_0.250",
3776 "8bpp-pixeldata-cropped.bmp_0.500", 3801 "8bpp-pixeldata-cropped.bmp_0.500",
3777 "tabl_mozilla_0.jpg_0.143", 3802 "tabl_mozilla_0.jpg_0.143",
3778 "showmiplevels2_256x256", 3803 "showmiplevels2_256x256",
3779 "progressive_jpeg.jpg_0.031", 3804 "progressive_jpeg.jpg_0.031",
3780 "desk_yahoonews_0.jpg_0.125", 3805 "desk_yahoonews_0.jpg_0.125",
3781 "Rotating_earth_(large).gif", 3806 "Rotating_earth_(large).gif",
3782 "progressive_restart_jpeg.jpg_0.333", 3807 "progressive_restart_jpeg.jpg_0.333",
3783 "repeated_bitmap_jpg", 3808 "repeated_bitmap_jpg",
3784 "fast_slow_blurimagefilter", 3809 "fast_slow_blurimagefilter",
3785 "simpleshapes", 3810 "simpleshapes",
3786 "Lower_Left.jpg_0.333", 3811 "Lower_Left.jpg_0.333",
3787 "Panasonic_GM5.RW2_0.143", 3812 "Panasonic_GM5.RW2_0.143",
3788 "image2.wbmp_0.500", 3813 "image2.wbmp_0.500",
3789 "PANO_20121023_214540.jpg_0.042", 3814 "PANO_20121023_214540.jpg_0.042",
3790 "card3.gif_0.333", 3815 "card3.gif_0.333",
3791 "baseline_jpeg.jpg_0.143", 3816 "baseline_jpeg.jpg_0.143",
3792 "basi2c08.png_0.500", 3817 "basi2c08.png_0.500",
3793 "ps2n2c16.png", 3818 "ps2n2c16.png",
3794 "photo.jpg.png_0.125", 3819 "photo.jpg.png_0.125",
3795 "MARBLES.GIF_0.125", 3820 "MARBLES.GIF_0.125",
3796 "basi0g04.png_0.500", 3821 "basi0g04.png_0.500",
3797 "tabl_mozilla_0.jpg_0.375", 3822 "tabl_mozilla_0.jpg_0.375",
3798 "tabl_mozilla_0.jpg_0.200", 3823 "tabl_mozilla_0.jpg_0.200",
3799 "textblobshader", 3824 "textblobshader",
3800 "bggn4a16.png_0.500", 3825 "bggn4a16.png_0.500",
3801 "rgb24.bmp", 3826 "rgb24.bmp",
3802 "test32v5.bmp", 3827 "test32v5.bmp",
3803 "pal8v4.bmp_0.250", 3828 "pal8v4.bmp_0.250",
3804 "nested_flipY_bw", 3829 "nested_flipY_bw",
3805 "png_test.png_0.125", 3830 "png_test.png_0.125",
3806 "gradient_many_stops", 3831 "gradient_many_stops",
3807 "downsamplebitmap_checkerboard_medium_512_256", 3832 "downsamplebitmap_checkerboard_medium_512_256",
3808 "megalooper_4x1", 3833 "megalooper_4x1",
3809 "top_right.gif_0.167", 3834 "top_right.gif_0.167",
3810 "pal8v4.bmp", 3835 "pal8v4.bmp",
3811 "inc0.wbmp", 3836 "inc0.wbmp",
3812 "basi0g16.png_0.500", 3837 "basi0g16.png_0.500",
3813 "tablecolorfilter", 3838 "tablecolorfilter",
3814 "tiled_picture_shader", 3839 "tiled_picture_shader",
3815 "tbwn3p08.png_0.500", 3840 "tbwn3p08.png_0.500",
3816 "pal1wb.bmp_0.500", 3841 "pal1wb.bmp_0.500",
3817 "progressive_restart_jpeg.jpg_0.042", 3842 "progressive_restart_jpeg.jpg_0.042",
3818 "Samsung_NX3000.SRW_0.143", 3843 "Samsung_NX3000.SRW_0.143",
3819 "Canon_5D2.dng", 3844 "Canon_5D2.dng",
3820 "stlouisarch", 3845 "stlouisarch",
3821 "baseline_restart_jpeg.jpg_0.083", 3846 "baseline_restart_jpeg.jpg_0.083",
3822 "convexpaths", 3847 "convexpaths",
3823 "s39i3p04.png_0.500", 3848 "s39i3p04.png_0.500",
3824 "tp0n2c08.png_0.500", 3849 "tp0n2c08.png_0.500",
3825 "quadpath", 3850 "quadpath",
3826 "inc1.wbmp", 3851 "inc1.wbmp",
3827 "oi2n2c16.png", 3852 "oi2n2c16.png",
3828 "Hopstarter-Mac-Folders-Apple.ico_0.250", 3853 "Hopstarter-Mac-Folders-Apple.ico_0.250",
3829 "pal1bg.bmp_0.500", 3854 "pal1bg.bmp_0.500",
3830 "24bpp-pixeldata-cropped.bmp_0.143", 3855 "24bpp-pixeldata-cropped.bmp_0.143",
3831 "s35i3p04.png_0.500", 3856 "s35i3p04.png_0.500",
3832 "g05n3p04.png", 3857 "g05n3p04.png",
3833 "PANO_20121023_214540.jpg_0.333", 3858 "PANO_20121023_214540.jpg_0.333",
3834 "f01n0g08.png", 3859 "f01n0g08.png",
3835 "bigbitmaprect_i", 3860 "bigbitmaprect_i",
3836 "pal8w126.bmp_0.333", 3861 "pal8w126.bmp_0.333",
3837 "linear_gradient_tiny", 3862 "linear_gradient_tiny",
3838 "MARBLES.GIF_0.200", 3863 "MARBLES.GIF_0.200",
3839 "Rotating_earth_(large).gif_0.143", 3864 "Rotating_earth_(large).gif_0.143",
3840 "card2.gif_0.143", 3865 "card2.gif_0.143",
3841 "strokecircle", 3866 "strokecircle",
3842 "image2.wbmp_0.250", 3867 "image2.wbmp_0.250",
3843 "inc0.webp_0.143", 3868 "inc0.webp_0.143",
3844 "02_empty_filter.JPG_0.125", 3869 "02_empty_filter.JPG_0.125",
3845 "tbgn3p08.png_0.500", 3870 "tbgn3p08.png_0.500",
3846 "complexclip_aa_layer_invert", 3871 "complexclip_aa_layer_invert",
3847 "rrect_draw_bw", 3872 "rrect_draw_bw",
3848 "tbyn3p08.png_0.500", 3873 "tbyn3p08.png_0.500",
3849 "Hopstarter-Mac-Folders-Apple.ico_0.125", 3874 "Hopstarter-Mac-Folders-Apple.ico_0.125",
3850 "02_empty_filter.JPG_0.042", 3875 "02_empty_filter.JPG_0.042",
3851 "showmiplevels_255", 3876 "showmiplevels_255",
3852 "scale-generator", 3877 "scale-generator",
3853 "surfaceprops", 3878 "surfaceprops",
3854 "oi1n2c16.png_0.500", 3879 "oi1n2c16.png_0.500",
3855 "image7.wbmp", 3880 "image7.wbmp",
3856 "lcdtextsize", 3881 "lcdtextsize",
3857 "inc1.gif_0.500", 3882 "inc1.gif_0.500",
3858 "large_basketball.gif", 3883 "large_basketball.gif",
3859 "Fasticon-Ifunny-Dog.ico_0.167", 3884 "Fasticon-Ifunny-Dog.ico_0.167",
3860 "tbrn2c08.png_0.500", 3885 "tbrn2c08.png_0.500",
3861 "5.sm.webp_0.333", 3886 "5.sm.webp_0.333",
3862 "simpleaaclip_aaclip", 3887 "simpleaaclip_aaclip",
3863 "progressive_jpeg.jpg_0.143", 3888 "progressive_jpeg.jpg_0.143",
3864 "clipped-bitmap-shaders-clamp-hq", 3889 "clipped-bitmap-shaders-clamp-hq",
3865 "Nikon_P330.NRW_0.500", 3890 "Nikon_P330.NRW_0.500",
3866 "progressive_jpeg.jpg_0.375", 3891 "progressive_jpeg.jpg_0.375",
3867 "baseline_restart_jpeg.jpg_0.200", 3892 "baseline_restart_jpeg.jpg_0.200",
3868 "shallow_gradient_linear", 3893 "shallow_gradient_linear",
3869 "shadows", 3894 "shadows",
3870 "rle8-height-negative.bmp_0.143", 3895 "rle8-height-negative.bmp_0.143",
3871 "Lower_Right.jpg_0.750", 3896 "Lower_Right.jpg_0.750",
3872 "filterindiabox", 3897 "filterindiabox",
3873 "Panasonic_GM5.RW2_0.375", 3898 "Panasonic_GM5.RW2_0.375",
3874 "savelayer_with_backdrop", 3899 "savelayer_with_backdrop",
3875 "pal8os2v2.bmp", 3900 "pal8os2v2.bmp",
3876 "basi2c16.png", 3901 "basi2c16.png",
3877 "5.sm.webp_0.200", 3902 "5.sm.webp_0.200",
3878 "ctzn0g04.png_0.500", 3903 "ctzn0g04.png_0.500",
3879 "new_texture_image", 3904 "new_texture_image",
3880 "f99n0g04.png", 3905 "f99n0g04.png",
3881 "Tribalmarkings-Colorflow-Puma.ico", 3906 "Tribalmarkings-Colorflow-Puma.ico",
3882 "Upper_Left.jpg_0.250", 3907 "Upper_Left.jpg_0.250",
3883 "top-left.gif_0.167", 3908 "top-left.gif_0.167",
3884 "middle.gif_0.125", 3909 "middle.gif_0.125",
3885 "pal8badindex.bmp_0.250", 3910 "pal8badindex.bmp_0.250",
3886 "cm9n0g04.png", 3911 "cm9n0g04.png",
3887 "chinese.gif", 3912 "chinese.gif",
3888 "abnormal.wbmp_0.333", 3913 "abnormal.wbmp_0.333",
3889 "patch_grid", 3914 "patch_grid",
3890 "gpusamplerstress", 3915 "gpusamplerstress",
3891 "downsamplebitmap_image_medium_mandrill_132x132_12x12.astc", 3916 "downsamplebitmap_image_medium_mandrill_132x132_12x12.astc",
3892 "cthn0g04.png_0.500", 3917 "cthn0g04.png_0.500",
3893 "card1.gif", 3918 "card1.gif",
3894 "pal8os2v2-16.bmp_0.200", 3919 "pal8os2v2-16.bmp_0.200",
3895 "basn0g01.png", 3920 "basn0g01.png",
3896 "inc1.webp_0.062", 3921 "inc1.webp_0.062",
3897 "giantbitmap_mirror_bilerp_scale", 3922 "giantbitmap_mirror_bilerp_scale",
3898 "CMYK.jpg_0.062", 3923 "CMYK.jpg_0.062",
3899 "frame_larger_than_image.gif_0.143", 3924 "frame_larger_than_image.gif_0.143",
3900 "radial_gradient3_nodither", 3925 "radial_gradient3_nodither",
3901 "inc0.webp", 3926 "inc0.webp",
3902 "astc_image", 3927 "astc_image",
3903 "basn3p01.png_0.500", 3928 "basn3p01.png_0.500",
3904 "g07n2c08.png", 3929 "g07n2c08.png",
3905 "rgb32-111110.bmp", 3930 "rgb32-111110.bmp",
3906 "shallow_gradient_conical_nodither", 3931 "shallow_gradient_conical_nodither",
3907 "pal8w126.bmp_0.200", 3932 "pal8w126.bmp_0.200",
3908 "fadefilter", 3933 "fadefilter",
3909 "unknown3.gif", 3934 "unknown3.gif",
3910 "01_original.jpg_0.200", 3935 "01_original.jpg_0.200",
3911 "giantbitmap_clamp_bilerp_scale", 3936 "giantbitmap_clamp_bilerp_scale",
3912 "f01n2c08.png", 3937 "f01n2c08.png",
3913 "Sony_RX100_III.ARW_0.125", 3938 "Sony_RX100_III.ARW_0.125",
3914 "tp0n3p08.png_0.500", 3939 "tp0n3p08.png_0.500",
3915 "basn2c16.png_0.500", 3940 "basn2c16.png_0.500",
3916 "incGray.jpg_0.500", 3941 "incGray.jpg_0.500",
3917 "Olympus_PL7.ORF_0.625", 3942 "Olympus_PL7.ORF_0.625",
3918 "image-cacherator-from-texture", 3943 "image-cacherator-from-texture",
3919 "Nikon_1J4.NEF_0.333", 3944 "Nikon_1J4.NEF_0.333",
3920 "Upper_Left.jpg_0.750", 3945 "Upper_Left.jpg_0.750",
3921 "png_test.png_0.500", 3946 "png_test.png_0.500",
3922 "roundrects", 3947 "roundrects",
3923 "Olympus_E-PL3.ORF_0.375", 3948 "Olympus_E-PL3.ORF_0.375",
3924 "02_empty_filter.JPG_0.500", 3949 "02_empty_filter.JPG_0.500",
3925 "s38n3p04.png_0.500", 3950 "s38n3p04.png_0.500",
3926 "Lower_Left.jpg", 3951 "Lower_Left.jpg",
3927 "rgb24pal.bmp_0.500", 3952 "rgb24pal.bmp_0.500",
3928 "abnormal.wbmp", 3953 "abnormal.wbmp",
3929 "kokteylogo.png", 3954 "kokteylogo.png",
3930 "rrect_clip_bw", 3955 "rrect_clip_bw",
3931 "g03n2c08.png_0.500", 3956 "g03n2c08.png_0.500",
3932 "multipicturedraw_rectclip_tiled", 3957 "multipicturedraw_rectclip_tiled",
3933 "blast.gif", 3958 "blast.gif",
3934 "strokerect", 3959 "strokerect",
3935 "GMARBLES.GIF_0.200", 3960 "GMARBLES.GIF_0.200",
3936 "persp_shaders_bw", 3961 "persp_shaders_bw",
3937 "gradients_2pt_conical_edge_nodither", 3962 "gradients_2pt_conical_edge_nodither",
3938 "Fuji_X20.dng_0.250", 3963 "Fuji_X20.dng_0.250",
3939 "pal8oversizepal.bmp_0.250", 3964 "pal8oversizepal.bmp_0.250",
3940 "Nikon_1J4.NEF_0.500", 3965 "Nikon_1J4.NEF_0.500",
3941 "PngSuite.png", 3966 "PngSuite.png",
3942 "Olympus_PL7.ORF_0.125", 3967 "Olympus_PL7.ORF_0.125",
3943 "Carvetia-Odds-And-Ends-Melting-Pot.ico", 3968 "Carvetia-Odds-And-Ends-Melting-Pot.ico",
3944 "rgb32bf.bmp", 3969 "rgb32bf.bmp",
3945 "CMYK.jpg_0.333", 3970 "CMYK.jpg_0.333",
3946 "interlaced2.png_0.062", 3971 "interlaced2.png_0.062",
3947 "Lower_Right.jpg_0.083", 3972 "Lower_Right.jpg_0.083",
3948 "Fasticon-Ifunny-Dog.ico_0.333", 3973 "Fasticon-Ifunny-Dog.ico_0.333",
3949 "rgb16.bmp_0.500", 3974 "rgb16.bmp_0.500",
3950 "inc0.wbmp_0.143", 3975 "inc0.wbmp_0.143",
3951 "tabl_mozilla_0.jpg_0.500", 3976 "tabl_mozilla_0.jpg_0.500",
3952 "filterbitmap_image_mandrill_256.png", 3977 "filterbitmap_image_mandrill_256.png",
3953 "s36n3p04.png", 3978 "s36n3p04.png",
3954 "Sony_RX100_III.ARW_0.200", 3979 "Sony_RX100_III.ARW_0.200",
3955 "Fuji_X20.RAF_0.875", 3980 "Fuji_X20.RAF_0.875",
3956 "pdf_never_embed", 3981 "pdf_never_embed",
3957 "Jommans-Cafe-Noon-Coffee-pot.ico_0.125", 3982 "Jommans-Cafe-Noon-Coffee-pot.ico_0.125",
3958 "tabl_mozilla_0.jpg_0.031", 3983 "tabl_mozilla_0.jpg_0.031",
3959 "baseline_restart_jpeg.jpg_0.167", 3984 "baseline_restart_jpeg.jpg_0.167",
3960 "top-left.gif_0.125", 3985 "top-left.gif_0.125",
3961 "s07i3p02.png", 3986 "s07i3p02.png",
3962 "CMYK.jpg_0.625", 3987 "CMYK.jpg_0.625",
3963 "card3.gif", 3988 "card3.gif",
3964 "incInterlaced.gif_0.125", 3989 "incInterlaced.gif_0.125",
3965 "giantbitmap_repeat_bilerp_scale", 3990 "giantbitmap_repeat_bilerp_scale",
3966 "shallow_gradient_sweep", 3991 "shallow_gradient_sweep",
3967 "02_empty_filter.JPG_0.031", 3992 "02_empty_filter.JPG_0.031",
3968 "Nikon_1J4.NEF", 3993 "Nikon_1J4.NEF",
3969 "fontcache", 3994 "fontcache",
3970 "g10n3p04.png", 3995 "g10n3p04.png",
3971 "desk_yahoonews_0.jpg_0.250", 3996 "desk_yahoonews_0.jpg_0.250",
3972 "s08n3p02.png", 3997 "s08n3p02.png",
3973 "basn2c16.png", 3998 "basn2c16.png",
3974 "inc1.wbmp_0.500", 3999 "inc1.wbmp_0.500",
3975 "pp0n6a08.png", 4000 "pp0n6a08.png",
3976 "3xhumed-Mega-Games-Pack-34-Painkiller-Resurrection-6.ico_0.250", 4001 "3xhumed-Mega-Games-Pack-34-Painkiller-Resurrection-6.ico_0.250",
3977 "desk_yahoonews_0.jpg_0.625", 4002 "desk_yahoonews_0.jpg_0.625",
3978 "fatpathfill", 4003 "fatpathfill",
3979 "5.sm.webp_0.625", 4004 "5.sm.webp_0.625",
3980 "MARBLES.GIF_0.500", 4005 "MARBLES.GIF_0.500",
3981 "g10n3p04.png_0.500", 4006 "g10n3p04.png_0.500",
3982 "ctgn0g04.png_0.500", 4007 "ctgn0g04.png_0.500",
3983 "mandrill.wbmp_0.125", 4008 "mandrill.wbmp_0.125",
3984 "textblobblockreordering", 4009 "textblobblockreordering",
3985 "top-left.gif_0.143", 4010 "top-left.gif_0.143",
3986 "watch.gif_0.333", 4011 "watch.gif_0.333",
3987 "skbug_257", 4012 "skbug_257",
3988 "Fasticon-Ifunny-Dog.ico_0.250", 4013 "Fasticon-Ifunny-Dog.ico_0.250",
3989 "drawbitmaprect-imagerect", 4014 "drawbitmaprect-imagerect",
3990 "filterbitmap_image_mandrill_64.png_g8", 4015 "filterbitmap_image_mandrill_64.png_g8",
3991 "Upper_Left.jpg_0.500", 4016 "Upper_Left.jpg_0.500",
3992 "pal8.bmp_0.500", 4017 "pal8.bmp_0.500",
3993 "pal4rletrns.bmp", 4018 "pal4rletrns.bmp",
3994 "varied_text_clipped_no_lcd", 4019 "varied_text_clipped_no_lcd",
3995 "pictures", 4020 "pictures",
3996 "tbgn3p08.png", 4021 "tbgn3p08.png",
3997 "ctfn0g04.png", 4022 "ctfn0g04.png",
3998 "directx.ico", 4023 "directx.ico",
3999 "png_test.png_0.143", 4024 "png_test.png_0.143",
4000 "oi9n0g16.png_0.500", 4025 "oi9n0g16.png_0.500",
4001 "webp_test.webp_0.125", 4026 "webp_test.webp_0.125",
4002 "Designcontest-Casino-Watermelon.ico_0.167", 4027 "Designcontest-Casino-Watermelon.ico_0.167",
4003 "Facebook.ico_0.125", 4028 "Facebook.ico_0.125",
4004 "CMYK.jpg_0.375", 4029 "CMYK.jpg_0.375",
4005 "displacement", 4030 "displacement",
4006 "Panasonic_GM5.RW2_0.750", 4031 "Panasonic_GM5.RW2_0.750",
4007 "Samsung_NX3000.SRW_0.500", 4032 "Samsung_NX3000.SRW_0.500",
4008 "GMARBLES.GIF_0.125", 4033 "GMARBLES.GIF_0.125",
4009 "filltypespersp", 4034 "filltypespersp",
4010 "complexclip2_rrect_bw", 4035 "complexclip2_rrect_bw",
4011 "pal8v4.bmp_0.333", 4036 "pal8v4.bmp_0.333",
4012 "rgba16-4444.bmp_0.250", 4037 "rgba16-4444.bmp_0.250",
4013 "dashtextcaps", 4038 "dashtextcaps",
4014 "Upper_Left.jpg_0.375", 4039 "Upper_Left.jpg_0.375",
4015 "basn4a08.png_0.500", 4040 "basn4a08.png_0.500",
4016 "Pentax_K5.PEF_0.500", 4041 "Pentax_K5.PEF_0.500",
4017 "showmiplevels_256", 4042 "showmiplevels_256",
4018 "shallow_gradient_sweep_nodither", 4043 "shallow_gradient_sweep_nodither",
4019 "Nikon_1J4.NEF_0.625", 4044 "Nikon_1J4.NEF_0.625",
4020 "3x3bitmaprect", 4045 "3x3bitmaprect",
4021 "PngSuite.png_0.167", 4046 "PngSuite.png_0.167",
4022 "pp0n2c16.png_0.500", 4047 "pp0n2c16.png_0.500",
4023 "bug530095", 4048 "bug530095",
4024 "png_test.png_0.083", 4049 "png_test.png_0.083",
4025 "s40i3p04.png_0.500", 4050 "s40i3p04.png_0.500",
4026 "offsets_too_large.gif_0.125", 4051 "offsets_too_large.gif_0.125",
4027 "emptypath", 4052 "emptypath",
4028 "tbbn0g04.png", 4053 "tbbn0g04.png",
4029 "bgan6a16.png_0.500", 4054 "bgan6a16.png_0.500",
4030 "clamped_gradients_nodither", 4055 "clamped_gradients_nodither",
4031 "desk_yahoonews_0.jpg_0.200", 4056 "desk_yahoonews_0.jpg_0.200",
4032 "colortype", 4057 "colortype",
4033 "bigbitmaprect_s", 4058 "bigbitmaprect_s",
4034 "png_test.png_0.250", 4059 "png_test.png_0.250",
4035 "radial_gradient3", 4060 "radial_gradient3",
4036 "duel.ico", 4061 "duel.ico",
4037 "Upper_Right.jpg_0.125", 4062 "Upper_Right.jpg_0.125",
4038 "Pentax_K5.PEF_0.167", 4063 "Pentax_K5.PEF_0.167",
4039 "Designcontest-Casino-Watermelon.ico_0.250", 4064 "Designcontest-Casino-Watermelon.ico_0.250",
4040 "Fuji_X20.RAF_0.500", 4065 "Fuji_X20.RAF_0.500",
4041 "three.gif_0.500", 4066 "three.gif_0.500",
4042 "Pentax_K5.PEF", 4067 "Pentax_K5.PEF",
4043 "donuts.ico", 4068 "donuts.ico",
4044 "03_none_filter.JPG_0.500", 4069 "03_none_filter.JPG_0.500",
4045 "inc0.wbmp_0.167", 4070 "inc0.wbmp_0.167",
4046 "4bpp-pixeldata-cropped.bmp_0.125", 4071 "4bpp-pixeldata-cropped.bmp_0.125",
4047 "PANO_20121023_214540.jpg_0.375", 4072 "PANO_20121023_214540.jpg_0.375",
4048 "tp0n2c08.png", 4073 "tp0n2c08.png",
4049 "bleed_alpha_texture_bmp_shader", 4074 "bleed_alpha_texture_bmp_shader",
4050 "basi0g08.png", 4075 "basi0g08.png",
4051 "image7.wbmp_0.125", 4076 "image7.wbmp_0.125",
4052 "progressive_jpeg.jpg_0.333", 4077 "progressive_jpeg.jpg_0.333",
4053 "abnormal.wbmp_0.500", 4078 "abnormal.wbmp_0.500",
4054 "nested_flipY_aa", 4079 "nested_flipY_aa",
4055 "filterbitmap_text_7.00pt", 4080 "filterbitmap_text_7.00pt",
4056 "complexclip3_complex", 4081 "complexclip3_complex",
4057 "clipdrawdraw", 4082 "clipdrawdraw",
4058 "megalooper_0x0", 4083 "megalooper_0x0",
4059 "02_empty_filter.JPG_0.333", 4084 "02_empty_filter.JPG_0.333",
4060 "Panasonic_GM5.RW2_0.250", 4085 "Panasonic_GM5.RW2_0.250",
4061 "g05n2c08.png", 4086 "g05n2c08.png",
4062 "pal8badindex.bmp_0.333", 4087 "pal8badindex.bmp_0.333",
4063 "02_empty_filter.JPG_0.250", 4088 "02_empty_filter.JPG_0.250",
4064 "Fuji_X20.RAF_0.375", 4089 "Fuji_X20.RAF_0.375",
4065 "surfacenew", 4090 "surfacenew",
4066 "tbrn2c08.png", 4091 "tbrn2c08.png",
4067 "rgb24.bmp_0.333", 4092 "rgb24.bmp_0.333",
4068 "pal8w124.bmp_0.200", 4093 "pal8w124.bmp_0.200",
4069 "image2.wbmp_0.125", 4094 "image2.wbmp_0.125",
4070 "Lower_Right.jpg_0.250", 4095 "Lower_Right.jpg_0.250",
4071 "Google+Chrome+Icon.ico_0.250", 4096 "Google+Chrome+Icon.ico_0.250",
4072 "points", 4097 "points",
4073 "basi3p01.png_0.500", 4098 "basi3p01.png_0.500",
4074 "offsets_too_large.gif_0.200", 4099 "offsets_too_large.gif_0.200",
4075 "longpathdash", 4100 "longpathdash",
4076 "8bpp-pixeldata-cropped.bmp", 4101 "8bpp-pixeldata-cropped.bmp",
4077 "colorfiltershader", 4102 "colorfiltershader",
4078 "interlaced_example.gif_0.200", 4103 "interlaced_example.gif_0.200",
4079 "Nikon_1AW1.NEF_0.167", 4104 "Nikon_1AW1.NEF_0.167",
4080 "multipicturedraw_rectclip_simple", 4105 "multipicturedraw_rectclip_simple",
4081 "rgb16-231.bmp_0.500", 4106 "rgb16-231.bmp_0.500",
4082 "Olympus_PL7.ORF_0.167", 4107 "Olympus_PL7.ORF_0.167",
4083 "HTC.dng", 4108 "HTC.dng",
4084 "cubicpath", 4109 "cubicpath",
4085 "rrect_draw_aa", 4110 "rrect_draw_aa",
4086 "transparency_check", 4111 "transparency_check",
4087 "s05i3p02.png", 4112 "s05i3p02.png",
4088 "bug583299", 4113 "bug583299",
4089 "rgb24lprof.bmp_0.333", 4114 "rgb24lprof.bmp_0.333",
4090 "Upper_Right.jpg_0.200", 4115 "Upper_Right.jpg_0.200",
4091 "chrome_gradtext2", 4116 "chrome_gradtext2",
4092 "Olympus_PL7.ORF_0.750", 4117 "Olympus_PL7.ORF_0.750",
4093 "Upper_Right.jpg_0.625", 4118 "Upper_Right.jpg_0.625",
4094 "Fuji_X20.RAF_0.625", 4119 "Fuji_X20.RAF_0.625",
4095 "bleed_image", 4120 "bleed_image",
4096 "dashing5_bw", 4121 "dashing5_bw",
4097 "basi0g02.png_0.500", 4122 "basi0g02.png_0.500",
4098 "repeated_bitmap", 4123 "repeated_bitmap",
4099 "basi3p04.png_0.500", 4124 "basi3p04.png_0.500",
4100 "glyph_pos_h_f", 4125 "glyph_pos_h_f",
4101 "rgb24lprof.bmp_0.250", 4126 "rgb24lprof.bmp_0.250",
4102 "Panasonic_GM5.RW2_0.200", 4127 "Panasonic_GM5.RW2_0.200",
4103 "pal1wb.bmp_0.200", 4128 "pal1wb.bmp_0.200",
4104 "pal8w126.bmp_0.250", 4129 "pal8w126.bmp_0.250",
4105 "3xhumed-Mega-Games-Pack-34-Painkiller-Resurrection-6.ico", 4130 "3xhumed-Mega-Games-Pack-34-Painkiller-Resurrection-6.ico",
4106 "s37i3p04.png_0.500", 4131 "s37i3p04.png_0.500",
4107 "gradients_2pt_conical_edge", 4132 "gradients_2pt_conical_edge",
4108 "Lower_Right.jpg_0.500", 4133 "Lower_Right.jpg_0.500",
4109 "g25n2c08.png_0.500", 4134 "g25n2c08.png_0.500",
4110 "textblobmixedsizes", 4135 "textblobmixedsizes",
4111 "ps1n0g08.png", 4136 "ps1n0g08.png",
4112 "pal1.bmp_0.500", 4137 "pal1.bmp_0.500",
4113 "blur2rects", 4138 "blur2rects",
4114 "ccwn2c08.png_0.500", 4139 "ccwn2c08.png_0.500",
4115 "s36i3p04.png_0.500", 4140 "s36i3p04.png_0.500",
4116 "Sony_RX100_III.ARW_0.375", 4141 "Sony_RX100_III.ARW_0.375",
4117 "downsamplebitmap_image_low_mandrill_512.png", 4142 "downsamplebitmap_image_low_mandrill_512.png",
4118 "Nikon_1J4.NEF_0.125", 4143 "Nikon_1J4.NEF_0.125",
4119 "03_none_filter.JPG_0.375", 4144 "03_none_filter.JPG_0.375",
4120 "art.jpg_0.200", 4145 "art.jpg_0.200",
4121 "PANO_20121023_214540.jpg_0.167", 4146 "PANO_20121023_214540.jpg_0.167",
4122 "Fasticon-Ifunny-Dog.ico_0.375", 4147 "Fasticon-Ifunny-Dog.ico_0.375",
4123 "rgb32fakealpha.bmp_0.250", 4148 "rgb32fakealpha.bmp_0.250",
4124 "normal.wbmp_0.125", 4149 "normal.wbmp_0.125",
4125 "framed_interlaced.gif_0.167", 4150 "framed_interlaced.gif_0.167",
4126 "01_original.jpg_0.125", 4151 "01_original.jpg_0.125",
4127 "s38i3p04.png_0.500", 4152 "s38i3p04.png_0.500",
4128 "basn3p04.png", 4153 "basn3p04.png",
4129 "three.gif_0.167", 4154 "three.gif_0.167",
4130 "ch2n3p08.png", 4155 "ch2n3p08.png",
4131 "imagefilters_xfermodes", 4156 "imagefilters_xfermodes",
4132 "desk_yahoonews_0.jpg_0.042", 4157 "desk_yahoonews_0.jpg_0.042",
4133 "image1.wbmp_0.500", 4158 "image1.wbmp_0.500",
4134 "rle8-height-negative.bmp_0.200", 4159 "rle8-height-negative.bmp_0.200",
4135 "rgb16-565.bmp_0.250", 4160 "rgb16-565.bmp_0.250",
4136 "middle.gif_0.250", 4161 "middle.gif_0.250",
4137 "s39i3p04.png_0.333", 4162 "s39i3p04.png_0.333",
4138 "Olympus_E-PL3.ORF_0.750", 4163 "Olympus_E-PL3.ORF_0.750",
4139 "aaclip", 4164 "aaclip",
4140 "longlinedash", 4165 "longlinedash",
4141 "cubicclosepath", 4166 "cubicclosepath",
4142 "offsets_too_large.gif", 4167 "offsets_too_large.gif",
4143 "g04n2c08.png", 4168 "g04n2c08.png",
4144 "GMARBLES.GIF_0.500", 4169 "GMARBLES.GIF_0.500",
4145 "rgba32abf.bmp_0.250", 4170 "rgba32abf.bmp_0.250",
4146 "inc0.jpg_0.125", 4171 "inc0.jpg_0.125",
4147 "01_original.jpg_0.250", 4172 "01_original.jpg_0.250",
4148 "s32n3p04.png_0.500", 4173 "s32n3p04.png_0.500",
4149 "03_none_filter.JPG_0.167", 4174 "03_none_filter.JPG_0.167",
4150 "progressive_restart_jpeg.jpg_0.200", 4175 "progressive_restart_jpeg.jpg_0.200",
4151 "24bpp-pixeldata-cropped.bmp_0.333", 4176 "24bpp-pixeldata-cropped.bmp_0.333",
4152 "inc0.jpg_0.375", 4177 "inc0.jpg_0.375",
4153 "image-cacherator-from-ctable", 4178 "image-cacherator-from-ctable",
4154 "webp_test.webp_0.500", 4179 "webp_test.webp_0.500",
4155 "teenyStrokes", 4180 "teenyStrokes",
4156 "rgb24pal.bmp_0.333", 4181 "rgb24pal.bmp_0.333",
4157 "basi3p02.png_0.500", 4182 "basi3p02.png_0.500",
4158 "png_test.png_0.167", 4183 "png_test.png_0.167",
4159 "Upper_Right.jpg_0.167", 4184 "Upper_Right.jpg_0.167",
4160 "02_empty_filter.JPG_0.062", 4185 "02_empty_filter.JPG_0.062",
4161 "Jommans-Cafe-Noon-Coffee-pot.ico", 4186 "Jommans-Cafe-Noon-Coffee-pot.ico",
4162 "savelayer_lcdtext", 4187 "savelayer_lcdtext",
4163 "bleed_alpha_bmp_shader", 4188 "bleed_alpha_bmp_shader",
4164 "progressive_jpeg.jpg_0.062", 4189 "progressive_jpeg.jpg_0.062",
4165 "gammagradienttext", 4190 "gammagradienttext",
4166 "ninepatch-stretch", 4191 "ninepatch-stretch",
4167 "Sony_RX100_III.ARW_0.750", 4192 "Sony_RX100_III.ARW_0.750",
4168 "Arrioch-Senary-Drive-Drive-Windows.ico_0.250", 4193 "Arrioch-Senary-Drive-Drive-Windows.ico_0.250",
4169 "top_right.gif_0.125", 4194 "top_right.gif_0.125",
4170 "pal8os2v2-16.bmp_0.500", 4195 "pal8os2v2-16.bmp_0.500",
4171 "Designcontest-Casino-Watermelon.ico_0.143", 4196 "Designcontest-Casino-Watermelon.ico_0.143",
4172 "s34i3p04.png_0.500", 4197 "s34i3p04.png_0.500",
4173 "nested_bw", 4198 "nested_bw",
4174 "art.jpg_0.042", 4199 "art.jpg_0.042",
4175 "verttext", 4200 "verttext",
4176 "frame_interlaced.gif_0.500", 4201 "frame_interlaced.gif_0.500",
4177 "baseline_restart_jpeg.jpg", 4202 "baseline_restart_jpeg.jpg",
4178 "inc1.webp_0.333", 4203 "inc1.webp_0.333",
4179 "drawminibitmaprect_aa", 4204 "drawminibitmaprect_aa",
4180 "test32bfv4.bmp_0.250", 4205 "test32bfv4.bmp_0.250",
4181 "avoidxfermode2", 4206 "avoidxfermode2",
4182 "test32bfv4.bmp_0.143", 4207 "test32bfv4.bmp_0.143",
4183 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.250", 4208 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.250",
4184 "linear_gradient_tiny_4f", 4209 "linear_gradient_tiny_4f",
4185 "1.bmp_0.500", 4210 "1.bmp_0.500",
4186 "image-cacherator-from-picture", 4211 "image-cacherator-from-picture",
4187 "modecolorfilters", 4212 "modecolorfilters",
4188 "rle8-height-negative.bmp_0.125", 4213 "rle8-height-negative.bmp_0.125",
4189 "colortype_xfermodes", 4214 "colortype_xfermodes",
4190 "f04n2c08.png", 4215 "f04n2c08.png",
4191 "pal4rle.bmp", 4216 "pal4rle.bmp",
4192 "persp_shaders_aa", 4217 "persp_shaders_aa",
4193 "unknown2.gif_0.500", 4218 "unknown2.gif_0.500",
4194 "simpleshapes_bw", 4219 "simpleshapes_bw",
4195 "shallow_gradient_radial_nodither", 4220 "shallow_gradient_radial_nodither",
4196 "imagesrc2_med", 4221 "imagesrc2_med",
4197 "Olympus_E-PL3.ORF_0.625", 4222 "Olympus_E-PL3.ORF_0.625",
4198 "g05n2c08.png_0.500", 4223 "g05n2c08.png_0.500",
4199 "filterbitmap_text_3.00pt", 4224 "filterbitmap_text_3.00pt",
4200 "pictureimagefilter", 4225 "pictureimagefilter",
4201 "blur2rectsnonninepatch", 4226 "blur2rectsnonninepatch",
4202 "s37n3p04.png_0.500", 4227 "s37n3p04.png_0.500",
4203 "art.jpg", 4228 "art.jpg",
4204 "pal8w126.bmp_0.500", 4229 "pal8w126.bmp_0.500",
4205 "1.bmp_0.250", 4230 "1.bmp_0.250",
4206 "image3.wbmp_0.200", 4231 "image3.wbmp_0.200",
4207 "Marcus-Roberto-Google-Play-Gmail.ico", 4232 "Marcus-Roberto-Google-Play-Gmail.ico",
4208 "progressive_jpeg.jpg_0.200", 4233 "progressive_jpeg.jpg_0.200",
4209 "abnormal.wbmp_0.143", 4234 "abnormal.wbmp_0.143",
4210 "firefox.ico", 4235 "firefox.ico",
4211 "bleed", 4236 "bleed",
4212 "ct1n0g04.png_0.500", 4237 "ct1n0g04.png_0.500",
4213 "Hopstarter-Mac-Folders-Apple.ico_0.143", 4238 "Hopstarter-Mac-Folders-Apple.ico_0.143",
4214 "s38i3p04.png_0.333", 4239 "s38i3p04.png_0.333",
4215 "Upper_Left.jpg_0.167", 4240 "Upper_Left.jpg_0.167",
4216 "framed_interlaced.gif_0.143", 4241 "framed_interlaced.gif_0.143",
4217 "cs5n3p08.png_0.500", 4242 "cs5n3p08.png_0.500",
4218 "CubicStroke", 4243 "CubicStroke",
4219 "Jommans-Cafe-Noon-Coffee-pot.ico_0.500", 4244 "Jommans-Cafe-Noon-Coffee-pot.ico_0.500",
4220 "gradients_nodither", 4245 "gradients_nodither",
4221 "PANO_20121023_214540.jpg_0.031", 4246 "PANO_20121023_214540.jpg_0.031",
4222 "Sony_RX100_III.ARW_0.500", 4247 "Sony_RX100_III.ARW_0.500",
4223 "Upper_Left.jpg_0.625", 4248 "Upper_Left.jpg_0.625",
4224 "multipicturedraw_noclip_simple", 4249 "multipicturedraw_noclip_simple",
4225 "basn0g08.png", 4250 "basn0g08.png",
4226 "cdhn2c08.png", 4251 "cdhn2c08.png",
4227 "Olympus_E-PL3.ORF_0.250", 4252 "Olympus_E-PL3.ORF_0.250",
4228 "s36n3p04.png_0.333", 4253 "s36n3p04.png_0.333",
4229 "nonclosedpaths", 4254 "nonclosedpaths",
4230 "pictureimagegenerator", 4255 "pictureimagegenerator",
4231 "s36i3p04.png", 4256 "s36i3p04.png",
4232 "low_right.gif_0.143", 4257 "low_right.gif_0.143",
4233 "showmiplevels2_255x255", 4258 "showmiplevels2_255x255",
4234 "image7.wbmp_0.143", 4259 "image7.wbmp_0.143",
4235 "PngSuite.png_0.500", 4260 "PngSuite.png_0.500",
4236 "downsamplebitmap_checkerboard_low_512_256", 4261 "downsamplebitmap_checkerboard_low_512_256",
4237 "tabl_mozilla_0.jpg_0.875", 4262 "tabl_mozilla_0.jpg_0.875",
4238 "s33i3p04.png_0.333", 4263 "s33i3p04.png_0.333",
4239 "progressive_jpeg.jpg_0.625", 4264 "progressive_jpeg.jpg_0.625",
4240 "frame_interlaced_2.gif_0.333", 4265 "frame_interlaced_2.gif_0.333",
4241 "CMYK.jpg_0.200", 4266 "CMYK.jpg_0.200",
4242 "top-left.gif_0.250", 4267 "top-left.gif_0.250",
4243 "g05n0g16.png_0.500", 4268 "g05n0g16.png_0.500",
4244 "bgai4a16.png", 4269 "bgai4a16.png",
4245 "01_original.jpg_0.062", 4270 "01_original.jpg_0.062",
4246 "oi4n2c16.png_0.500", 4271 "oi4n2c16.png_0.500",
4247 "convex-lineonly-paths", 4272 "convex-lineonly-paths",
4248 "Pentax_K5.PEF_0.625", 4273 "Pentax_K5.PEF_0.625",
4249 "complexclip2_path_aa", 4274 "complexclip2_path_aa",
4250 "pal4.bmp_0.333", 4275 "pal4.bmp_0.333",
4251 "penguin.gif_0.500", 4276 "penguin.gif_0.500",
4252 "complexclip2_path_bw", 4277 "complexclip2_path_bw",
4253 "unknown1.gif_0.250", 4278 "unknown1.gif_0.250",
4254 "pal4.bmp", 4279 "pal4.bmp",
4255 "radial_gradient2_nodither", 4280 "radial_gradient2_nodither",
4256 "karate.gif_0.333", 4281 "karate.gif_0.333",
4257 "progressive_restart_jpeg.jpg_0.250", 4282 "progressive_restart_jpeg.jpg_0.250",
4258 "Mazenl77-I-Like-Buttons-3a-Cute-Ball-Windows.ico_0.143", 4283 "Mazenl77-I-Like-Buttons-3a-Cute-Ball-Windows.ico_0.143",
4259 "5.sm.webp_0.063", 4284 "5.sm.webp_0.063",
4260 "pal8nonsquare.bmp_0.500", 4285 "pal8nonsquare.bmp_0.500",
4261 "incGray.jpg_0.125", 4286 "incGray.jpg_0.125",
4262 "baseline_jpeg.jpg_0.333", 4287 "baseline_jpeg.jpg_0.333",
4263 "Softskin-Series-Folder-Folder-TV-DEXTER-2.ico_0.500", 4288 "Softskin-Series-Folder-Folder-TV-DEXTER-2.ico_0.500",
4264 "PngSuite.png_0.200", 4289 "PngSuite.png_0.200",
4265 "Lower_Right.jpg_0.333", 4290 "Lower_Right.jpg_0.333",
4266 "getpostextpath", 4291 "getpostextpath",
4267 "Facebook.ico_0.250", 4292 "Facebook.ico_0.250",
4268 "Pentax_K5.PEF_0.375", 4293 "Pentax_K5.PEF_0.375",
4269 "Panasonic_GM5.RW2_0.500", 4294 "Panasonic_GM5.RW2_0.500",
4270 "cdun2c08.png_0.500", 4295 "cdun2c08.png_0.500",
4271 "resizeimagefilter", 4296 "resizeimagefilter",
4272 "ccwn3p08.png_0.500", 4297 "ccwn3p08.png_0.500",
4273 "circles", 4298 "circles",
4274 "baseline_jpeg.jpg_0.250", 4299 "baseline_jpeg.jpg_0.250",
4275 "rotatedcubicpath", 4300 "rotatedcubicpath",
4276 "Lower_Left.jpg_0.875", 4301 "Lower_Left.jpg_0.875",
4277 "pal8topdown.bmp_0.500", 4302 "pal8topdown.bmp_0.500",
4278 "pal1wb.bmp_0.333", 4303 "pal1wb.bmp_0.333",
4279 "filterbitmap_checkerboard_32_2", 4304 "filterbitmap_checkerboard_32_2",
4280 "astcbitmap", 4305 "astcbitmap",
4281 "basn3p04.png_0.500", 4306 "basn3p04.png_0.500",
4282 "unknown1.gif", 4307 "unknown1.gif",
4283 "PANO_20121023_214540.jpg_0.016", 4308 "PANO_20121023_214540.jpg_0.016",
4284 "pal1wb.bmp", 4309 "pal1wb.bmp",
4285 "image3.wbmp_0.125", 4310 "image3.wbmp_0.125",
4286 "Upper_Right.jpg_0.750", 4311 "Upper_Right.jpg_0.750",
4287 "image3.wbmp_0.143", 4312 "image3.wbmp_0.143",
4288 "Lower_Right.jpg_0.167", 4313 "Lower_Right.jpg_0.167",
4289 "24bpp-pixeldata-cropped.bmp_0.167", 4314 "24bpp-pixeldata-cropped.bmp_0.167",
4290 "lumafilter", 4315 "lumafilter",
4291 "Samsung_NX3000.SRW", 4316 "Samsung_NX3000.SRW",
4292 "copyTo4444", 4317 "copyTo4444",
4293 "unknown4.gif_0.500", 4318 "unknown4.gif_0.500",
4294 "rgb24.bmp_0.200", 4319 "rgb24.bmp_0.200",
4295 "card3.gif_0.167", 4320 "card3.gif_0.167",
4296 "radial_gradient2", 4321 "radial_gradient2",
4297 "Nikon_1J4.NEF_0.875", 4322 "Nikon_1J4.NEF_0.875",
4298 "desk_yahoonews_0.jpg_0.750", 4323 "desk_yahoonews_0.jpg_0.750",
4299 "art.jpg_0.333", 4324 "art.jpg_0.333",
4300 "Icons-Land-Vista-Flags-Egypt-Flag-1.ico_0.125", 4325 "Icons-Land-Vista-Flags-Egypt-Flag-1.ico_0.125",
4301 "circular-clips", 4326 "circular-clips",
4302 "colorfilterimagefilter_layer", 4327 "colorfilterimagefilter_layer",
4303 "pathfill", 4328 "pathfill",
4304 "frame_interlaced_2.gif", 4329 "frame_interlaced_2.gif",
4305 "image-surface", 4330 "image-surface",
4306 "Lower_Right.jpg_0.143", 4331 "Lower_Right.jpg_0.143",
4307 "tileimagefilter", 4332 "tileimagefilter",
4308 "tp0n0g08.png", 4333 "tp0n0g08.png",
4309 "colorcomposefilter_alpha", 4334 "colorcomposefilter_alpha",
4310 "addarc_meas", 4335 "addarc_meas",
4311 "baseline_restart_jpeg.jpg_0.062", 4336 "baseline_restart_jpeg.jpg_0.062",
4312 "pictureshadertile", 4337 "pictureshadertile",
4313 "Pentax_K5.PEF_0.143", 4338 "Pentax_K5.PEF_0.143",
4314 "8bpp-pixeldata-cropped.bmp_0.167", 4339 "8bpp-pixeldata-cropped.bmp_0.167",
4315 "rgb24.bmp_0.250", 4340 "rgb24.bmp_0.250",
4316 "png_test.png", 4341 "png_test.png",
4317 "karate.gif_0.143", 4342 "karate.gif_0.143",
4318 "inc1.wbmp_0.250", 4343 "inc1.wbmp_0.250",
4319 "s34n3p04.png_0.333", 4344 "s34n3p04.png_0.333",
4320 "inc0.wbmp_0.500", 4345 "inc0.wbmp_0.500",
4321 "bmp_test.bmp_0.125", 4346 "bmp_test.bmp_0.125",
4322 "textblobmixedsizes_df", 4347 "textblobmixedsizes_df",
4323 "image1.wbmp_0.143", 4348 "image1.wbmp_0.143",
4324 "label.gif_0.143", 4349 "label.gif_0.143",
4325 "matriximagefilter", 4350 "matriximagefilter",
4326 "cm0n0g04.png_0.500", 4351 "cm0n0g04.png_0.500",
4327 "fontmgr_bounds_0.75_0Ubuntu", 4352 "fontmgr_bounds_0.75_0Ubuntu",
4328 "clipped-bitmap-shaders-tile-hq", 4353 "clipped-bitmap-shaders-tile-hq",
4329 "basn0g04.png_0.500", 4354 "basn0g04.png_0.500",
4330 "rgba32.bmp_0.500", 4355 "rgba32.bmp_0.500",
4331 "downsamplebitmap_text_none_72.00pt", 4356 "downsamplebitmap_text_none_72.00pt",
4332 "g03n0g16.png_0.500", 4357 "g03n0g16.png_0.500",
4333 "g07n3p04.png_0.500", 4358 "g07n3p04.png_0.500",
4334 "interlaced2.png", 4359 "interlaced2.png",
4335 "xfermodes3", 4360 "xfermodes3",
4336 "tbbn3p08.png_0.500", 4361 "tbbn3p08.png_0.500",
4337 "low_left.gif_0.500", 4362 "low_left.gif_0.500",
4338 "tp0n0g08.png_0.500", 4363 "tp0n0g08.png_0.500",
4339 "downsamplebitmap_image_high_mandrill_512.png", 4364 "downsamplebitmap_image_high_mandrill_512.png",
4340 "multipicturedraw_sierpinski_tiled", 4365 "multipicturedraw_sierpinski_tiled",
4341 "01_original.jpg_0.625", 4366 "01_original.jpg_0.625",
4342 "large_basketball.gif_0.125", 4367 "large_basketball.gif_0.125",
4343 "internal_links", 4368 "internal_links",
4344 "unknown4.gif_0.200", 4369 "unknown4.gif_0.200",
4345 "Sony_RX100_III.ARW_0.875", 4370 "Sony_RX100_III.ARW_0.875",
4346 "8bpp-pixeldata-cropped.bmp_0.250", 4371 "8bpp-pixeldata-cropped.bmp_0.250",
4347 "pal8os2v2.bmp_0.250", 4372 "pal8os2v2.bmp_0.250",
4348 "inc1.webp_0.200", 4373 "inc1.webp_0.200",
4349 "progressive_restart_jpeg.jpg_0.500", 4374 "progressive_restart_jpeg.jpg_0.500",
4350 "desk_yahoonews_0.jpg_0.016", 4375 "desk_yahoonews_0.jpg_0.016",
4351 "rle8-height-negative.bmp_0.167", 4376 "rle8-height-negative.bmp_0.167",
4352 "pal8w124.bmp", 4377 "pal8w124.bmp",
4353 "gif_intr.gif_0.333", 4378 "gif_intr.gif_0.333",
4354 "basi6a08.png_0.500", 4379 "basi6a08.png_0.500",
4355 "s33n3p04.png_0.500", 4380 "s33n3p04.png_0.500",
4356 "mipmap", 4381 "mipmap",
4357 "02_empty_filter.JPG_0.200", 4382 "02_empty_filter.JPG_0.200",
4358 "art.jpg_0.031", 4383 "art.jpg_0.031",
4359 "f02n2c08.png_0.500", 4384 "f02n2c08.png_0.500",
4360 "inc1.gif_0.333", 4385 "inc1.gif_0.333",
4361 "largeglyphblur", 4386 "largeglyphblur",
4362 "card3.gif_0.125", 4387 "card3.gif_0.125",
4363 "large_basketball.gif_0.143", 4388 "large_basketball.gif_0.143",
4364 "interlaced2.png_0.167", 4389 "interlaced2.png_0.167",
4365 "Fuji_X20.dng_0.500", 4390 "Fuji_X20.dng_0.500",
4366 "basn2c08.png_0.500", 4391 "basn2c08.png_0.500",
4367 "pal8w124.bmp_0.333", 4392 "pal8w124.bmp_0.333",
4368 "ps1n2c16.png_0.500", 4393 "ps1n2c16.png_0.500",
4369 "dashing5_aa", 4394 "dashing5_aa",
4370 "oi4n0g16.png_0.500", 4395 "oi4n0g16.png_0.500",
4371 "interlaced1.png", 4396 "interlaced1.png",
4372 "01_original.jpg_0.016", 4397 "01_original.jpg_0.016",
4373 "downsamplebitmap_image_none_mandrill_132x132_12x12.astc", 4398 "downsamplebitmap_image_none_mandrill_132x132_12x12.astc",
4374 "colorwheel", 4399 "colorwheel",
4375 "photo.jpg.png_0.083", 4400 "photo.jpg.png_0.083",
4376 "tilemode_bitmap", 4401 "tilemode_bitmap",
4377 "low_right.gif_0.125", 4402 "low_right.gif_0.125",
4378 "interlaced3.png_0.031", 4403 "interlaced3.png_0.031",
4379 "Nikon_P330.NRW_0.125", 4404 "Nikon_P330.NRW_0.125",
4380 "image7.wbmp_0.167", 4405 "image7.wbmp_0.167",
4381 "Designcontest-Casino-Watermelon.ico_0.500", 4406 "Designcontest-Casino-Watermelon.ico_0.500",
4382 "Canon_5D2.dng_0.250", 4407 "Canon_5D2.dng_0.250",
4383 "rgb32bf.bmp_0.250", 4408 "rgb32bf.bmp_0.250",
4384 "Icons-Land-Vista-Flags-Egypt-Flag-1.ico_0.375", 4409 "Icons-Land-Vista-Flags-Egypt-Flag-1.ico_0.375",
4385 "strokes_round", 4410 "strokes_round",
4386 "baseline_jpeg.jpg_0.500", 4411 "baseline_jpeg.jpg_0.500",
4387 "scaled_tilemodes_npot", 4412 "scaled_tilemodes_npot",
4388 "verttext2Ubuntu", 4413 "verttext2Ubuntu",
4389 "Pentax_K5.PEF_0.125", 4414 "Pentax_K5.PEF_0.125",
4390 "Fasticon-Ifunny-Dog.ico_0.200", 4415 "Fasticon-Ifunny-Dog.ico_0.200",
4391 "Canon_G7X.CR2_0.375", 4416 "Canon_G7X.CR2_0.375",
4392 "Rotating_earth_(large).gif_0.333", 4417 "Rotating_earth_(large).gif_0.333",
4393 "texteffects", 4418 "texteffects",
4394 "Samsung_NX3000.SRW_0.167", 4419 "Samsung_NX3000.SRW_0.167",
4395 "incGray.jpg_0.333", 4420 "incGray.jpg_0.333",
4396 "glyph_pos_h_s", 4421 "glyph_pos_h_s",
4397 "Icons-Land-Vista-Flags-Egypt-Flag-1.ico_0.250", 4422 "Icons-Land-Vista-Flags-Egypt-Flag-1.ico_0.250",
4398 "4bpp-pixeldata-cropped.bmp_0.200", 4423 "4bpp-pixeldata-cropped.bmp_0.200",
4399 "cs8n3p08.png_0.500", 4424 "cs8n3p08.png_0.500",
4400 "basn4a16.png_0.500", 4425 "basn4a16.png_0.500",
4401 "interlaced2.png_0.125", 4426 "interlaced2.png_0.125",
4402 "art.jpg_0.750", 4427 "art.jpg_0.750",
4403 "s40n3p04.png_0.500", 4428 "s40n3p04.png_0.500",
4404 "varied_text_clipped_lcd", 4429 "varied_text_clipped_lcd",
4405 "complexclip2_rect_aa", 4430 "complexclip2_rect_aa",
4406 "Samsung_NX3000.SRW_0.333", 4431 "Samsung_NX3000.SRW_0.333",
4407 "blurcircles", 4432 "blurcircles",
4408 "Upper_Left.jpg_0.875", 4433 "Upper_Left.jpg_0.875",
4409 "etc1bitmap_npot", 4434 "etc1bitmap_npot",
4410 "image2.wbmp_0.200", 4435 "image2.wbmp_0.200",
4411 "Fuji_X20.RAF_0.125", 4436 "Fuji_X20.RAF_0.125",
4412 "Canon_G7X.CR2", 4437 "Canon_G7X.CR2",
4413 "lcdblendmodes", 4438 "lcdblendmodes",
4414 "4bpp-pixeldata-cropped.bmp_0.500", 4439 "4bpp-pixeldata-cropped.bmp_0.500",
4415 "baseline_jpeg.jpg_0.375", 4440 "baseline_jpeg.jpg_0.375",
4416 "interlaced_example.gif", 4441 "interlaced_example.gif",
4417 "s33n3p04.png_0.333", 4442 "s33n3p04.png_0.333",
4418 "pal1bg.bmp_0.250", 4443 "pal1bg.bmp_0.250",
4419 "pal8os2.bmp", 4444 "pal8os2.bmp",
4420 "smallpaths", 4445 "smallpaths",
4421 "rle4-height-negative.bmp_0.143", 4446 "rle4-height-negative.bmp_0.143",
4422 "multipicturedraw_noclip_tiled", 4447 "multipicturedraw_noclip_tiled",
4423 "8bpp-pixeldata-cropped.bmp_0.125", 4448 "8bpp-pixeldata-cropped.bmp_0.125",
4424 "inc0.jpg_0.500", 4449 "inc0.jpg_0.500",
4425 "mandrill.wbmp_0.167", 4450 "mandrill.wbmp_0.167",
4426 "progressive_restart_jpeg.jpg_0.750", 4451 "progressive_restart_jpeg.jpg_0.750",
4427 "watch.gif", 4452 "watch.gif",
4428 "textblob", 4453 "textblob",
4429 "Marcus-Roberto-Google-Play-Gmail.ico_0.250", 4454 "Marcus-Roberto-Google-Play-Gmail.ico_0.250",
4430 "blurrect_gallery", 4455 "blurrect_gallery",
4431 "contour_start", 4456 "contour_start",
4432 "5.sm.webp_0.875", 4457 "5.sm.webp_0.875",
4433 "PANO_20121023_214540.jpg_0.250", 4458 "PANO_20121023_214540.jpg_0.250",
4434 "Arrioch-Senary-Drive-Drive-Windows.ico_0.125", 4459 "Arrioch-Senary-Drive-Drive-Windows.ico_0.125",
4435 "bitmapcopy", 4460 "bitmapcopy",
4436 "pal8.bmp_0.200", 4461 "pal8.bmp_0.200",
4437 "image1.wbmp_0.167", 4462 "image1.wbmp_0.167",
4438 "dstreadshuffle", 4463 "dstreadshuffle",
4439 "quadclosepath", 4464 "quadclosepath",
4440 "imagemagnifier", 4465 "imagemagnifier",
4441 "top_right.gif_0.500", 4466 "top_right.gif_0.500",
4442 "bgwn6a08.png", 4467 "bgwn6a08.png",
4443 "g04n0g16.png", 4468 "g04n0g16.png",
4444 "CMYK.jpg_0.167", 4469 "CMYK.jpg_0.167",
4445 "complexclip2_rrect_aa", 4470 "complexclip2_rrect_aa",
4446 "Olympus_E-PL3.ORF_0.125", 4471 "Olympus_E-PL3.ORF_0.125",
4447 "Canon_G7X.CR2_0.750", 4472 "Canon_G7X.CR2_0.750",
4448 "cm9n0g04.png_0.500", 4473 "cm9n0g04.png_0.500",
4449 "basi0g02.png", 4474 "basi0g02.png",
4450 "Nikon_1AW1.NEF_0.250", 4475 "Nikon_1AW1.NEF_0.250",
4451 "simpleaaclip_path", 4476 "simpleaaclip_path",
4452 "bmp_test.bmp_0.333", 4477 "bmp_test.bmp_0.333",
4453 "Rotating_earth_(large).gif_0.167", 4478 "Rotating_earth_(large).gif_0.167",
4454 "HTC.dng_0.375", 4479 "HTC.dng_0.375",
4455 "Fasticon-Ifunny-Dog.ico_0.125", 4480 "Fasticon-Ifunny-Dog.ico_0.125",
4456 "bleed_alpha_image", 4481 "bleed_alpha_image",
4457 "CMYK.jpg_0.750", 4482 "CMYK.jpg_0.750",
4458 "baseline_restart_jpeg.jpg_0.016", 4483 "baseline_restart_jpeg.jpg_0.016",
4459 "Pentax_K5.PEF_0.750", 4484 "Pentax_K5.PEF_0.750",
4460 "tabl_mozilla_0.jpg_0.042", 4485 "tabl_mozilla_0.jpg_0.042",
4461 "pal8v4.bmp_0.200", 4486 "pal8v4.bmp_0.200",
4462 "cs3n3p08.png_0.500", 4487 "cs3n3p08.png_0.500",
4463 "z06n2c08.png_0.500", 4488 "z06n2c08.png_0.500",
4464 "rgb32.bmp_0.250", 4489 "rgb32.bmp_0.250",
4465 "lcdoverlap", 4490 "lcdoverlap",
4466 "1.bmp_0.333", 4491 "1.bmp_0.333",
4467 "Panasonic_GM5.RW2_0.625", 4492 "Panasonic_GM5.RW2_0.625",
4468 "imagefiltersstroked", 4493 "imagefiltersstroked",
4469 "fancyunderlinebars", 4494 "fancyunderlinebars",
4470 "smallarc", 4495 "smallarc",
4471 "grayscalejpg", 4496 "grayscalejpg",
4472 "image1.wbmp_0.125", 4497 "image1.wbmp_0.125",
4473 "bitmaprect_rounding", 4498 "bitmaprect_rounding",
4474 "Facebook.ico_0.375", 4499 "Facebook.ico_0.375",
4475 "png_test.png_0.062", 4500 "png_test.png_0.062",
4476 "bleed_alpha_image_shader", 4501 "bleed_alpha_image_shader",
4477 "Nikon_1AW1.NEF_0.625", 4502 "Nikon_1AW1.NEF_0.625",
4478 "inc0.jpg_0.333", 4503 "inc0.jpg_0.333",
4479 "badpaint", 4504 "badpaint",
4480 "large_basketball.gif_0.500", 4505 "large_basketball.gif_0.500",
4481 "inc0.jpg_0.083", 4506 "inc0.jpg_0.083",
4482 "glyph_pos_n_b", 4507 "glyph_pos_n_b",
4483 "tilemode_gradient", 4508 "tilemode_gradient",
4484 "baseline_jpeg.jpg_0.875", 4509 "baseline_jpeg.jpg_0.875",
4485 "blast.gif_0.500", 4510 "blast.gif_0.500",
4486 "parsedpaths", 4511 "parsedpaths",
4487 "inc0.webp_0.062", 4512 "inc0.webp_0.062",
4488 "multipicturedraw_rrectclip_simple", 4513 "multipicturedraw_rrectclip_simple",
4489 "Google+Chrome+Icon.ico_0.500", 4514 "Google+Chrome+Icon.ico_0.500",
4490 "pal8v4.bmp_0.500", 4515 "pal8v4.bmp_0.500",
4491 "Pentax_K5.PEF_0.250", 4516 "Pentax_K5.PEF_0.250",
4492 "pal8.bmp_0.333", 4517 "pal8.bmp_0.333",
4493 "03_none_filter.JPG_0.143", 4518 "03_none_filter.JPG_0.143",
4494 "pal1wb.bmp_0.250", 4519 "pal1wb.bmp_0.250",
4495 "selftest1", 4520 "selftest1",
4496 "rgb16-231.bmp_0.333", 4521 "rgb16-231.bmp_0.333",
4497 "inverse_paths", 4522 "inverse_paths",
4498 "Olympus_PL7.ORF_0.250", 4523 "Olympus_PL7.ORF_0.250",
4499 "pal8os2.bmp_0.500", 4524 "pal8os2.bmp_0.500",
4500 "abnormal.wbmp_0.200", 4525 "abnormal.wbmp_0.200",
4501 "const_color_processor", 4526 "const_color_processor",
4502 "gif_intr.gif_0.125", 4527 "gif_intr.gif_0.125",
4503 "Upper_Right.jpg_0.875", 4528 "Upper_Right.jpg_0.875",
4504 "recordopts", 4529 "recordopts",
4505 "lg_g4_iso_800.dng_0.500", 4530 "lg_g4_iso_800.dng_0.500",
4506 "Upper_Left.jpg_0.143", 4531 "Upper_Left.jpg_0.143",
4507 "top-left.gif_0.500", 4532 "top-left.gif_0.500",
4508 "5.sm.webp_0.062", 4533 "5.sm.webp_0.062",
4509 "arcto", 4534 "arcto",
4510 "Tribalmarkings-Colorflow-Puma.ico_0.167", 4535 "Tribalmarkings-Colorflow-Puma.ico_0.167",
4511 "png_test.png_0.031", 4536 "png_test.png_0.031",
4512 "Lower_Right.jpg_0.125", 4537 "Lower_Right.jpg_0.125",
4513 "distantclip", 4538 "distantclip",
4514 "lcdtextAndroid", 4539 "lcdtextAndroid",
4515 "rgb32bf.bmp_0.200", 4540 "rgb32bf.bmp_0.200",
4516 "frame_interlaced_2.gif_0.143", 4541 "frame_interlaced_2.gif_0.143",
4517 "pal8-0.bmp_0.200", 4542 "pal8-0.bmp_0.200",
4518 "radial_gradient4", 4543 "radial_gradient4",
4519 "inc0.webp_0.750", 4544 "inc0.webp_0.750",
4520 "5.sm.webp_0.167", 4545 "5.sm.webp_0.167",
4521 "f00n0g08.png_0.500", 4546 "f00n0g08.png_0.500",
4522 "Pentax_K5.DNG_0.250", 4547 "Pentax_K5.DNG_0.250",
4523 "f00n0g08.png", 4548 "f00n0g08.png",
4524 "Mazenl77-I-Like-Buttons-3a-Cute-Ball-Windows.ico_0.125", 4549 "Mazenl77-I-Like-Buttons-3a-Cute-Ball-Windows.ico_0.125",
4525 "incGray.jpg_0.625", 4550 "incGray.jpg_0.625",
4526 "mandrill.wbmp_0.200", 4551 "mandrill.wbmp_0.200",
4527 "24bpp-pixeldata-cropped.bmp_0.500", 4552 "24bpp-pixeldata-cropped.bmp_0.500",
4528 "Lower_Left.jpg_0.625", 4553 "Lower_Left.jpg_0.625",
4529 "tilemodes", 4554 "tilemodes",
4530 "rgba32.bmp", 4555 "rgba32.bmp",
4531 "image3.wbmp_0.167", 4556 "image3.wbmp_0.167",
4532 "Lower_Left.jpg_0.063", 4557 "Lower_Left.jpg_0.063",
4533 "low_left.gif_0.333", 4558 "low_left.gif_0.333",
4534 "s35n3p04.png_0.500", 4559 "s35n3p04.png_0.500",
4535 "squarehair", 4560 "squarehair",
4536 "Arrioch-Senary-Drive-Drive-Windows.ico_0.167", 4561 "Arrioch-Senary-Drive-Drive-Windows.ico_0.167",
4537 "bgwn6a08.png_0.500", 4562 "bgwn6a08.png_0.500",
4538 "f03n0g08.png_0.500", 4563 "f03n0g08.png_0.500",
4539 "image1.wbmp_0.333", 4564 "image1.wbmp_0.333",
4540 "progressive_restart_jpeg.jpg_0.875", 4565 "progressive_restart_jpeg.jpg_0.875",
4541 "g07n2c08.png_0.500", 4566 "g07n2c08.png_0.500",
4542 "f04n2c08.png_0.500", 4567 "f04n2c08.png_0.500",
4543 "z03n2c08.png", 4568 "z03n2c08.png",
4544 "frame_interlaced.gif_0.143", 4569 "frame_interlaced.gif_0.143",
4545 "bleed_alpha_texture_bmp", 4570 "bleed_alpha_texture_bmp",
4546 "rgb32-111110.bmp_0.500", 4571 "rgb32-111110.bmp_0.500",
4547 "Olympus_PL7.ORF_0.500", 4572 "Olympus_PL7.ORF_0.500",
4548 "dcshader", 4573 "dcshader",
4549 "textfilter_image", 4574 "textfilter_image",
4550 "gradients_no_texture", 4575 "gradients_no_texture",
4551 "varied_text_ignorable_clip_no_lcd", 4576 "varied_text_ignorable_clip_no_lcd",
4552 "large_basketball.gif_0.250", 4577 "large_basketball.gif_0.250",
4553 "thinstrokedrects", 4578 "thinstrokedrects",
4554 "fontscalerAndroid", 4579 "fontscalerAndroid",
4555 "filterbitmap_image_mandrill_128.png", 4580 "filterbitmap_image_mandrill_128.png",
4556 "unknown4.gif_0.125", 4581 "unknown4.gif_0.125",
4557 "s39n3p04.png_0.333", 4582 "s39n3p04.png_0.333",
4558 "Fuji_X20.dng_0.167", 4583 "Fuji_X20.dng_0.167",
4559 "Facebook.ico_0.500", 4584 "Facebook.ico_0.500",
4560 "middle.gif_0.143", 4585 "middle.gif_0.143",
4561 "ctjn0g04.png_0.500", 4586 "ctjn0g04.png_0.500",
4562 "radial_gradient", 4587 "radial_gradient",
4563 "glyph_pos_n_f", 4588 "glyph_pos_n_f",
4564 "path-reverse", 4589 "path-reverse",
4565 "pal1.bmp_0.250", 4590 "pal1.bmp_0.250",
4566 "hittestpath", 4591 "hittestpath",
4567 "filterbitmap_image_mandrill_32.png", 4592 "filterbitmap_image_mandrill_32.png",
4568 "selftest2", 4593 "selftest2",
4569 "dashing", 4594 "dashing",
4570 "pal1.bmp_0.333", 4595 "pal1.bmp_0.333",
4571 "basn6a16.png_0.500", 4596 "basn6a16.png_0.500",
4572 "colorcube", 4597 "colorcube",
4573 "test32bfv4.bmp_0.167", 4598 "test32bfv4.bmp_0.167",
4574 "Samsung_NX3000.SRW_0.375", 4599 "Samsung_NX3000.SRW_0.375",
4575 "downsamplebitmap_text_medium_72.00pt", 4600 "downsamplebitmap_text_medium_72.00pt",
4576 "trans.bmp_0.200", 4601 "trans.bmp_0.200",
4577 "clippedcubic", 4602 "clippedcubic",
4578 "middle.gif_0.333", 4603 "middle.gif_0.333",
4579 "normal.wbmp_0.167", 4604 "normal.wbmp_0.167",
4580 "strokes_zoomed", 4605 "strokes_zoomed",
4581 "pal1.bmp", 4606 "pal1.bmp",
4582 "photo.jpg.png_0.031", 4607 "photo.jpg.png_0.031",
4583 "fontscalerdistortable", 4608 "fontscalerdistortable",
4584 "03_none_filter.JPG_0.200", 4609 "03_none_filter.JPG_0.200",
4585 "baseline_jpeg.jpg_0.042", 4610 "baseline_jpeg.jpg_0.042",
4586 "gradients_no_texture_nodither", 4611 "gradients_no_texture_nodither",
4587 "multipicturedraw_rrectclip_tiled", 4612 "multipicturedraw_rrectclip_tiled",
4588 "Nikon_P330.NRW_0.200", 4613 "Nikon_P330.NRW_0.200",
4589 "unknown1.gif_0.333", 4614 "unknown1.gif_0.333",
4590 "stroketext", 4615 "stroketext",
4591 "label.gif_0.250", 4616 "label.gif_0.250",
4592 "photo.jpg.png_0.500", 4617 "photo.jpg.png_0.500",
4593 "Fasticon-Ifunny-Dog.ico_0.500", 4618 "Fasticon-Ifunny-Dog.ico_0.500",
4594 "g25n3p04.png_0.500", 4619 "g25n3p04.png_0.500",
4595 "tall_stretched_bitmaps", 4620 "tall_stretched_bitmaps",
4596 "24bpp-pixeldata-cropped.bmp_0.200", 4621 "24bpp-pixeldata-cropped.bmp_0.200",
4597 "pal8w125.bmp", 4622 "pal8w125.bmp",
4598 "bitmap_premul", 4623 "bitmap_premul",
4599 "5.sm.webp_0.083", 4624 "5.sm.webp_0.083",
4600 "framed_interlaced.gif_0.250", 4625 "framed_interlaced.gif_0.250",
4601 "matrixconvolution", 4626 "matrixconvolution",
4602 "Upper_Left.jpg_0.083", 4627 "Upper_Left.jpg_0.083",
4603 "bug339297", 4628 "bug339297",
4604 "card2.gif_0.167", 4629 "card2.gif_0.167",
4605 "image7.wbmp_0.333", 4630 "image7.wbmp_0.333",
4606 "annotated_text", 4631 "annotated_text",
4607 "imageblur2", 4632 "imageblur2",
4608 "lenna.bmp_0.143", 4633 "lenna.bmp_0.143",
4609 "xfermodeimagefilter", 4634 "xfermodeimagefilter",
4610 "png_test.png_0.042", 4635 "png_test.png_0.042",
4611 "Fuji_X20.RAF_0.250", 4636 "Fuji_X20.RAF_0.250",
4612 "pal4.bmp_0.250", 4637 "pal4.bmp_0.250",
4613 "lenna.bmp_0.333", 4638 "lenna.bmp_0.333",
4614 "fancyunderline", 4639 "fancyunderline",
4615 "scaled_tilemodes", 4640 "scaled_tilemodes",
4616 "Pentax_K5.DNG_0.750", 4641 "Pentax_K5.DNG_0.750",
4617 "Rotating_earth_(large).gif_0.200", 4642 "Rotating_earth_(large).gif_0.200",
4618 "imageblur_large", 4643 "imageblur_large",
4619 "draw_bitmap_rect_skbug4734", 4644 "draw_bitmap_rect_skbug4734",
4620 "03_none_filter.JPG_0.875", 4645 "03_none_filter.JPG_0.875",
4621 "nested_aa", 4646 "nested_aa",
4622 "imagefiltersscaled", 4647 "imagefiltersscaled",
4623 "Pentax_K5.DNG_0.625", 4648 "Pentax_K5.DNG_0.625",
4624 "coloremojiCBDT", 4649 "coloremojiCBDT",
4625 "inc0.webp_0.167", 4650 "inc0.webp_0.167",
4626 "3xhumed-Mega-Games-Pack-34-Painkiller-Resurrection-6.ico_0.125", 4651 "3xhumed-Mega-Games-Pack-34-Painkiller-Resurrection-6.ico_0.125",
4627 "inc1.wbmp_0.167", 4652 "inc1.wbmp_0.167",
4628 "tp1n3p08.png_0.500", 4653 "tp1n3p08.png_0.500",
4629 "GMARBLES.GIF_0.143", 4654 "GMARBLES.GIF_0.143",
4630 "CMYK.jpg_0.063", 4655 "CMYK.jpg_0.063",
4631 "etc1bitmap_ktx", 4656 "etc1bitmap_ktx",
4632 "verylargebitmap", 4657 "verylargebitmap",
4633 "inc0.jpg_0.031", 4658 "inc0.jpg_0.031",
4634 "baseline_restart_jpeg.jpg_0.625", 4659 "baseline_restart_jpeg.jpg_0.625",
4635 "drawbitmaprect", 4660 "drawbitmaprect",
4636 "Upper_Left.jpg_0.200", 4661 "Upper_Left.jpg_0.200",
4637 "textfilter_color", 4662 "textfilter_color",
4638 "pal8w125.bmp_0.250", 4663 "pal8w125.bmp_0.250",
4639 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.750", 4664 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.750",
4640 "03_none_filter.JPG_0.333", 4665 "03_none_filter.JPG_0.333",
4641 "gammatextAndroid", 4666 "gammatextAndroid",
4642 "framed_interlaced.gif_0.500", 4667 "framed_interlaced.gif_0.500",
4643 "colorwheelnative", 4668 "colorwheelnative",
4644 "02_empty_filter.JPG_0.083", 4669 "02_empty_filter.JPG_0.083",
4645 "shallow_gradient_radial", 4670 "shallow_gradient_radial",
4646 "bigblurs", 4671 "bigblurs",
4647 "interlaced3.png", 4672 "interlaced3.png",
4648 "interlaced1.png_0.200", 4673 "interlaced1.png_0.200",
4649 "extractalpha", 4674 "extractalpha",
4650 "tbbn2c16.png_0.500", 4675 "tbbn2c16.png_0.500",
4651 "framed_interlaced.gif_0.333", 4676 "framed_interlaced.gif_0.333",
4652 "card1.gif_0.125", 4677 "card1.gif_0.125",
4653 "inc1.gif_0.167", 4678 "inc1.gif_0.167",
4654 "label.gif_0.200", 4679 "label.gif_0.200",
4655 "tabl_mozilla_0.jpg_0.062", 4680 "tabl_mozilla_0.jpg_0.062",
4656 "baseline_jpeg.jpg_0.125", 4681 "baseline_jpeg.jpg_0.125",
4657 "inc1.webp_0.083", 4682 "inc1.webp_0.083",
4658 "Panasonic_GM5.RW2_0.125", 4683 "Panasonic_GM5.RW2_0.125",
4659 "rgb32.bmp_0.500", 4684 "rgb32.bmp_0.500",
4660 "Designcontest-Casino-Watermelon.ico_0.375", 4685 "Designcontest-Casino-Watermelon.ico_0.375",
4661 "HTC.dng_0.250", 4686 "HTC.dng_0.250",
4662 "01_original.jpg_0.750", 4687 "01_original.jpg_0.750",
4663 "inc0.jpg_0.167", 4688 "inc0.jpg_0.167",
4664 "colorcomposefilter_wacky", 4689 "colorcomposefilter_wacky",
4665 "Softskin-Series-Folder-Folder-TV-DEXTER-2.ico_0.375", 4690 "Softskin-Series-Folder-Folder-TV-DEXTER-2.ico_0.375",
4666 "mandrill.wbmp_0.333", 4691 "mandrill.wbmp_0.333",
4667 "linear_pipeline", 4692 "linear_pipeline",
4668 "tbwn0g16.png_0.500", 4693 "tbwn0g16.png_0.500",
4669 "degeneratesegments", 4694 "degeneratesegments",
4670 "g04n0g16.png_0.500", 4695 "g04n0g16.png_0.500",
4671 "shadertext3", 4696 "shadertext3",
4672 "rle4-height-negative.bmp", 4697 "rle4-height-negative.bmp",
4673 "Fuji_X20.RAF", 4698 "Fuji_X20.RAF",
4674 "Nikon_P330.NRW_0.750", 4699 "Nikon_P330.NRW_0.750",
4675 "Mazenl77-I-Like-Buttons-3a-Cute-Ball-Windows.ico_0.500", 4700 "Mazenl77-I-Like-Buttons-3a-Cute-Ball-Windows.ico_0.500",
4676 "frame_larger_than_image.gif_0.125", 4701 "frame_larger_than_image.gif_0.125",
4677 "lenna.bmp_0.200", 4702 "lenna.bmp_0.200",
4678 "webp_test.webp_0.083", 4703 "webp_test.webp_0.083",
4679 "pal8w125.bmp_0.200", 4704 "pal8w125.bmp_0.200",
4680 "Canon_5D2.dng_0.500", 4705 "Canon_5D2.dng_0.500",
4681 "Nikon_1AW1.NEF_0.875", 4706 "Nikon_1AW1.NEF_0.875",
4682 "rle4-height-negative.bmp_0.250", 4707 "rle4-height-negative.bmp_0.250",
4683 "baseline_restart_jpeg.jpg_0.375", 4708 "baseline_restart_jpeg.jpg_0.375",
4684 "01_original.jpg_0.500", 4709 "01_original.jpg_0.500",
4685 "trans.bmp_0.333", 4710 "trans.bmp_0.333",
4686 "giantbitmap_clamp_point_rotate", 4711 "giantbitmap_clamp_point_rotate",
4687 "interlaced1.png_0.042", 4712 "interlaced1.png_0.042",
4688 "draw-atlas-colors", 4713 "draw-atlas-colors",
4689 "image3.wbmp_0.500", 4714 "image3.wbmp_0.500",
4690 "low_left.gif_0.200", 4715 "low_left.gif_0.200",
4691 "mandrill.wbmp_0.250", 4716 "mandrill.wbmp_0.250",
4692 "gradients_view_perspective", 4717 "gradients_view_perspective",
4693 "rgb16-565.bmp_0.200", 4718 "rgb16-565.bmp_0.200",
4694 "Upper_Right.jpg_0.333", 4719 "Upper_Right.jpg_0.333",
4695 "convex_poly_clip", 4720 "convex_poly_clip",
4696 "frame_interlaced_2.gif_0.125", 4721 "frame_interlaced_2.gif_0.125",
4697 "Nikon_1J4.NEF_0.750", 4722 "Nikon_1J4.NEF_0.750",
4698 "progressive_jpeg.jpg_0.875", 4723 "progressive_jpeg.jpg_0.875",
4699 "bmp_test.bmp_0.250", 4724 "bmp_test.bmp_0.250",
4700 "progressive_jpeg.jpg_0.042", 4725 "progressive_jpeg.jpg_0.042",
4701 "offsets_too_large.gif_0.143", 4726 "offsets_too_large.gif_0.143",
4702 "normal.wbmp_0.143", 4727 "normal.wbmp_0.143",
4703 "bitmapfilters", 4728 "bitmapfilters",
4704 "s35n3p04.png_0.333", 4729 "s35n3p04.png_0.333",
4705 "bitmaprect_i", 4730 "bitmaprect_i",
4706 "bigmatrix", 4731 "bigmatrix",
4707 "downsamplebitmap_image_medium_mandrill_512.png", 4732 "downsamplebitmap_image_medium_mandrill_512.png",
4708 "linear_gradient_nodither", 4733 "linear_gradient_nodither",
4709 "big_rrect_circle_aa_effect", 4734 "big_rrect_circle_aa_effect",
4710 "Canon_G7X.CR2_0.200", 4735 "Canon_G7X.CR2_0.200",
4711 "5.sm.webp_0.750", 4736 "5.sm.webp_0.750",
4712 "coloremoji", 4737 "coloremoji",
4713 "8bpp-pixeldata-cropped.bmp_0.333", 4738 "8bpp-pixeldata-cropped.bmp_0.333",
4714 "Fuji_X20.dng_0.875", 4739 "Fuji_X20.dng_0.875",
4715 "clipped-bitmap-shaders-clamp", 4740 "clipped-bitmap-shaders-clamp",
4716 "testcase7.bmp", 4741 "testcase7.bmp",
4717 "pal4.bmp_0.500", 4742 "pal4.bmp_0.500",
4718 "interlaced_example.gif_0.333", 4743 "interlaced_example.gif_0.333",
4719 "png_test.png_0.200", 4744 "png_test.png_0.200",
4720 "big_rrect_elliptical_corner_aa_effect", 4745 "big_rrect_elliptical_corner_aa_effect",
4721 "Nikon_1J4.NEF_0.250", 4746 "Nikon_1J4.NEF_0.250",
4722 "middle.gif_0.200", 4747 "middle.gif_0.200",
4723 "Softskin-Series-Folder-Folder-TV-DEXTER-2.ico_0.333", 4748 "Softskin-Series-Folder-Folder-TV-DEXTER-2.ico_0.333",
4724 "complexclip_aa_invert", 4749 "complexclip_aa_invert",
4725 "Panasonic_GM5.RW2", 4750 "Panasonic_GM5.RW2",
4726 "pixelxorxfermode", 4751 "pixelxorxfermode",
4727 "pal8v5.bmp_0.333", 4752 "pal8v5.bmp_0.333",
4728 "inc0.jpg_0.625", 4753 "inc0.jpg_0.625",
4729 "art.jpg_0.143", 4754 "art.jpg_0.143",
4730 "inc1.webp_0.750", 4755 "inc1.webp_0.750",
4731 "hairlines", 4756 "hairlines",
4732 "filterbitmap_checkerboard_32_8", 4757 "filterbitmap_checkerboard_32_8",
4733 "pal8w125.bmp_0.333", 4758 "pal8w125.bmp_0.333",
4734 "tabl_mozilla_0.jpg_0.083", 4759 "tabl_mozilla_0.jpg_0.083",
4735 "tinybitmap", 4760 "tinybitmap",
4736 "Nikon_P330.NRW", 4761 "Nikon_P330.NRW",
4737 "gradients_degenerate_2pt_nodither", 4762 "gradients_degenerate_2pt_nodither",
4738 "rgb16.bmp_0.333", 4763 "rgb16.bmp_0.333",
4739 "middle.gif_0.167", 4764 "middle.gif_0.167",
4740 "Marcus-Roberto-Google-Play-Gmail.ico_0.500", 4765 "Marcus-Roberto-Google-Play-Gmail.ico_0.500",
4741 "c_gms", 4766 "c_gms",
4742 "blast.gif_0.200", 4767 "blast.gif_0.200",
4743 "Facebook.ico_0.200", 4768 "Facebook.ico_0.200",
4744 "bmp_test.bmp_0.167", 4769 "bmp_test.bmp_0.167",
4745 "02_empty_filter.JPG_0.375", 4770 "02_empty_filter.JPG_0.375",
4746 "filterbitmap_checkerboard_32_32_g8", 4771 "filterbitmap_checkerboard_32_32_g8",
4747 "HTC.dng_0.500", 4772 "HTC.dng_0.500",
4748 "rle8-height-negative.bmp", 4773 "rle8-height-negative.bmp",
4749 "Olympus_PL7.ORF_0.875", 4774 "Olympus_PL7.ORF_0.875",
4750 "abnormal.wbmp_0.167", 4775 "abnormal.wbmp_0.167",
4751 "image_scale_aligned", 4776 "image_scale_aligned",
4752 "32bpp-pixeldata-cropped.bmp_0.200", 4777 "32bpp-pixeldata-cropped.bmp_0.200",
4753 "photo.jpg.png_0.062", 4778 "photo.jpg.png_0.062",
4754 "polygons", 4779 "polygons",
4755 "f99n0g04.png_0.500", 4780 "f99n0g04.png_0.500",
4756 "trans.bmp_0.500", 4781 "trans.bmp_0.500",
4757 "dashing3", 4782 "dashing3",
4758 "pathopsskpclip", 4783 "pathopsskpclip",
4759 "complexclip2", 4784 "complexclip2",
4760 "textblobtransforms", 4785 "textblobtransforms",
4761 "Upper_Right.jpg", 4786 "Upper_Right.jpg",
4762 "Tribalmarkings-Colorflow-Puma.ico_0.333", 4787 "Tribalmarkings-Colorflow-Puma.ico_0.333",
4763 "pal8-0.bmp_0.250", 4788 "pal8-0.bmp_0.250",
4764 "longwavyline", 4789 "longwavyline",
4765 "etc1bitmap_r11.ktx", 4790 "etc1bitmap_r11.ktx",
4766 "02_empty_filter.JPG_0.167", 4791 "02_empty_filter.JPG_0.167",
4767 "Canon_5D2.dng_0.875", 4792 "Canon_5D2.dng_0.875",
4768 "imagesrc2_high", 4793 "imagesrc2_high",
4769 "incInterlaced.gif_0.167", 4794 "incInterlaced.gif_0.167",
4770 "desk_yahoonews_0.jpg_0.333", 4795 "desk_yahoonews_0.jpg_0.333",
4771 "rgb32.bmp_0.333", 4796 "rgb32.bmp_0.333",
4772 "morphology", 4797 "morphology",
4773 "frame_interlaced_2.gif_0.500", 4798 "frame_interlaced_2.gif_0.500",
4774 "Lower_Right.jpg_0.375", 4799 "Lower_Right.jpg_0.375",
4775 "Panasonic_GM5.RW2_0.875", 4800 "Panasonic_GM5.RW2_0.875",
4776 "card2.gif_0.125", 4801 "card2.gif_0.125",
4777 "frame_interlaced_2.gif_0.250", 4802 "frame_interlaced_2.gif_0.250",
4778 "giantbitmap_clamp_point_scale", 4803 "giantbitmap_clamp_point_scale",
4779 "interlaced2.png_0.143", 4804 "interlaced2.png_0.143",
4780 "Panasonic_GM5.RW2_0.167", 4805 "Panasonic_GM5.RW2_0.167",
4781 "03_none_filter.JPG_0.042", 4806 "03_none_filter.JPG_0.042",
4782 "typefacestyles_kerningAndroid", 4807 "typefacestyles_kerningAndroid",
4783 "color4f", 4808 "color4f",
4784 "bitmaprect_s", 4809 "bitmaprect_s",
4785 "baseline_jpeg.jpg_0.062", 4810 "baseline_jpeg.jpg_0.062",
4786 "blurs", 4811 "blurs",
4787 "inc1.wbmp_0.143", 4812 "inc1.wbmp_0.143",
4788 "Canon_G7X.CR2_0.500", 4813 "Canon_G7X.CR2_0.500",
4789 "3xhumed-Mega-Games-Pack-34-Painkiller-Resurrection-6.ico_0.200", 4814 "3xhumed-Mega-Games-Pack-34-Painkiller-Resurrection-6.ico_0.200",
4790 "rle8-height-negative.bmp_0.500", 4815 "rle8-height-negative.bmp_0.500",
4791 "rgb24prof.bmp_0.200", 4816 "rgb24prof.bmp_0.200",
4792 "filterbitmap_checkerboard_4_4", 4817 "filterbitmap_checkerboard_4_4",
4793 "Icons-Land-Vista-Flags-Egypt-Flag-1.ico_0.333", 4818 "Icons-Land-Vista-Flags-Egypt-Flag-1.ico_0.333",
4794 "pal8rle.bmp", 4819 "pal8rle.bmp",
4795 "multipicturedraw_biglayer_tiled", 4820 "multipicturedraw_biglayer_tiled",
4796 "normal.wbmp_0.333", 4821 "normal.wbmp_0.333",
4797 "01_original.jpg_0.333", 4822 "01_original.jpg_0.333",
4798 "skbug1719", 4823 "skbug1719",
4799 "rgb16-565pal.bmp_0.500", 4824 "rgb16-565pal.bmp_0.500",
4800 "Softskin-Series-Folder-Folder-TV-DEXTER-2.ico", 4825 "Softskin-Series-Folder-Folder-TV-DEXTER-2.ico",
4801 "blurrects", 4826 "blurrects",
4802 "top_right.gif_0.333", 4827 "top_right.gif_0.333",
4803 "Canon_5D2.dng_0.333", 4828 "Canon_5D2.dng_0.333",
4804 "basi4a08.png_0.500", 4829 "basi4a08.png_0.500",
4805 "lg_g4_iso_800.dng_0.333", 4830 "lg_g4_iso_800.dng_0.333",
4806 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.625", 4831 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.625",
4807 "stringart", 4832 "stringart",
4808 "inc0.webp_0.083", 4833 "inc0.webp_0.083",
4809 "lg_g4_iso_800.dng", 4834 "lg_g4_iso_800.dng",
4810 "webp_test.webp_0.375", 4835 "webp_test.webp_0.375",
4811 "rle8-height-negative.bmp_0.250", 4836 "rle8-height-negative.bmp_0.250",
4812 "large_basketball.gif_0.333", 4837 "large_basketball.gif_0.333",
4813 "giantbitmap_mirror_bilerp_rotate", 4838 "giantbitmap_mirror_bilerp_rotate",
4814 "top_right.gif_0.200", 4839 "top_right.gif_0.200",
4815 "rrect_clip_aa", 4840 "rrect_clip_aa",
4816 "clipcubic", 4841 "clipcubic",
4817 "Pentax_K5.DNG_0.875", 4842 "Pentax_K5.DNG_0.875",
4818 "progressive_restart_jpeg.jpg_0.143", 4843 "progressive_restart_jpeg.jpg_0.143",
4819 "cmykjpeg", 4844 "cmykjpeg",
4820 "pal8badindex.bmp_0.200", 4845 "pal8badindex.bmp_0.200",
4821 "firefox.ico_0.375", 4846 "firefox.ico_0.375",
4822 "image7.wbmp_0.500", 4847 "image7.wbmp_0.500",
4823 "scaled_tilemode_gradient", 4848 "scaled_tilemode_gradient",
4824 "Nikon_1AW1.NEF_0.500", 4849 "Nikon_1AW1.NEF_0.500",
4825 "s40n3p04.png_0.333", 4850 "s40n3p04.png_0.333",
4826 "incGray.jpg_0.167", 4851 "incGray.jpg_0.167",
4827 "Upper_Left.jpg_0.062", 4852 "Upper_Left.jpg_0.062",
4828 "card3.gif_0.200", 4853 "card3.gif_0.200",
4829 "Rotating_earth_(large).gif_0.125", 4854 "Rotating_earth_(large).gif_0.125",
4830 "rgb16-565pal.bmp_0.200", 4855 "rgb16-565pal.bmp_0.200",
4831 "clipped-bitmap-shaders-tile", 4856 "clipped-bitmap-shaders-tile",
4832 "test32bfv4.bmp", 4857 "test32bfv4.bmp",
4833 "spritebitmap", 4858 "spritebitmap",
4834 "Jommans-Cafe-Noon-Coffee-pot.ico_0.250", 4859 "Jommans-Cafe-Noon-Coffee-pot.ico_0.250",
4835 "32bpp-pixeldata-cropped.bmp_0.333", 4860 "32bpp-pixeldata-cropped.bmp_0.333",
4836 "textblobgeometrychange", 4861 "textblobgeometrychange",
4837 "drawfilter", 4862 "drawfilter",
4838 "5.sm.webp_0.143", 4863 "5.sm.webp_0.143",
4839 "4bpp-pixeldata-cropped.bmp_0.143", 4864 "4bpp-pixeldata-cropped.bmp_0.143",
4840 "karate.gif_0.200", 4865 "karate.gif_0.200",
4841 "png_test.png_0.063", 4866 "png_test.png_0.063",
4842 "Fuji_X20.dng_0.625", 4867 "Fuji_X20.dng_0.625",
4843 "hairmodes", 4868 "hairmodes",
4844 "rgb32fakealpha.bmp_0.333", 4869 "rgb32fakealpha.bmp_0.333",
4845 "3xhumed-Mega-Games-Pack-34-Painkiller-Resurrection-6.ico_0.500", 4870 "3xhumed-Mega-Games-Pack-34-Painkiller-Resurrection-6.ico_0.500",
4846 "Fuji_X20.RAF_0.200", 4871 "Fuji_X20.RAF_0.200",
4847 "low_right.gif_0.500", 4872 "low_right.gif_0.500",
4848 "webp_test.webp_0.875", 4873 "webp_test.webp_0.875",
4849 "incGray.jpg_0.083", 4874 "incGray.jpg_0.083",
4850 "fontmgr_boundsUbuntu", 4875 "fontmgr_boundsUbuntu",
4851 "Arrioch-Senary-Drive-Drive-Windows.ico", 4876 "Arrioch-Senary-Drive-Drive-Windows.ico",
4852 "firefox.ico_0.500", 4877 "firefox.ico_0.500",
4853 "Designcontest-Casino-Watermelon.ico_0.125", 4878 "Designcontest-Casino-Watermelon.ico_0.125",
4854 "stroke-fill", 4879 "stroke-fill",
4855 "webp_test.webp_0.042", 4880 "webp_test.webp_0.042",
4856 "low_right.gif_0.333", 4881 "low_right.gif_0.333",
4857 "textblobuseaftergpufree", 4882 "textblobuseaftergpufree",
4858 "inc0.wbmp_0.200", 4883 "inc0.wbmp_0.200",
4859 "fontmgr_bounds_1_-0.25Mac", 4884 "fontmgr_bounds_1_-0.25Mac",
4860 "oi1n0g16.png_0.500", 4885 "oi1n0g16.png_0.500",
4861 "interlaced1.png_0.250", 4886 "interlaced1.png_0.250",
4862 "shallow_gradient_linear_nodither", 4887 "shallow_gradient_linear_nodither",
4863 "skbug_4868", 4888 "skbug_4868",
4864 "pal8oversizepal.bmp_0.500", 4889 "pal8oversizepal.bmp_0.500",
4865 "Google+Chrome+Icon.ico_0.333", 4890 "Google+Chrome+Icon.ico_0.333",
4866 "unknown2.gif_0.333", 4891 "unknown2.gif_0.333",
4867 "imagefiltersclipped", 4892 "imagefiltersclipped",
4868 "bgan6a08.png", 4893 "bgan6a08.png",
4869 "webp_test.webp_0.750", 4894 "webp_test.webp_0.750",
4870 "blast.gif_0.333", 4895 "blast.gif_0.333",
4871 "Nikon_1AW1.NEF_0.750", 4896 "Nikon_1AW1.NEF_0.750",
4872 "convex_poly_effect", 4897 "convex_poly_effect",
4873 "factory", 4898 "factory",
4874 "baseline_jpeg.jpg_0.083", 4899 "baseline_jpeg.jpg_0.083",
4875 "filterbitmap_image_mandrill_512.png", 4900 "filterbitmap_image_mandrill_512.png",
4876 "aaxfermodes", 4901 "aaxfermodes",
4877 "beziers", 4902 "beziers",
4878 "rects", 4903 "rects",
4879 "PngSuite.png_0.143", 4904 "PngSuite.png_0.143",
4880 "rgb24lprof.bmp_0.500", 4905 "rgb24lprof.bmp_0.500",
4881 "unknown3.gif_0.250", 4906 "unknown3.gif_0.250",
4882 "foreign.gif_0.143", 4907 "foreign.gif_0.143",
4883 "lg_g4_iso_800.dng_0.250", 4908 "lg_g4_iso_800.dng_0.250",
4884 "f00n2c08.png_0.500", 4909 "f00n2c08.png_0.500",
4885 "3xhumed-Mega-Games-Pack-34-Painkiller-Resurrection-6.ico_0.167", 4910 "3xhumed-Mega-Games-Pack-34-Painkiller-Resurrection-6.ico_0.167",
4886 "desk_yahoonews_0.jpg_0.031", 4911 "desk_yahoonews_0.jpg_0.031",
4887 "pal1.bmp_0.200", 4912 "pal1.bmp_0.200",
4888 "03_none_filter.JPG_0.625", 4913 "03_none_filter.JPG_0.625",
4889 "downsamplebitmap_checkerboard_none_512_256", 4914 "downsamplebitmap_checkerboard_none_512_256",
4890 "lcdtextWin", 4915 "lcdtextWin",
4891 "innershapes_bw", 4916 "innershapes_bw",
4892 "Fuji_X20.dng_0.200", 4917 "Fuji_X20.dng_0.200",
4893 "inc1.gif_0.125", 4918 "inc1.gif_0.125",
4894 "1.bmp_0.143", 4919 "1.bmp_0.143",
4895 "pal8os2.bmp_0.250", 4920 "pal8os2.bmp_0.250",
4896 "frame_interlaced.gif_0.333", 4921 "frame_interlaced.gif_0.333",
4897 "rgb32fakealpha.bmp", 4922 "rgb32fakealpha.bmp",
4898 "low_left.gif_0.125", 4923 "low_left.gif_0.125",
4899 "interlaced3.png_0.143", 4924 "interlaced3.png_0.143",
4900 "Fuji_X20.RAF_0.333", 4925 "Fuji_X20.RAF_0.333",
4901 "Canon_5D2.dng_0.167", 4926 "Canon_5D2.dng_0.167",
4902 "scale-pixels", 4927 "scale-pixels",
4903 "bigtileimagefilter", 4928 "bigtileimagefilter",
4904 "Google+Chrome+Icon.ico", 4929 "Google+Chrome+Icon.ico",
4905 "top_right.gif_0.143", 4930 "top_right.gif_0.143",
4906 "lcdtextChromeOS", 4931 "lcdtextChromeOS",
4907 "PlusMergesAA", 4932 "PlusMergesAA",
4908 "big_rrect_circular_corner_aa_effect", 4933 "big_rrect_circular_corner_aa_effect",
4909 "HTC.dng_0.200", 4934 "HTC.dng_0.200",
4910 "inc1.webp_0.063", 4935 "inc1.webp_0.063",
4911 "mandrill.wbmp_0.143", 4936 "mandrill.wbmp_0.143",
4912 "pal8-0.bmp_0.500", 4937 "pal8-0.bmp_0.500",
4913 "multipicturedraw_pathclip_simple", 4938 "multipicturedraw_pathclip_simple",
4914 "inc1.wbmp_0.333", 4939 "inc1.wbmp_0.333",
4915 "Fuji_X20.dng", 4940 "Fuji_X20.dng",
4916 "desk_yahoonews_0.jpg_0.083", 4941 "desk_yahoonews_0.jpg_0.083",
4917 "image-cacherator-from-raster", 4942 "image-cacherator-from-raster",
4918 "trans.bmp", 4943 "trans.bmp",
4919 "4bpp-pixeldata-cropped.bmp_0.333", 4944 "4bpp-pixeldata-cropped.bmp_0.333",
4920 "bitmapshaders", 4945 "bitmapshaders",
4921 "imageblurtiled", 4946 "imageblurtiled",
4922 "Icons-Land-Vista-Flags-Egypt-Flag-1.ico_0.500", 4947 "Icons-Land-Vista-Flags-Egypt-Flag-1.ico_0.500",
4923 "frame_interlaced_2.gif_0.200", 4948 "frame_interlaced_2.gif_0.200",
4924 "showmiplevels2_256x255", 4949 "showmiplevels2_256x255",
4925 "pal4rle.bmp_0.333", 4950 "pal4rle.bmp_0.333",
4926 "rgb16.bmp_0.200", 4951 "rgb16.bmp_0.200",
4927 "HTC.dng_0.125", 4952 "HTC.dng_0.125",
4928 "rgb24prof.bmp_0.250", 4953 "rgb24prof.bmp_0.250",
4929 "imagefilterscropped", 4954 "imagefilterscropped",
4930 "interlaced3.png_0.062", 4955 "interlaced3.png_0.062",
4931 "inc1.webp_0.625", 4956 "inc1.webp_0.625",
4932 "rgb32bf.bmp_0.333", 4957 "rgb32bf.bmp_0.333",
4933 "rgb24.bmp_0.500", 4958 "rgb24.bmp_0.500",
4934 "arcofzorro", 4959 "arcofzorro",
4935 "basi6a16.png_0.500", 4960 "basi6a16.png_0.500",
4936 "card2.gif_0.250", 4961 "card2.gif_0.250",
4937 "dashing4", 4962 "dashing4",
4938 "02_empty_filter.JPG_0.750", 4963 "02_empty_filter.JPG_0.750",
4939 "inc1.gif_0.200", 4964 "inc1.gif_0.200",
4940 "image1.wbmp_0.250", 4965 "image1.wbmp_0.250",
4941 "gradients_2pt_conical_outside_nodither", 4966 "gradients_2pt_conical_outside_nodither",
4942 "Nikon_P330.NRW_0.375", 4967 "Nikon_P330.NRW_0.375",
4943 "extractbitmap", 4968 "extractbitmap",
4944 "card2.gif_0.200", 4969 "card2.gif_0.200",
4945 "gif_intr.gif_0.500", 4970 "gif_intr.gif_0.500",
4946 "megalooper_1x4", 4971 "megalooper_1x4",
4947 "desk_yahoonews_0.jpg_0.062", 4972 "desk_yahoonews_0.jpg_0.062",
4948 "card1.gif_0.200", 4973 "card1.gif_0.200",
4949 "card1.gif_0.143", 4974 "card1.gif_0.143",
4950 "Mazenl77-I-Like-Buttons-3a-Cute-Ball-Windows.ico_0.250", 4975 "Mazenl77-I-Like-Buttons-3a-Cute-Ball-Windows.ico_0.250",
4951 "4bpp-pixeldata-cropped.bmp_0.250", 4976 "4bpp-pixeldata-cropped.bmp_0.250",
4952 "fontscalerUbuntu", 4977 "fontscalerUbuntu",
4953 "oi9n2c16.png_0.500", 4978 "oi9n2c16.png_0.500",
4954 "filterbitmap_image_color_wheel.png", 4979 "filterbitmap_image_color_wheel.png",
4955 "card1.gif_0.500", 4980 "card1.gif_0.500",
4956 "image2.wbmp_0.167", 4981 "image2.wbmp_0.167",
4957 "gradients_local_perspective", 4982 "gradients_local_perspective",
4958 "strokerects", 4983 "strokerects",
4959 "Olympus_E-PL3.ORF", 4984 "Olympus_E-PL3.ORF",
4960 "inc0.wbmp_0.125", 4985 "inc0.wbmp_0.125",
4961 "blurredclippedcircle", 4986 "blurredclippedcircle",
4962 "Pentax_K5.PEF_0.333", 4987 "Pentax_K5.PEF_0.333",
4963 "Olympus_PL7.ORF_0.143", 4988 "Olympus_PL7.ORF_0.143",
4964 "rrect_effect", 4989 "rrect_effect",
4965 "PngSuite.png_0.083", 4990 "PngSuite.png_0.083",
4966 "filltypes", 4991 "filltypes",
4967 "pal4rle.bmp_0.250", 4992 "pal4rle.bmp_0.250",
4968 "bgyn6a16.png_0.500", 4993 "bgyn6a16.png_0.500",
4969 "pixel_snap_point", 4994 "pixel_snap_point",
4970 "lg_g4_iso_800.dng_0.375", 4995 "lg_g4_iso_800.dng_0.375",
4971 "8bpp-pixeldata-cropped.bmp_0.143", 4996 "8bpp-pixeldata-cropped.bmp_0.143",
4972 "test32bfv4.bmp_0.333", 4997 "test32bfv4.bmp_0.333",
4973 "bigtext", 4998 "bigtext",
4974 "Hopstarter-Mac-Folders-Apple.ico_0.167", 4999 "Hopstarter-Mac-Folders-Apple.ico_0.167",
4975 "Fuji_X20.RAF_0.167", 5000 "Fuji_X20.RAF_0.167",
4976 "gradients", 5001 "gradients",
4977 "Google+Chrome+Icon.ico_0.125", 5002 "Google+Chrome+Icon.ico_0.125",
4978 "inc1.webp_0.875", 5003 "inc1.webp_0.875",
4979 "inc0.webp_0.200", 5004 "inc0.webp_0.200",
4980 "clamped_gradients", 5005 "clamped_gradients",
4981 "progressive_restart_jpeg.jpg_0.062", 5006 "progressive_restart_jpeg.jpg_0.062",
4982 "patheffect", 5007 "patheffect",
4983 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.375", 5008 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.375",
4984 "24bpp-pixeldata-cropped.bmp_0.250", 5009 "24bpp-pixeldata-cropped.bmp_0.250",
4985 "inc0.jpg_0.062", 5010 "inc0.jpg_0.062",
4986 "card1.gif_0.250", 5011 "card1.gif_0.250",
4987 "strokes3", 5012 "strokes3",
4988 "label.gif_0.167", 5013 "label.gif_0.167",
4989 "mandrill.wbmp_0.500", 5014 "mandrill.wbmp_0.500",
4990 "glyph_pos_h_b", 5015 "glyph_pos_h_b",
4991 "pal4rletrns.bmp_0.250", 5016 "pal4rletrns.bmp_0.250",
4992 "framed_interlaced.gif_0.125", 5017 "framed_interlaced.gif_0.125",
4993 "srcmode", 5018 "srcmode",
4994 "firefox.ico_0.125", 5019 "firefox.ico_0.125",
4995 "filterbitmap_text_10.00pt", 5020 "filterbitmap_text_10.00pt",
4996 "inc0.jpg_0.063", 5021 "inc0.jpg_0.063",
4997 "Arrioch-Senary-Drive-Drive-Windows.ico_0.375", 5022 "Arrioch-Senary-Drive-Drive-Windows.ico_0.375",
4998 "basn0g08.png_0.500", 5023 "basn0g08.png_0.500",
4999 "Hopstarter-Mac-Folders-Apple.ico_0.200", 5024 "Hopstarter-Mac-Folders-Apple.ico_0.200",
5000 "chrome_gradtext1", 5025 "chrome_gradtext1",
5001 "imagefiltersgraph", 5026 "imagefiltersgraph",
5002 "Olympus_E-PL3.ORF_0.143", 5027 "Olympus_E-PL3.ORF_0.143",
5003 "frame_interlaced.gif_0.250", 5028 "frame_interlaced.gif_0.250",
5004 "cten0g04.png_0.500", 5029 "cten0g04.png_0.500",
5005 "gammatextUbuntu", 5030 "gammatextUbuntu",
5006 "MARBLES.GIF_0.167", 5031 "MARBLES.GIF_0.167",
5007 "Canon_5D2.dng_0.375", 5032 "Canon_5D2.dng_0.375",
5008 "art.jpg_0.083", 5033 "art.jpg_0.083",
5009 "f01n0g08.png_0.500", 5034 "f01n0g08.png_0.500",
5010 "complexclip_bw_layer", 5035 "complexclip_bw_layer",
5011 "01_original.jpg_0.083", 5036 "01_original.jpg_0.083",
5012 "foreign.gif_0.500", 5037 "foreign.gif_0.500",
5013 "complexclip_blur_tiled", 5038 "complexclip_blur_tiled",
5014 "Lower_Left.jpg_0.083", 5039 "Lower_Left.jpg_0.083",
5015 "image_to_yuv_planes", 5040 "image_to_yuv_planes",
5016 "GMARBLES.GIF_0.167", 5041 "GMARBLES.GIF_0.167",
5017 "testcase7.bmp_0.500", 5042 "testcase7.bmp_0.500",
5018 "watch.gif_0.250", 5043 "watch.gif_0.250",
5019 "inc0.webp_0.875", 5044 "inc0.webp_0.875",
5020 "label.gif_0.500", 5045 "label.gif_0.500",
5021 "rle4-height-negative.bmp_0.125", 5046 "rle4-height-negative.bmp_0.125",
5022 "Pentax_K5.PEF_0.875", 5047 "Pentax_K5.PEF_0.875",
5023 "pal8topdown.bmp_0.200", 5048 "pal8topdown.bmp_0.200",
5024 "blend", 5049 "blend",
5025 "downsamplebitmap_text_low_72.00pt", 5050 "downsamplebitmap_text_low_72.00pt",
5026 "pal8rletrns.bmp_0.333", 5051 "pal8rletrns.bmp_0.333",
5027 "PANO_20121023_214540.jpg_0.083", 5052 "PANO_20121023_214540.jpg_0.083",
5028 "addarc", 5053 "addarc",
5029 "concavepaths", 5054 "concavepaths",
5030 "rgba32abf.bmp_0.333", 5055 "rgba32abf.bmp_0.333",
5031 "lg_g4_iso_800.dng_0.200", 5056 "lg_g4_iso_800.dng_0.200",
5032 "filterbitmap_checkerboard_32_32", 5057 "filterbitmap_checkerboard_32_32",
5033 "pal8oversizepal.bmp_0.200", 5058 "pal8oversizepal.bmp_0.200",
5034 "giantbitmap_mirror_point_rotate", 5059 "giantbitmap_mirror_point_rotate",
5035 "low_left.gif_0.167", 5060 "low_left.gif_0.167",
5036 "Tribalmarkings-Colorflow-Puma.ico_0.250", 5061 "Tribalmarkings-Colorflow-Puma.ico_0.250",
5037 "gradients_2pt_conical_inside", 5062 "gradients_2pt_conical_inside",
5038 "rle8-height-negative.bmp_0.333", 5063 "rle8-height-negative.bmp_0.333",
5039 "Sony_RX100_III.ARW_0.167", 5064 "Sony_RX100_III.ARW_0.167",
5040 "donuts.ico_0.500", 5065 "donuts.ico_0.500",
5041 "Google+Chrome+Icon.ico_0.143", 5066 "Google+Chrome+Icon.ico_0.143",
5042 "Mazenl77-I-Like-Buttons-3a-Cute-Ball-Windows.ico_0.333", 5067 "Mazenl77-I-Like-Buttons-3a-Cute-Ball-Windows.ico_0.333",
5043 "pixel_snap_combo", 5068 "pixel_snap_combo",
5044 "pixel_snap_line", 5069 "pixel_snap_line",
5045 "fontmgr_iterMac", 5070 "fontmgr_iterMac",
5046 "normal.wbmp_0.250", 5071 "normal.wbmp_0.250",
5047 "bezier_quad_effects", 5072 "bezier_quad_effects",
5048 "drawminibitmaprect", 5073 "drawminibitmaprect",
5049 "clip_strokerect", 5074 "clip_strokerect",
5050 "Jommans-Cafe-Noon-Coffee-pot.ico_0.167", 5075 "Jommans-Cafe-Noon-Coffee-pot.ico_0.167",
5051 "bgai4a08.png_0.500", 5076 "bgai4a08.png_0.500",
5052 "03_none_filter.JPG_0.031", 5077 "03_none_filter.JPG_0.031",
5053 "discard", 5078 "discard",
5054 "Upper_Left.jpg_0.063", 5079 "Upper_Left.jpg_0.063",
5055 "ovals", 5080 "ovals",
5056 "inc0.webp_0.031", 5081 "inc0.webp_0.031",
5057 "pathinterior", 5082 "pathinterior",
5058 "karate.gif_0.167", 5083 "karate.gif_0.167",
5059 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.167", 5084 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.167",
5060 "CMYK.jpg_0.042", 5085 "CMYK.jpg_0.042",
5061 "fontmgr_matchUbuntu", 5086 "fontmgr_matchUbuntu",
5062 "Upper_Right.jpg_0.083", 5087 "Upper_Right.jpg_0.083",
5063 "Olympus_E-PL3.ORF_0.333", 5088 "Olympus_E-PL3.ORF_0.333",
5064 "Jommans-Cafe-Noon-Coffee-pot.ico_0.625", 5089 "Jommans-Cafe-Noon-Coffee-pot.ico_0.625",
5065 "gif_intr.gif_0.200", 5090 "gif_intr.gif_0.200",
5066 "inc0.jpg_0.042", 5091 "inc0.jpg_0.042",
5067 "gradients_2pt_conical_outside", 5092 "gradients_2pt_conical_outside",
5068 "rgb32fakealpha.bmp_0.200", 5093 "rgb32fakealpha.bmp_0.200",
5069 "gradients_many", 5094 "gradients_many",
5070 "Pentax_K5.DNG_0.200", 5095 "Pentax_K5.DNG_0.200",
5071 "Jommans-Cafe-Noon-Coffee-pot.ico_0.200", 5096 "Jommans-Cafe-Noon-Coffee-pot.ico_0.200",
5072 "Fuji_X20.dng_0.333", 5097 "Fuji_X20.dng_0.333",
5073 "typefacestyles_kerningWin", 5098 "typefacestyles_kerningWin",
5074 "clipped-bitmap-shaders-mirror", 5099 "clipped-bitmap-shaders-mirror",
5075 "conicpaths", 5100 "conicpaths",
5076 "offsets_too_large.gif_0.333", 5101 "offsets_too_large.gif_0.333",
5077 "frame_interlaced.gif_0.167", 5102 "frame_interlaced.gif_0.167",
5078 "Google+Chrome+Icon.ico_0.167", 5103 "Google+Chrome+Icon.ico_0.167",
5079 "webp_test.webp_0.167", 5104 "webp_test.webp_0.167",
5080 "lenna.bmp_0.125", 5105 "lenna.bmp_0.125",
5081 "pal8os2v2.bmp_0.500", 5106 "pal8os2v2.bmp_0.500",
5082 "rgb16-231.bmp_0.200", 5107 "rgb16-231.bmp_0.200",
5083 "tbgn2c16.png_0.500", 5108 "tbgn2c16.png_0.500",
5084 "textblobcolortrans", 5109 "textblobcolortrans",
5085 "fontmgr_iterAndroid", 5110 "fontmgr_iterAndroid",
5086 "Marcus-Roberto-Google-Play-Gmail.ico_0.167", 5111 "Marcus-Roberto-Google-Play-Gmail.ico_0.167",
5087 "typefacestyles_kerningUbuntu", 5112 "typefacestyles_kerningUbuntu",
5088 "big_rrect_rect_aa_effect", 5113 "big_rrect_rect_aa_effect",
5089 "Nikon_P330.NRW_0.167", 5114 "Nikon_P330.NRW_0.167",
5090 "rgb24largepal.bmp_0.333", 5115 "rgb24largepal.bmp_0.333",
5091 "zerolinestroke", 5116 "zerolinestroke",
5092 "complexclip_bw_layer_invert", 5117 "complexclip_bw_layer_invert",
5093 "interlaced3.png_0.016", 5118 "interlaced3.png_0.016",
5094 "03_none_filter.JPG_0.062", 5119 "03_none_filter.JPG_0.062",
5095 "Nikon_1AW1.NEF_0.200", 5120 "Nikon_1AW1.NEF_0.200",
5096 "progressive_restart_jpeg.jpg_0.031", 5121 "progressive_restart_jpeg.jpg_0.031",
5097 "rgb24lprof.bmp_0.200", 5122 "rgb24lprof.bmp_0.200",
5098 "penguin.gif_0.250", 5123 "penguin.gif_0.250",
5099 "large_basketball.gif_0.167", 5124 "large_basketball.gif_0.167",
5100 "Fuji_X20.dng_0.143", 5125 "Fuji_X20.dng_0.143",
5101 "Designcontest-Casino-Watermelon.ico_0.750", 5126 "Designcontest-Casino-Watermelon.ico_0.750",
5102 "tbbn0g04.png_0.500", 5127 "tbbn0g04.png_0.500",
5103 "Facebook.ico_0.143", 5128 "Facebook.ico_0.143",
5104 "gif_intr.gif_0.143", 5129 "gif_intr.gif_0.143",
5105 "Panasonic_GM5.RW2_0.333", 5130 "Panasonic_GM5.RW2_0.333",
5106 "inc1.webp_0.167", 5131 "inc1.webp_0.167",
5107 "Fasticon-Ifunny-Dog.ico", 5132 "Fasticon-Ifunny-Dog.ico",
5108 "unknown4.gif_0.167", 5133 "unknown4.gif_0.167",
5109 "MARBLES.GIF_0.143", 5134 "MARBLES.GIF_0.143",
5110 "Hopstarter-Mac-Folders-Apple.ico_0.333", 5135 "Hopstarter-Mac-Folders-Apple.ico_0.333",
5111 "texture_domain_effect", 5136 "texture_domain_effect",
5112 "clippedcubic2", 5137 "clippedcubic2",
5113 "giantbitmap_clamp_bilerp_rotate", 5138 "giantbitmap_clamp_bilerp_rotate",
5114 "filterfastbounds", 5139 "filterfastbounds",
5115 "typefacestylesChromeOS", 5140 "typefacestylesChromeOS",
5116 "pal8rletrns.bmp_0.500", 5141 "pal8rletrns.bmp_0.500",
5117 "3xhumed-Mega-Games-Pack-34-Painkiller-Resurrection-6.ico_0.375", 5142 "3xhumed-Mega-Games-Pack-34-Painkiller-Resurrection-6.ico_0.375",
5118 "frame_larger_than_image.gif_0.500", 5143 "frame_larger_than_image.gif_0.500",
5119 "01_original.jpg_0.063", 5144 "01_original.jpg_0.063",
5120 "Canon_5D2.dng_0.143", 5145 "Canon_5D2.dng_0.143",
5121 "imagealphathreshold_surface", 5146 "imagealphathreshold_surface",
5122 "incInterlaced.gif_0.143", 5147 "incInterlaced.gif_0.143",
5123 "karate.gif_0.125", 5148 "karate.gif_0.125",
5124 "desk_yahoonews_0.jpg_0.063", 5149 "desk_yahoonews_0.jpg_0.063",
5125 "image7.wbmp_0.200", 5150 "image7.wbmp_0.200",
5126 "Nikon_P330.NRW_0.625", 5151 "Nikon_P330.NRW_0.625",
5127 "firefox.ico_0.143", 5152 "firefox.ico_0.143",
5128 "inc0.jpg_0.016", 5153 "inc0.jpg_0.016",
5129 "chinese.gif_0.143", 5154 "chinese.gif_0.143",
5130 "rgb32bf.bmp_0.500", 5155 "rgb32bf.bmp_0.500",
5131 "chinese.gif_0.500", 5156 "chinese.gif_0.500",
5132 "inc0.wbmp_0.333", 5157 "inc0.wbmp_0.333",
5133 "three.gif_0.333", 5158 "three.gif_0.333",
5134 "Olympus_E-PL3.ORF_0.200", 5159 "Olympus_E-PL3.ORF_0.200",
5135 "art.jpg_0.016", 5160 "art.jpg_0.016",
5136 "yuv_to_rgb_effect", 5161 "yuv_to_rgb_effect",
5137 "multipicturedraw_invpathclip_simple", 5162 "multipicturedraw_invpathclip_simple",
5138 "lcdtextUbuntu", 5163 "lcdtextUbuntu",
5139 "progressive_restart_jpeg.jpg_0.016", 5164 "progressive_restart_jpeg.jpg_0.016",
5140 "interlaced2.png_0.031", 5165 "interlaced2.png_0.031",
5141 "card2.gif_0.333", 5166 "card2.gif_0.333",
5142 "lenna.bmp_0.167", 5167 "lenna.bmp_0.167",
5143 "framed_interlaced.gif_0.200", 5168 "framed_interlaced.gif_0.200",
5144 "bgbn4a08.png_0.500", 5169 "bgbn4a08.png_0.500",
5145 "test32bfv4.bmp_0.200", 5170 "test32bfv4.bmp_0.200",
5146 "PngSuite.png_0.062", 5171 "PngSuite.png_0.062",
5147 "interlaced3.png_0.250", 5172 "interlaced3.png_0.250",
5148 "pal8w124.bmp_0.500", 5173 "pal8w124.bmp_0.500",
5149 "Jommans-Cafe-Noon-Coffee-pot.ico_0.375", 5174 "Jommans-Cafe-Noon-Coffee-pot.ico_0.375",
5150 "foreign.gif_0.333", 5175 "foreign.gif_0.333",
5151 "inc1.webp_0.250", 5176 "inc1.webp_0.250",
5152 "abnormal.wbmp_0.250", 5177 "abnormal.wbmp_0.250",
5153 "lg_g4_iso_800.dng_0.167", 5178 "lg_g4_iso_800.dng_0.167",
5154 "Marcus-Roberto-Google-Play-Gmail.ico_0.333", 5179 "Marcus-Roberto-Google-Play-Gmail.ico_0.333",
5155 "GMARBLES.GIF_0.333", 5180 "GMARBLES.GIF_0.333",
5156 "rgb16.bmp_0.250", 5181 "rgb16.bmp_0.250",
5157 "GMARBLES.GIF_0.250", 5182 "GMARBLES.GIF_0.250",
5158 "inc1.webp_0.500", 5183 "inc1.webp_0.500",
5159 "test32v5.bmp_0.500", 5184 "test32v5.bmp_0.500",
5160 "32bpp-pixeldata-cropped.bmp_0.500", 5185 "32bpp-pixeldata-cropped.bmp_0.500",
5161 "frame_larger_than_image.gif_0.333", 5186 "frame_larger_than_image.gif_0.333",
5162 "image7.wbmp_0.250", 5187 "image7.wbmp_0.250",
5163 "art.jpg_0.167", 5188 "art.jpg_0.167",
5164 "baseline_restart_jpeg.jpg_0.042", 5189 "baseline_restart_jpeg.jpg_0.042",
5165 "PngSuite.png_0.063", 5190 "PngSuite.png_0.063",
5166 "chinese.gif_0.125", 5191 "chinese.gif_0.125",
5167 "fontmgr_boundsWin8GDI", 5192 "fontmgr_boundsWin8GDI",
5168 "chinese.gif_0.250", 5193 "chinese.gif_0.250",
5169 "pal8os2v2-16.bmp_0.250", 5194 "pal8os2v2-16.bmp_0.250",
5170 "lightingshader", 5195 "lightingshader",
5171 "lighting", 5196 "lighting",
5172 "Olympus_PL7.ORF_0.333", 5197 "Olympus_PL7.ORF_0.333",
5173 "trans.bmp_0.125", 5198 "trans.bmp_0.125",
5174 "frame_larger_than_image.gif_0.250", 5199 "frame_larger_than_image.gif_0.250",
5175 "interlaced2.png_0.200", 5200 "interlaced2.png_0.200",
5176 "test32v5.bmp_0.333", 5201 "test32v5.bmp_0.333",
5177 "test32v5.bmp_0.125", 5202 "test32v5.bmp_0.125",
5178 "dftext", 5203 "dftext",
5179 "photo.jpg.png_0.063", 5204 "photo.jpg.png_0.063",
5180 "interlaced1.png_0.125", 5205 "interlaced1.png_0.125",
5181 "HTC.dng_0.167", 5206 "HTC.dng_0.167",
5182 "Canon_G7X.CR2_0.333", 5207 "Canon_G7X.CR2_0.333",
5183 "rgba32.bmp_0.333", 5208 "rgba32.bmp_0.333",
5184 "rgb32-111110.bmp_0.333", 5209 "rgb32-111110.bmp_0.333",
5185 "card1.gif_0.167", 5210 "card1.gif_0.167",
5186 "imageresizetiled", 5211 "imageresizetiled",
5187 "blast.gif_0.250", 5212 "blast.gif_0.250",
5188 "rgb16-565pal.bmp_0.333", 5213 "rgb16-565pal.bmp_0.333",
5189 "1.bmp_0.167", 5214 "1.bmp_0.167",
5190 "fontmgr_iterWin8", 5215 "fontmgr_iterWin8",
5191 "directx.ico_0.125", 5216 "directx.ico_0.125",
5192 "fontmgr_bounds_1_-0.25Ubuntu", 5217 "fontmgr_bounds_1_-0.25Ubuntu",
5193 "basn6a08.png_0.500", 5218 "basn6a08.png_0.500",
5194 "typefacestylesWin", 5219 "typefacestylesWin",
5195 "verttext2Win", 5220 "verttext2Win",
5196 "01_original.jpg_0.042", 5221 "01_original.jpg_0.042",
5197 "inc0.webp_0.042", 5222 "inc0.webp_0.042",
5198 "rgb32.bmp_0.200", 5223 "rgb32.bmp_0.200",
5199 "drawlooper", 5224 "drawlooper",
5200 "Icons-Land-Vista-Flags-Egypt-Flag-1.ico_0.200", 5225 "Icons-Land-Vista-Flags-Egypt-Flag-1.ico_0.200",
5201 "middle.gif_0.500", 5226 "middle.gif_0.500",
5202 "Sony_RX100_III.ARW_0.143", 5227 "Sony_RX100_III.ARW_0.143",
5203 "02_empty_filter.JPG_0.016", 5228 "02_empty_filter.JPG_0.016",
5204 "frame_interlaced.gif_0.200", 5229 "frame_interlaced.gif_0.200",
5205 "4bpp-pixeldata-cropped.bmp_0.167", 5230 "4bpp-pixeldata-cropped.bmp_0.167",
5206 "interlaced3.png_0.083", 5231 "interlaced3.png_0.083",
5207 "mixedtextblobsSBIX", 5232 "mixedtextblobsSBIX",
5208 "image2.wbmp_0.143", 5233 "image2.wbmp_0.143",
5209 "imagesrc2_low", 5234 "imagesrc2_low",
5210 "Pentax_K5.DNG_0.167", 5235 "Pentax_K5.DNG_0.167",
5211 "rgb24largepal.bmp_0.250", 5236 "rgb24largepal.bmp_0.250",
5212 "interlaced1.png_0.167", 5237 "interlaced1.png_0.167",
5213 "PANO_20121023_214540.jpg_0.063", 5238 "PANO_20121023_214540.jpg_0.063",
5214 "PANO_20121023_214540.jpg_0.062", 5239 "PANO_20121023_214540.jpg_0.062",
5215 "lenna.bmp_0.250", 5240 "lenna.bmp_0.250",
5216 "inc1.webp_0.042", 5241 "inc1.webp_0.042",
5217 "directx.ico_0.375", 5242 "directx.ico_0.375",
5218 "tabl_mozilla_0.jpg_0.016", 5243 "tabl_mozilla_0.jpg_0.016",
5219 "frame_interlaced_2.gif_0.167", 5244 "frame_interlaced_2.gif_0.167",
5220 "rle4-height-negative.bmp_0.500", 5245 "rle4-height-negative.bmp_0.500",
5221 "pal4rletrns.bmp_0.500", 5246 "pal4rletrns.bmp_0.500",
5222 "1.bmp_0.200", 5247 "1.bmp_0.200",
5223 "webp_test.webp_0.200", 5248 "webp_test.webp_0.200",
5224 "rgb24pal.bmp_0.200", 5249 "rgb24pal.bmp_0.200",
5225 "inc0.wbmp_0.250", 5250 "inc0.wbmp_0.250",
5226 "Lower_Right.jpg_0.062", 5251 "Lower_Right.jpg_0.062",
5227 "tabl_mozilla_0.jpg_0.063", 5252 "tabl_mozilla_0.jpg_0.063",
5228 "Nikon_1AW1.NEF_0.143", 5253 "Nikon_1AW1.NEF_0.143",
5229 "three.gif_0.200", 5254 "three.gif_0.200",
5230 "gif_intr.gif_0.250", 5255 "gif_intr.gif_0.250",
5231 "bleed_alpha_bmp", 5256 "bleed_alpha_bmp",
5232 "interlaced1.png_0.083", 5257 "interlaced1.png_0.083",
5233 "chinese.gif_0.167", 5258 "chinese.gif_0.167",
5234 "Tribalmarkings-Colorflow-Puma.ico_0.143", 5259 "Tribalmarkings-Colorflow-Puma.ico_0.143",
5235 "interlaced2.png_0.500", 5260 "interlaced2.png_0.500",
5236 "progressive_restart_jpeg.jpg_0.063", 5261 "progressive_restart_jpeg.jpg_0.063",
5237 "interlaced1.png_0.062", 5262 "interlaced1.png_0.062",
5238 "interlaced1.png_0.143", 5263 "interlaced1.png_0.143",
5239 "trans.bmp_0.250", 5264 "trans.bmp_0.250",
5240 "test32v5.bmp_0.200", 5265 "test32v5.bmp_0.200",
5241 "fontmgr_bounds_0.75_0Android", 5266 "fontmgr_bounds_0.75_0Android",
5242 "fontmgr_matchMac", 5267 "fontmgr_matchMac",
5243 "Jommans-Cafe-Noon-Coffee-pot.ico_0.750", 5268 "Jommans-Cafe-Noon-Coffee-pot.ico_0.750",
5244 "rgb32-111110.bmp_0.200", 5269 "rgb32-111110.bmp_0.200",
5245 "Softskin-Series-Folder-Folder-TV-DEXTER-2.ico_0.200", 5270 "Softskin-Series-Folder-Folder-TV-DEXTER-2.ico_0.200",
5246 "Fuji_X20.dng_0.125", 5271 "Fuji_X20.dng_0.125",
5247 "pal8rletrns.bmp_0.250", 5272 "pal8rletrns.bmp_0.250",
5248 "duel.ico_0.500", 5273 "duel.ico_0.500",
5249 "Facebook.ico_0.333", 5274 "Facebook.ico_0.333",
5250 "MARBLES.GIF_0.250", 5275 "MARBLES.GIF_0.250",
5251 "typefacestylesUbuntu", 5276 "typefacestylesUbuntu",
5252 "rgba16-4444.bmp_0.200", 5277 "rgba16-4444.bmp_0.200",
5253 "Samsung_NX3000.SRW_0.200", 5278 "Samsung_NX3000.SRW_0.200",
5254 "foreign.gif_0.125", 5279 "foreign.gif_0.125",
5255 "fontmgr_boundsAndroid", 5280 "fontmgr_boundsAndroid",
5256 "Rotating_earth_(large).gif_0.250", 5281 "Rotating_earth_(large).gif_0.250",
5257 "art.jpg_0.062", 5282 "art.jpg_0.062",
5258 "trans.bmp_0.143", 5283 "trans.bmp_0.143",
5259 "rle4-height-negative.bmp_0.333", 5284 "rle4-height-negative.bmp_0.333",
5260 "Canon_5D2.dng_0.200", 5285 "Canon_5D2.dng_0.200",
5261 "3xhumed-Mega-Games-Pack-34-Painkiller-Resurrection-6.ico_0.333", 5286 "3xhumed-Mega-Games-Pack-34-Painkiller-Resurrection-6.ico_0.333",
5262 "test32bfv4.bmp_0.500", 5287 "test32bfv4.bmp_0.500",
5263 "directx.ico_0.250", 5288 "directx.ico_0.250",
5264 "Canon_G7X.CR2_0.167", 5289 "Canon_G7X.CR2_0.167",
5265 "Arrioch-Senary-Drive-Drive-Windows.ico_0.200", 5290 "Arrioch-Senary-Drive-Drive-Windows.ico_0.200",
5266 "Designcontest-Casino-Watermelon.ico_0.333", 5291 "Designcontest-Casino-Watermelon.ico_0.333",
5267 "interlaced3.png_0.200", 5292 "interlaced3.png_0.200",
5268 "path_stroke_with_zero_length", 5293 "path_stroke_with_zero_length",
5269 "gradient_many_stops_4f", 5294 "gradient_many_stops_4f",
5270 "pal8rle.bmp_0.200", 5295 "pal8rle.bmp_0.200",
5271 "rgb32fakealpha.bmp_0.500", 5296 "rgb32fakealpha.bmp_0.500",
5272 "card3.gif_0.250", 5297 "card3.gif_0.250",
5273 "Softskin-Series-Folder-Folder-TV-DEXTER-2.ico_0.250", 5298 "Softskin-Series-Folder-Folder-TV-DEXTER-2.ico_0.250",
5274 "Mazenl77-I-Like-Buttons-3a-Cute-Ball-Windows.ico_0.200", 5299 "Mazenl77-I-Like-Buttons-3a-Cute-Ball-Windows.ico_0.200",
5275 "watch.gif_0.200", 5300 "watch.gif_0.200",
5276 "fontscalerWin", 5301 "fontscalerWin",
5277 "lcdtextMac", 5302 "lcdtextMac",
5278 "Marcus-Roberto-Google-Play-Gmail.ico_0.200", 5303 "Marcus-Roberto-Google-Play-Gmail.ico_0.200",
5279 "pal8os2v2.bmp_0.200", 5304 "pal8os2v2.bmp_0.200",
5280 "interlaced1.png_0.031", 5305 "interlaced1.png_0.031",
5281 "inc1.gif_0.143", 5306 "inc1.gif_0.143",
5282 "rgba16-4444.bmp_0.500", 5307 "rgba16-4444.bmp_0.500",
5283 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.333", 5308 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.333",
5284 "textblobrandomfont", 5309 "textblobrandomfont",
5285 "32bpp-pixeldata-cropped.bmp_0.125", 5310 "32bpp-pixeldata-cropped.bmp_0.125",
5286 "Tribalmarkings-Colorflow-Puma.ico_0.200", 5311 "Tribalmarkings-Colorflow-Puma.ico_0.200",
5287 "Tribalmarkings-Colorflow-Puma.ico_0.375", 5312 "Tribalmarkings-Colorflow-Puma.ico_0.375",
5288 "three.gif_0.250", 5313 "three.gif_0.250",
5289 "Google+Chrome+Icon.ico_0.200", 5314 "Google+Chrome+Icon.ico_0.200",
5290 "large_basketball.gif_0.200", 5315 "large_basketball.gif_0.200",
5291 "low_right.gif_0.250", 5316 "low_right.gif_0.250",
5292 "interlaced1.png_0.500", 5317 "interlaced1.png_0.500",
5293 "pal8rle.bmp_0.500", 5318 "pal8rle.bmp_0.500",
5294 "gammatextMac", 5319 "gammatextMac",
5295 "Softskin-Series-Folder-Folder-TV-DEXTER-2.ico_0.125", 5320 "Softskin-Series-Folder-Folder-TV-DEXTER-2.ico_0.125",
5296 "Olympus_PL7.ORF_0.200", 5321 "Olympus_PL7.ORF_0.200",
5297 "HTC.dng_0.143", 5322 "HTC.dng_0.143",
5298 "typefacestylesAndroid", 5323 "typefacestylesAndroid",
5299 "pal8w124.bmp_0.250", 5324 "pal8w124.bmp_0.250",
5300 "Pentax_K5.DNG_0.333", 5325 "Pentax_K5.DNG_0.333",
5301 "bmp_test.bmp_0.500", 5326 "bmp_test.bmp_0.500",
5302 "baseline_restart_jpeg.jpg_0.031", 5327 "baseline_restart_jpeg.jpg_0.031",
5303 "gradient_dirty_laundry", 5328 "gradient_dirty_laundry",
5304 "Designcontest-Casino-Watermelon.ico_0.200", 5329 "Designcontest-Casino-Watermelon.ico_0.200",
5305 "lenna.bmp_0.500", 5330 "lenna.bmp_0.500",
5306 "rgb16-231.bmp_0.250", 5331 "rgb16-231.bmp_0.250",
5307 "dftextCBDT", 5332 "dftextCBDT",
5308 "fontmgr_bounds_0.75_0Mac", 5333 "fontmgr_bounds_0.75_0Mac",
5309 "interlaced3.png_0.042", 5334 "interlaced3.png_0.042",
5310 "test32v5.bmp_0.143", 5335 "test32v5.bmp_0.143",
5311 "baseline_restart_jpeg.jpg_0.063", 5336 "baseline_restart_jpeg.jpg_0.063",
5312 "test32bfv4.bmp_0.125", 5337 "test32bfv4.bmp_0.125",
5313 "Pentax_K5.DNG_0.143", 5338 "Pentax_K5.DNG_0.143",
5314 "Nikon_P330.NRW_0.333", 5339 "Nikon_P330.NRW_0.333",
5315 "fontmgr_bounds_0.75_0Win8", 5340 "fontmgr_bounds_0.75_0Win8",
5316 "fontmgr_bounds_1_-0.25Win8", 5341 "fontmgr_bounds_1_-0.25Win8",
5317 "pal8rle.bmp_0.333", 5342 "pal8rle.bmp_0.333",
5318 "test32v5.bmp_0.250", 5343 "test32v5.bmp_0.250",
5319 "webp_test.webp_0.062", 5344 "webp_test.webp_0.062",
5320 "Upper_Right.jpg_0.063", 5345 "Upper_Right.jpg_0.063",
5321 "offsets_too_large.gif_0.167", 5346 "offsets_too_large.gif_0.167",
5322 "pal4rle.bmp_0.500", 5347 "pal4rle.bmp_0.500",
5323 "3xhumed-Mega-Games-Pack-34-Painkiller-Resurrection-6.ico_0.143", 5348 "3xhumed-Mega-Games-Pack-34-Painkiller-Resurrection-6.ico_0.143",
5324 "Google+Chrome+Icon.ico_0.375", 5349 "Google+Chrome+Icon.ico_0.375",
5325 "rgba16-4444.bmp_0.333", 5350 "rgba16-4444.bmp_0.333",
5326 "Olympus_E-PL3.ORF_0.167", 5351 "Olympus_E-PL3.ORF_0.167",
5327 "fontmgr_iterWin8GDI", 5352 "fontmgr_iterWin8GDI",
5328 "interlaced3.png_0.125", 5353 "interlaced3.png_0.125",
5329 "fontmgr_bounds_1_-0.25Android", 5354 "fontmgr_bounds_1_-0.25Android",
5330 "mixedtextblobs", 5355 "mixedtextblobs",
5331 "interlaced2.png_0.333", 5356 "interlaced2.png_0.333",
5332 "lg_g4_iso_800.dng_0.143", 5357 "lg_g4_iso_800.dng_0.143",
5333 "Hopstarter-Mac-Folders-Apple.ico_0.375", 5358 "Hopstarter-Mac-Folders-Apple.ico_0.375",
5334 "interlaced2.png_0.016", 5359 "interlaced2.png_0.016",
5335 "rectangle_texture", 5360 "rectangle_texture",
5336 "pal4rletrns.bmp_0.200", 5361 "pal4rletrns.bmp_0.200",
5337 "bezier_cubic_effects", 5362 "bezier_cubic_effects",
5338 "1.bmp_0.125", 5363 "1.bmp_0.125",
5339 "Arrioch-Senary-Drive-Drive-Windows.ico_0.143", 5364 "Arrioch-Senary-Drive-Drive-Windows.ico_0.143",
5340 "Nikon_1AW1.NEF_0.333", 5365 "Nikon_1AW1.NEF_0.333",
5341 "gammatextWin", 5366 "gammatextWin",
5342 "Fuji_X20.RAF_0.143", 5367 "Fuji_X20.RAF_0.143",
5343 "frame_interlaced.gif_0.125", 5368 "frame_interlaced.gif_0.125",
5344 "pal8rle.bmp_0.250", 5369 "pal8rle.bmp_0.250",
5345 "interlaced1.png_0.016", 5370 "interlaced1.png_0.016",
5346 "03_none_filter.JPG_0.063", 5371 "03_none_filter.JPG_0.063",
5347 "interlaced3.png_0.167", 5372 "interlaced3.png_0.167",
5348 "pal4rle.bmp_0.200", 5373 "pal4rle.bmp_0.200",
5349 "test32v5.bmp_0.167", 5374 "test32v5.bmp_0.167",
5350 "pal8v5.bmp_0.500", 5375 "pal8v5.bmp_0.500",
5351 "fontmgr_iterUbuntu", 5376 "fontmgr_iterUbuntu",
5352 "fontmgr_iter_factoryWin8GDI", 5377 "fontmgr_iter_factoryWin8GDI",
5353 "Canon_G7X.CR2_0.143", 5378 "Canon_G7X.CR2_0.143",
5354 "interlaced2.png_0.083", 5379 "interlaced2.png_0.083",
5355 "rgb16-565pal.bmp_0.250", 5380 "rgb16-565pal.bmp_0.250",
5356 "Icons-Land-Vista-Flags-Egypt-Flag-1.ico_0.143", 5381 "Icons-Land-Vista-Flags-Egypt-Flag-1.ico_0.143",
5357 "Sony_RX100_III.ARW_0.333", 5382 "Sony_RX100_III.ARW_0.333",
5358 "incGray.jpg_0.063", 5383 "incGray.jpg_0.063",
5359 "fontmgr_bounds_1_-0.25Win", 5384 "fontmgr_bounds_1_-0.25Win",
5360 "penguin.gif_0.200", 5385 "penguin.gif_0.200",
5361 "Nikon_P330.NRW_0.143", 5386 "Nikon_P330.NRW_0.143",
5362 "baseline_jpeg.jpg_0.063", 5387 "baseline_jpeg.jpg_0.063",
5363 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.200", 5388 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.200",
5364 "bmp_test.bmp_0.200", 5389 "bmp_test.bmp_0.200",
5365 "interlaced3.png_0.333", 5390 "interlaced3.png_0.333",
5366 "Fasticon-Ifunny-Dog.ico_0.143", 5391 "Fasticon-Ifunny-Dog.ico_0.143",
5367 "image_from_yuv_textures", 5392 "image_from_yuv_textures",
5368 "interlaced_example.gif_0.250", 5393 "interlaced_example.gif_0.250",
5369 "rle4-height-negative.bmp_0.200", 5394 "rle4-height-negative.bmp_0.200",
5370 "Nikon_1J4.NEF_0.143", 5395 "Nikon_1J4.NEF_0.143",
5371 "verttext2Mac", 5396 "verttext2Mac",
5372 "02_empty_filter.JPG_0.063", 5397 "02_empty_filter.JPG_0.063",
5373 "fontmgr_iter_factoryWin8", 5398 "fontmgr_iter_factoryWin8",
5374 "typefacestyles_kerningMac", 5399 "typefacestyles_kerningMac",
5375 "bmp_test.bmp_0.143", 5400 "bmp_test.bmp_0.143",
5376 "rgb16-565.bmp_0.500", 5401 "rgb16-565.bmp_0.500",
5377 "pal8rletrns.bmp_0.200", 5402 "pal8rletrns.bmp_0.200",
5378 "progressive_jpeg.jpg_0.063", 5403 "progressive_jpeg.jpg_0.063",
5379 "rle4-height-negative.bmp_0.167", 5404 "rle4-height-negative.bmp_0.167",
5380 "fontmgr_matchAndroid", 5405 "fontmgr_matchAndroid",
5381 "Softskin-Series-Folder-Folder-TV-DEXTER-2.ico_0.167", 5406 "Softskin-Series-Folder-Folder-TV-DEXTER-2.ico_0.167",
5382 "Jommans-Cafe-Noon-Coffee-pot.ico_0.333", 5407 "Jommans-Cafe-Noon-Coffee-pot.ico_0.333",
5383 "firefox.ico_0.200", 5408 "firefox.ico_0.200",
5384 "trans.bmp_0.167", 5409 "trans.bmp_0.167",
5385 "typefacestylesMac", 5410 "typefacestylesMac",
5386 "coloremojiSBIX", 5411 "coloremojiSBIX",
5387 "firefox.ico_0.333", 5412 "firefox.ico_0.333",
5388 "rgba32.bmp_0.200", 5413 "rgba32.bmp_0.200",
5389 "fontscalerChromeOS", 5414 "fontscalerChromeOS",
5390 "typefacestyles_kerningChromeOS", 5415 "typefacestyles_kerningChromeOS",
5391 "rgba32.bmp_0.250", 5416 "rgba32.bmp_0.250",
5392 "interlaced2.png_0.042", 5417 "interlaced2.png_0.042",
5393 "Jommans-Cafe-Noon-Coffee-pot.ico_0.143", 5418 "Jommans-Cafe-Noon-Coffee-pot.ico_0.143",
5394 "interlaced1.png_0.333", 5419 "interlaced1.png_0.333",
5395 "Softskin-Series-Folder-Folder-TV-DEXTER-2.ico_0.143", 5420 "Softskin-Series-Folder-Folder-TV-DEXTER-2.ico_0.143",
5396 "firefox.ico_0.167", 5421 "firefox.ico_0.167",
5397 "inc0.webp_0.063", 5422 "inc0.webp_0.063",
5398 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.143", 5423 "Carvetia-Odds-And-Ends-Melting-Pot.ico_0.143",
5399 "fontmgr_matchWin8GDI", 5424 "fontmgr_matchWin8GDI",
5400 "Facebook.ico_0.167", 5425 "Facebook.ico_0.167",
5401 "fontmgr_iterWin10", 5426 "fontmgr_iterWin10",
5402 "HTC.dng_0.333", 5427 "HTC.dng_0.333",
5403 "Marcus-Roberto-Google-Play-Gmail.ico_0.143", 5428 "Marcus-Roberto-Google-Play-Gmail.ico_0.143",
5404 "fontmgr_bounds_0.75_0Win8GDI", 5429 "fontmgr_bounds_0.75_0Win8GDI",
5405 "art.jpg_0.063", 5430 "art.jpg_0.063",
5406 "fontmgr_bounds_1_-0.25ChromeOS", 5431 "fontmgr_bounds_1_-0.25ChromeOS",
5407 "fontmgr_boundsWin8", 5432 "fontmgr_boundsWin8",
5408 "fontmgr_boundsChromeOS", 5433 "fontmgr_boundsChromeOS",
5409 "fontmgr_bounds_1_-0.25Win10", 5434 "fontmgr_bounds_1_-0.25Win10",
5410 "fontmgr_iter_factoryWin", 5435 "fontmgr_iter_factoryWin",
5411 "Icons-Land-Vista-Flags-Egypt-Flag-1.ico_0.167", 5436 "Icons-Land-Vista-Flags-Egypt-Flag-1.ico_0.167",
5412 "fontmgr_bounds_1_-0.25iOS", 5437 "fontmgr_bounds_1_-0.25iOS",
5413 "fontmgr_bounds_0.75_0ChromeOS", 5438 "fontmgr_bounds_0.75_0ChromeOS",
5414 "fontscalerMac", 5439 "fontscalerMac",
5415 "typefacestylesiOS", 5440 "typefacestylesiOS",
5416 "Mazenl77-I-Like-Buttons-3a-Cute-Ball-Windows.ico_0.167", 5441 "Mazenl77-I-Like-Buttons-3a-Cute-Ball-Windows.ico_0.167",
5417 "fontmgr_matchWin", 5442 "fontmgr_matchWin",
5418 "fontmgr_bounds_0.75_0Win", 5443 "fontmgr_bounds_0.75_0Win",
5419 "fontmgr_bounds_1_-0.25Win8GDI", 5444 "fontmgr_bounds_1_-0.25Win8GDI",
5420 "fontmgr_boundsMac", 5445 "fontmgr_boundsMac",
5421 "webp_test.webp_0.063", 5446 "webp_test.webp_0.063",
5422 "Arrioch-Senary-Drive-Drive-Windows.ico_0.333", 5447 "Arrioch-Senary-Drive-Drive-Windows.ico_0.333",
5423 "fontmgr_iterWin", 5448 "fontmgr_iterWin",
5424 "gammatextChromeOS", 5449 "gammatextChromeOS",
5425 "fontmgr_iter_factoryWin10", 5450 "fontmgr_iter_factoryWin10",
5426 "fontmgr_matchWin10", 5451 "fontmgr_matchWin10",
5427 "fontmgr_matchChromeOS", 5452 "fontmgr_matchChromeOS",
5428 "verttext2ChromeOS", 5453 "verttext2ChromeOS",
5429 "fontmgr_boundsWin", 5454 "fontmgr_boundsWin",
5430 "fontmgr_matchiOS", 5455 "fontmgr_matchiOS",
5431 "lcdtextiOS", 5456 "lcdtextiOS",
5432 "fontmgr_iterChromeOS", 5457 "fontmgr_iterChromeOS",
5433 "gammatextiOS", 5458 "gammatextiOS",
5434 "fontmgr_bounds_0.75_0Win10", 5459 "fontmgr_bounds_0.75_0Win10",
5435 "fontmgr_iteriOS", 5460 "fontmgr_iteriOS",
5436 "verttext2iOS", 5461 "verttext2iOS",
5437 "fontmgr_bounds_0.75_0iOS", 5462 "fontmgr_bounds_0.75_0iOS",
5438 "fontmgr_boundsWin10", 5463 "fontmgr_boundsWin10",
5439 "fontscaleriOS", 5464 "fontscaleriOS",
5440 "typefacestyles_kerningiOS", 5465 "typefacestyles_kerningiOS",
5441 "fontmgr_boundsiOS" 5466 "fontmgr_boundsiOS"
5442 ], 5467 ],
5443 "os": [ 5468 "os": [
5444 "Mac", 5469 "Mac",
5445 "Android", 5470 "Android",
5446 "Ubuntu", 5471 "Ubuntu",
5447 "Win8", 5472 "Win8",
5448 "ChromeOS", 5473 "ChromeOS",
5449 "Win", 5474 "Win",
5450 "Win10", 5475 "Win10",
5451 "iOS" 5476 "iOS"
5452 ], 5477 ],
5453 "rasterizer": [ 5478 "rasterizer": [
5454 "Pdfium" 5479 "Pdfium"
5455 ], 5480 ],
5456 "source_options": [ 5481 "source_options": [
5457 "brd_canvas_divisor_0.125", 5482 "brd_canvas_divisor_0.125",
5458 "gen_codec_gpu", 5483 "gen_codec_gpu",
5459 "scaled_codec_divisor_opaque_0.500", 5484 "scaled_codec_divisor_opaque_0.500",
5460 "scanline_kIndex8_opaque", 5485 "scanline_kIndex8_opaque",
5461 "scaled_codec_divisor_opaque", 5486 "scaled_codec_divisor_opaque",
5462 "scaled_codec_kIndex8_premul_0.167", 5487 "scaled_codec_kIndex8_premul_0.167",
5463 "brd_canvas_0.500", 5488 "brd_canvas_0.500",
5464 "codec_premul", 5489 "codec_premul",
5465 "scanline_premul", 5490 "scanline_premul",
5466 "brd_android_codec_0.062", 5491 "brd_android_codec_0.062",
5467 "brd_canvas", 5492 "brd_canvas",
5468 "scaled_codec_opaque_0.333", 5493 "scaled_codec_opaque_0.333",
5469 "codec_zero_init_premul", 5494 "codec_zero_init_premul",
5470 "stripe_kIndex8_unpremul", 5495 "stripe_kIndex8_unpremul",
5471 "gen_codec_opaque", 5496 "gen_codec_opaque",
5472 "scaled_codec_divisor_opaque_0.333", 5497 "scaled_codec_divisor_opaque_0.333",
5473 "scaled_codec_opaque_0.143", 5498 "scaled_codec_opaque_0.143",
5474 "scaled_codec_premul_0.250", 5499 "scaled_codec_premul_0.250",
5475 "codec_zero_init_opaque", 5500 "codec_zero_init_opaque",
5476 "brd_android_codec_divisor_0.031", 5501 "brd_android_codec_divisor_0.031",
5477 "scaled_codec_opaque", 5502 "scaled_codec_opaque",
5478 "brd_canvas_0.250", 5503 "brd_canvas_0.250",
5479 "scaled_codec_kGray8_opaque_0.333", 5504 "scaled_codec_kGray8_opaque_0.333",
5480 "brd_canvas_0.062", 5505 "brd_canvas_0.062",
5481 "codec_kIndex8_unpremul", 5506 "codec_kIndex8_unpremul",
5482 "brd_android_codec_divisor_0.042", 5507 "brd_android_codec_divisor_0.042",
5483 "scanline_kIndex8_unpremul", 5508 "scanline_kIndex8_unpremul",
5484 "scaled_codec_kIndex8_opaque_0.500", 5509 "scaled_codec_kIndex8_opaque_0.500",
5485 "codec_unpremul", 5510 "codec_unpremul",
5486 "codec_kIndex8_opaque", 5511 "codec_kIndex8_opaque",
5487 "codec_zero_init_kIndex8_unpremul", 5512 "codec_zero_init_kIndex8_unpremul",
5488 "scaled_codec_opaque_0.500", 5513 "scaled_codec_opaque_0.500",
5489 "scaled_codec_opaque_0.250", 5514 "scaled_codec_opaque_0.250",
5490 "gen_codec_unpremul", 5515 "gen_codec_unpremul",
5491 "scanline_opaque", 5516 "scanline_opaque",
5492 "brd_canvas_divisor_0.143", 5517 "brd_canvas_divisor_0.143",
5493 "codec_unpremul_0.625", 5518 "codec_unpremul_0.625",
5494 "brd_android_codec_divisor_kIndex_0.500", 5519 "brd_android_codec_divisor_kIndex_0.500",
5495 "brd_android_codec_divisor_0.063", 5520 "brd_android_codec_divisor_0.063",
5496 "stripe_opaque", 5521 "stripe_opaque",
5497 "codec_zero_init_premul_0.375", 5522 "codec_zero_init_premul_0.375",
5498 "codec_premul_0.375", 5523 "codec_premul_0.375",
5499 "scaled_codec_divisor_unpremul", 5524 "scaled_codec_divisor_unpremul",
5500 "scaled_codec_divisor_unpremul_0.500", 5525 "scaled_codec_divisor_unpremul_0.500",
5501 "scaled_codec_premul_0.333", 5526 "scaled_codec_premul_0.333",
5502 "scanline_kIndex8_premul", 5527 "scanline_kIndex8_premul",
5503 "scaled_codec_divisor_premul_0.500", 5528 "scaled_codec_divisor_premul_0.500",
5504 "brd_canvas_divisor", 5529 "brd_canvas_divisor",
5505 "brd_android_codec_divisor_0.083", 5530 "brd_android_codec_divisor_0.083",
5506 "scaled_codec_premul_0.200", 5531 "scaled_codec_premul_0.200",
5507 "codec_opaque", 5532 "codec_opaque",
5508 "codec_unpremul_0.875", 5533 "codec_unpremul_0.875",
5509 "brd_canvas_0.200", 5534 "brd_canvas_0.200",
5510 "scaled_codec_premul_0.167", 5535 "scaled_codec_premul_0.167",
5511 "scanline_opaque_0.375", 5536 "scanline_opaque_0.375",
5512 "scaled_codec_opaque_0.200", 5537 "scaled_codec_opaque_0.200",
5513 "brd_android_codec_0.167", 5538 "brd_android_codec_0.167",
5514 "brd_android_codec_divisor_0.125", 5539 "brd_android_codec_divisor_0.125",
5515 "codec_opaque_0.625", 5540 "codec_opaque_0.625",
5516 "scaled_codec_kIndex8_unpremul", 5541 "scaled_codec_kIndex8_unpremul",
5517 "scaled_codec_kIndex8_unpremul_0.125", 5542 "scaled_codec_kIndex8_unpremul_0.125",
5518 "scaled_codec_kIndex8_unpremul_0.500", 5543 "scaled_codec_kIndex8_unpremul_0.500",
5519 "scaled_codec_premul", 5544 "scaled_codec_premul",
5520 "scaled_codec_kIndex8_premul_0.500", 5545 "scaled_codec_kIndex8_premul_0.500",
5521 "brd_android_codec_divisor_0.500", 5546 "brd_android_codec_divisor_0.500",
5522 "scaled_codec_unpremul_0.125", 5547 "scaled_codec_unpremul_0.125",
5523 "codec_premul_0.125", 5548 "codec_premul_0.125",
5524 "brd_android_codec", 5549 "brd_android_codec",
5525 "codec_opaque_0.125", 5550 "codec_opaque_0.125",
5526 "scaled_codec_premul_0.125", 5551 "scaled_codec_premul_0.125",
5527 "stripe_unpremul", 5552 "stripe_unpremul",
5528 "scaled_codec_opaque_0.125", 5553 "scaled_codec_opaque_0.125",
5529 "brd_android_codec_divisor", 5554 "brd_android_codec_divisor",
5530 "scaled_codec_kIndex8_opaque_0.200", 5555 "scaled_codec_kIndex8_opaque_0.200",
5531 "scaled_codec_divisor_kIndex8_opaque", 5556 "scaled_codec_divisor_kIndex8_opaque",
5532 "brd_android_codec_0.500", 5557 "brd_android_codec_0.500",
5533 "stripe_opaque_0.750", 5558 "stripe_opaque_0.750",
5534 "codec_kIndex8_premul", 5559 "codec_kIndex8_premul",
5535 "scanline_unpremul", 5560 "scanline_unpremul",
5536 "scaled_codec_unpremul", 5561 "scaled_codec_unpremul",
5537 "brd_android_codec_divisor_0.200", 5562 "brd_android_codec_divisor_0.200",
5538 "stripe_premul", 5563 "stripe_premul",
5539 "brd_android_codec_0.016", 5564 "brd_android_codec_0.016",
5540 "brd_canvas_divisor_0.333", 5565 "brd_canvas_divisor_0.333",
5541 "stripe_opaque_0.125", 5566 "stripe_opaque_0.125",
5542 "scaled_codec_divisor_opaque_0.167", 5567 "scaled_codec_divisor_opaque_0.167",
5543 "scaled_codec_unpremul_0.333", 5568 "scaled_codec_unpremul_0.333",
5544 "scaled_codec_premul_0.500", 5569 "scaled_codec_premul_0.500",
5545 "stripe_kIndex8_opaque", 5570 "stripe_kIndex8_opaque",
5546 "codec_unpremul_0.500", 5571 "codec_unpremul_0.500",
5547 "scaled_codec_unpremul_0.500", 5572 "scaled_codec_unpremul_0.500",
5548 "scaled_codec_divisor_premul_0.143", 5573 "scaled_codec_divisor_premul_0.143",
5549 "stripe_opaque_0.375", 5574 "stripe_opaque_0.375",
5550 "stripe_premul_0.250", 5575 "stripe_premul_0.250",
5551 "scaled_codec_unpremul_0.250", 5576 "scaled_codec_unpremul_0.250",
5552 "gen_platform_opaque", 5577 "gen_platform_opaque",
5553 "brd_canvas_divisor_0.500", 5578 "brd_canvas_divisor_0.500",
5554 "stripe_kIndex8_premul", 5579 "stripe_kIndex8_premul",
5555 "scaled_codec_kGray8_opaque", 5580 "scaled_codec_kGray8_opaque",
5556 "scaled_codec_divisor_premul", 5581 "scaled_codec_divisor_premul",
5557 "codec_opaque_0.250", 5582 "codec_opaque_0.250",
5558 "codec_premul_0.250", 5583 "codec_premul_0.250",
5559 "codec_premul_0.625", 5584 "codec_premul_0.625",
5560 "scaled_codec_divisor_opaque_0.125", 5585 "scaled_codec_divisor_opaque_0.125",
5561 "codec_zero_init_opaque_0.875", 5586 "codec_zero_init_opaque_0.875",
5562 "codec_opaque_0.875", 5587 "codec_opaque_0.875",
5563 "brd_canvas_divisor_0.250", 5588 "brd_canvas_divisor_0.250",
5564 "codec_zero_init_kIndex8_opaque", 5589 "codec_zero_init_kIndex8_opaque",
5565 "stripe_opaque_0.625", 5590 "stripe_opaque_0.625",
5566 "brd_canvas_0.333", 5591 "brd_canvas_0.333",
5567 "scaled_codec_divisor_kGray8_opaque_0.500", 5592 "scaled_codec_divisor_kGray8_opaque_0.500",
5568 "gen_platform_unpremul", 5593 "gen_platform_unpremul",
5569 "codec_zero_init_kGray8_opaque", 5594 "codec_zero_init_kGray8_opaque",
5570 "codec_zero_init_unpremul", 5595 "codec_zero_init_unpremul",
5571 "scaled_codec_kIndex8_premul_0.250", 5596 "scaled_codec_kIndex8_premul_0.250",
5572 "scaled_codec_kIndex8_unpremul_0.200", 5597 "scaled_codec_kIndex8_unpremul_0.200",
5573 "brd_android_codec_0.031", 5598 "brd_android_codec_0.031",
5574 "scaled_codec_kIndex8_premul_0.333", 5599 "scaled_codec_kIndex8_premul_0.333",
5575 "brd_android_codec_0.125", 5600 "brd_android_codec_0.125",
5576 "codec_subset_unpremul_0.500", 5601 "codec_subset_unpremul_0.500",
5577 "scanline_premul_0.500", 5602 "scanline_premul_0.500",
5578 "scanline_unpremul_0.625", 5603 "scanline_unpremul_0.625",
5579 "stripe_unpremul_0.125", 5604 "stripe_unpremul_0.125",
5580 "crop_opaque_0.250", 5605 "crop_opaque_0.250",
5581 "brd_canvas_0.016", 5606 "brd_canvas_0.016",
5582 "scaled_codec_divisor_premul_0.200", 5607 "scaled_codec_divisor_premul_0.200",
5583 "scaled_codec_kIndex8_premul_0.200", 5608 "scaled_codec_kIndex8_premul_0.200",
5584 "scaled_codec_kIndex8_opaque_0.250", 5609 "scaled_codec_kIndex8_opaque_0.250",
5585 "gen_platform_premul", 5610 "gen_platform_premul",
5586 "codec_unpremul_0.250", 5611 "codec_unpremul_0.250",
5587 "stripe_kGray8_opaque", 5612 "stripe_kGray8_opaque",
5588 "brd_android_codec_divisor_0.333", 5613 "brd_android_codec_divisor_0.333",
5589 "scaled_codec_premul_0.143", 5614 "scaled_codec_premul_0.143",
5590 "codec_premul_0.875", 5615 "codec_premul_0.875",
5591 "crop_opaque_0.125", 5616 "crop_opaque_0.125",
5592 "scaled_codec_divisor_kIndex8_premul_0.500", 5617 "scaled_codec_divisor_kIndex8_premul_0.500",
5593 "stripe_premul_0.375", 5618 "stripe_premul_0.375",
5594 "brd_android_codec_divisor_kIndex", 5619 "brd_android_codec_divisor_kIndex",
5595 "codec_unpremul_0.750", 5620 "codec_unpremul_0.750",
5596 "scaled_codec_divisor_kIndex8_unpremul", 5621 "scaled_codec_divisor_kIndex8_unpremul",
5597 "codec_zero_init_opaque_0.375", 5622 "codec_zero_init_opaque_0.375",
5598 "brd_android_codec_divisor_0.250", 5623 "brd_android_codec_divisor_0.250",
5599 "brd_android_codec_divisor_kIndex_0.333", 5624 "brd_android_codec_divisor_kIndex_0.333",
5600 "scanline_premul_0.375", 5625 "scanline_premul_0.375",
5601 "stripe_unpremul_0.500", 5626 "stripe_unpremul_0.500",
5602 "stripe_opaque_0.250", 5627 "stripe_opaque_0.250",
5603 "scanline_opaque_0.750", 5628 "scanline_opaque_0.750",
5604 "brd_canvas_0.143", 5629 "brd_canvas_0.143",
5605 "scanline_unpremul_0.500", 5630 "scanline_unpremul_0.500",
5606 "gen_codec_premul", 5631 "gen_codec_premul",
5607 "scaled_codec_kIndex8_unpremul_0.250", 5632 "scaled_codec_kIndex8_unpremul_0.250",
5608 "codec_zero_init_unpremul_0.500", 5633 "codec_zero_init_unpremul_0.500",
5609 "scanline_unpremul_0.250", 5634 "scanline_unpremul_0.250",
5610 "stripe_unpremul_0.250", 5635 "stripe_unpremul_0.250",
5611 "scaled_codec_kIndex8_opaque_0.125", 5636 "scaled_codec_kIndex8_opaque_0.125",
5612 "scaled_codec_divisor_unpremul_0.143", 5637 "scaled_codec_divisor_unpremul_0.143",
5613 "scanline_unpremul_0.875", 5638 "scanline_unpremul_0.875",
5614 "crop_opaque", 5639 "crop_opaque",
5615 "codec_zero_init_opaque_0.125", 5640 "codec_zero_init_opaque_0.125",
5616 "scaled_codec_divisor_opaque_0.250", 5641 "scaled_codec_divisor_opaque_0.250",
5617 "codec_zero_init_unpremul_0.125", 5642 "codec_zero_init_unpremul_0.125",
5618 "scanline_unpremul_0.125", 5643 "scanline_unpremul_0.125",
5619 "stripe_premul_0.500", 5644 "stripe_premul_0.500",
5620 "scaled_codec_unpremul_0.167", 5645 "scaled_codec_unpremul_0.167",
5621 "scanline_premul_0.875", 5646 "scanline_premul_0.875",
5622 "scaled_codec_divisor_unpremul_0.125", 5647 "scaled_codec_divisor_unpremul_0.125",
5623 "codec_unpremul_0.375", 5648 "codec_unpremul_0.375",
5624 "codec_zero_init_premul_0.125", 5649 "codec_zero_init_premul_0.125",
5625 "scaled_codec_kIndex8_opaque_0.333", 5650 "scaled_codec_kIndex8_opaque_0.333",
5626 "scaled_codec_kIndex8_opaque", 5651 "scaled_codec_kIndex8_opaque",
5627 "codec_zero_init_opaque_0.500", 5652 "codec_zero_init_opaque_0.500",
5628 "brd_android_codec_0.083", 5653 "brd_android_codec_0.083",
5629 "brd_canvas_0.167", 5654 "brd_canvas_0.167",
5630 "brd_android_codec_divisor_0.062", 5655 "brd_android_codec_divisor_0.062",
5631 "brd_canvas_0.031", 5656 "brd_canvas_0.031",
5632 "stripe_unpremul_0.875", 5657 "stripe_unpremul_0.875",
5633 "stripe_premul_0.875", 5658 "stripe_premul_0.875",
5634 "scaled_codec_kIndex8_premul_0.143", 5659 "scaled_codec_kIndex8_premul_0.143",
5635 "scaled_codec_kIndex8_premul", 5660 "scaled_codec_kIndex8_premul",
5636 "brd_android_codec_0.250", 5661 "brd_android_codec_0.250",
5637 "codec_subset_unpremul_0.250", 5662 "codec_subset_unpremul_0.250",
5638 "scaled_codec_unpremul_0.143", 5663 "scaled_codec_unpremul_0.143",
5639 "stripe_premul_0.750", 5664 "stripe_premul_0.750",
5640 "scaled_codec_unpremul_0.200", 5665 "scaled_codec_unpremul_0.200",
5641 "codec_zero_init_unpremul_0.750", 5666 "codec_zero_init_unpremul_0.750",
5642 "brd_android_codec_0.333", 5667 "brd_android_codec_0.333",
5643 "brd_android_codec_0.143", 5668 "brd_android_codec_0.143",
5644 "codec_zero_init_premul_0.250", 5669 "codec_zero_init_premul_0.250",
5645 "scanline_opaque_0.875", 5670 "scanline_opaque_0.875",
5646 "scaled_codec_kIndex8_unpremul_0.333", 5671 "scaled_codec_kIndex8_unpremul_0.333",
5647 "scanline_unpremul_0.750", 5672 "scanline_unpremul_0.750",
5648 "scaled_codec_divisor_kIndex8_unpremul_0.333", 5673 "scaled_codec_divisor_kIndex8_unpremul_0.333",
5649 "scanline_kGray8_opaque", 5674 "scanline_kGray8_opaque",
5650 "codec_zero_init_premul_0.625", 5675 "codec_zero_init_premul_0.625",
5651 "scaled_codec_divisor_unpremul_0.167", 5676 "scaled_codec_divisor_unpremul_0.167",
5652 "scaled_codec_opaque_0.167", 5677 "scaled_codec_opaque_0.167",
5653 "scanline_opaque_0.125", 5678 "scanline_opaque_0.125",
5654 "codec_kGray8_opaque", 5679 "codec_kGray8_opaque",
5655 "codec_zero_init_kIndex8_premul", 5680 "codec_zero_init_kIndex8_premul",
5656 "codec_zero_init_unpremul_0.375", 5681 "codec_zero_init_unpremul_0.375",
5657 "codec_zero_init_opaque_0.625", 5682 "codec_zero_init_opaque_0.625",
5658 "scanline_opaque_0.500", 5683 "scanline_opaque_0.500",
5659 "codec_zero_init_unpremul_0.875", 5684 "codec_zero_init_unpremul_0.875",
5660 "codec_kGray8_opaque_0.875", 5685 "codec_kGray8_opaque_0.875",
5661 "scanline_unpremul_0.375", 5686 "scanline_unpremul_0.375",
5662 "brd_android_codec_kIndex", 5687 "brd_android_codec_kIndex",
5663 "scaled_codec_kIndex8_opaque_0.167", 5688 "scaled_codec_kIndex8_opaque_0.167",
5664 "scanline_premul_0.750", 5689 "scanline_premul_0.750",
5665 "scanline_opaque_0.625", 5690 "scanline_opaque_0.625",
5666 "stripe_unpremul_0.750", 5691 "stripe_unpremul_0.750",
5667 "brd_android_codec_divisor_0.143", 5692 "brd_android_codec_divisor_0.143",
5668 "scaled_codec_kIndex8_opaque_0.143", 5693 "scaled_codec_kIndex8_opaque_0.143",
5669 "brd_canvas_divisor_0.200", 5694 "brd_canvas_divisor_0.200",
5670 "crop_opaque_0.500", 5695 "crop_opaque_0.500",
5671 "brd_canvas_0.083", 5696 "brd_canvas_0.083",
5672 "scanline_opaque_0.250", 5697 "scanline_opaque_0.250",
5673 "scaled_codec_divisor_opaque_0.200", 5698 "scaled_codec_divisor_opaque_0.200",
5674 "brd_android_codec_divisor_0.167", 5699 "brd_android_codec_divisor_0.167",
5675 "codec_opaque_0.375", 5700 "codec_opaque_0.375",
5676 "scaled_codec_divisor_opaque_0.143", 5701 "scaled_codec_divisor_opaque_0.143",
5677 "stripe_opaque_0.875", 5702 "stripe_opaque_0.875",
5678 "codec_subset_premul_0.375", 5703 "codec_subset_premul_0.375",
5679 "brd_canvas_0.125", 5704 "brd_canvas_0.125",
5680 "scaled_codec_kGray8_opaque_0.500", 5705 "scaled_codec_kGray8_opaque_0.500",
5681 "scaled_codec_divisor_kIndex8_unpremul_0.500", 5706 "scaled_codec_divisor_kIndex8_unpremul_0.500",
5682 "brd_canvas_0.042", 5707 "brd_canvas_0.042",
5683 "brd_android_codec_kIndex_0.333", 5708 "brd_android_codec_kIndex_0.333",
5684 "scaled_codec_kGray8_opaque_0.250", 5709 "scaled_codec_kGray8_opaque_0.250",
5685 "brd_android_codec_kIndex_0.500", 5710 "brd_android_codec_kIndex_0.500",
5686 "scaled_codec_divisor_premul_0.333", 5711 "scaled_codec_divisor_premul_0.333",
5687 "crop_opaque_0.625", 5712 "crop_opaque_0.625",
5688 "crop_opaque_0.375", 5713 "crop_opaque_0.375",
5689 "scaled_codec_divisor_kGray8_opaque", 5714 "scaled_codec_divisor_kGray8_opaque",
5690 "codec_subset_unpremul", 5715 "codec_subset_unpremul",
5691 "codec_opaque_0.500", 5716 "codec_opaque_0.500",
5692 "scaled_codec_divisor_unpremul_0.250", 5717 "scaled_codec_divisor_unpremul_0.250",
5693 "scaled_codec_divisor_kIndex8_premul", 5718 "scaled_codec_divisor_kIndex8_premul",
5694 "scanline_premul_0.125", 5719 "scanline_premul_0.125",
5695 "scaled_codec_kIndex8_premul_0.125", 5720 "scaled_codec_kIndex8_premul_0.125",
5696 "brd_canvas_divisor_0.031", 5721 "brd_canvas_divisor_0.031",
5697 "scaled_codec_divisor_premul_0.250", 5722 "scaled_codec_divisor_premul_0.250",
5698 "crop_opaque_0.750", 5723 "crop_opaque_0.750",
5699 "brd_canvas_divisor_0.042", 5724 "brd_canvas_divisor_0.042",
5700 "codec_zero_init_unpremul_0.625", 5725 "codec_zero_init_unpremul_0.625",
5701 "brd_canvas_divisor_0.167", 5726 "brd_canvas_divisor_0.167",
5702 "scaled_codec_kGray8_opaque_0.125", 5727 "scaled_codec_kGray8_opaque_0.125",
5703 "codec_subset_unpremul_0.125", 5728 "codec_subset_unpremul_0.125",
5704 "scaled_codec_divisor_unpremul_0.200", 5729 "scaled_codec_divisor_unpremul_0.200",
5705 "codec_premul_0.750", 5730 "codec_premul_0.750",
5706 "codec_zero_init_opaque_0.250", 5731 "codec_zero_init_opaque_0.250",
5707 "scaled_codec_divisor_unpremul_0.333", 5732 "scaled_codec_divisor_unpremul_0.333",
5708 "codec_zero_init_opaque_0.750", 5733 "codec_zero_init_opaque_0.750",
5709 "codec_unpremul_0.125", 5734 "codec_unpremul_0.125",
5710 "brd_android_codec_0.042", 5735 "brd_android_codec_0.042",
5711 "scaled_codec_divisor_kIndex8_premul_0.333", 5736 "scaled_codec_divisor_kIndex8_premul_0.333",
5712 "codec_zero_init_premul_0.500", 5737 "codec_zero_init_premul_0.500",
5713 "codec_zero_init_premul_0.750", 5738 "codec_zero_init_premul_0.750",
5714 "scanline_premul_0.625", 5739 "scanline_premul_0.625",
5715 "codec_zero_init_unpremul_0.250", 5740 "codec_zero_init_unpremul_0.250",
5716 "codec_premul_0.500", 5741 "codec_premul_0.500",
5717 "stripe_premul_0.625", 5742 "stripe_premul_0.625",
5718 "brd_canvas_divisor_0.083", 5743 "brd_canvas_divisor_0.083",
5719 "scaled_codec_divisor_premul_0.167", 5744 "scaled_codec_divisor_premul_0.167",
5720 "crop_opaque_0.875", 5745 "crop_opaque_0.875",
5721 "stripe_unpremul_0.625", 5746 "stripe_unpremul_0.625",
5722 "brd_android_codec_0.063", 5747 "brd_android_codec_0.063",
5723 "codec_zero_init_kGray8_opaque_0.750", 5748 "codec_zero_init_kGray8_opaque_0.750",
5724 "brd_android_codec_0.200", 5749 "brd_android_codec_0.200",
5725 "stripe_opaque_0.500", 5750 "stripe_opaque_0.500",
5726 "codec_zero_init_premul_0.875", 5751 "codec_zero_init_premul_0.875",
5727 "brd_canvas_divisor_0.062", 5752 "brd_canvas_divisor_0.062",
5728 "brd_canvas_divisor_0.016", 5753 "brd_canvas_divisor_0.016",
5729 "codec_opaque_0.750", 5754 "codec_opaque_0.750",
5730 "stripe_unpremul_0.375", 5755 "stripe_unpremul_0.375",
5731 "scaled_codec_kGray8_opaque_0.143", 5756 "scaled_codec_kGray8_opaque_0.143",
5732 "stripe_kGray8_opaque_0.250", 5757 "stripe_kGray8_opaque_0.250",
5733 "stripe_premul_0.125", 5758 "stripe_premul_0.125",
5734 "scaled_codec_divisor_kGray8_opaque_0.333", 5759 "scaled_codec_divisor_kGray8_opaque_0.333",
5735 "scaled_codec_divisor_kIndex8_opaque_0.333", 5760 "scaled_codec_divisor_kIndex8_opaque_0.333",
5736 "scaled_codec_kIndex8_unpremul_0.143", 5761 "scaled_codec_kIndex8_unpremul_0.143",
5737 "codec_subset_unpremul_0.875", 5762 "codec_subset_unpremul_0.875",
5738 "scaled_codec_kGray8_opaque_0.167", 5763 "scaled_codec_kGray8_opaque_0.167",
5739 "scanline_premul_0.250", 5764 "scanline_premul_0.250",
5740 "scaled_codec_divisor_kIndex8_opaque_0.500", 5765 "scaled_codec_divisor_kIndex8_opaque_0.500",
5741 "scaled_codec_kIndex8_unpremul_0.167", 5766 "scaled_codec_kIndex8_unpremul_0.167",
5742 "codec_subset_opaque_0.750", 5767 "codec_subset_opaque_0.750",
5743 "brd_canvas_divisor_0.063", 5768 "brd_canvas_divisor_0.063",
5744 "codec_subset_opaque", 5769 "codec_subset_opaque",
5745 "codec_subset_opaque_0.500", 5770 "codec_subset_opaque_0.500",
5746 "codec_subset_opaque_0.375", 5771 "codec_subset_opaque_0.375",
5747 "codec_zero_init_kGray8_opaque_0.875", 5772 "codec_zero_init_kGray8_opaque_0.875",
5748 "codec_subset_opaque_0.125", 5773 "codec_subset_opaque_0.125",
5749 "stripe_kGray8_opaque_0.750", 5774 "stripe_kGray8_opaque_0.750",
5750 "codec_subset_unpremul_0.625", 5775 "codec_subset_unpremul_0.625",
5751 "scaled_codec_kGray8_opaque_0.200", 5776 "scaled_codec_kGray8_opaque_0.200",
5752 "scaled_codec_divisor_premul_0.125", 5777 "scaled_codec_divisor_premul_0.125",
5753 "brd_canvas_0.063", 5778 "brd_canvas_0.063",
5754 "scaled_codec_divisor_kGray8_opaque_0.167", 5779 "scaled_codec_divisor_kGray8_opaque_0.167",
5755 "codec_subset_premul_0.750", 5780 "codec_subset_premul_0.750",
5756 "codec_subset_opaque_0.250", 5781 "codec_subset_opaque_0.250",
5757 "scanline_kGray8_opaque_0.125", 5782 "scanline_kGray8_opaque_0.125",
5758 "codec_subset_opaque_0.625", 5783 "codec_subset_opaque_0.625",
5759 "crop_kGray8_opaque", 5784 "crop_kGray8_opaque",
5760 "codec_subset_premul_0.875", 5785 "codec_subset_premul_0.875",
5761 "codec_subset_premul_0.500", 5786 "codec_subset_premul_0.500",
5762 "scaled_codec_divisor_kGray8_opaque_0.200", 5787 "scaled_codec_divisor_kGray8_opaque_0.200",
5763 "codec_subset_unpremul_0.375", 5788 "codec_subset_unpremul_0.375",
5764 "brd_android_codec_divisor_0.016", 5789 "brd_android_codec_divisor_0.016",
5765 "crop_kGray8_opaque_0.375", 5790 "crop_kGray8_opaque_0.375",
5766 "scanline_kGray8_opaque_0.625", 5791 "scanline_kGray8_opaque_0.625",
5767 "codec_subset_premul_0.125", 5792 "codec_subset_premul_0.125",
5768 "codec_kGray8_opaque_0.375", 5793 "codec_kGray8_opaque_0.375",
5769 "crop_kGray8_opaque_0.625", 5794 "crop_kGray8_opaque_0.625",
5770 "crop_kGray8_opaque_0.875", 5795 "crop_kGray8_opaque_0.875",
5771 "codec_subset_premul_0.250", 5796 "codec_subset_premul_0.250",
5772 "codec_kGray8_opaque_0.250", 5797 "codec_kGray8_opaque_0.250",
5773 "stripe_kGray8_opaque_0.875", 5798 "stripe_kGray8_opaque_0.875",
5774 "codec_kGray8_opaque_0.750", 5799 "codec_kGray8_opaque_0.750",
5775 "codec_zero_init_kGray8_opaque_0.375", 5800 "codec_zero_init_kGray8_opaque_0.375",
5776 "codec_subset_premul", 5801 "codec_subset_premul",
5777 "stripe_kGray8_opaque_0.375", 5802 "stripe_kGray8_opaque_0.375",
5778 "codec_subset_unpremul_0.750", 5803 "codec_subset_unpremul_0.750",
5779 "codec_zero_init_kGray8_opaque_0.250", 5804 "codec_zero_init_kGray8_opaque_0.250",
5780 "crop_kGray8_opaque_0.500", 5805 "crop_kGray8_opaque_0.500",
5781 "scaled_codec_divisor_kGray8_opaque_0.250", 5806 "scaled_codec_divisor_kGray8_opaque_0.250",
5782 "scaled_codec_divisor_kGray8_opaque_0.125", 5807 "scaled_codec_divisor_kGray8_opaque_0.125",
5783 "codec_kGray8_opaque_0.125", 5808 "codec_kGray8_opaque_0.125",
5784 "codec_subset_opaque_0.875", 5809 "codec_subset_opaque_0.875",
5785 "codec_kGray8_opaque_0.500", 5810 "codec_kGray8_opaque_0.500",
5786 "codec_zero_init_kGray8_opaque_0.125", 5811 "codec_zero_init_kGray8_opaque_0.125",
5787 "codec_subset_premul_0.625", 5812 "codec_subset_premul_0.625",
5788 "scanline_kGray8_opaque_0.375", 5813 "scanline_kGray8_opaque_0.375",
5789 "scanline_kGray8_opaque_0.500", 5814 "scanline_kGray8_opaque_0.500",
5790 "scanline_kGray8_opaque_0.875", 5815 "scanline_kGray8_opaque_0.875",
5791 "scanline_kGray8_opaque_0.250", 5816 "scanline_kGray8_opaque_0.250",
5792 "scaled_codec_divisor_kGray8_opaque_0.143", 5817 "scaled_codec_divisor_kGray8_opaque_0.143",
5793 "stripe_kGray8_opaque_0.500", 5818 "stripe_kGray8_opaque_0.500",
5794 "crop_kGray8_opaque_0.750", 5819 "crop_kGray8_opaque_0.750",
5795 "codec_zero_init_kGray8_opaque_0.500", 5820 "codec_zero_init_kGray8_opaque_0.500",
5796 "scanline_kGray8_opaque_0.750", 5821 "scanline_kGray8_opaque_0.750",
5797 "stripe_kGray8_opaque_0.625", 5822 "stripe_kGray8_opaque_0.625",
5798 "codec_zero_init_kGray8_opaque_0.625", 5823 "codec_zero_init_kGray8_opaque_0.625",
5799 "crop_kGray8_opaque_0.250", 5824 "crop_kGray8_opaque_0.250",
5800 "codec_kGray8_opaque_0.625", 5825 "codec_kGray8_opaque_0.625",
5801 "stripe_kGray8_opaque_0.125", 5826 "stripe_kGray8_opaque_0.125",
5802 "crop_kGray8_opaque_0.125" 5827 "crop_kGray8_opaque_0.125"
5803 ], 5828 ],
5804 "source_type": [ 5829 "source_type": [
5805 "gm", 5830 "gm",
5806 "image" 5831 "image"
5807 ] 5832 ]
5808 }; 5833 };
5809 5834
5810 5835
5811 testdata.listTestsResult = [ 5836 testdata.listTestsResult = [
5812 { 5837 {
5813 "blame": [ 5838 "blame": [
5814 { 5839 {
5815 "author": "cdalton (cdalton@example.com)", 5840 "author": "cdalton (cdalton@example.com)",
5816 "prob": 1 5841 "prob": 1
5817 } 5842 }
5818 ], 5843 ],
5819 "corpus": "gm", 5844 "corpus": "gm",
5820 "diameter": 0, 5845 "diameter": 0,
5821 "name": "linear_pipeline", 5846 "name": "linear_pipeline",
5822 "neg": 0, 5847 "neg": 0,
5823 "num": 4, 5848 "num": 4,
5824 "pos": 2, 5849 "pos": 2,
5825 "untHashes": [ 5850 "untHashes": [
5826 "ba2e7ecd6de6b76f487c0d9d0eeaac9f", 5851 "ba2e7ecd6de6b76f487c0d9d0eeaac9f",
5827 "bf1a0bca10d7f2458426cbefb956c5f1" 5852 "bf1a0bca10d7f2458426cbefb956c5f1"
5828 ], 5853 ],
5829 "untriaged": 2 5854 "untriaged": 2
5830 }, 5855 },
5831 { 5856 {
5832 "blame": [], 5857 "blame": [],
5833 "corpus": "gm", 5858 "corpus": "gm",
5834 "diameter": 0, 5859 "diameter": 0,
5835 "name": "gradients_2pt_conical_outside", 5860 "name": "gradients_2pt_conical_outside",
5836 "neg": 0, 5861 "neg": 0,
5837 "num": 23, 5862 "num": 23,
5838 "pos": 23, 5863 "pos": 23,
5839 "untHashes": [], 5864 "untHashes": [],
5840 "untriaged": 0 5865 "untriaged": 0
5841 }, 5866 },
5842 { 5867 {
5843 "blame": [], 5868 "blame": [],
5844 "corpus": "gm", 5869 "corpus": "gm",
5845 "diameter": 0, 5870 "diameter": 0,
5846 "name": "colorfilterimagefilter_layer", 5871 "name": "colorfilterimagefilter_layer",
5847 "neg": 0, 5872 "neg": 0,
5848 "num": 3, 5873 "num": 3,
5849 "pos": 3, 5874 "pos": 3,
5850 "untHashes": [], 5875 "untHashes": [],
5851 "untriaged": 0 5876 "untriaged": 0
5852 }, 5877 },
5853 { 5878 {
5854 "blame": [], 5879 "blame": [],
5855 "corpus": "gm", 5880 "corpus": "gm",
5856 "diameter": 0, 5881 "diameter": 0,
5857 "name": "gammagradienttext", 5882 "name": "gammagradienttext",
5858 "neg": 0, 5883 "neg": 0,
5859 "num": 34, 5884 "num": 34,
5860 "pos": 34, 5885 "pos": 34,
5861 "untHashes": [], 5886 "untHashes": [],
5862 "untriaged": 0 5887 "untriaged": 0
5863 }, 5888 },
5864 { 5889 {
5865 "blame": [], 5890 "blame": [],
5866 "corpus": "gm", 5891 "corpus": "gm",
5867 "diameter": 0, 5892 "diameter": 0,
5868 "name": "bigblurs", 5893 "name": "bigblurs",
5869 "neg": 3, 5894 "neg": 3,
5870 "num": 24, 5895 "num": 24,
5871 "pos": 21, 5896 "pos": 21,
5872 "untHashes": [], 5897 "untHashes": [],
5873 "untriaged": 0 5898 "untriaged": 0
5874 }, 5899 },
5875 { 5900 {
5876 "blame": [], 5901 "blame": [],
5877 "corpus": "gm", 5902 "corpus": "gm",
5878 "diameter": 0, 5903 "diameter": 0,
5879 "name": "lcdtextUbuntu", 5904 "name": "lcdtextUbuntu",
5880 "neg": 0, 5905 "neg": 0,
5881 "num": 3, 5906 "num": 3,
5882 "pos": 3, 5907 "pos": 3,
5883 "untHashes": [], 5908 "untHashes": [],
5884 "untriaged": 0 5909 "untriaged": 0
5885 }, 5910 },
5886 { 5911 {
5887 "blame": [], 5912 "blame": [],
5888 "corpus": "gm", 5913 "corpus": "gm",
5889 "diameter": 0, 5914 "diameter": 0,
5890 "name": "scaled_tilemode_bitmap", 5915 "name": "scaled_tilemode_bitmap",
5891 "neg": 0, 5916 "neg": 0,
5892 "num": 23, 5917 "num": 23,
5893 "pos": 23, 5918 "pos": 23,
5894 "untHashes": [], 5919 "untHashes": [],
5895 "untriaged": 0 5920 "untriaged": 0
5896 }, 5921 },
5897 { 5922 {
5898 "blame": [], 5923 "blame": [],
5899 "corpus": "gm", 5924 "corpus": "gm",
5900 "diameter": 0, 5925 "diameter": 0,
5901 "name": "strokecircle", 5926 "name": "strokecircle",
5902 "neg": 0, 5927 "neg": 0,
5903 "num": 33, 5928 "num": 33,
5904 "pos": 33, 5929 "pos": 33,
5905 "untHashes": [], 5930 "untHashes": [],
5906 "untriaged": 0 5931 "untriaged": 0
5907 }, 5932 },
5908 { 5933 {
5909 "blame": [], 5934 "blame": [],
5910 "corpus": "gm", 5935 "corpus": "gm",
5911 "diameter": 0, 5936 "diameter": 0,
5912 "name": "chrome_gradtext1", 5937 "name": "chrome_gradtext1",
5913 "neg": 0, 5938 "neg": 0,
5914 "num": 4, 5939 "num": 4,
5915 "pos": 4, 5940 "pos": 4,
5916 "untHashes": [], 5941 "untHashes": [],
5917 "untriaged": 0 5942 "untriaged": 0
5918 }, 5943 },
5919 { 5944 {
5920 "blame": [], 5945 "blame": [],
5921 "corpus": "gm", 5946 "corpus": "gm",
5922 "diameter": 0, 5947 "diameter": 0,
5923 "name": "fontmgr_boundsUbuntu", 5948 "name": "fontmgr_boundsUbuntu",
5924 "neg": 0, 5949 "neg": 0,
5925 "num": 5, 5950 "num": 5,
5926 "pos": 5, 5951 "pos": 5,
5927 "untHashes": [], 5952 "untHashes": [],
5928 "untriaged": 0 5953 "untriaged": 0
5929 }, 5954 },
5930 { 5955 {
5931 "blame": [], 5956 "blame": [],
5932 "corpus": "gm", 5957 "corpus": "gm",
5933 "diameter": 0, 5958 "diameter": 0,
5934 "name": "strokerects", 5959 "name": "strokerects",
5935 "neg": 9, 5960 "neg": 9,
5936 "num": 25, 5961 "num": 25,
5937 "pos": 16, 5962 "pos": 16,
5938 "untHashes": [], 5963 "untHashes": [],
5939 "untriaged": 0 5964 "untriaged": 0
5940 }, 5965 },
5941 { 5966 {
5942 "blame": [], 5967 "blame": [],
5943 "corpus": "gm", 5968 "corpus": "gm",
5944 "diameter": 0, 5969 "diameter": 0,
5945 "name": "giantbitmap_mirror_point_rotate", 5970 "name": "giantbitmap_mirror_point_rotate",
5946 "neg": 4, 5971 "neg": 4,
5947 "num": 14, 5972 "num": 14,
5948 "pos": 10, 5973 "pos": 10,
5949 "untHashes": [], 5974 "untHashes": [],
5950 "untriaged": 0 5975 "untriaged": 0
5951 }, 5976 },
5952 { 5977 {
5953 "blame": [], 5978 "blame": [],
5954 "corpus": "gm", 5979 "corpus": "gm",
5955 "diameter": 0, 5980 "diameter": 0,
5956 "name": "gradients_view_perspective_nodither", 5981 "name": "gradients_view_perspective_nodither",
5957 "neg": 0, 5982 "neg": 0,
5958 "num": 38, 5983 "num": 38,
5959 "pos": 38, 5984 "pos": 38,
5960 "untHashes": [], 5985 "untHashes": [],
5961 "untriaged": 0 5986 "untriaged": 0
5962 }, 5987 },
5963 { 5988 {
5964 "blame": [], 5989 "blame": [],
5965 "corpus": "gm", 5990 "corpus": "gm",
5966 "diameter": 0, 5991 "diameter": 0,
5967 "name": "bleed_alpha_texture_bmp", 5992 "name": "bleed_alpha_texture_bmp",
5968 "neg": 4, 5993 "neg": 4,
5969 "num": 27, 5994 "num": 27,
5970 "pos": 23, 5995 "pos": 23,
5971 "untHashes": [], 5996 "untHashes": [],
5972 "untriaged": 0 5997 "untriaged": 0
5973 }, 5998 },
5974 { 5999 {
5975 "blame": [ 6000 "blame": [
5976 { 6001 {
5977 "author": "jvanverth (jvanverth@example.com)", 6002 "author": "jvanverth (jvanverth@example.com)",
5978 "prob": 0.3333333333333333 6003 "prob": 0.3333333333333333
5979 }, 6004 },
5980 { 6005 {
5981 "author": "brianosman (brianosman@example.com)", 6006 "author": "brianosman (brianosman@example.com)",
5982 "prob": 0.3333333333333333 6007 "prob": 0.3333333333333333
5983 }, 6008 },
5984 { 6009 {
5985 "author": "scroggo (scroggo@example.com)", 6010 "author": "scroggo (scroggo@example.com)",
5986 "prob": 0.3333333333333333 6011 "prob": 0.3333333333333333
5987 } 6012 }
5988 ], 6013 ],
5989 "corpus": "gm", 6014 "corpus": "gm",
5990 "diameter": 0, 6015 "diameter": 0,
5991 "name": "complexclip_blur_tiled", 6016 "name": "complexclip_blur_tiled",
5992 "neg": 0, 6017 "neg": 0,
5993 "num": 24, 6018 "num": 24,
5994 "pos": 24, 6019 "pos": 24,
5995 "untHashes": [], 6020 "untHashes": [],
5996 "untriaged": 0 6021 "untriaged": 0
5997 }, 6022 },
5998 { 6023 {
5999 "blame": [], 6024 "blame": [],
6000 "corpus": "gm", 6025 "corpus": "gm",
6001 "diameter": 0, 6026 "diameter": 0,
6002 "name": "strokes_zoomed", 6027 "name": "strokes_zoomed",
6003 "neg": 0, 6028 "neg": 0,
6004 "num": 12, 6029 "num": 12,
6005 "pos": 12, 6030 "pos": 12,
6006 "untHashes": [], 6031 "untHashes": [],
6007 "untriaged": 0 6032 "untriaged": 0
6008 }, 6033 },
6009 { 6034 {
6010 "blame": [], 6035 "blame": [],
6011 "corpus": "gm", 6036 "corpus": "gm",
6012 "diameter": 0, 6037 "diameter": 0,
6013 "name": "clipped-bitmap-shaders-tile-hq", 6038 "name": "clipped-bitmap-shaders-tile-hq",
6014 "neg": 0, 6039 "neg": 0,
6015 "num": 11, 6040 "num": 11,
6016 "pos": 11, 6041 "pos": 11,
6017 "untHashes": [], 6042 "untHashes": [],
6018 "untriaged": 0 6043 "untriaged": 0
6019 }, 6044 },
6020 { 6045 {
6021 "blame": [], 6046 "blame": [],
6022 "corpus": "gm", 6047 "corpus": "gm",
6023 "diameter": 0, 6048 "diameter": 0,
6024 "name": "thinstrokedrects", 6049 "name": "thinstrokedrects",
6025 "neg": 0, 6050 "neg": 0,
6026 "num": 22, 6051 "num": 22,
6027 "pos": 22, 6052 "pos": 22,
6028 "untHashes": [], 6053 "untHashes": [],
6029 "untriaged": 0 6054 "untriaged": 0
6030 }, 6055 },
6031 { 6056 {
6032 "blame": [], 6057 "blame": [],
6033 "corpus": "gm", 6058 "corpus": "gm",
6034 "diameter": 0, 6059 "diameter": 0,
6035 "name": "fontmgr_bounds_0.75_0Mac", 6060 "name": "fontmgr_bounds_0.75_0Mac",
6036 "neg": 0, 6061 "neg": 0,
6037 "num": 7, 6062 "num": 7,
6038 "pos": 7, 6063 "pos": 7,
6039 "untHashes": [], 6064 "untHashes": [],
6040 "untriaged": 0 6065 "untriaged": 0
6041 }, 6066 },
6042 { 6067 {
6043 "blame": [], 6068 "blame": [],
6044 "corpus": "gm", 6069 "corpus": "gm",
6045 "diameter": 0, 6070 "diameter": 0,
6046 "name": "fontmgr_boundsWin8GDI", 6071 "name": "fontmgr_boundsWin8GDI",
6047 "neg": 0, 6072 "neg": 0,
6048 "num": 2, 6073 "num": 2,
6049 "pos": 2, 6074 "pos": 2,
6050 "untHashes": [], 6075 "untHashes": [],
6051 "untriaged": 0 6076 "untriaged": 0
6052 }, 6077 },
6053 { 6078 {
6054 "blame": [], 6079 "blame": [],
6055 "corpus": "gm", 6080 "corpus": "gm",
6056 "diameter": 0, 6081 "diameter": 0,
6057 "name": "nested_flipY_aa", 6082 "name": "nested_flipY_aa",
6058 "neg": 0, 6083 "neg": 0,
6059 "num": 23, 6084 "num": 23,
6060 "pos": 23, 6085 "pos": 23,
6061 "untHashes": [], 6086 "untHashes": [],
6062 "untriaged": 0 6087 "untriaged": 0
6063 }, 6088 },
6064 { 6089 {
6065 "blame": [], 6090 "blame": [],
6066 "corpus": "gm", 6091 "corpus": "gm",
6067 "diameter": 0, 6092 "diameter": 0,
6068 "name": "blend", 6093 "name": "blend",
6069 "neg": 0, 6094 "neg": 0,
6070 "num": 8, 6095 "num": 8,
6071 "pos": 8, 6096 "pos": 8,
6072 "untHashes": [], 6097 "untHashes": [],
6073 "untriaged": 0 6098 "untriaged": 0
6074 }, 6099 },
6075 { 6100 {
6076 "blame": [], 6101 "blame": [],
6077 "corpus": "gm", 6102 "corpus": "gm",
6078 "diameter": 0, 6103 "diameter": 0,
6079 "name": "lcdoverlap", 6104 "name": "lcdoverlap",
6080 "neg": 0, 6105 "neg": 0,
6081 "num": 18, 6106 "num": 18,
6082 "pos": 18, 6107 "pos": 18,
6083 "untHashes": [], 6108 "untHashes": [],
6084 "untriaged": 0 6109 "untriaged": 0
6085 }, 6110 },
6086 { 6111 {
6087 "blame": [], 6112 "blame": [],
6088 "corpus": "gm", 6113 "corpus": "gm",
6089 "diameter": 0, 6114 "diameter": 0,
6090 "name": "imagealphathreshold_surface", 6115 "name": "imagealphathreshold_surface",
6091 "neg": 0, 6116 "neg": 0,
6092 "num": 5, 6117 "num": 5,
6093 "pos": 5, 6118 "pos": 5,
6094 "untHashes": [], 6119 "untHashes": [],
6095 "untriaged": 0 6120 "untriaged": 0
6096 }, 6121 },
6097 { 6122 {
6098 "blame": [], 6123 "blame": [],
6099 "corpus": "gm", 6124 "corpus": "gm",
6100 "diameter": 0, 6125 "diameter": 0,
6101 "name": "fontmgr_iterUbuntu", 6126 "name": "fontmgr_iterUbuntu",
6102 "neg": 0, 6127 "neg": 0,
6103 "num": 3, 6128 "num": 3,
6104 "pos": 3, 6129 "pos": 3,
6105 "untHashes": [], 6130 "untHashes": [],
6106 "untriaged": 0 6131 "untriaged": 0
6107 }, 6132 },
6108 { 6133 {
6109 "blame": [], 6134 "blame": [],
6110 "corpus": "gm", 6135 "corpus": "gm",
6111 "diameter": 0, 6136 "diameter": 0,
6112 "name": "typefacestyles_kerningiOS", 6137 "name": "typefacestyles_kerningiOS",
6113 "neg": 0, 6138 "neg": 0,
6114 "num": 1, 6139 "num": 1,
6115 "pos": 1, 6140 "pos": 1,
6116 "untHashes": [], 6141 "untHashes": [],
6117 "untriaged": 0 6142 "untriaged": 0
6118 }, 6143 },
6119 { 6144 {
6120 "blame": [], 6145 "blame": [],
6121 "corpus": "gm", 6146 "corpus": "gm",
6122 "diameter": 0, 6147 "diameter": 0,
6123 "name": "repeated_bitmap_jpg", 6148 "name": "repeated_bitmap_jpg",
6124 "neg": 0, 6149 "neg": 0,
6125 "num": 28, 6150 "num": 28,
6126 "pos": 28, 6151 "pos": 28,
6127 "untHashes": [], 6152 "untHashes": [],
6128 "untriaged": 0 6153 "untriaged": 0
6129 }, 6154 },
6130 { 6155 {
6131 "blame": [], 6156 "blame": [],
6132 "corpus": "gm", 6157 "corpus": "gm",
6133 "diameter": 0, 6158 "diameter": 0,
6134 "name": "quadclosepath", 6159 "name": "quadclosepath",
6135 "neg": 2, 6160 "neg": 2,
6136 "num": 28, 6161 "num": 28,
6137 "pos": 26, 6162 "pos": 26,
6138 "untHashes": [], 6163 "untHashes": [],
6139 "untriaged": 0 6164 "untriaged": 0
6140 }, 6165 },
6141 { 6166 {
6142 "blame": [], 6167 "blame": [],
6143 "corpus": "gm", 6168 "corpus": "gm",
6144 "diameter": 0, 6169 "diameter": 0,
6145 "name": "giantbitmap_mirror_point_scale", 6170 "name": "giantbitmap_mirror_point_scale",
6146 "neg": 0, 6171 "neg": 0,
6147 "num": 6, 6172 "num": 6,
6148 "pos": 6, 6173 "pos": 6,
6149 "untHashes": [], 6174 "untHashes": [],
6150 "untriaged": 0 6175 "untriaged": 0
6151 }, 6176 },
6152 { 6177 {
6153 "blame": [], 6178 "blame": [],
6154 "corpus": "gm", 6179 "corpus": "gm",
6155 "diameter": 0, 6180 "diameter": 0,
6156 "name": "clip_strokerect", 6181 "name": "clip_strokerect",
6157 "neg": 0, 6182 "neg": 0,
6158 "num": 2, 6183 "num": 2,
6159 "pos": 2, 6184 "pos": 2,
6160 "untHashes": [], 6185 "untHashes": [],
6161 "untriaged": 0 6186 "untriaged": 0
6162 }, 6187 },
6163 { 6188 {
6164 "blame": [], 6189 "blame": [],
6165 "corpus": "gm", 6190 "corpus": "gm",
6166 "diameter": 0, 6191 "diameter": 0,
6167 "name": "fontmgr_bounds_0.75_0Win8", 6192 "name": "fontmgr_bounds_0.75_0Win8",
6168 "neg": 0, 6193 "neg": 0,
6169 "num": 9, 6194 "num": 9,
6170 "pos": 9, 6195 "pos": 9,
6171 "untHashes": [], 6196 "untHashes": [],
6172 "untriaged": 0 6197 "untriaged": 0
6173 }, 6198 },
6174 { 6199 {
6175 "blame": [], 6200 "blame": [],
6176 "corpus": "gm", 6201 "corpus": "gm",
6177 "diameter": 0, 6202 "diameter": 0,
6178 "name": "typefacestylesUbuntu", 6203 "name": "typefacestylesUbuntu",
6179 "neg": 0, 6204 "neg": 0,
6180 "num": 2, 6205 "num": 2,
6181 "pos": 2, 6206 "pos": 2,
6182 "untHashes": [], 6207 "untHashes": [],
6183 "untriaged": 0 6208 "untriaged": 0
6184 }, 6209 },
6185 { 6210 {
6186 "blame": [], 6211 "blame": [],
6187 "corpus": "gm", 6212 "corpus": "gm",
6188 "diameter": 0, 6213 "diameter": 0,
6189 "name": "scale-pixels", 6214 "name": "scale-pixels",
6190 "neg": 0, 6215 "neg": 0,
6191 "num": 5, 6216 "num": 5,
6192 "pos": 5, 6217 "pos": 5,
6193 "untHashes": [], 6218 "untHashes": [],
6194 "untriaged": 0 6219 "untriaged": 0
6195 }, 6220 },
6196 { 6221 {
6197 "blame": [], 6222 "blame": [],
6198 "corpus": "gm", 6223 "corpus": "gm",
6199 "diameter": 0, 6224 "diameter": 0,
6200 "name": "lcdtextiOS", 6225 "name": "lcdtextiOS",
6201 "neg": 0, 6226 "neg": 0,
6202 "num": 1, 6227 "num": 1,
6203 "pos": 1, 6228 "pos": 1,
6204 "untHashes": [], 6229 "untHashes": [],
6205 "untriaged": 0 6230 "untriaged": 0
6206 }, 6231 },
6207 { 6232 {
6208 "blame": [], 6233 "blame": [],
6209 "corpus": "gm", 6234 "corpus": "gm",
6210 "diameter": 0, 6235 "diameter": 0,
6211 "name": "nonclosedpaths", 6236 "name": "nonclosedpaths",
6212 "neg": 0, 6237 "neg": 0,
6213 "num": 24, 6238 "num": 24,
6214 "pos": 24, 6239 "pos": 24,
6215 "untHashes": [], 6240 "untHashes": [],
6216 "untriaged": 0 6241 "untriaged": 0
6217 }, 6242 },
6218 { 6243 {
6219 "blame": [], 6244 "blame": [],
6220 "corpus": "gm", 6245 "corpus": "gm",
6221 "diameter": 0, 6246 "diameter": 0,
6222 "name": "rrect", 6247 "name": "rrect",
6223 "neg": 1, 6248 "neg": 1,
6224 "num": 27, 6249 "num": 27,
6225 "pos": 26, 6250 "pos": 26,
6226 "untHashes": [], 6251 "untHashes": [],
6227 "untriaged": 0 6252 "untriaged": 0
6228 }, 6253 },
6229 { 6254 {
6230 "blame": [], 6255 "blame": [],
6231 "corpus": "gm", 6256 "corpus": "gm",
6232 "diameter": 0, 6257 "diameter": 0,
6233 "name": "blurs", 6258 "name": "blurs",
6234 "neg": 0, 6259 "neg": 0,
6235 "num": 28, 6260 "num": 28,
6236 "pos": 28, 6261 "pos": 28,
6237 "untHashes": [], 6262 "untHashes": [],
6238 "untriaged": 0 6263 "untriaged": 0
6239 }, 6264 },
6240 { 6265 {
6241 "blame": [], 6266 "blame": [],
6242 "corpus": "gm", 6267 "corpus": "gm",
6243 "diameter": 0, 6268 "diameter": 0,
6244 "name": "drawminibitmaprect_aa", 6269 "name": "drawminibitmaprect_aa",
6245 "neg": 0, 6270 "neg": 0,
6246 "num": 41, 6271 "num": 41,
6247 "pos": 41, 6272 "pos": 41,
6248 "untHashes": [], 6273 "untHashes": [],
6249 "untriaged": 0 6274 "untriaged": 0
6250 }, 6275 },
6251 { 6276 {
6252 "blame": [], 6277 "blame": [],
6253 "corpus": "gm", 6278 "corpus": "gm",
6254 "diameter": 0, 6279 "diameter": 0,
6255 "name": "tilemode_bitmap", 6280 "name": "tilemode_bitmap",
6256 "neg": 0, 6281 "neg": 0,
6257 "num": 23, 6282 "num": 23,
6258 "pos": 23, 6283 "pos": 23,
6259 "untHashes": [], 6284 "untHashes": [],
6260 "untriaged": 0 6285 "untriaged": 0
6261 }, 6286 },
6262 { 6287 {
6263 "blame": [], 6288 "blame": [],
6264 "corpus": "gm", 6289 "corpus": "gm",
6265 "diameter": 0, 6290 "diameter": 0,
6266 "name": "filterbitmap_text_3.00pt", 6291 "name": "filterbitmap_text_3.00pt",
6267 "neg": 0, 6292 "neg": 0,
6268 "num": 35, 6293 "num": 35,
6269 "pos": 35, 6294 "pos": 35,
6270 "untHashes": [], 6295 "untHashes": [],
6271 "untriaged": 0 6296 "untriaged": 0
6272 }, 6297 },
6273 { 6298 {
6274 "blame": [], 6299 "blame": [],
6275 "corpus": "gm", 6300 "corpus": "gm",
6276 "diameter": 0, 6301 "diameter": 0,
6277 "name": "dashing5_bw", 6302 "name": "dashing5_bw",
6278 "neg": 1, 6303 "neg": 1,
6279 "num": 15, 6304 "num": 15,
6280 "pos": 14, 6305 "pos": 14,
6281 "untHashes": [], 6306 "untHashes": [],
6282 "untriaged": 0 6307 "untriaged": 0
6283 }, 6308 },
6284 { 6309 {
6285 "blame": [], 6310 "blame": [],
6286 "corpus": "gm", 6311 "corpus": "gm",
6287 "diameter": 0, 6312 "diameter": 0,
6288 "name": "megalooper_0x0", 6313 "name": "megalooper_0x0",
6289 "neg": 0, 6314 "neg": 0,
6290 "num": 14, 6315 "num": 14,
6291 "pos": 14, 6316 "pos": 14,
6292 "untHashes": [], 6317 "untHashes": [],
6293 "untriaged": 0 6318 "untriaged": 0
6294 }, 6319 },
6295 { 6320 {
6296 "blame": [], 6321 "blame": [],
6297 "corpus": "gm", 6322 "corpus": "gm",
6298 "diameter": 0, 6323 "diameter": 0,
6299 "name": "composeshader_bitmap", 6324 "name": "composeshader_bitmap",
6300 "neg": 0, 6325 "neg": 0,
6301 "num": 11, 6326 "num": 11,
6302 "pos": 11, 6327 "pos": 11,
6303 "untHashes": [], 6328 "untHashes": [],
6304 "untriaged": 0 6329 "untriaged": 0
6305 }, 6330 },
6306 { 6331 {
6307 "blame": [], 6332 "blame": [],
6308 "corpus": "gm", 6333 "corpus": "gm",
6309 "diameter": 0, 6334 "diameter": 0,
6310 "name": "rrect_clip_bw", 6335 "name": "rrect_clip_bw",
6311 "neg": 0, 6336 "neg": 0,
6312 "num": 12, 6337 "num": 12,
6313 "pos": 12, 6338 "pos": 12,
6314 "untHashes": [], 6339 "untHashes": [],
6315 "untriaged": 0 6340 "untriaged": 0
6316 }, 6341 },
6317 { 6342 {
6318 "blame": [], 6343 "blame": [],
6319 "corpus": "gm", 6344 "corpus": "gm",
6320 "diameter": 0, 6345 "diameter": 0,
6321 "name": "fontmgr_bounds_0.75_0Win8GDI", 6346 "name": "fontmgr_bounds_0.75_0Win8GDI",
6322 "neg": 0, 6347 "neg": 0,
6323 "num": 2, 6348 "num": 2,
6324 "pos": 2, 6349 "pos": 2,
6325 "untHashes": [], 6350 "untHashes": [],
6326 "untriaged": 0 6351 "untriaged": 0
6327 }, 6352 },
6328 { 6353 {
6329 "blame": [], 6354 "blame": [],
6330 "corpus": "gm", 6355 "corpus": "gm",
6331 "diameter": 0, 6356 "diameter": 0,
6332 "name": "gradients_degenerate_2pt", 6357 "name": "gradients_degenerate_2pt",
6333 "neg": 9, 6358 "neg": 9,
6334 "num": 16, 6359 "num": 16,
6335 "pos": 7, 6360 "pos": 7,
6336 "untHashes": [], 6361 "untHashes": [],
6337 "untriaged": 0 6362 "untriaged": 0
6338 }, 6363 },
6339 { 6364 {
6340 "blame": [], 6365 "blame": [],
6341 "corpus": "gm", 6366 "corpus": "gm",
6342 "diameter": 0, 6367 "diameter": 0,
6343 "name": "shallow_gradient_linear_nodither", 6368 "name": "shallow_gradient_linear_nodither",
6344 "neg": 0, 6369 "neg": 0,
6345 "num": 16, 6370 "num": 16,
6346 "pos": 16, 6371 "pos": 16,
6347 "untHashes": [], 6372 "untHashes": [],
6348 "untriaged": 0 6373 "untriaged": 0
6349 }, 6374 },
6350 { 6375 {
6351 "blame": [], 6376 "blame": [],
6352 "corpus": "gm", 6377 "corpus": "gm",
6353 "diameter": 0, 6378 "diameter": 0,
6354 "name": "gradients_view_perspective", 6379 "name": "gradients_view_perspective",
6355 "neg": 0, 6380 "neg": 0,
6356 "num": 39, 6381 "num": 39,
6357 "pos": 39, 6382 "pos": 39,
6358 "untHashes": [], 6383 "untHashes": [],
6359 "untriaged": 0 6384 "untriaged": 0
6360 }, 6385 },
6361 { 6386 {
6362 "blame": [], 6387 "blame": [],
6363 "corpus": "gm", 6388 "corpus": "gm",
6364 "diameter": 0, 6389 "diameter": 0,
6365 "name": "fontmgr_bounds_1_-0.25Win8", 6390 "name": "fontmgr_bounds_1_-0.25Win8",
6366 "neg": 0, 6391 "neg": 0,
6367 "num": 9, 6392 "num": 9,
6368 "pos": 9, 6393 "pos": 9,
6369 "untHashes": [], 6394 "untHashes": [],
6370 "untriaged": 0 6395 "untriaged": 0
6371 }, 6396 },
6372 { 6397 {
6373 "blame": [], 6398 "blame": [],
6374 "corpus": "gm", 6399 "corpus": "gm",
6375 "diameter": 0, 6400 "diameter": 0,
6376 "name": "fontmgr_bounds_0.75_0iOS", 6401 "name": "fontmgr_bounds_0.75_0iOS",
6377 "neg": 0, 6402 "neg": 0,
6378 "num": 1, 6403 "num": 1,
6379 "pos": 1, 6404 "pos": 1,
6380 "untHashes": [], 6405 "untHashes": [],
6381 "untriaged": 0 6406 "untriaged": 0
6382 }, 6407 },
6383 { 6408 {
6384 "blame": [], 6409 "blame": [],
6385 "corpus": "gm", 6410 "corpus": "gm",
6386 "diameter": 0, 6411 "diameter": 0,
6387 "name": "gradients_many_nodither", 6412 "name": "gradients_many_nodither",
6388 "neg": 16, 6413 "neg": 16,
6389 "num": 19, 6414 "num": 19,
6390 "pos": 3, 6415 "pos": 3,
6391 "untHashes": [], 6416 "untHashes": [],
6392 "untriaged": 0 6417 "untriaged": 0
6393 }, 6418 },
6394 { 6419 {
6395 "blame": [], 6420 "blame": [],
6396 "corpus": "gm", 6421 "corpus": "gm",
6397 "diameter": 0, 6422 "diameter": 0,
6398 "name": "filterbitmap_text_7.00pt", 6423 "name": "filterbitmap_text_7.00pt",
6399 "neg": 0, 6424 "neg": 0,
6400 "num": 32, 6425 "num": 32,
6401 "pos": 32, 6426 "pos": 32,
6402 "untHashes": [], 6427 "untHashes": [],
6403 "untriaged": 0 6428 "untriaged": 0
6404 }, 6429 },
6405 { 6430 {
6406 "blame": [], 6431 "blame": [],
6407 "corpus": "gm", 6432 "corpus": "gm",
6408 "diameter": 0, 6433 "diameter": 0,
6409 "name": "fontmgr_matchWin8", 6434 "name": "fontmgr_matchWin8",
6410 "neg": 0, 6435 "neg": 0,
6411 "num": 4, 6436 "num": 4,
6412 "pos": 4, 6437 "pos": 4,
6413 "untHashes": [], 6438 "untHashes": [],
6414 "untriaged": 0 6439 "untriaged": 0
6415 }, 6440 },
6416 { 6441 {
6417 "blame": [], 6442 "blame": [],
6418 "corpus": "gm", 6443 "corpus": "gm",
6419 "diameter": 0, 6444 "diameter": 0,
6420 "name": "fontmgr_boundsChromeOS", 6445 "name": "fontmgr_boundsChromeOS",
6421 "neg": 0, 6446 "neg": 0,
6422 "num": 3, 6447 "num": 3,
6423 "pos": 3, 6448 "pos": 3,
6424 "untHashes": [], 6449 "untHashes": [],
6425 "untriaged": 0 6450 "untriaged": 0
6426 }, 6451 },
6427 { 6452 {
6428 "blame": [], 6453 "blame": [],
6429 "corpus": "gm", 6454 "corpus": "gm",
6430 "diameter": 0, 6455 "diameter": 0,
6431 "name": "strokes3", 6456 "name": "strokes3",
6432 "neg": 2, 6457 "neg": 2,
6433 "num": 31, 6458 "num": 31,
6434 "pos": 29, 6459 "pos": 29,
6435 "untHashes": [], 6460 "untHashes": [],
6436 "untriaged": 0 6461 "untriaged": 0
6437 }, 6462 },
6438 { 6463 {
6439 "blame": [], 6464 "blame": [],
6440 "corpus": "gm", 6465 "corpus": "gm",
6441 "diameter": 0, 6466 "diameter": 0,
6442 "name": "cubicpath", 6467 "name": "cubicpath",
6443 "neg": 2, 6468 "neg": 2,
6444 "num": 28, 6469 "num": 28,
6445 "pos": 26, 6470 "pos": 26,
6446 "untHashes": [], 6471 "untHashes": [],
6447 "untriaged": 0 6472 "untriaged": 0
6448 }, 6473 },
6449 { 6474 {
6450 "blame": [], 6475 "blame": [],
6451 "corpus": "gm", 6476 "corpus": "gm",
6452 "diameter": 0, 6477 "diameter": 0,
6453 "name": "resizeimagefilter", 6478 "name": "resizeimagefilter",
6454 "neg": 2, 6479 "neg": 2,
6455 "num": 20, 6480 "num": 20,
6456 "pos": 18, 6481 "pos": 18,
6457 "untHashes": [], 6482 "untHashes": [],
6458 "untriaged": 0 6483 "untriaged": 0
6459 }, 6484 },
6460 { 6485 {
6461 "blame": [], 6486 "blame": [],
6462 "corpus": "gm", 6487 "corpus": "gm",
6463 "diameter": 0, 6488 "diameter": 0,
6464 "name": "tilemodes", 6489 "name": "tilemodes",
6465 "neg": 0, 6490 "neg": 0,
6466 "num": 26, 6491 "num": 26,
6467 "pos": 26, 6492 "pos": 26,
6468 "untHashes": [], 6493 "untHashes": [],
6469 "untriaged": 0 6494 "untriaged": 0
6470 }, 6495 },
6471 { 6496 {
6472 "blame": [], 6497 "blame": [],
6473 "corpus": "gm", 6498 "corpus": "gm",
6474 "diameter": 0, 6499 "diameter": 0,
6475 "name": "patheffect", 6500 "name": "patheffect",
6476 "neg": 0, 6501 "neg": 0,
6477 "num": 29, 6502 "num": 29,
6478 "pos": 29, 6503 "pos": 29,
6479 "untHashes": [], 6504 "untHashes": [],
6480 "untriaged": 0 6505 "untriaged": 0
6481 }, 6506 },
6482 { 6507 {
6483 "blame": [ 6508 "blame": [
6484 { 6509 {
6485 "author": "kjlubick (kjlubick@example.com)", 6510 "author": "kjlubick (kjlubick@example.com)",
6486 "prob": 1 6511 "prob": 1
6487 } 6512 }
6488 ], 6513 ],
6489 "corpus": "gm", 6514 "corpus": "gm",
6490 "diameter": 0, 6515 "diameter": 0,
6491 "name": "imagefilterscropped", 6516 "name": "imagefilterscropped",
6492 "neg": 1, 6517 "neg": 1,
6493 "num": 27, 6518 "num": 27,
6494 "pos": 26, 6519 "pos": 26,
6495 "untHashes": [], 6520 "untHashes": [],
6496 "untriaged": 0 6521 "untriaged": 0
6497 }, 6522 },
6498 { 6523 {
6499 "blame": [], 6524 "blame": [],
6500 "corpus": "gm", 6525 "corpus": "gm",
6501 "diameter": 0, 6526 "diameter": 0,
6502 "name": "glyph_pos_h_s", 6527 "name": "glyph_pos_h_s",
6503 "neg": 0, 6528 "neg": 0,
6504 "num": 37, 6529 "num": 37,
6505 "pos": 37, 6530 "pos": 37,
6506 "untHashes": [], 6531 "untHashes": [],
6507 "untriaged": 0 6532 "untriaged": 0
6508 }, 6533 },
6509 { 6534 {
6510 "blame": [], 6535 "blame": [],
6511 "corpus": "gm", 6536 "corpus": "gm",
6512 "diameter": 0, 6537 "diameter": 0,
6513 "name": "lineclosepath", 6538 "name": "lineclosepath",
6514 "neg": 1, 6539 "neg": 1,
6515 "num": 26, 6540 "num": 26,
6516 "pos": 25, 6541 "pos": 25,
6517 "untHashes": [], 6542 "untHashes": [],
6518 "untriaged": 0 6543 "untriaged": 0
6519 }, 6544 },
6520 { 6545 {
6521 "blame": [], 6546 "blame": [],
6522 "corpus": "gm", 6547 "corpus": "gm",
6523 "diameter": 0, 6548 "diameter": 0,
6524 "name": "lcdblendmodes", 6549 "name": "lcdblendmodes",
6525 "neg": 5, 6550 "neg": 5,
6526 "num": 20, 6551 "num": 20,
6527 "pos": 15, 6552 "pos": 15,
6528 "untHashes": [], 6553 "untHashes": [],
6529 "untriaged": 0 6554 "untriaged": 0
6530 }, 6555 },
6531 { 6556 {
6532 "blame": [], 6557 "blame": [],
6533 "corpus": "gm", 6558 "corpus": "gm",
6534 "diameter": 0, 6559 "diameter": 0,
6535 "name": "fontmgr_bounds_0.75_0Android", 6560 "name": "fontmgr_bounds_0.75_0Android",
6536 "neg": 0, 6561 "neg": 0,
6537 "num": 18, 6562 "num": 18,
6538 "pos": 18, 6563 "pos": 18,
6539 "untHashes": [], 6564 "untHashes": [],
6540 "untriaged": 0 6565 "untriaged": 0
6541 }, 6566 },
6542 { 6567 {
6543 "blame": [], 6568 "blame": [],
6544 "corpus": "gm", 6569 "corpus": "gm",
6545 "diameter": 0, 6570 "diameter": 0,
6546 "name": "shallow_gradient_sweep", 6571 "name": "shallow_gradient_sweep",
6547 "neg": 0, 6572 "neg": 0,
6548 "num": 16, 6573 "num": 16,
6549 "pos": 16, 6574 "pos": 16,
6550 "untHashes": [], 6575 "untHashes": [],
6551 "untriaged": 0 6576 "untriaged": 0
6552 }, 6577 },
6553 { 6578 {
6554 "blame": [], 6579 "blame": [],
6555 "corpus": "gm", 6580 "corpus": "gm",
6556 "diameter": 0, 6581 "diameter": 0,
6557 "name": "testimagefilters", 6582 "name": "testimagefilters",
6558 "neg": 0, 6583 "neg": 0,
6559 "num": 29, 6584 "num": 29,
6560 "pos": 29, 6585 "pos": 29,
6561 "untHashes": [], 6586 "untHashes": [],
6562 "untriaged": 0 6587 "untriaged": 0
6563 }, 6588 },
6564 { 6589 {
6565 "blame": [], 6590 "blame": [],
6566 "corpus": "gm", 6591 "corpus": "gm",
6567 "diameter": 0, 6592 "diameter": 0,
6568 "name": "clipped-bitmap-shaders-clamp", 6593 "name": "clipped-bitmap-shaders-clamp",
6569 "neg": 0, 6594 "neg": 0,
6570 "num": 2, 6595 "num": 2,
6571 "pos": 2, 6596 "pos": 2,
6572 "untHashes": [], 6597 "untHashes": [],
6573 "untriaged": 0 6598 "untriaged": 0
6574 }, 6599 },
6575 { 6600 {
6576 "blame": [], 6601 "blame": [],
6577 "corpus": "gm", 6602 "corpus": "gm",
6578 "diameter": 0, 6603 "diameter": 0,
6579 "name": "poly2poly", 6604 "name": "poly2poly",
6580 "neg": 0, 6605 "neg": 0,
6581 "num": 44, 6606 "num": 44,
6582 "pos": 44, 6607 "pos": 44,
6583 "untHashes": [], 6608 "untHashes": [],
6584 "untriaged": 0 6609 "untriaged": 0
6585 }, 6610 },
6586 { 6611 {
6587 "blame": [], 6612 "blame": [],
6588 "corpus": "gm", 6613 "corpus": "gm",
6589 "diameter": 0, 6614 "diameter": 0,
6590 "name": "lightingcolorfilter", 6615 "name": "lightingcolorfilter",
6591 "neg": 0, 6616 "neg": 0,
6592 "num": 19, 6617 "num": 19,
6593 "pos": 19, 6618 "pos": 19,
6594 "untHashes": [], 6619 "untHashes": [],
6595 "untriaged": 0 6620 "untriaged": 0
6596 }, 6621 },
6597 { 6622 {
6598 "blame": [], 6623 "blame": [],
6599 "corpus": "gm", 6624 "corpus": "gm",
6600 "diameter": 0, 6625 "diameter": 0,
6601 "name": "clipped-bitmap-shaders-tile", 6626 "name": "clipped-bitmap-shaders-tile",
6602 "neg": 0, 6627 "neg": 0,
6603 "num": 2, 6628 "num": 2,
6604 "pos": 2, 6629 "pos": 2,
6605 "untHashes": [], 6630 "untHashes": [],
6606 "untriaged": 0 6631 "untriaged": 0
6607 }, 6632 },
6608 { 6633 {
6609 "blame": [], 6634 "blame": [],
6610 "corpus": "gm", 6635 "corpus": "gm",
6611 "diameter": 0, 6636 "diameter": 0,
6612 "name": "bleed_alpha_image_shader", 6637 "name": "bleed_alpha_image_shader",
6613 "neg": 40, 6638 "neg": 40,
6614 "num": 40, 6639 "num": 40,
6615 "pos": 0, 6640 "pos": 0,
6616 "untHashes": [], 6641 "untHashes": [],
6617 "untriaged": 0 6642 "untriaged": 0
6618 }, 6643 },
6619 { 6644 {
6620 "blame": [], 6645 "blame": [],
6621 "corpus": "gm", 6646 "corpus": "gm",
6622 "diameter": 0, 6647 "diameter": 0,
6623 "name": "gradient_many_stops_4f", 6648 "name": "gradient_many_stops_4f",
6624 "neg": 0, 6649 "neg": 0,
6625 "num": 17, 6650 "num": 17,
6626 "pos": 17, 6651 "pos": 17,
6627 "untHashes": [], 6652 "untHashes": [],
6628 "untriaged": 0 6653 "untriaged": 0
6629 }, 6654 },
6630 { 6655 {
6631 "blame": [], 6656 "blame": [],
6632 "corpus": "gm", 6657 "corpus": "gm",
6633 "diameter": 0, 6658 "diameter": 0,
6634 "name": "all_bitmap_configs", 6659 "name": "all_bitmap_configs",
6635 "neg": 0, 6660 "neg": 0,
6636 "num": 14, 6661 "num": 14,
6637 "pos": 14, 6662 "pos": 14,
6638 "untHashes": [], 6663 "untHashes": [],
6639 "untriaged": 0 6664 "untriaged": 0
6640 }, 6665 },
6641 { 6666 {
6642 "blame": [], 6667 "blame": [],
6643 "corpus": "gm", 6668 "corpus": "gm",
6644 "diameter": 0, 6669 "diameter": 0,
6645 "name": "colorwheelnative", 6670 "name": "colorwheelnative",
6646 "neg": 0, 6671 "neg": 0,
6647 "num": 4, 6672 "num": 4,
6648 "pos": 4, 6673 "pos": 4,
6649 "untHashes": [], 6674 "untHashes": [],
6650 "untriaged": 0 6675 "untriaged": 0
6651 }, 6676 },
6652 { 6677 {
6653 "blame": [], 6678 "blame": [],
6654 "corpus": "gm", 6679 "corpus": "gm",
6655 "diameter": 0, 6680 "diameter": 0,
6656 "name": "multipicturedraw_noclip_simple", 6681 "name": "multipicturedraw_noclip_simple",
6657 "neg": 0, 6682 "neg": 0,
6658 "num": 13, 6683 "num": 13,
6659 "pos": 13, 6684 "pos": 13,
6660 "untHashes": [], 6685 "untHashes": [],
6661 "untriaged": 0 6686 "untriaged": 0
6662 }, 6687 },
6663 { 6688 {
6664 "blame": [], 6689 "blame": [],
6665 "corpus": "gm", 6690 "corpus": "gm",
6666 "diameter": 0, 6691 "diameter": 0,
6667 "name": "gradients_many", 6692 "name": "gradients_many",
6668 "neg": 9, 6693 "neg": 9,
6669 "num": 29, 6694 "num": 29,
6670 "pos": 20, 6695 "pos": 20,
6671 "untHashes": [], 6696 "untHashes": [],
6672 "untriaged": 0 6697 "untriaged": 0
6673 }, 6698 },
6674 { 6699 {
6675 "blame": [], 6700 "blame": [],
6676 "corpus": "gm", 6701 "corpus": "gm",
6677 "diameter": 0, 6702 "diameter": 0,
6678 "name": "radial_gradient2_nodither", 6703 "name": "radial_gradient2_nodither",
6679 "neg": 0, 6704 "neg": 0,
6680 "num": 32, 6705 "num": 32,
6681 "pos": 32, 6706 "pos": 32,
6682 "untHashes": [], 6707 "untHashes": [],
6683 "untriaged": 0 6708 "untriaged": 0
6684 }, 6709 },
6685 { 6710 {
6686 "blame": [], 6711 "blame": [],
6687 "corpus": "gm", 6712 "corpus": "gm",
6688 "diameter": 0, 6713 "diameter": 0,
6689 "name": "lumafilter", 6714 "name": "lumafilter",
6690 "neg": 0, 6715 "neg": 0,
6691 "num": 30, 6716 "num": 30,
6692 "pos": 30, 6717 "pos": 30,
6693 "untHashes": [], 6718 "untHashes": [],
6694 "untriaged": 0 6719 "untriaged": 0
6695 }, 6720 },
6696 { 6721 {
6697 "blame": [], 6722 "blame": [],
6698 "corpus": "gm", 6723 "corpus": "gm",
6699 "diameter": 0, 6724 "diameter": 0,
6700 "name": "linear_gradient", 6725 "name": "linear_gradient",
6701 "neg": 24, 6726 "neg": 24,
6702 "num": 28, 6727 "num": 28,
6703 "pos": 4, 6728 "pos": 4,
6704 "untHashes": [], 6729 "untHashes": [],
6705 "untriaged": 0 6730 "untriaged": 0
6706 }, 6731 },
6707 { 6732 {
6708 "blame": [], 6733 "blame": [],
6709 "corpus": "gm", 6734 "corpus": "gm",
6710 "diameter": 0, 6735 "diameter": 0,
6711 "name": "radial_gradient", 6736 "name": "radial_gradient",
6712 "neg": 0, 6737 "neg": 0,
6713 "num": 28, 6738 "num": 28,
6714 "pos": 28, 6739 "pos": 28,
6715 "untHashes": [], 6740 "untHashes": [],
6716 "untriaged": 0 6741 "untriaged": 0
6717 }, 6742 },
6718 { 6743 {
6719 "blame": [], 6744 "blame": [],
6720 "corpus": "gm", 6745 "corpus": "gm",
6721 "diameter": 0, 6746 "diameter": 0,
6722 "name": "coloremojiSBIX", 6747 "name": "coloremojiSBIX",
6723 "neg": 0, 6748 "neg": 0,
6724 "num": 6, 6749 "num": 6,
6725 "pos": 6, 6750 "pos": 6,
6726 "untHashes": [], 6751 "untHashes": [],
6727 "untriaged": 0 6752 "untriaged": 0
6728 }, 6753 },
6729 { 6754 {
6730 "blame": [], 6755 "blame": [],
6731 "corpus": "gm", 6756 "corpus": "gm",
6732 "diameter": 0, 6757 "diameter": 0,
6733 "name": "simpleshapes_bw", 6758 "name": "simpleshapes_bw",
6734 "neg": 7, 6759 "neg": 7,
6735 "num": 13, 6760 "num": 13,
6736 "pos": 6, 6761 "pos": 6,
6737 "untHashes": [], 6762 "untHashes": [],
6738 "untriaged": 0 6763 "untriaged": 0
6739 }, 6764 },
6740 { 6765 {
6741 "blame": [], 6766 "blame": [],
6742 "corpus": "gm", 6767 "corpus": "gm",
6743 "diameter": 0, 6768 "diameter": 0,
6744 "name": "imageblur", 6769 "name": "imageblur",
6745 "neg": 0, 6770 "neg": 0,
6746 "num": 21, 6771 "num": 21,
6747 "pos": 21, 6772 "pos": 21,
6748 "untHashes": [], 6773 "untHashes": [],
6749 "untriaged": 0 6774 "untriaged": 0
6750 }, 6775 },
6751 { 6776 {
6752 "blame": [], 6777 "blame": [],
6753 "corpus": "gm", 6778 "corpus": "gm",
6754 "diameter": 0, 6779 "diameter": 0,
6755 "name": "imagefiltersbase", 6780 "name": "imagefiltersbase",
6756 "neg": 0, 6781 "neg": 0,
6757 "num": 27, 6782 "num": 27,
6758 "pos": 27, 6783 "pos": 27,
6759 "untHashes": [], 6784 "untHashes": [],
6760 "untriaged": 0 6785 "untriaged": 0
6761 }, 6786 },
6762 { 6787 {
6763 "blame": [], 6788 "blame": [],
6764 "corpus": "gm", 6789 "corpus": "gm",
6765 "diameter": 0, 6790 "diameter": 0,
6766 "name": "selftest2", 6791 "name": "selftest2",
6767 "neg": 0, 6792 "neg": 0,
6768 "num": 2, 6793 "num": 2,
6769 "pos": 2, 6794 "pos": 2,
6770 "untHashes": [], 6795 "untHashes": [],
6771 "untriaged": 0 6796 "untriaged": 0
6772 }, 6797 },
6773 { 6798 {
6774 "blame": [], 6799 "blame": [],
6775 "corpus": "gm", 6800 "corpus": "gm",
6776 "diameter": 0, 6801 "diameter": 0,
6777 "name": "chrome_gradtext2", 6802 "name": "chrome_gradtext2",
6778 "neg": 0, 6803 "neg": 0,
6779 "num": 15, 6804 "num": 15,
6780 "pos": 15, 6805 "pos": 15,
6781 "untHashes": [], 6806 "untHashes": [],
6782 "untriaged": 0 6807 "untriaged": 0
6783 }, 6808 },
6784 { 6809 {
6785 "blame": [], 6810 "blame": [],
6786 "corpus": "gm", 6811 "corpus": "gm",
6787 "diameter": 0, 6812 "diameter": 0,
6788 "name": "addarc_meas", 6813 "name": "addarc_meas",
6789 "neg": 0, 6814 "neg": 0,
6790 "num": 27, 6815 "num": 27,
6791 "pos": 27, 6816 "pos": 27,
6792 "untHashes": [], 6817 "untHashes": [],
6793 "untriaged": 0 6818 "untriaged": 0
6794 }, 6819 },
6795 { 6820 {
6796 "blame": [], 6821 "blame": [],
6797 "corpus": "gm", 6822 "corpus": "gm",
6798 "diameter": 0, 6823 "diameter": 0,
6799 "name": "mipmap", 6824 "name": "mipmap",
6800 "neg": 3, 6825 "neg": 3,
6801 "num": 19, 6826 "num": 19,
6802 "pos": 16, 6827 "pos": 16,
6803 "untHashes": [], 6828 "untHashes": [],
6804 "untriaged": 0 6829 "untriaged": 0
6805 }, 6830 },
6806 { 6831 {
6807 "blame": [], 6832 "blame": [],
6808 "corpus": "gm", 6833 "corpus": "gm",
6809 "diameter": 0, 6834 "diameter": 0,
6810 "name": "scale-generator", 6835 "name": "scale-generator",
6811 "neg": 0, 6836 "neg": 0,
6812 "num": 19, 6837 "num": 19,
6813 "pos": 19, 6838 "pos": 19,
6814 "untHashes": [], 6839 "untHashes": [],
6815 "untriaged": 0 6840 "untriaged": 0
6816 }, 6841 },
6817 { 6842 {
6818 "blame": [], 6843 "blame": [],
6819 "corpus": "gm", 6844 "corpus": "gm",
6820 "diameter": 0, 6845 "diameter": 0,
6821 "name": "clipped-bitmap-shaders-mirror", 6846 "name": "clipped-bitmap-shaders-mirror",
6822 "neg": 0, 6847 "neg": 0,
6823 "num": 2, 6848 "num": 2,
6824 "pos": 2, 6849 "pos": 2,
6825 "untHashes": [], 6850 "untHashes": [],
6826 "untriaged": 0 6851 "untriaged": 0
6827 }, 6852 },
6828 { 6853 {
6829 "blame": [], 6854 "blame": [],
6830 "corpus": "gm", 6855 "corpus": "gm",
6831 "diameter": 0, 6856 "diameter": 0,
6832 "name": "inverse_paths", 6857 "name": "inverse_paths",
6833 "neg": 0, 6858 "neg": 0,
6834 "num": 19, 6859 "num": 19,
6835 "pos": 19, 6860 "pos": 19,
6836 "untHashes": [], 6861 "untHashes": [],
6837 "untriaged": 0 6862 "untriaged": 0
6838 }, 6863 },
6839 { 6864 {
6840 "blame": [], 6865 "blame": [],
6841 "corpus": "gm", 6866 "corpus": "gm",
6842 "diameter": 0, 6867 "diameter": 0,
6843 "name": "gammatextiOS", 6868 "name": "gammatextiOS",
6844 "neg": 0, 6869 "neg": 0,
6845 "num": 1, 6870 "num": 1,
6846 "pos": 1, 6871 "pos": 1,
6847 "untHashes": [], 6872 "untHashes": [],
6848 "untriaged": 0 6873 "untriaged": 0
6849 }, 6874 },
6850 { 6875 {
6851 "blame": [], 6876 "blame": [],
6852 "corpus": "gm", 6877 "corpus": "gm",
6853 "diameter": 0, 6878 "diameter": 0,
6854 "name": "filterbitmap_image_mandrill_32.png", 6879 "name": "filterbitmap_image_mandrill_32.png",
6855 "neg": 2, 6880 "neg": 2,
6856 "num": 34, 6881 "num": 34,
6857 "pos": 32, 6882 "pos": 32,
6858 "untHashes": [], 6883 "untHashes": [],
6859 "untriaged": 0 6884 "untriaged": 0
6860 }, 6885 },
6861 { 6886 {
6862 "blame": [], 6887 "blame": [],
6863 "corpus": "gm", 6888 "corpus": "gm",
6864 "diameter": 0, 6889 "diameter": 0,
6865 "name": "gradients_local_perspective_nodither", 6890 "name": "gradients_local_perspective_nodither",
6866 "neg": 0, 6891 "neg": 0,
6867 "num": 42, 6892 "num": 42,
6868 "pos": 42, 6893 "pos": 42,
6869 "untHashes": [], 6894 "untHashes": [],
6870 "untriaged": 0 6895 "untriaged": 0
6871 }, 6896 },
6872 { 6897 {
6873 "blame": [], 6898 "blame": [],
6874 "corpus": "gm", 6899 "corpus": "gm",
6875 "diameter": 0, 6900 "diameter": 0,
6876 "name": "multipicturedraw_biglayer_simple", 6901 "name": "multipicturedraw_biglayer_simple",
6877 "neg": 0, 6902 "neg": 0,
6878 "num": 13, 6903 "num": 13,
6879 "pos": 13, 6904 "pos": 13,
6880 "untHashes": [], 6905 "untHashes": [],
6881 "untriaged": 0 6906 "untriaged": 0
6882 }, 6907 },
6883 { 6908 {
6884 "blame": [], 6909 "blame": [],
6885 "corpus": "gm", 6910 "corpus": "gm",
6886 "diameter": 0, 6911 "diameter": 0,
6887 "name": "nested_flipY_bw", 6912 "name": "nested_flipY_bw",
6888 "neg": 3, 6913 "neg": 3,
6889 "num": 11, 6914 "num": 11,
6890 "pos": 8, 6915 "pos": 8,
6891 "untHashes": [], 6916 "untHashes": [],
6892 "untriaged": 0 6917 "untriaged": 0
6893 }, 6918 },
6894 { 6919 {
6895 "blame": [], 6920 "blame": [],
6896 "corpus": "gm", 6921 "corpus": "gm",
6897 "diameter": 0, 6922 "diameter": 0,
6898 "name": "surfaceprops", 6923 "name": "surfaceprops",
6899 "neg": 0, 6924 "neg": 0,
6900 "num": 19, 6925 "num": 19,
6901 "pos": 19, 6926 "pos": 19,
6902 "untHashes": [], 6927 "untHashes": [],
6903 "untriaged": 0 6928 "untriaged": 0
6904 }, 6929 },
6905 { 6930 {
6906 "blame": [], 6931 "blame": [],
6907 "corpus": "gm", 6932 "corpus": "gm",
6908 "diameter": 0, 6933 "diameter": 0,
6909 "name": "bigbitmaprect_i", 6934 "name": "bigbitmaprect_i",
6910 "neg": 1, 6935 "neg": 1,
6911 "num": 3, 6936 "num": 3,
6912 "pos": 2, 6937 "pos": 2,
6913 "untHashes": [], 6938 "untHashes": [],
6914 "untriaged": 0 6939 "untriaged": 0
6915 }, 6940 },
6916 { 6941 {
6917 "blame": [], 6942 "blame": [],
6918 "corpus": "gm", 6943 "corpus": "gm",
6919 "diameter": 0, 6944 "diameter": 0,
6920 "name": "fadefilter", 6945 "name": "fadefilter",
6921 "neg": 0, 6946 "neg": 0,
6922 "num": 2, 6947 "num": 2,
6923 "pos": 2, 6948 "pos": 2,
6924 "untHashes": [], 6949 "untHashes": [],
6925 "untriaged": 0 6950 "untriaged": 0
6926 }, 6951 },
6927 { 6952 {
6928 "blame": [], 6953 "blame": [],
6929 "corpus": "gm", 6954 "corpus": "gm",
6930 "diameter": 0, 6955 "diameter": 0,
6931 "name": "imagefiltersclipped", 6956 "name": "imagefiltersclipped",
6932 "neg": 0, 6957 "neg": 0,
6933 "num": 29, 6958 "num": 29,
6934 "pos": 29, 6959 "pos": 29,
6935 "untHashes": [], 6960 "untHashes": [],
6936 "untriaged": 0 6961 "untriaged": 0
6937 }, 6962 },
6938 { 6963 {
6939 "blame": [], 6964 "blame": [],
6940 "corpus": "gm", 6965 "corpus": "gm",
6941 "diameter": 0, 6966 "diameter": 0,
6942 "name": "dashcubics", 6967 "name": "dashcubics",
6943 "neg": 2, 6968 "neg": 2,
6944 "num": 34, 6969 "num": 34,
6945 "pos": 32, 6970 "pos": 32,
6946 "untHashes": [], 6971 "untHashes": [],
6947 "untriaged": 0 6972 "untriaged": 0
6948 }, 6973 },
6949 { 6974 {
6950 "blame": [], 6975 "blame": [],
6951 "corpus": "gm", 6976 "corpus": "gm",
6952 "diameter": 0, 6977 "diameter": 0,
6953 "name": "fontscalerAndroid", 6978 "name": "fontscalerAndroid",
6954 "neg": 1, 6979 "neg": 1,
6955 "num": 22, 6980 "num": 22,
6956 "pos": 21, 6981 "pos": 21,
6957 "untHashes": [], 6982 "untHashes": [],
6958 "untriaged": 0 6983 "untriaged": 0
6959 }, 6984 },
6960 { 6985 {
6961 "blame": [], 6986 "blame": [],
6962 "corpus": "gm", 6987 "corpus": "gm",
6963 "diameter": 0, 6988 "diameter": 0,
6964 "name": "small_color_stop", 6989 "name": "small_color_stop",
6965 "neg": 2, 6990 "neg": 2,
6966 "num": 2, 6991 "num": 2,
6967 "pos": 0, 6992 "pos": 0,
6968 "untHashes": [], 6993 "untHashes": [],
6969 "untriaged": 0 6994 "untriaged": 0
6970 }, 6995 },
6971 { 6996 {
6972 "blame": [], 6997 "blame": [],
6973 "corpus": "gm", 6998 "corpus": "gm",
6974 "diameter": 0, 6999 "diameter": 0,
6975 "name": "glyph_pos_align", 7000 "name": "glyph_pos_align",
6976 "neg": 0, 7001 "neg": 0,
6977 "num": 43, 7002 "num": 43,
6978 "pos": 43, 7003 "pos": 43,
6979 "untHashes": [], 7004 "untHashes": [],
6980 "untriaged": 0 7005 "untriaged": 0
6981 }, 7006 },
6982 { 7007 {
6983 "blame": [], 7008 "blame": [],
6984 "corpus": "gm", 7009 "corpus": "gm",
6985 "diameter": 0, 7010 "diameter": 0,
6986 "name": "longpathdash", 7011 "name": "longpathdash",
6987 "neg": 0, 7012 "neg": 0,
6988 "num": 28, 7013 "num": 28,
6989 "pos": 28, 7014 "pos": 28,
6990 "untHashes": [], 7015 "untHashes": [],
6991 "untriaged": 0 7016 "untriaged": 0
6992 }, 7017 },
6993 { 7018 {
6994 "blame": [], 7019 "blame": [],
6995 "corpus": "gm", 7020 "corpus": "gm",
6996 "diameter": 0, 7021 "diameter": 0,
6997 "name": "filterindiabox", 7022 "name": "filterindiabox",
6998 "neg": 2, 7023 "neg": 2,
6999 "num": 23, 7024 "num": 23,
7000 "pos": 21, 7025 "pos": 21,
7001 "untHashes": [], 7026 "untHashes": [],
7002 "untriaged": 0 7027 "untriaged": 0
7003 }, 7028 },
7004 { 7029 {
7005 "blame": [], 7030 "blame": [],
7006 "corpus": "gm", 7031 "corpus": "gm",
7007 "diameter": 0, 7032 "diameter": 0,
7008 "name": "perlinnoise", 7033 "name": "perlinnoise",
7009 "neg": 0, 7034 "neg": 0,
7010 "num": 13, 7035 "num": 13,
7011 "pos": 13, 7036 "pos": 13,
7012 "untHashes": [], 7037 "untHashes": [],
7013 "untriaged": 0 7038 "untriaged": 0
7014 }, 7039 },
7015 { 7040 {
7016 "blame": [], 7041 "blame": [],
7017 "corpus": "gm", 7042 "corpus": "gm",
7018 "diameter": 0, 7043 "diameter": 0,
7019 "name": "showmiplevels2_256x255", 7044 "name": "showmiplevels2_256x255",
7020 "neg": 0, 7045 "neg": 0,
7021 "num": 8, 7046 "num": 8,
7022 "pos": 8, 7047 "pos": 8,
7023 "untHashes": [], 7048 "untHashes": [],
7024 "untriaged": 0 7049 "untriaged": 0
7025 }, 7050 },
7026 { 7051 {
7027 "blame": [], 7052 "blame": [],
7028 "corpus": "gm", 7053 "corpus": "gm",
7029 "diameter": 0, 7054 "diameter": 0,
7030 "name": "filterbitmap_image_mandrill_64.png_g8", 7055 "name": "filterbitmap_image_mandrill_64.png_g8",
7031 "neg": 0, 7056 "neg": 0,
7032 "num": 33, 7057 "num": 33,
7033 "pos": 33, 7058 "pos": 33,
7034 "untHashes": [], 7059 "untHashes": [],
7035 "untriaged": 0 7060 "untriaged": 0
7036 }, 7061 },
7037 { 7062 {
7038 "blame": [], 7063 "blame": [],
7039 "corpus": "gm", 7064 "corpus": "gm",
7040 "diameter": 0, 7065 "diameter": 0,
7041 "name": "fontmgr_iterWin8", 7066 "name": "fontmgr_iterWin8",
7042 "neg": 0, 7067 "neg": 0,
7043 "num": 4, 7068 "num": 4,
7044 "pos": 4, 7069 "pos": 4,
7045 "untHashes": [], 7070 "untHashes": [],
7046 "untriaged": 0 7071 "untriaged": 0
7047 }, 7072 },
7048 { 7073 {
7049 "blame": [], 7074 "blame": [],
7050 "corpus": "gm", 7075 "corpus": "gm",
7051 "diameter": 0, 7076 "diameter": 0,
7052 "name": "stringart", 7077 "name": "stringart",
7053 "neg": 0, 7078 "neg": 0,
7054 "num": 24, 7079 "num": 24,
7055 "pos": 24, 7080 "pos": 24,
7056 "untHashes": [], 7081 "untHashes": [],
7057 "untriaged": 0 7082 "untriaged": 0
7058 }, 7083 },
7059 { 7084 {
7060 "blame": [], 7085 "blame": [],
7061 "corpus": "gm", 7086 "corpus": "gm",
7062 "diameter": 0, 7087 "diameter": 0,
7063 "name": "image-cacherator-from-texture", 7088 "name": "image-cacherator-from-texture",
7064 "neg": 1, 7089 "neg": 1,
7065 "num": 25, 7090 "num": 25,
7066 "pos": 24, 7091 "pos": 24,
7067 "untHashes": [], 7092 "untHashes": [],
7068 "untriaged": 0 7093 "untriaged": 0
7069 }, 7094 },
7070 { 7095 {
7071 "blame": [], 7096 "blame": [],
7072 "corpus": "gm", 7097 "corpus": "gm",
7073 "diameter": 0, 7098 "diameter": 0,
7074 "name": "squarehair", 7099 "name": "squarehair",
7075 "neg": 0, 7100 "neg": 0,
7076 "num": 33, 7101 "num": 33,
7077 "pos": 33, 7102 "pos": 33,
7078 "untHashes": [], 7103 "untHashes": [],
7079 "untriaged": 0 7104 "untriaged": 0
7080 }, 7105 },
7081 { 7106 {
7082 "blame": [], 7107 "blame": [],
7083 "corpus": "gm", 7108 "corpus": "gm",
7084 "diameter": 0, 7109 "diameter": 0,
7085 "name": "multipicturedraw_invpathclip_simple", 7110 "name": "multipicturedraw_invpathclip_simple",
7086 "neg": 0, 7111 "neg": 0,
7087 "num": 13, 7112 "num": 13,
7088 "pos": 13, 7113 "pos": 13,
7089 "untHashes": [], 7114 "untHashes": [],
7090 "untriaged": 0 7115 "untriaged": 0
7091 }, 7116 },
7092 { 7117 {
7093 "blame": [], 7118 "blame": [],
7094 "corpus": "gm", 7119 "corpus": "gm",
7095 "diameter": 0, 7120 "diameter": 0,
7096 "name": "bitmaprect_i", 7121 "name": "bitmaprect_i",
7097 "neg": 0, 7122 "neg": 0,
7098 "num": 21, 7123 "num": 21,
7099 "pos": 21, 7124 "pos": 21,
7100 "untHashes": [], 7125 "untHashes": [],
7101 "untriaged": 0 7126 "untriaged": 0
7102 }, 7127 },
7103 { 7128 {
7104 "blame": [], 7129 "blame": [],
7105 "corpus": "gm", 7130 "corpus": "gm",
7106 "diameter": 0, 7131 "diameter": 0,
7107 "name": "filterbitmap_image_mandrill_256.png", 7132 "name": "filterbitmap_image_mandrill_256.png",
7108 "neg": 2, 7133 "neg": 2,
7109 "num": 33, 7134 "num": 33,
7110 "pos": 31, 7135 "pos": 31,
7111 "untHashes": [], 7136 "untHashes": [],
7112 "untriaged": 0 7137 "untriaged": 0
7113 }, 7138 },
7114 { 7139 {
7115 "blame": [], 7140 "blame": [],
7116 "corpus": "gm", 7141 "corpus": "gm",
7117 "diameter": 0, 7142 "diameter": 0,
7118 "name": "blurroundrect-WH-100x100-unevenCorners", 7143 "name": "blurroundrect-WH-100x100-unevenCorners",
7119 "neg": 0, 7144 "neg": 0,
7120 "num": 24, 7145 "num": 24,
7121 "pos": 24, 7146 "pos": 24,
7122 "untHashes": [], 7147 "untHashes": [],
7123 "untriaged": 0 7148 "untriaged": 0
7124 }, 7149 },
7125 { 7150 {
7126 "blame": [], 7151 "blame": [],
7127 "corpus": "gm", 7152 "corpus": "gm",
7128 "diameter": 0, 7153 "diameter": 0,
7129 "name": "innershapes_bw", 7154 "name": "innershapes_bw",
7130 "neg": 7, 7155 "neg": 7,
7131 "num": 13, 7156 "num": 13,
7132 "pos": 6, 7157 "pos": 6,
7133 "untHashes": [], 7158 "untHashes": [],
7134 "untriaged": 0 7159 "untriaged": 0
7135 }, 7160 },
7136 { 7161 {
7137 "blame": [], 7162 "blame": [],
7138 "corpus": "gm", 7163 "corpus": "gm",
7139 "diameter": 0, 7164 "diameter": 0,
7140 "name": "fontscalerUbuntu", 7165 "name": "fontscalerUbuntu",
7141 "neg": 0, 7166 "neg": 0,
7142 "num": 5, 7167 "num": 5,
7143 "pos": 5, 7168 "pos": 5,
7144 "untHashes": [], 7169 "untHashes": [],
7145 "untriaged": 0 7170 "untriaged": 0
7146 }, 7171 },
7147 { 7172 {
7148 "blame": [], 7173 "blame": [],
7149 "corpus": "gm", 7174 "corpus": "gm",
7150 "diameter": 0, 7175 "diameter": 0,
7151 "name": "colorwheel", 7176 "name": "colorwheel",
7152 "neg": 0, 7177 "neg": 0,
7153 "num": 12, 7178 "num": 12,
7154 "pos": 12, 7179 "pos": 12,
7155 "untHashes": [], 7180 "untHashes": [],
7156 "untriaged": 0 7181 "untriaged": 0
7157 }, 7182 },
7158 { 7183 {
7159 "blame": [], 7184 "blame": [],
7160 "corpus": "gm", 7185 "corpus": "gm",
7161 "diameter": 0, 7186 "diameter": 0,
7162 "name": "transparency_check", 7187 "name": "transparency_check",
7163 "neg": 0, 7188 "neg": 0,
7164 "num": 11, 7189 "num": 11,
7165 "pos": 11, 7190 "pos": 11,
7166 "untHashes": [], 7191 "untHashes": [],
7167 "untriaged": 0 7192 "untriaged": 0
7168 }, 7193 },
7169 { 7194 {
7170 "blame": [], 7195 "blame": [],
7171 "corpus": "gm", 7196 "corpus": "gm",
7172 "diameter": 0, 7197 "diameter": 0,
7173 "name": "points", 7198 "name": "points",
7174 "neg": 0, 7199 "neg": 0,
7175 "num": 22, 7200 "num": 22,
7176 "pos": 22, 7201 "pos": 22,
7177 "untHashes": [], 7202 "untHashes": [],
7178 "untriaged": 0 7203 "untriaged": 0
7179 }, 7204 },
7180 { 7205 {
7181 "blame": [], 7206 "blame": [],
7182 "corpus": "gm", 7207 "corpus": "gm",
7183 "diameter": 0, 7208 "diameter": 0,
7184 "name": "image_scale_aligned", 7209 "name": "image_scale_aligned",
7185 "neg": 15, 7210 "neg": 15,
7186 "num": 24, 7211 "num": 24,
7187 "pos": 9, 7212 "pos": 9,
7188 "untHashes": [], 7213 "untHashes": [],
7189 "untriaged": 0 7214 "untriaged": 0
7190 }, 7215 },
7191 { 7216 {
7192 "blame": [], 7217 "blame": [],
7193 "corpus": "gm", 7218 "corpus": "gm",
7194 "diameter": 0, 7219 "diameter": 0,
7195 "name": "const_color_processor", 7220 "name": "const_color_processor",
7196 "neg": 0, 7221 "neg": 0,
7197 "num": 21, 7222 "num": 21,
7198 "pos": 21, 7223 "pos": 21,
7199 "untHashes": [], 7224 "untHashes": [],
7200 "untriaged": 0 7225 "untriaged": 0
7201 }, 7226 },
7202 { 7227 {
7203 "blame": [], 7228 "blame": [],
7204 "corpus": "gm", 7229 "corpus": "gm",
7205 "diameter": 0, 7230 "diameter": 0,
7206 "name": "blur2rects", 7231 "name": "blur2rects",
7207 "neg": 0, 7232 "neg": 0,
7208 "num": 12, 7233 "num": 12,
7209 "pos": 12, 7234 "pos": 12,
7210 "untHashes": [], 7235 "untHashes": [],
7211 "untriaged": 0 7236 "untriaged": 0
7212 }, 7237 },
7213 { 7238 {
7214 "blame": [], 7239 "blame": [],
7215 "corpus": "gm", 7240 "corpus": "gm",
7216 "diameter": 0, 7241 "diameter": 0,
7217 "name": "new_texture_image", 7242 "name": "new_texture_image",
7218 "neg": 0, 7243 "neg": 0,
7219 "num": 5, 7244 "num": 5,
7220 "pos": 5, 7245 "pos": 5,
7221 "untHashes": [], 7246 "untHashes": [],
7222 "untriaged": 0 7247 "untriaged": 0
7223 }, 7248 },
7224 { 7249 {
7225 "blame": [], 7250 "blame": [],
7226 "corpus": "gm", 7251 "corpus": "gm",
7227 "diameter": 0, 7252 "diameter": 0,
7228 "name": "CubicStroke", 7253 "name": "CubicStroke",
7229 "neg": 0, 7254 "neg": 0,
7230 "num": 20, 7255 "num": 20,
7231 "pos": 20, 7256 "pos": 20,
7232 "untHashes": [], 7257 "untHashes": [],
7233 "untriaged": 0 7258 "untriaged": 0
7234 }, 7259 },
7235 { 7260 {
7236 "blame": [], 7261 "blame": [],
7237 "corpus": "gm", 7262 "corpus": "gm",
7238 "diameter": 0, 7263 "diameter": 0,
7239 "name": "badpaint", 7264 "name": "badpaint",
7240 "neg": 0, 7265 "neg": 0,
7241 "num": 2, 7266 "num": 2,
7242 "pos": 2, 7267 "pos": 2,
7243 "untHashes": [], 7268 "untHashes": [],
7244 "untriaged": 0 7269 "untriaged": 0
7245 }, 7270 },
7246 { 7271 {
7247 "blame": [], 7272 "blame": [],
7248 "corpus": "gm", 7273 "corpus": "gm",
7249 "diameter": 0, 7274 "diameter": 0,
7250 "name": "savelayer_lcdtext", 7275 "name": "savelayer_lcdtext",
7251 "neg": 0, 7276 "neg": 0,
7252 "num": 23, 7277 "num": 23,
7253 "pos": 23, 7278 "pos": 23,
7254 "untHashes": [], 7279 "untHashes": [],
7255 "untriaged": 0 7280 "untriaged": 0
7256 }, 7281 },
7257 { 7282 {
7258 "blame": [], 7283 "blame": [],
7259 "corpus": "gm", 7284 "corpus": "gm",
7260 "diameter": 0, 7285 "diameter": 0,
7261 "name": "downsamplebitmap_image_none_mandrill_512.png", 7286 "name": "downsamplebitmap_image_none_mandrill_512.png",
7262 "neg": 0, 7287 "neg": 0,
7263 "num": 26, 7288 "num": 26,
7264 "pos": 26, 7289 "pos": 26,
7265 "untHashes": [], 7290 "untHashes": [],
7266 "untriaged": 0 7291 "untriaged": 0
7267 }, 7292 },
7268 { 7293 {
7269 "blame": [], 7294 "blame": [],
7270 "corpus": "gm", 7295 "corpus": "gm",
7271 "diameter": 0, 7296 "diameter": 0,
7272 "name": "xfermodeimagefilter", 7297 "name": "xfermodeimagefilter",
7273 "neg": 0, 7298 "neg": 0,
7274 "num": 17, 7299 "num": 17,
7275 "pos": 17, 7300 "pos": 17,
7276 "untHashes": [], 7301 "untHashes": [],
7277 "untriaged": 0 7302 "untriaged": 0
7278 }, 7303 },
7279 { 7304 {
7280 "blame": [], 7305 "blame": [],
7281 "corpus": "gm", 7306 "corpus": "gm",
7282 "diameter": 0, 7307 "diameter": 0,
7283 "name": "matriximagefilter", 7308 "name": "matriximagefilter",
7284 "neg": 0, 7309 "neg": 0,
7285 "num": 20, 7310 "num": 20,
7286 "pos": 20, 7311 "pos": 20,
7287 "untHashes": [], 7312 "untHashes": [],
7288 "untriaged": 0 7313 "untriaged": 0
7289 }, 7314 },
7290 { 7315 {
7291 "blame": [], 7316 "blame": [],
7292 "corpus": "gm", 7317 "corpus": "gm",
7293 "diameter": 0, 7318 "diameter": 0,
7294 "name": "smallarc", 7319 "name": "smallarc",
7295 "neg": 0, 7320 "neg": 0,
7296 "num": 13, 7321 "num": 13,
7297 "pos": 13, 7322 "pos": 13,
7298 "untHashes": [], 7323 "untHashes": [],
7299 "untriaged": 0 7324 "untriaged": 0
7300 }, 7325 },
7301 { 7326 {
7302 "blame": [], 7327 "blame": [],
7303 "corpus": "gm", 7328 "corpus": "gm",
7304 "diameter": 0, 7329 "diameter": 0,
7305 "name": "downsamplebitmap_checkerboard_high_512_256", 7330 "name": "downsamplebitmap_checkerboard_high_512_256",
7306 "neg": 1, 7331 "neg": 1,
7307 "num": 23, 7332 "num": 23,
7308 "pos": 22, 7333 "pos": 22,
7309 "untHashes": [], 7334 "untHashes": [],
7310 "untriaged": 0 7335 "untriaged": 0
7311 }, 7336 },
7312 { 7337 {
7313 "blame": [], 7338 "blame": [],
7314 "corpus": "gm", 7339 "corpus": "gm",
7315 "diameter": 0, 7340 "diameter": 0,
7316 "name": "giantbitmap_clamp_bilerp_scale", 7341 "name": "giantbitmap_clamp_bilerp_scale",
7317 "neg": 0, 7342 "neg": 0,
7318 "num": 10, 7343 "num": 10,
7319 "pos": 10, 7344 "pos": 10,
7320 "untHashes": [], 7345 "untHashes": [],
7321 "untriaged": 0 7346 "untriaged": 0
7322 }, 7347 },
7323 { 7348 {
7324 "blame": [], 7349 "blame": [],
7325 "corpus": "gm", 7350 "corpus": "gm",
7326 "diameter": 0, 7351 "diameter": 0,
7327 "name": "mixedtextblobs", 7352 "name": "mixedtextblobs",
7328 "neg": 0, 7353 "neg": 0,
7329 "num": 16, 7354 "num": 16,
7330 "pos": 16, 7355 "pos": 16,
7331 "untHashes": [], 7356 "untHashes": [],
7332 "untriaged": 0 7357 "untriaged": 0
7333 }, 7358 },
7334 { 7359 {
7335 "blame": [], 7360 "blame": [],
7336 "corpus": "gm", 7361 "corpus": "gm",
7337 "diameter": 0, 7362 "diameter": 0,
7338 "name": "pathopsinverse", 7363 "name": "pathopsinverse",
7339 "neg": 0, 7364 "neg": 0,
7340 "num": 27, 7365 "num": 27,
7341 "pos": 27, 7366 "pos": 27,
7342 "untHashes": [], 7367 "untHashes": [],
7343 "untriaged": 0 7368 "untriaged": 0
7344 }, 7369 },
7345 { 7370 {
7346 "blame": [], 7371 "blame": [],
7347 "corpus": "gm", 7372 "corpus": "gm",
7348 "diameter": 0, 7373 "diameter": 0,
7349 "name": "dashing5_aa", 7374 "name": "dashing5_aa",
7350 "neg": 1, 7375 "neg": 1,
7351 "num": 23, 7376 "num": 23,
7352 "pos": 22, 7377 "pos": 22,
7353 "untHashes": [], 7378 "untHashes": [],
7354 "untriaged": 0 7379 "untriaged": 0
7355 }, 7380 },
7356 { 7381 {
7357 "blame": [], 7382 "blame": [],
7358 "corpus": "gm", 7383 "corpus": "gm",
7359 "diameter": 0, 7384 "diameter": 0,
7360 "name": "pathfill", 7385 "name": "pathfill",
7361 "neg": 0, 7386 "neg": 0,
7362 "num": 24, 7387 "num": 24,
7363 "pos": 24, 7388 "pos": 24,
7364 "untHashes": [], 7389 "untHashes": [],
7365 "untriaged": 0 7390 "untriaged": 0
7366 }, 7391 },
7367 { 7392 {
7368 "blame": [], 7393 "blame": [],
7369 "corpus": "gm", 7394 "corpus": "gm",
7370 "diameter": 0, 7395 "diameter": 0,
7371 "name": "draw_bitmap_rect_skbug4734", 7396 "name": "draw_bitmap_rect_skbug4734",
7372 "neg": 0, 7397 "neg": 0,
7373 "num": 2, 7398 "num": 2,
7374 "pos": 2, 7399 "pos": 2,
7375 "untHashes": [], 7400 "untHashes": [],
7376 "untriaged": 0 7401 "untriaged": 0
7377 }, 7402 },
7378 { 7403 {
7379 "blame": [], 7404 "blame": [],
7380 "corpus": "gm", 7405 "corpus": "gm",
7381 "diameter": 0, 7406 "diameter": 0,
7382 "name": "copyTo4444", 7407 "name": "copyTo4444",
7383 "neg": 0, 7408 "neg": 0,
7384 "num": 2, 7409 "num": 2,
7385 "pos": 2, 7410 "pos": 2,
7386 "untHashes": [], 7411 "untHashes": [],
7387 "untriaged": 0 7412 "untriaged": 0
7388 }, 7413 },
7389 { 7414 {
7390 "blame": [], 7415 "blame": [],
7391 "corpus": "gm", 7416 "corpus": "gm",
7392 "diameter": 0, 7417 "diameter": 0,
7393 "name": "bleed_texture_bmp", 7418 "name": "bleed_texture_bmp",
7394 "neg": 6, 7419 "neg": 6,
7395 "num": 29, 7420 "num": 29,
7396 "pos": 23, 7421 "pos": 23,
7397 "untHashes": [], 7422 "untHashes": [],
7398 "untriaged": 0 7423 "untriaged": 0
7399 }, 7424 },
7400 { 7425 {
7401 "blame": [], 7426 "blame": [],
7402 "corpus": "gm", 7427 "corpus": "gm",
7403 "diameter": 0, 7428 "diameter": 0,
7404 "name": "longwavyline", 7429 "name": "longwavyline",
7405 "neg": 0, 7430 "neg": 0,
7406 "num": 16, 7431 "num": 16,
7407 "pos": 16, 7432 "pos": 16,
7408 "untHashes": [], 7433 "untHashes": [],
7409 "untriaged": 0 7434 "untriaged": 0
7410 }, 7435 },
7411 { 7436 {
7412 "blame": [], 7437 "blame": [],
7413 "corpus": "gm", 7438 "corpus": "gm",
7414 "diameter": 0, 7439 "diameter": 0,
7415 "name": "srcmode", 7440 "name": "srcmode",
7416 "neg": 8, 7441 "neg": 8,
7417 "num": 29, 7442 "num": 29,
7418 "pos": 21, 7443 "pos": 21,
7419 "untHashes": [], 7444 "untHashes": [],
7420 "untriaged": 0 7445 "untriaged": 0
7421 }, 7446 },
7422 { 7447 {
7423 "blame": [], 7448 "blame": [],
7424 "corpus": "gm", 7449 "corpus": "gm",
7425 "diameter": 0, 7450 "diameter": 0,
7426 "name": "mixedtextblobsSBIX", 7451 "name": "mixedtextblobsSBIX",
7427 "neg": 0, 7452 "neg": 0,
7428 "num": 7, 7453 "num": 7,
7429 "pos": 7, 7454 "pos": 7,
7430 "untHashes": [], 7455 "untHashes": [],
7431 "untriaged": 0 7456 "untriaged": 0
7432 }, 7457 },
7433 { 7458 {
7434 "blame": [], 7459 "blame": [],
7435 "corpus": "gm", 7460 "corpus": "gm",
7436 "diameter": 0, 7461 "diameter": 0,
7437 "name": "perlinnoise_localmatrix", 7462 "name": "perlinnoise_localmatrix",
7438 "neg": 0, 7463 "neg": 0,
7439 "num": 13, 7464 "num": 13,
7440 "pos": 13, 7465 "pos": 13,
7441 "untHashes": [], 7466 "untHashes": [],
7442 "untriaged": 0 7467 "untriaged": 0
7443 }, 7468 },
7444 { 7469 {
7445 "blame": [], 7470 "blame": [],
7446 "corpus": "gm", 7471 "corpus": "gm",
7447 "diameter": 0, 7472 "diameter": 0,
7448 "name": "fontmgr_boundsMac", 7473 "name": "fontmgr_boundsMac",
7449 "neg": 0, 7474 "neg": 0,
7450 "num": 7, 7475 "num": 7,
7451 "pos": 7, 7476 "pos": 7,
7452 "untHashes": [], 7477 "untHashes": [],
7453 "untriaged": 0 7478 "untriaged": 0
7454 }, 7479 },
7455 { 7480 {
7456 "blame": [], 7481 "blame": [],
7457 "corpus": "gm", 7482 "corpus": "gm",
7458 "diameter": 0, 7483 "diameter": 0,
7459 "name": "pathopsskpclip", 7484 "name": "pathopsskpclip",
7460 "neg": 0, 7485 "neg": 0,
7461 "num": 19, 7486 "num": 19,
7462 "pos": 19, 7487 "pos": 19,
7463 "untHashes": [], 7488 "untHashes": [],
7464 "untriaged": 0 7489 "untriaged": 0
7465 }, 7490 },
7466 { 7491 {
7467 "blame": [], 7492 "blame": [],
7468 "corpus": "gm", 7493 "corpus": "gm",
7469 "diameter": 0, 7494 "diameter": 0,
7470 "name": "shallow_gradient_radial_nodither", 7495 "name": "shallow_gradient_radial_nodither",
7471 "neg": 0, 7496 "neg": 0,
7472 "num": 18, 7497 "num": 18,
7473 "pos": 18, 7498 "pos": 18,
7474 "untHashes": [], 7499 "untHashes": [],
7475 "untriaged": 0 7500 "untriaged": 0
7476 }, 7501 },
7477 { 7502 {
7478 "blame": [], 7503 "blame": [],
7479 "corpus": "gm", 7504 "corpus": "gm",
7480 "diameter": 0, 7505 "diameter": 0,
7481 "name": "gradients_nodither", 7506 "name": "gradients_nodither",
7482 "neg": 30, 7507 "neg": 30,
7483 "num": 42, 7508 "num": 42,
7484 "pos": 12, 7509 "pos": 12,
7485 "untHashes": [], 7510 "untHashes": [],
7486 "untriaged": 0 7511 "untriaged": 0
7487 }, 7512 },
7488 { 7513 {
7489 "blame": [], 7514 "blame": [],
7490 "corpus": "gm", 7515 "corpus": "gm",
7491 "diameter": 0, 7516 "diameter": 0,
7492 "name": "grayscalejpg", 7517 "name": "grayscalejpg",
7493 "neg": 0, 7518 "neg": 0,
7494 "num": 2, 7519 "num": 2,
7495 "pos": 2, 7520 "pos": 2,
7496 "untHashes": [], 7521 "untHashes": [],
7497 "untriaged": 0 7522 "untriaged": 0
7498 }, 7523 },
7499 { 7524 {
7500 "blame": [ 7525 "blame": [
7501 { 7526 {
7502 "author": "brianosman (brianosman@example.com)", 7527 "author": "brianosman (brianosman@example.com)",
7503 "prob": 0.6666666666666666 7528 "prob": 0.6666666666666666
7504 }, 7529 },
7505 { 7530 {
7506 "author": "jvanverth (jvanverth@example.com)", 7531 "author": "jvanverth (jvanverth@example.com)",
7507 "prob": 0.3333333333333333 7532 "prob": 0.3333333333333333
7508 } 7533 }
7509 ], 7534 ],
7510 "corpus": "gm", 7535 "corpus": "gm",
7511 "diameter": 0, 7536 "diameter": 0,
7512 "name": "dcshader", 7537 "name": "dcshader",
7513 "neg": 5, 7538 "neg": 5,
7514 "num": 37, 7539 "num": 37,
7515 "pos": 32, 7540 "pos": 32,
7516 "untHashes": [], 7541 "untHashes": [],
7517 "untriaged": 0 7542 "untriaged": 0
7518 }, 7543 },
7519 { 7544 {
7520 "blame": [], 7545 "blame": [],
7521 "corpus": "gm", 7546 "corpus": "gm",
7522 "diameter": 0, 7547 "diameter": 0,
7523 "name": "verttext2Ubuntu", 7548 "name": "verttext2Ubuntu",
7524 "neg": 0, 7549 "neg": 0,
7525 "num": 5, 7550 "num": 5,
7526 "pos": 5, 7551 "pos": 5,
7527 "untHashes": [], 7552 "untHashes": [],
7528 "untriaged": 0 7553 "untriaged": 0
7529 }, 7554 },
7530 { 7555 {
7531 "blame": [], 7556 "blame": [],
7532 "corpus": "gm", 7557 "corpus": "gm",
7533 "diameter": 0, 7558 "diameter": 0,
7534 "name": "textblobmixedsizes_df", 7559 "name": "textblobmixedsizes_df",
7535 "neg": 0, 7560 "neg": 0,
7536 "num": 17, 7561 "num": 17,
7537 "pos": 17, 7562 "pos": 17,
7538 "untHashes": [], 7563 "untHashes": [],
7539 "untriaged": 0 7564 "untriaged": 0
7540 }, 7565 },
7541 { 7566 {
7542 "blame": [], 7567 "blame": [],
7543 "corpus": "gm", 7568 "corpus": "gm",
7544 "diameter": 0, 7569 "diameter": 0,
7545 "name": "arcto", 7570 "name": "arcto",
7546 "neg": 0, 7571 "neg": 0,
7547 "num": 48, 7572 "num": 48,
7548 "pos": 48, 7573 "pos": 48,
7549 "untHashes": [], 7574 "untHashes": [],
7550 "untriaged": 0 7575 "untriaged": 0
7551 }, 7576 },
7552 { 7577 {
7553 "blame": [ 7578 "blame": [
7554 { 7579 {
7555 "author": "benjaminwagner (benjaminwagner@example.com)", 7580 "author": "benjaminwagner (benjaminwagner@example.com)",
7556 "prob": 1 7581 "prob": 1
7557 } 7582 }
7558 ], 7583 ],
7559 "corpus": "gm", 7584 "corpus": "gm",
7560 "diameter": 0, 7585 "diameter": 0,
7561 "name": "complexclip_bw_layer", 7586 "name": "complexclip_bw_layer",
7562 "neg": 0, 7587 "neg": 0,
7563 "num": 31, 7588 "num": 31,
7564 "pos": 31, 7589 "pos": 31,
7565 "untHashes": [], 7590 "untHashes": [],
7566 "untriaged": 0 7591 "untriaged": 0
7567 }, 7592 },
7568 { 7593 {
7569 "blame": [], 7594 "blame": [],
7570 "corpus": "gm", 7595 "corpus": "gm",
7571 "diameter": 0, 7596 "diameter": 0,
7572 "name": "gamma", 7597 "name": "gamma",
7573 "neg": 0, 7598 "neg": 0,
7574 "num": 31, 7599 "num": 31,
7575 "pos": 31, 7600 "pos": 31,
7576 "untHashes": [], 7601 "untHashes": [],
7577 "untriaged": 0 7602 "untriaged": 0
7578 }, 7603 },
7579 { 7604 {
7580 "blame": [], 7605 "blame": [],
7581 "corpus": "gm", 7606 "corpus": "gm",
7582 "diameter": 0, 7607 "diameter": 0,
7583 "name": "bigbitmaprect_s", 7608 "name": "bigbitmaprect_s",
7584 "neg": 1, 7609 "neg": 1,
7585 "num": 3, 7610 "num": 3,
7586 "pos": 2, 7611 "pos": 2,
7587 "untHashes": [], 7612 "untHashes": [],
7588 "untriaged": 0 7613 "untriaged": 0
7589 }, 7614 },
7590 { 7615 {
7591 "blame": [], 7616 "blame": [],
7592 "corpus": "gm", 7617 "corpus": "gm",
7593 "diameter": 0, 7618 "diameter": 0,
7594 "name": "complexclip_aa", 7619 "name": "complexclip_aa",
7595 "neg": 0, 7620 "neg": 0,
7596 "num": 29, 7621 "num": 29,
7597 "pos": 29, 7622 "pos": 29,
7598 "untHashes": [], 7623 "untHashes": [],
7599 "untriaged": 0 7624 "untriaged": 0
7600 }, 7625 },
7601 { 7626 {
7602 "blame": [], 7627 "blame": [],
7603 "corpus": "gm", 7628 "corpus": "gm",
7604 "diameter": 0, 7629 "diameter": 0,
7605 "name": "fontscalerMac", 7630 "name": "fontscalerMac",
7606 "neg": 0, 7631 "neg": 0,
7607 "num": 7, 7632 "num": 7,
7608 "pos": 7, 7633 "pos": 7,
7609 "untHashes": [], 7634 "untHashes": [],
7610 "untriaged": 0 7635 "untriaged": 0
7611 }, 7636 },
7612 { 7637 {
7613 "blame": [], 7638 "blame": [],
7614 "corpus": "gm", 7639 "corpus": "gm",
7615 "diameter": 0, 7640 "diameter": 0,
7616 "name": "bleed", 7641 "name": "bleed",
7617 "neg": 17, 7642 "neg": 17,
7618 "num": 35, 7643 "num": 35,
7619 "pos": 18, 7644 "pos": 18,
7620 "untHashes": [], 7645 "untHashes": [],
7621 "untriaged": 0 7646 "untriaged": 0
7622 }, 7647 },
7623 { 7648 {
7624 "blame": [], 7649 "blame": [],
7625 "corpus": "gm", 7650 "corpus": "gm",
7626 "diameter": 0, 7651 "diameter": 0,
7627 "name": "giantbitmap_clamp_point_scale", 7652 "name": "giantbitmap_clamp_point_scale",
7628 "neg": 0, 7653 "neg": 0,
7629 "num": 4, 7654 "num": 4,
7630 "pos": 4, 7655 "pos": 4,
7631 "untHashes": [], 7656 "untHashes": [],
7632 "untriaged": 0 7657 "untriaged": 0
7633 }, 7658 },
7634 { 7659 {
7635 "blame": [], 7660 "blame": [],
7636 "corpus": "gm", 7661 "corpus": "gm",
7637 "diameter": 0, 7662 "diameter": 0,
7638 "name": "bleed_alpha_bmp_shader", 7663 "name": "bleed_alpha_bmp_shader",
7639 "neg": 40, 7664 "neg": 40,
7640 "num": 40, 7665 "num": 40,
7641 "pos": 0, 7666 "pos": 0,
7642 "untHashes": [], 7667 "untHashes": [],
7643 "untriaged": 0 7668 "untriaged": 0
7644 }, 7669 },
7645 { 7670 {
7646 "blame": [], 7671 "blame": [],
7647 "corpus": "gm", 7672 "corpus": "gm",
7648 "diameter": 0, 7673 "diameter": 0,
7649 "name": "surfacenew", 7674 "name": "surfacenew",
7650 "neg": 0, 7675 "neg": 0,
7651 "num": 2, 7676 "num": 2,
7652 "pos": 2, 7677 "pos": 2,
7653 "untHashes": [], 7678 "untHashes": [],
7654 "untriaged": 0 7679 "untriaged": 0
7655 }, 7680 },
7656 { 7681 {
7657 "blame": [], 7682 "blame": [],
7658 "corpus": "gm", 7683 "corpus": "gm",
7659 "diameter": 0, 7684 "diameter": 0,
7660 "name": "avoidxfermode", 7685 "name": "avoidxfermode",
7661 "neg": 0, 7686 "neg": 0,
7662 "num": 11, 7687 "num": 11,
7663 "pos": 11, 7688 "pos": 11,
7664 "untHashes": [], 7689 "untHashes": [],
7665 "untriaged": 0 7690 "untriaged": 0
7666 }, 7691 },
7667 { 7692 {
7668 "blame": [], 7693 "blame": [],
7669 "corpus": "gm", 7694 "corpus": "gm",
7670 "diameter": 0, 7695 "diameter": 0,
7671 "name": "aaclip", 7696 "name": "aaclip",
7672 "neg": 0, 7697 "neg": 0,
7673 "num": 18, 7698 "num": 18,
7674 "pos": 18, 7699 "pos": 18,
7675 "untHashes": [], 7700 "untHashes": [],
7676 "untriaged": 0 7701 "untriaged": 0
7677 }, 7702 },
7678 { 7703 {
7679 "blame": [], 7704 "blame": [],
7680 "corpus": "gm", 7705 "corpus": "gm",
7681 "diameter": 0, 7706 "diameter": 0,
7682 "name": "strokes_round", 7707 "name": "strokes_round",
7683 "neg": 0, 7708 "neg": 0,
7684 "num": 38, 7709 "num": 38,
7685 "pos": 38, 7710 "pos": 38,
7686 "untHashes": [], 7711 "untHashes": [],
7687 "untriaged": 0 7712 "untriaged": 0
7688 }, 7713 },
7689 { 7714 {
7690 "blame": [], 7715 "blame": [],
7691 "corpus": "gm", 7716 "corpus": "gm",
7692 "diameter": 0, 7717 "diameter": 0,
7693 "name": "cubicclosepath", 7718 "name": "cubicclosepath",
7694 "neg": 2, 7719 "neg": 2,
7695 "num": 28, 7720 "num": 28,
7696 "pos": 26, 7721 "pos": 26,
7697 "untHashes": [], 7722 "untHashes": [],
7698 "untriaged": 0 7723 "untriaged": 0
7699 }, 7724 },
7700 { 7725 {
7701 "blame": [], 7726 "blame": [],
7702 "corpus": "gm", 7727 "corpus": "gm",
7703 "diameter": 0, 7728 "diameter": 0,
7704 "name": "skbug_257", 7729 "name": "skbug_257",
7705 "neg": 8, 7730 "neg": 8,
7706 "num": 40, 7731 "num": 40,
7707 "pos": 32, 7732 "pos": 32,
7708 "untHashes": [], 7733 "untHashes": [],
7709 "untriaged": 0 7734 "untriaged": 0
7710 }, 7735 },
7711 { 7736 {
7712 "blame": [], 7737 "blame": [],
7713 "corpus": "gm", 7738 "corpus": "gm",
7714 "diameter": 0, 7739 "diameter": 0,
7715 "name": "megalooper_1x4", 7740 "name": "megalooper_1x4",
7716 "neg": 0, 7741 "neg": 0,
7717 "num": 14, 7742 "num": 14,
7718 "pos": 14, 7743 "pos": 14,
7719 "untHashes": [], 7744 "untHashes": [],
7720 "untriaged": 0 7745 "untriaged": 0
7721 }, 7746 },
7722 { 7747 {
7723 "blame": [], 7748 "blame": [],
7724 "corpus": "gm", 7749 "corpus": "gm",
7725 "diameter": 0, 7750 "diameter": 0,
7726 "name": "filterbitmap_image_mandrill_512.png", 7751 "name": "filterbitmap_image_mandrill_512.png",
7727 "neg": 2, 7752 "neg": 2,
7728 "num": 33, 7753 "num": 33,
7729 "pos": 31, 7754 "pos": 31,
7730 "untHashes": [], 7755 "untHashes": [],
7731 "untriaged": 0 7756 "untriaged": 0
7732 }, 7757 },
7733 { 7758 {
7734 "blame": [], 7759 "blame": [],
7735 "corpus": "gm", 7760 "corpus": "gm",
7736 "diameter": 0, 7761 "diameter": 0,
7737 "name": "typefacestylesChromeOS", 7762 "name": "typefacestylesChromeOS",
7738 "neg": 0, 7763 "neg": 0,
7739 "num": 2, 7764 "num": 2,
7740 "pos": 2, 7765 "pos": 2,
7741 "untHashes": [], 7766 "untHashes": [],
7742 "untriaged": 0 7767 "untriaged": 0
7743 }, 7768 },
7744 { 7769 {
7745 "blame": [], 7770 "blame": [],
7746 "corpus": "gm", 7771 "corpus": "gm",
7747 "diameter": 0, 7772 "diameter": 0,
7748 "name": "gradients_no_texture", 7773 "name": "gradients_no_texture",
7749 "neg": 0, 7774 "neg": 0,
7750 "num": 32, 7775 "num": 32,
7751 "pos": 32, 7776 "pos": 32,
7752 "untHashes": [], 7777 "untHashes": [],
7753 "untriaged": 0 7778 "untriaged": 0
7754 }, 7779 },
7755 { 7780 {
7756 "blame": [], 7781 "blame": [],
7757 "corpus": "gm", 7782 "corpus": "gm",
7758 "diameter": 0, 7783 "diameter": 0,
7759 "name": "textfilter_image", 7784 "name": "textfilter_image",
7760 "neg": 0, 7785 "neg": 0,
7761 "num": 16, 7786 "num": 16,
7762 "pos": 16, 7787 "pos": 16,
7763 "untHashes": [], 7788 "untHashes": [],
7764 "untriaged": 0 7789 "untriaged": 0
7765 }, 7790 },
7766 { 7791 {
7767 "blame": [], 7792 "blame": [],
7768 "corpus": "gm", 7793 "corpus": "gm",
7769 "diameter": 0, 7794 "diameter": 0,
7770 "name": "dashing4", 7795 "name": "dashing4",
7771 "neg": 0, 7796 "neg": 0,
7772 "num": 26, 7797 "num": 26,
7773 "pos": 26, 7798 "pos": 26,
7774 "untHashes": [], 7799 "untHashes": [],
7775 "untriaged": 0 7800 "untriaged": 0
7776 }, 7801 },
7777 { 7802 {
7778 "blame": [], 7803 "blame": [],
7779 "corpus": "gm", 7804 "corpus": "gm",
7780 "diameter": 0, 7805 "diameter": 0,
7781 "name": "gradient_dirty_laundry", 7806 "name": "gradient_dirty_laundry",
7782 "neg": 0, 7807 "neg": 0,
7783 "num": 34, 7808 "num": 34,
7784 "pos": 34, 7809 "pos": 34,
7785 "untHashes": [], 7810 "untHashes": [],
7786 "untriaged": 0 7811 "untriaged": 0
7787 }, 7812 },
7788 { 7813 {
7789 "blame": [], 7814 "blame": [],
7790 "corpus": "gm", 7815 "corpus": "gm",
7791 "diameter": 0, 7816 "diameter": 0,
7792 "name": "linear_gradient_tiny_4f", 7817 "name": "linear_gradient_tiny_4f",
7793 "neg": 7, 7818 "neg": 7,
7794 "num": 9, 7819 "num": 9,
7795 "pos": 2, 7820 "pos": 2,
7796 "untHashes": [], 7821 "untHashes": [],
7797 "untriaged": 0 7822 "untriaged": 0
7798 }, 7823 },
7799 { 7824 {
7800 "blame": [], 7825 "blame": [],
7801 "corpus": "gm", 7826 "corpus": "gm",
7802 "diameter": 0, 7827 "diameter": 0,
7803 "name": "polygons", 7828 "name": "polygons",
7804 "neg": 0, 7829 "neg": 0,
7805 "num": 29, 7830 "num": 29,
7806 "pos": 29, 7831 "pos": 29,
7807 "untHashes": [], 7832 "untHashes": [],
7808 "untriaged": 0 7833 "untriaged": 0
7809 }, 7834 },
7810 { 7835 {
7811 "blame": [], 7836 "blame": [],
7812 "corpus": "gm", 7837 "corpus": "gm",
7813 "diameter": 0, 7838 "diameter": 0,
7814 "name": "complexclip_aa_invert", 7839 "name": "complexclip_aa_invert",
7815 "neg": 0, 7840 "neg": 0,
7816 "num": 30, 7841 "num": 30,
7817 "pos": 30, 7842 "pos": 30,
7818 "untHashes": [], 7843 "untHashes": [],
7819 "untriaged": 0 7844 "untriaged": 0
7820 }, 7845 },
7821 { 7846 {
7822 "blame": [], 7847 "blame": [],
7823 "corpus": "gm", 7848 "corpus": "gm",
7824 "diameter": 0, 7849 "diameter": 0,
7825 "name": "scaled_tilemodes_npot", 7850 "name": "scaled_tilemodes_npot",
7826 "neg": 0, 7851 "neg": 0,
7827 "num": 31, 7852 "num": 31,
7828 "pos": 31, 7853 "pos": 31,
7829 "untHashes": [], 7854 "untHashes": [],
7830 "untriaged": 0 7855 "untriaged": 0
7831 }, 7856 },
7832 { 7857 {
7833 "blame": [], 7858 "blame": [],
7834 "corpus": "gm", 7859 "corpus": "gm",
7835 "diameter": 0, 7860 "diameter": 0,
7836 "name": "stroke-fill", 7861 "name": "stroke-fill",
7837 "neg": 0, 7862 "neg": 0,
7838 "num": 37, 7863 "num": 37,
7839 "pos": 37, 7864 "pos": 37,
7840 "untHashes": [], 7865 "untHashes": [],
7841 "untriaged": 0 7866 "untriaged": 0
7842 }, 7867 },
7843 { 7868 {
7844 "blame": [], 7869 "blame": [],
7845 "corpus": "gm", 7870 "corpus": "gm",
7846 "diameter": 0, 7871 "diameter": 0,
7847 "name": "bitmaprect_s", 7872 "name": "bitmaprect_s",
7848 "neg": 0, 7873 "neg": 0,
7849 "num": 21, 7874 "num": 21,
7850 "pos": 21, 7875 "pos": 21,
7851 "untHashes": [], 7876 "untHashes": [],
7852 "untriaged": 0 7877 "untriaged": 0
7853 }, 7878 },
7854 { 7879 {
7855 "blame": [], 7880 "blame": [],
7856 "corpus": "gm", 7881 "corpus": "gm",
7857 "diameter": 0, 7882 "diameter": 0,
7858 "name": "fontmgr_boundsWin8", 7883 "name": "fontmgr_boundsWin8",
7859 "neg": 0, 7884 "neg": 0,
7860 "num": 9, 7885 "num": 9,
7861 "pos": 9, 7886 "pos": 9,
7862 "untHashes": [], 7887 "untHashes": [],
7863 "untriaged": 0 7888 "untriaged": 0
7864 }, 7889 },
7865 { 7890 {
7866 "blame": [], 7891 "blame": [],
7867 "corpus": "gm", 7892 "corpus": "gm",
7868 "diameter": 0, 7893 "diameter": 0,
7869 "name": "complexclip_aa_layer_invert", 7894 "name": "complexclip_aa_layer_invert",
7870 "neg": 0, 7895 "neg": 0,
7871 "num": 31, 7896 "num": 31,
7872 "pos": 31, 7897 "pos": 31,
7873 "untHashes": [], 7898 "untHashes": [],
7874 "untriaged": 0 7899 "untriaged": 0
7875 }, 7900 },
7876 { 7901 {
7877 "blame": [], 7902 "blame": [],
7878 "corpus": "gm", 7903 "corpus": "gm",
7879 "diameter": 0, 7904 "diameter": 0,
7880 "name": "bigmatrix", 7905 "name": "bigmatrix",
7881 "neg": 1, 7906 "neg": 1,
7882 "num": 27, 7907 "num": 27,
7883 "pos": 26, 7908 "pos": 26,
7884 "untHashes": [], 7909 "untHashes": [],
7885 "untriaged": 0 7910 "untriaged": 0
7886 }, 7911 },
7887 { 7912 {
7888 "blame": [], 7913 "blame": [],
7889 "corpus": "gm", 7914 "corpus": "gm",
7890 "diameter": 0, 7915 "diameter": 0,
7891 "name": "extractbitmap", 7916 "name": "extractbitmap",
7892 "neg": 0, 7917 "neg": 0,
7893 "num": 2, 7918 "num": 2,
7894 "pos": 2, 7919 "pos": 2,
7895 "untHashes": [], 7920 "untHashes": [],
7896 "untriaged": 0 7921 "untriaged": 0
7897 }, 7922 },
7898 { 7923 {
7899 "blame": [], 7924 "blame": [],
7900 "corpus": "gm", 7925 "corpus": "gm",
7901 "diameter": 0, 7926 "diameter": 0,
7902 "name": "colortype_xfermodes", 7927 "name": "colortype_xfermodes",
7903 "neg": 0, 7928 "neg": 0,
7904 "num": 23, 7929 "num": 23,
7905 "pos": 23, 7930 "pos": 23,
7906 "untHashes": [], 7931 "untHashes": [],
7907 "untriaged": 0 7932 "untriaged": 0
7908 }, 7933 },
7909 { 7934 {
7910 "blame": [], 7935 "blame": [],
7911 "corpus": "gm", 7936 "corpus": "gm",
7912 "diameter": 0, 7937 "diameter": 0,
7913 "name": "astcbitmap", 7938 "name": "astcbitmap",
7914 "neg": 2, 7939 "neg": 2,
7915 "num": 2, 7940 "num": 2,
7916 "pos": 0, 7941 "pos": 0,
7917 "untHashes": [], 7942 "untHashes": [],
7918 "untriaged": 0 7943 "untriaged": 0
7919 }, 7944 },
7920 { 7945 {
7921 "blame": [], 7946 "blame": [],
7922 "corpus": "gm", 7947 "corpus": "gm",
7923 "diameter": 0, 7948 "diameter": 0,
7924 "name": "shadertext2", 7949 "name": "shadertext2",
7925 "neg": 0, 7950 "neg": 0,
7926 "num": 35, 7951 "num": 35,
7927 "pos": 35, 7952 "pos": 35,
7928 "untHashes": [], 7953 "untHashes": [],
7929 "untriaged": 0 7954 "untriaged": 0
7930 }, 7955 },
7931 { 7956 {
7932 "blame": [], 7957 "blame": [],
7933 "corpus": "gm", 7958 "corpus": "gm",
7934 "diameter": 0, 7959 "diameter": 0,
7935 "name": "circles", 7960 "name": "circles",
7936 "neg": 0, 7961 "neg": 0,
7937 "num": 33, 7962 "num": 33,
7938 "pos": 33, 7963 "pos": 33,
7939 "untHashes": [], 7964 "untHashes": [],
7940 "untriaged": 0 7965 "untriaged": 0
7941 }, 7966 },
7942 { 7967 {
7943 "blame": [], 7968 "blame": [],
7944 "corpus": "gm", 7969 "corpus": "gm",
7945 "diameter": 0, 7970 "diameter": 0,
7946 "name": "convex_poly_effect", 7971 "name": "convex_poly_effect",
7947 "neg": 0, 7972 "neg": 0,
7948 "num": 24, 7973 "num": 24,
7949 "pos": 24, 7974 "pos": 24,
7950 "untHashes": [], 7975 "untHashes": [],
7951 "untriaged": 0 7976 "untriaged": 0
7952 }, 7977 },
7953 { 7978 {
7954 "blame": [], 7979 "blame": [],
7955 "corpus": "gm", 7980 "corpus": "gm",
7956 "diameter": 0, 7981 "diameter": 0,
7957 "name": "filltypes", 7982 "name": "filltypes",
7958 "neg": 0, 7983 "neg": 0,
7959 "num": 19, 7984 "num": 19,
7960 "pos": 19, 7985 "pos": 19,
7961 "untHashes": [], 7986 "untHashes": [],
7962 "untriaged": 0 7987 "untriaged": 0
7963 }, 7988 },
7964 { 7989 {
7965 "blame": [], 7990 "blame": [],
7966 "corpus": "gm", 7991 "corpus": "gm",
7967 "diameter": 0, 7992 "diameter": 0,
7968 "name": "shadertext3", 7993 "name": "shadertext3",
7969 "neg": 0, 7994 "neg": 0,
7970 "num": 38, 7995 "num": 38,
7971 "pos": 38, 7996 "pos": 38,
7972 "untHashes": [], 7997 "untHashes": [],
7973 "untriaged": 0 7998 "untriaged": 0
7974 }, 7999 },
7975 { 8000 {
7976 "blame": [], 8001 "blame": [],
7977 "corpus": "gm", 8002 "corpus": "gm",
7978 "diameter": 0, 8003 "diameter": 0,
7979 "name": "drawfilter", 8004 "name": "drawfilter",
7980 "neg": 6, 8005 "neg": 6,
7981 "num": 14, 8006 "num": 14,
7982 "pos": 8, 8007 "pos": 8,
7983 "untHashes": [], 8008 "untHashes": [],
7984 "untriaged": 0 8009 "untriaged": 0
7985 }, 8010 },
7986 { 8011 {
7987 "blame": [], 8012 "blame": [],
7988 "corpus": "gm", 8013 "corpus": "gm",
7989 "diameter": 0, 8014 "diameter": 0,
7990 "name": "fontmgr_bounds_1_-0.25Ubuntu", 8015 "name": "fontmgr_bounds_1_-0.25Ubuntu",
7991 "neg": 0, 8016 "neg": 0,
7992 "num": 5, 8017 "num": 5,
7993 "pos": 5, 8018 "pos": 5,
7994 "untHashes": [], 8019 "untHashes": [],
7995 "untriaged": 0 8020 "untriaged": 0
7996 }, 8021 },
7997 { 8022 {
7998 "blame": [], 8023 "blame": [],
7999 "corpus": "gm", 8024 "corpus": "gm",
8000 "diameter": 0, 8025 "diameter": 0,
8001 "name": "image_to_yuv_planes", 8026 "name": "image_to_yuv_planes",
8002 "neg": 0, 8027 "neg": 0,
8003 "num": 12, 8028 "num": 12,
8004 "pos": 12, 8029 "pos": 12,
8005 "untHashes": [], 8030 "untHashes": [],
8006 "untriaged": 0 8031 "untriaged": 0
8007 }, 8032 },
8008 { 8033 {
8009 "blame": [], 8034 "blame": [],
8010 "corpus": "gm", 8035 "corpus": "gm",
8011 "diameter": 0, 8036 "diameter": 0,
8012 "name": "manyarcs", 8037 "name": "manyarcs",
8013 "neg": 2, 8038 "neg": 2,
8014 "num": 25, 8039 "num": 25,
8015 "pos": 23, 8040 "pos": 23,
8016 "untHashes": [], 8041 "untHashes": [],
8017 "untriaged": 0 8042 "untriaged": 0
8018 }, 8043 },
8019 { 8044 {
8020 "blame": [], 8045 "blame": [],
8021 "corpus": "gm", 8046 "corpus": "gm",
8022 "diameter": 0, 8047 "diameter": 0,
8023 "name": "fontmgr_matchMac", 8048 "name": "fontmgr_matchMac",
8024 "neg": 0, 8049 "neg": 0,
8025 "num": 3, 8050 "num": 3,
8026 "pos": 3, 8051 "pos": 3,
8027 "untHashes": [], 8052 "untHashes": [],
8028 "untriaged": 0 8053 "untriaged": 0
8029 }, 8054 },
8030 { 8055 {
8031 "blame": [], 8056 "blame": [],
8032 "corpus": "gm", 8057 "corpus": "gm",
8033 "diameter": 0, 8058 "diameter": 0,
8034 "name": "tiled_picture_shader", 8059 "name": "tiled_picture_shader",
8035 "neg": 1, 8060 "neg": 1,
8036 "num": 3, 8061 "num": 3,
8037 "pos": 2, 8062 "pos": 2,
8038 "untHashes": [], 8063 "untHashes": [],
8039 "untriaged": 0 8064 "untriaged": 0
8040 }, 8065 },
8041 { 8066 {
8042 "blame": [], 8067 "blame": [],
8043 "corpus": "gm", 8068 "corpus": "gm",
8044 "diameter": 0, 8069 "diameter": 0,
8045 "name": "filterfastbounds", 8070 "name": "filterfastbounds",
8046 "neg": 0, 8071 "neg": 0,
8047 "num": 34, 8072 "num": 34,
8048 "pos": 34, 8073 "pos": 34,
8049 "untHashes": [], 8074 "untHashes": [],
8050 "untriaged": 0 8075 "untriaged": 0
8051 }, 8076 },
8052 { 8077 {
8053 "blame": [], 8078 "blame": [],
8054 "corpus": "gm", 8079 "corpus": "gm",
8055 "diameter": 0, 8080 "diameter": 0,
8056 "name": "scaledstrokes", 8081 "name": "scaledstrokes",
8057 "neg": 0, 8082 "neg": 0,
8058 "num": 29, 8083 "num": 29,
8059 "pos": 29, 8084 "pos": 29,
8060 "untHashes": [], 8085 "untHashes": [],
8061 "untriaged": 0 8086 "untriaged": 0
8062 }, 8087 },
8063 { 8088 {
8064 "blame": [], 8089 "blame": [],
8065 "corpus": "gm", 8090 "corpus": "gm",
8066 "diameter": 0, 8091 "diameter": 0,
8067 "name": "image_from_yuv_textures", 8092 "name": "image_from_yuv_textures",
8068 "neg": 0, 8093 "neg": 0,
8069 "num": 9, 8094 "num": 9,
8070 "pos": 9, 8095 "pos": 9,
8071 "untHashes": [], 8096 "untHashes": [],
8072 "untriaged": 0 8097 "untriaged": 0
8073 }, 8098 },
8074 { 8099 {
8075 "blame": [], 8100 "blame": [],
8076 "corpus": "gm", 8101 "corpus": "gm",
8077 "diameter": 0, 8102 "diameter": 0,
8078 "name": "fontmgr_iter_factoryWin8", 8103 "name": "fontmgr_iter_factoryWin8",
8079 "neg": 0, 8104 "neg": 0,
8080 "num": 4, 8105 "num": 4,
8081 "pos": 4, 8106 "pos": 4,
8082 "untHashes": [], 8107 "untHashes": [],
8083 "untriaged": 0 8108 "untriaged": 0
8084 }, 8109 },
8085 { 8110 {
8086 "blame": [], 8111 "blame": [],
8087 "corpus": "gm", 8112 "corpus": "gm",
8088 "diameter": 0, 8113 "diameter": 0,
8089 "name": "downsamplebitmap_text_high_72.00pt", 8114 "name": "downsamplebitmap_text_high_72.00pt",
8090 "neg": 0, 8115 "neg": 0,
8091 "num": 31, 8116 "num": 31,
8092 "pos": 31, 8117 "pos": 31,
8093 "untHashes": [], 8118 "untHashes": [],
8094 "untriaged": 0 8119 "untriaged": 0
8095 }, 8120 },
8096 { 8121 {
8097 "blame": [ 8122 "blame": [
8098 { 8123 {
8099 "author": "marco.diiga (marco.diiga@gmail.com)", 8124 "author": "marco.diiga (marco.diiga@gmail.com)",
8100 "prob": 1 8125 "prob": 1
8101 } 8126 }
8102 ], 8127 ],
8103 "corpus": "gm", 8128 "corpus": "gm",
8104 "diameter": 0, 8129 "diameter": 0,
8105 "name": "bleed_image", 8130 "name": "bleed_image",
8106 "neg": 19, 8131 "neg": 19,
8107 "num": 37, 8132 "num": 37,
8108 "pos": 18, 8133 "pos": 18,
8109 "untHashes": [], 8134 "untHashes": [],
8110 "untriaged": 0 8135 "untriaged": 0
8111 }, 8136 },
8112 { 8137 {
8113 "blame": [], 8138 "blame": [],
8114 "corpus": "gm", 8139 "corpus": "gm",
8115 "diameter": 0, 8140 "diameter": 0,
8116 "name": "bug593049", 8141 "name": "bug593049",
8117 "neg": 1, 8142 "neg": 1,
8118 "num": 11, 8143 "num": 11,
8119 "pos": 10, 8144 "pos": 10,
8120 "untHashes": [], 8145 "untHashes": [],
8121 "untriaged": 0 8146 "untriaged": 0
8122 }, 8147 },
8123 { 8148 {
8124 "blame": [], 8149 "blame": [],
8125 "corpus": "gm", 8150 "corpus": "gm",
8126 "diameter": 0, 8151 "diameter": 0,
8127 "name": "fontmgr_bounds_1_-0.25Android", 8152 "name": "fontmgr_bounds_1_-0.25Android",
8128 "neg": 0, 8153 "neg": 0,
8129 "num": 17, 8154 "num": 17,
8130 "pos": 17, 8155 "pos": 17,
8131 "untHashes": [], 8156 "untHashes": [],
8132 "untriaged": 0 8157 "untriaged": 0
8133 }, 8158 },
8134 { 8159 {
8135 "blame": [], 8160 "blame": [],
8136 "corpus": "gm", 8161 "corpus": "gm",
8137 "diameter": 0, 8162 "diameter": 0,
8138 "name": "fontmgr_matchAndroid", 8163 "name": "fontmgr_matchAndroid",
8139 "neg": 0, 8164 "neg": 0,
8140 "num": 8, 8165 "num": 8,
8141 "pos": 8, 8166 "pos": 8,
8142 "untHashes": [], 8167 "untHashes": [],
8143 "untriaged": 0 8168 "untriaged": 0
8144 }, 8169 },
8145 { 8170 {
8146 "blame": [], 8171 "blame": [],
8147 "corpus": "gm", 8172 "corpus": "gm",
8148 "diameter": 0, 8173 "diameter": 0,
8149 "name": "lcdtextWin", 8174 "name": "lcdtextWin",
8150 "neg": 2, 8175 "neg": 2,
8151 "num": 6, 8176 "num": 6,
8152 "pos": 4, 8177 "pos": 4,
8153 "untHashes": [], 8178 "untHashes": [],
8154 "untriaged": 0 8179 "untriaged": 0
8155 }, 8180 },
8156 { 8181 {
8157 "blame": [], 8182 "blame": [],
8158 "corpus": "gm", 8183 "corpus": "gm",
8159 "diameter": 0, 8184 "diameter": 0,
8160 "name": "dftextSBIX", 8185 "name": "dftextSBIX",
8161 "neg": 0, 8186 "neg": 0,
8162 "num": 5, 8187 "num": 5,
8163 "pos": 5, 8188 "pos": 5,
8164 "untHashes": [], 8189 "untHashes": [],
8165 "untriaged": 0 8190 "untriaged": 0
8166 }, 8191 },
8167 { 8192 {
8168 "blame": [], 8193 "blame": [],
8169 "corpus": "gm", 8194 "corpus": "gm",
8170 "diameter": 0, 8195 "diameter": 0,
8171 "name": "giantbitmap_repeat_point_scale", 8196 "name": "giantbitmap_repeat_point_scale",
8172 "neg": 0, 8197 "neg": 0,
8173 "num": 7, 8198 "num": 7,
8174 "pos": 7, 8199 "pos": 7,
8175 "untHashes": [], 8200 "untHashes": [],
8176 "untriaged": 0 8201 "untriaged": 0
8177 }, 8202 },
8178 { 8203 {
8179 "blame": [], 8204 "blame": [],
8180 "corpus": "gm", 8205 "corpus": "gm",
8181 "diameter": 0, 8206 "diameter": 0,
8182 "name": "rrect_draw_bw", 8207 "name": "rrect_draw_bw",
8183 "neg": 0, 8208 "neg": 0,
8184 "num": 13, 8209 "num": 13,
8185 "pos": 13, 8210 "pos": 13,
8186 "untHashes": [], 8211 "untHashes": [],
8187 "untriaged": 0 8212 "untriaged": 0
8188 }, 8213 },
8189 { 8214 {
8190 "blame": [], 8215 "blame": [],
8191 "corpus": "gm", 8216 "corpus": "gm",
8192 "diameter": 0, 8217 "diameter": 0,
8193 "name": "tablecolorfilter", 8218 "name": "tablecolorfilter",
8194 "neg": 0, 8219 "neg": 0,
8195 "num": 22, 8220 "num": 22,
8196 "pos": 22, 8221 "pos": 22,
8197 "untHashes": [], 8222 "untHashes": [],
8198 "untriaged": 0 8223 "untriaged": 0
8199 }, 8224 },
8200 { 8225 {
8201 "blame": [], 8226 "blame": [],
8202 "corpus": "gm", 8227 "corpus": "gm",
8203 "diameter": 0, 8228 "diameter": 0,
8204 "name": "colortype", 8229 "name": "colortype",
8205 "neg": 0, 8230 "neg": 0,
8206 "num": 8, 8231 "num": 8,
8207 "pos": 8, 8232 "pos": 8,
8208 "untHashes": [], 8233 "untHashes": [],
8209 "untriaged": 0 8234 "untriaged": 0
8210 }, 8235 },
8211 { 8236 {
8212 "blame": [], 8237 "blame": [],
8213 "corpus": "gm", 8238 "corpus": "gm",
8214 "diameter": 0, 8239 "diameter": 0,
8215 "name": "simpleaaclip_rect", 8240 "name": "simpleaaclip_rect",
8216 "neg": 0, 8241 "neg": 0,
8217 "num": 26, 8242 "num": 26,
8218 "pos": 26, 8243 "pos": 26,
8219 "untHashes": [], 8244 "untHashes": [],
8220 "untriaged": 0 8245 "untriaged": 0
8221 }, 8246 },
8222 { 8247 {
8223 "blame": [], 8248 "blame": [],
8224 "corpus": "gm", 8249 "corpus": "gm",
8225 "diameter": 0, 8250 "diameter": 0,
8226 "name": "colorcomposefilter_alpha", 8251 "name": "colorcomposefilter_alpha",
8227 "neg": 0, 8252 "neg": 0,
8228 "num": 16, 8253 "num": 16,
8229 "pos": 16, 8254 "pos": 16,
8230 "untHashes": [], 8255 "untHashes": [],
8231 "untriaged": 0 8256 "untriaged": 0
8232 }, 8257 },
8233 { 8258 {
8234 "blame": [], 8259 "blame": [],
8235 "corpus": "gm", 8260 "corpus": "gm",
8236 "diameter": 0, 8261 "diameter": 0,
8237 "name": "shallow_gradient_linear", 8262 "name": "shallow_gradient_linear",
8238 "neg": 0, 8263 "neg": 0,
8239 "num": 16, 8264 "num": 16,
8240 "pos": 16, 8265 "pos": 16,
8241 "untHashes": [], 8266 "untHashes": [],
8242 "untriaged": 0 8267 "untriaged": 0
8243 }, 8268 },
8244 { 8269 {
8245 "blame": [], 8270 "blame": [],
8246 "corpus": "gm", 8271 "corpus": "gm",
8247 "diameter": 0, 8272 "diameter": 0,
8248 "name": "rects", 8273 "name": "rects",
8249 "neg": 8, 8274 "neg": 8,
8250 "num": 31, 8275 "num": 31,
8251 "pos": 23, 8276 "pos": 23,
8252 "untHashes": [], 8277 "untHashes": [],
8253 "untriaged": 0 8278 "untriaged": 0
8254 }, 8279 },
8255 { 8280 {
8256 "blame": [], 8281 "blame": [],
8257 "corpus": "gm", 8282 "corpus": "gm",
8258 "diameter": 0, 8283 "diameter": 0,
8259 "name": "texture_domain_effect", 8284 "name": "texture_domain_effect",
8260 "neg": 0, 8285 "neg": 0,
8261 "num": 12, 8286 "num": 12,
8262 "pos": 12, 8287 "pos": 12,
8263 "untHashes": [], 8288 "untHashes": [],
8264 "untriaged": 0 8289 "untriaged": 0
8265 }, 8290 },
8266 { 8291 {
8267 "blame": [], 8292 "blame": [],
8268 "corpus": "gm", 8293 "corpus": "gm",
8269 "diameter": 0, 8294 "diameter": 0,
8270 "name": "filterbitmap_checkerboard_32_32", 8295 "name": "filterbitmap_checkerboard_32_32",
8271 "neg": 0, 8296 "neg": 0,
8272 "num": 32, 8297 "num": 32,
8273 "pos": 32, 8298 "pos": 32,
8274 "untHashes": [], 8299 "untHashes": [],
8275 "untriaged": 0 8300 "untriaged": 0
8276 }, 8301 },
8277 { 8302 {
8278 "blame": [], 8303 "blame": [],
8279 "corpus": "gm", 8304 "corpus": "gm",
8280 "diameter": 0, 8305 "diameter": 0,
8281 "name": "skbug_4868", 8306 "name": "skbug_4868",
8282 "neg": 0, 8307 "neg": 0,
8283 "num": 16, 8308 "num": 16,
8284 "pos": 16, 8309 "pos": 16,
8285 "untHashes": [], 8310 "untHashes": [],
8286 "untriaged": 0 8311 "untriaged": 0
8287 }, 8312 },
8288 { 8313 {
8289 "blame": [], 8314 "blame": [],
8290 "corpus": "gm", 8315 "corpus": "gm",
8291 "diameter": 0, 8316 "diameter": 0,
8292 "name": "gradients_2pt_conical_inside_nodither", 8317 "name": "gradients_2pt_conical_inside_nodither",
8293 "neg": 0, 8318 "neg": 0,
8294 "num": 30, 8319 "num": 30,
8295 "pos": 30, 8320 "pos": 30,
8296 "untHashes": [], 8321 "untHashes": [],
8297 "untriaged": 0 8322 "untriaged": 0
8298 }, 8323 },
8299 { 8324 {
8300 "blame": [], 8325 "blame": [],
8301 "corpus": "gm", 8326 "corpus": "gm",
8302 "diameter": 0, 8327 "diameter": 0,
8303 "name": "pathinvfill", 8328 "name": "pathinvfill",
8304 "neg": 0, 8329 "neg": 0,
8305 "num": 19, 8330 "num": 19,
8306 "pos": 19, 8331 "pos": 19,
8307 "untHashes": [], 8332 "untHashes": [],
8308 "untriaged": 0 8333 "untriaged": 0
8309 }, 8334 },
8310 { 8335 {
8311 "blame": [], 8336 "blame": [],
8312 "corpus": "gm", 8337 "corpus": "gm",
8313 "diameter": 0, 8338 "diameter": 0,
8314 "name": "imagesrc2_med", 8339 "name": "imagesrc2_med",
8315 "neg": 0, 8340 "neg": 0,
8316 "num": 11, 8341 "num": 11,
8317 "pos": 11, 8342 "pos": 11,
8318 "untHashes": [], 8343 "untHashes": [],
8319 "untriaged": 0 8344 "untriaged": 0
8320 }, 8345 },
8321 { 8346 {
8322 "blame": [], 8347 "blame": [],
8323 "corpus": "gm", 8348 "corpus": "gm",
8324 "diameter": 0, 8349 "diameter": 0,
8325 "name": "complexclip2_rect_aa", 8350 "name": "complexclip2_rect_aa",
8326 "neg": 0, 8351 "neg": 0,
8327 "num": 21, 8352 "num": 21,
8328 "pos": 21, 8353 "pos": 21,
8329 "untHashes": [], 8354 "untHashes": [],
8330 "untriaged": 0 8355 "untriaged": 0
8331 }, 8356 },
8332 { 8357 {
8333 "blame": [], 8358 "blame": [],
8334 "corpus": "gm", 8359 "corpus": "gm",
8335 "diameter": 0, 8360 "diameter": 0,
8336 "name": "rrect_clip_aa", 8361 "name": "rrect_clip_aa",
8337 "neg": 1, 8362 "neg": 1,
8338 "num": 24, 8363 "num": 24,
8339 "pos": 23, 8364 "pos": 23,
8340 "untHashes": [], 8365 "untHashes": [],
8341 "untriaged": 0 8366 "untriaged": 0
8342 }, 8367 },
8343 { 8368 {
8344 "blame": [], 8369 "blame": [],
8345 "corpus": "gm", 8370 "corpus": "gm",
8346 "diameter": 0, 8371 "diameter": 0,
8347 "name": "arithmode", 8372 "name": "arithmode",
8348 "neg": 0, 8373 "neg": 0,
8349 "num": 24, 8374 "num": 24,
8350 "pos": 24, 8375 "pos": 24,
8351 "untHashes": [], 8376 "untHashes": [],
8352 "untriaged": 0 8377 "untriaged": 0
8353 }, 8378 },
8354 { 8379 {
8355 "blame": [], 8380 "blame": [],
8356 "corpus": "gm", 8381 "corpus": "gm",
8357 "diameter": 0, 8382 "diameter": 0,
8358 "name": "typefacestyles_kerningChromeOS", 8383 "name": "typefacestyles_kerningChromeOS",
8359 "neg": 0, 8384 "neg": 0,
8360 "num": 2, 8385 "num": 2,
8361 "pos": 2, 8386 "pos": 2,
8362 "untHashes": [], 8387 "untHashes": [],
8363 "untriaged": 0 8388 "untriaged": 0
8364 }, 8389 },
8365 { 8390 {
8366 "blame": [], 8391 "blame": [],
8367 "corpus": "gm", 8392 "corpus": "gm",
8368 "diameter": 0, 8393 "diameter": 0,
8369 "name": "contour_start", 8394 "name": "contour_start",
8370 "neg": 0, 8395 "neg": 0,
8371 "num": 33, 8396 "num": 33,
8372 "pos": 33, 8397 "pos": 33,
8373 "untHashes": [], 8398 "untHashes": [],
8374 "untriaged": 0 8399 "untriaged": 0
8375 }, 8400 },
8376 { 8401 {
8377 "blame": [], 8402 "blame": [],
8378 "corpus": "gm", 8403 "corpus": "gm",
8379 "diameter": 0, 8404 "diameter": 0,
8380 "name": "beziers", 8405 "name": "beziers",
8381 "neg": 0, 8406 "neg": 0,
8382 "num": 38, 8407 "num": 38,
8383 "pos": 38, 8408 "pos": 38,
8384 "untHashes": [], 8409 "untHashes": [],
8385 "untriaged": 0 8410 "untriaged": 0
8386 }, 8411 },
8387 { 8412 {
8388 "blame": [], 8413 "blame": [],
8389 "corpus": "gm", 8414 "corpus": "gm",
8390 "diameter": 0, 8415 "diameter": 0,
8391 "name": "typefacestyles_kerningUbuntu", 8416 "name": "typefacestyles_kerningUbuntu",
8392 "neg": 0, 8417 "neg": 0,
8393 "num": 2, 8418 "num": 2,
8394 "pos": 2, 8419 "pos": 2,
8395 "untHashes": [], 8420 "untHashes": [],
8396 "untriaged": 0 8421 "untriaged": 0
8397 }, 8422 },
8398 { 8423 {
8399 "blame": [], 8424 "blame": [],
8400 "corpus": "gm", 8425 "corpus": "gm",
8401 "diameter": 0, 8426 "diameter": 0,
8402 "name": "dftext", 8427 "name": "dftext",
8403 "neg": 0, 8428 "neg": 0,
8404 "num": 8, 8429 "num": 8,
8405 "pos": 8, 8430 "pos": 8,
8406 "untHashes": [], 8431 "untHashes": [],
8407 "untriaged": 0 8432 "untriaged": 0
8408 }, 8433 },
8409 { 8434 {
8410 "blame": [], 8435 "blame": [],
8411 "corpus": "gm", 8436 "corpus": "gm",
8412 "diameter": 0, 8437 "diameter": 0,
8413 "name": "stroketext", 8438 "name": "stroketext",
8414 "neg": 0, 8439 "neg": 0,
8415 "num": 32, 8440 "num": 32,
8416 "pos": 32, 8441 "pos": 32,
8417 "untHashes": [], 8442 "untHashes": [],
8418 "untriaged": 0 8443 "untriaged": 0
8419 }, 8444 },
8420 { 8445 {
8421 "blame": [], 8446 "blame": [],
8422 "corpus": "gm", 8447 "corpus": "gm",
8423 "diameter": 0, 8448 "diameter": 0,
8424 "name": "fontmgr_boundsAndroid", 8449 "name": "fontmgr_boundsAndroid",
8425 "neg": 0, 8450 "neg": 0,
8426 "num": 17, 8451 "num": 17,
8427 "pos": 17, 8452 "pos": 17,
8428 "untHashes": [], 8453 "untHashes": [],
8429 "untriaged": 0 8454 "untriaged": 0
8430 }, 8455 },
8431 { 8456 {
8432 "blame": [], 8457 "blame": [],
8433 "corpus": "gm", 8458 "corpus": "gm",
8434 "diameter": 0, 8459 "diameter": 0,
8435 "name": "imagesrc2_low", 8460 "name": "imagesrc2_low",
8436 "neg": 0, 8461 "neg": 0,
8437 "num": 11, 8462 "num": 11,
8438 "pos": 11, 8463 "pos": 11,
8439 "untHashes": [], 8464 "untHashes": [],
8440 "untriaged": 0 8465 "untriaged": 0
8441 }, 8466 },
8442 { 8467 {
8443 "blame": [], 8468 "blame": [],
8444 "corpus": "gm", 8469 "corpus": "gm",
8445 "diameter": 0, 8470 "diameter": 0,
8446 "name": "varied_text_ignorable_clip_lcd", 8471 "name": "varied_text_ignorable_clip_lcd",
8447 "neg": 0, 8472 "neg": 0,
8448 "num": 32, 8473 "num": 32,
8449 "pos": 32, 8474 "pos": 32,
8450 "untHashes": [], 8475 "untHashes": [],
8451 "untriaged": 0 8476 "untriaged": 0
8452 }, 8477 },
8453 { 8478 {
8454 "blame": [], 8479 "blame": [],
8455 "corpus": "gm", 8480 "corpus": "gm",
8456 "diameter": 0, 8481 "diameter": 0,
8457 "name": "giantbitmap_mirror_bilerp_scale", 8482 "name": "giantbitmap_mirror_bilerp_scale",
8458 "neg": 0, 8483 "neg": 0,
8459 "num": 10, 8484 "num": 10,
8460 "pos": 10, 8485 "pos": 10,
8461 "untHashes": [], 8486 "untHashes": [],
8462 "untriaged": 0 8487 "untriaged": 0
8463 }, 8488 },
8464 { 8489 {
8465 "blame": [], 8490 "blame": [],
8466 "corpus": "gm", 8491 "corpus": "gm",
8467 "diameter": 0, 8492 "diameter": 0,
8468 "name": "multipicturedraw_rectclip_tiled", 8493 "name": "multipicturedraw_rectclip_tiled",
8469 "neg": 0, 8494 "neg": 0,
8470 "num": 14, 8495 "num": 14,
8471 "pos": 14, 8496 "pos": 14,
8472 "untHashes": [], 8497 "untHashes": [],
8473 "untriaged": 0 8498 "untriaged": 0
8474 }, 8499 },
8475 { 8500 {
8476 "blame": [], 8501 "blame": [],
8477 "corpus": "gm", 8502 "corpus": "gm",
8478 "diameter": 0, 8503 "diameter": 0,
8479 "name": "fontscalerdistortable", 8504 "name": "fontscalerdistortable",
8480 "neg": 1, 8505 "neg": 1,
8481 "num": 36, 8506 "num": 36,
8482 "pos": 35, 8507 "pos": 35,
8483 "untHashes": [], 8508 "untHashes": [],
8484 "untriaged": 0 8509 "untriaged": 0
8485 }, 8510 },
8486 { 8511 {
8487 "blame": [], 8512 "blame": [],
8488 "corpus": "gm", 8513 "corpus": "gm",
8489 "diameter": 0, 8514 "diameter": 0,
8490 "name": "degeneratesegments", 8515 "name": "degeneratesegments",
8491 "neg": 11, 8516 "neg": 11,
8492 "num": 28, 8517 "num": 28,
8493 "pos": 17, 8518 "pos": 17,
8494 "untHashes": [], 8519 "untHashes": [],
8495 "untriaged": 0 8520 "untriaged": 0
8496 }, 8521 },
8497 { 8522 {
8498 "blame": [], 8523 "blame": [],
8499 "corpus": "gm", 8524 "corpus": "gm",
8500 "diameter": 0, 8525 "diameter": 0,
8501 "name": "verttext2iOS", 8526 "name": "verttext2iOS",
8502 "neg": 0, 8527 "neg": 0,
8503 "num": 1, 8528 "num": 1,
8504 "pos": 1, 8529 "pos": 1,
8505 "untHashes": [], 8530 "untHashes": [],
8506 "untriaged": 0 8531 "untriaged": 0
8507 }, 8532 },
8508 { 8533 {
8509 "blame": [], 8534 "blame": [],
8510 "corpus": "gm", 8535 "corpus": "gm",
8511 "diameter": 0, 8536 "diameter": 0,
8512 "name": "imagesource", 8537 "name": "imagesource",
8513 "neg": 0, 8538 "neg": 0,
8514 "num": 17, 8539 "num": 17,
8515 "pos": 17, 8540 "pos": 17,
8516 "untHashes": [], 8541 "untHashes": [],
8517 "untriaged": 0 8542 "untriaged": 0
8518 }, 8543 },
8519 { 8544 {
8520 "blame": [], 8545 "blame": [],
8521 "corpus": "gm", 8546 "corpus": "gm",
8522 "diameter": 0, 8547 "diameter": 0,
8523 "name": "colorfilterimagefilter", 8548 "name": "colorfilterimagefilter",
8524 "neg": 0, 8549 "neg": 0,
8525 "num": 11, 8550 "num": 11,
8526 "pos": 11, 8551 "pos": 11,
8527 "untHashes": [], 8552 "untHashes": [],
8528 "untriaged": 0 8553 "untriaged": 0
8529 }, 8554 },
8530 { 8555 {
8531 "blame": [], 8556 "blame": [],
8532 "corpus": "gm", 8557 "corpus": "gm",
8533 "diameter": 0, 8558 "diameter": 0,
8534 "name": "simpleshapes", 8559 "name": "simpleshapes",
8535 "neg": 2, 8560 "neg": 2,
8536 "num": 27, 8561 "num": 27,
8537 "pos": 25, 8562 "pos": 25,
8538 "untHashes": [], 8563 "untHashes": [],
8539 "untriaged": 0 8564 "untriaged": 0
8540 }, 8565 },
8541 { 8566 {
8542 "blame": [], 8567 "blame": [],
8543 "corpus": "gm", 8568 "corpus": "gm",
8544 "diameter": 0, 8569 "diameter": 0,
8545 "name": "avoidxfermode3", 8570 "name": "avoidxfermode3",
8546 "neg": 0, 8571 "neg": 0,
8547 "num": 17, 8572 "num": 17,
8548 "pos": 17, 8573 "pos": 17,
8549 "untHashes": [], 8574 "untHashes": [],
8550 "untriaged": 0 8575 "untriaged": 0
8551 }, 8576 },
8552 { 8577 {
8553 "blame": [], 8578 "blame": [],
8554 "corpus": "gm", 8579 "corpus": "gm",
8555 "diameter": 0, 8580 "diameter": 0,
8556 "name": "multipicturedraw_sierpinski_simple", 8581 "name": "multipicturedraw_sierpinski_simple",
8557 "neg": 0, 8582 "neg": 0,
8558 "num": 14, 8583 "num": 14,
8559 "pos": 14, 8584 "pos": 14,
8560 "untHashes": [], 8585 "untHashes": [],
8561 "untriaged": 0 8586 "untriaged": 0
8562 }, 8587 },
8563 { 8588 {
8564 "blame": [], 8589 "blame": [],
8565 "corpus": "gm", 8590 "corpus": "gm",
8566 "diameter": 0, 8591 "diameter": 0,
8567 "name": "giantbitmap_clamp_point_rotate", 8592 "name": "giantbitmap_clamp_point_rotate",
8568 "neg": 3, 8593 "neg": 3,
8569 "num": 9, 8594 "num": 9,
8570 "pos": 6, 8595 "pos": 6,
8571 "untHashes": [], 8596 "untHashes": [],
8572 "untriaged": 0 8597 "untriaged": 0
8573 }, 8598 },
8574 { 8599 {
8575 "blame": [], 8600 "blame": [],
8576 "corpus": "gm", 8601 "corpus": "gm",
8577 "diameter": 0, 8602 "diameter": 0,
8578 "name": "fontmgr_bounds_1_-0.25Win8GDI", 8603 "name": "fontmgr_bounds_1_-0.25Win8GDI",
8579 "neg": 0, 8604 "neg": 0,
8580 "num": 2, 8605 "num": 2,
8581 "pos": 2, 8606 "pos": 2,
8582 "untHashes": [], 8607 "untHashes": [],
8583 "untriaged": 0 8608 "untriaged": 0
8584 }, 8609 },
8585 { 8610 {
8586 "blame": [], 8611 "blame": [],
8587 "corpus": "gm", 8612 "corpus": "gm",
8588 "diameter": 0, 8613 "diameter": 0,
8589 "name": "bitmapfilters", 8614 "name": "bitmapfilters",
8590 "neg": 0, 8615 "neg": 0,
8591 "num": 27, 8616 "num": 27,
8592 "pos": 27, 8617 "pos": 27,
8593 "untHashes": [], 8618 "untHashes": [],
8594 "untriaged": 0 8619 "untriaged": 0
8595 }, 8620 },
8596 { 8621 {
8597 "blame": [], 8622 "blame": [],
8598 "corpus": "gm", 8623 "corpus": "gm",
8599 "diameter": 0, 8624 "diameter": 0,
8600 "name": "filterbitmap_image_mandrill_128.png", 8625 "name": "filterbitmap_image_mandrill_128.png",
8601 "neg": 2, 8626 "neg": 2,
8602 "num": 33, 8627 "num": 33,
8603 "pos": 31, 8628 "pos": 31,
8604 "untHashes": [], 8629 "untHashes": [],
8605 "untriaged": 0 8630 "untriaged": 0
8606 }, 8631 },
8607 { 8632 {
8608 "blame": [], 8633 "blame": [],
8609 "corpus": "gm", 8634 "corpus": "gm",
8610 "diameter": 0, 8635 "diameter": 0,
8611 "name": "multipicturedraw_rrectclip_simple", 8636 "name": "multipicturedraw_rrectclip_simple",
8612 "neg": 0, 8637 "neg": 0,
8613 "num": 13, 8638 "num": 13,
8614 "pos": 13, 8639 "pos": 13,
8615 "untHashes": [], 8640 "untHashes": [],
8616 "untriaged": 0 8641 "untriaged": 0
8617 }, 8642 },
8618 { 8643 {
8619 "blame": [], 8644 "blame": [],
8620 "corpus": "gm", 8645 "corpus": "gm",
8621 "diameter": 0, 8646 "diameter": 0,
8622 "name": "mixedtextblobsCBDT", 8647 "name": "mixedtextblobsCBDT",
8623 "neg": 0, 8648 "neg": 0,
8624 "num": 27, 8649 "num": 27,
8625 "pos": 27, 8650 "pos": 27,
8626 "untHashes": [], 8651 "untHashes": [],
8627 "untriaged": 0 8652 "untriaged": 0
8628 }, 8653 },
8629 { 8654 {
8630 "blame": [], 8655 "blame": [],
8631 "corpus": "gm", 8656 "corpus": "gm",
8632 "diameter": 0, 8657 "diameter": 0,
8633 "name": "coloremojiCBDT", 8658 "name": "coloremojiCBDT",
8634 "neg": 0, 8659 "neg": 0,
8635 "num": 15, 8660 "num": 15,
8636 "pos": 15, 8661 "pos": 15,
8637 "untHashes": [], 8662 "untHashes": [],
8638 "untriaged": 0 8663 "untriaged": 0
8639 }, 8664 },
8640 { 8665 {
8641 "blame": [], 8666 "blame": [],
8642 "corpus": "gm", 8667 "corpus": "gm",
8643 "diameter": 0, 8668 "diameter": 0,
8644 "name": "avoidxfermode2", 8669 "name": "avoidxfermode2",
8645 "neg": 0, 8670 "neg": 0,
8646 "num": 2, 8671 "num": 2,
8647 "pos": 2, 8672 "pos": 2,
8648 "untHashes": [], 8673 "untHashes": [],
8649 "untriaged": 0 8674 "untriaged": 0
8650 }, 8675 },
8651 { 8676 {
8652 "blame": [], 8677 "blame": [],
8653 "corpus": "gm", 8678 "corpus": "gm",
8654 "diameter": 0, 8679 "diameter": 0,
8655 "name": "drawbitmaprect", 8680 "name": "drawbitmaprect",
8656 "neg": 0, 8681 "neg": 0,
8657 "num": 26, 8682 "num": 26,
8658 "pos": 26, 8683 "pos": 26,
8659 "untHashes": [], 8684 "untHashes": [],
8660 "untriaged": 0 8685 "untriaged": 0
8661 }, 8686 },
8662 { 8687 {
8663 "blame": [], 8688 "blame": [],
8664 "corpus": "gm", 8689 "corpus": "gm",
8665 "diameter": 0, 8690 "diameter": 0,
8666 "name": "radial_gradient4", 8691 "name": "radial_gradient4",
8667 "neg": 1, 8692 "neg": 1,
8668 "num": 24, 8693 "num": 24,
8669 "pos": 23, 8694 "pos": 23,
8670 "untHashes": [], 8695 "untHashes": [],
8671 "untriaged": 0 8696 "untriaged": 0
8672 }, 8697 },
8673 { 8698 {
8674 "blame": [], 8699 "blame": [],
8675 "corpus": "gm", 8700 "corpus": "gm",
8676 "diameter": 0, 8701 "diameter": 0,
8677 "name": "fontscalerChromeOS", 8702 "name": "fontscalerChromeOS",
8678 "neg": 0, 8703 "neg": 0,
8679 "num": 3, 8704 "num": 3,
8680 "pos": 3, 8705 "pos": 3,
8681 "untHashes": [], 8706 "untHashes": [],
8682 "untriaged": 0 8707 "untriaged": 0
8683 }, 8708 },
8684 { 8709 {
8685 "blame": [], 8710 "blame": [],
8686 "corpus": "gm", 8711 "corpus": "gm",
8687 "diameter": 0, 8712 "diameter": 0,
8688 "name": "blur2rectsnonninepatch", 8713 "name": "blur2rectsnonninepatch",
8689 "neg": 0, 8714 "neg": 0,
8690 "num": 12, 8715 "num": 12,
8691 "pos": 12, 8716 "pos": 12,
8692 "untHashes": [], 8717 "untHashes": [],
8693 "untriaged": 0 8718 "untriaged": 0
8694 }, 8719 },
8695 { 8720 {
8696 "blame": [], 8721 "blame": [],
8697 "corpus": "gm", 8722 "corpus": "gm",
8698 "diameter": 0, 8723 "diameter": 0,
8699 "name": "morphology", 8724 "name": "morphology",
8700 "neg": 1, 8725 "neg": 1,
8701 "num": 6, 8726 "num": 6,
8702 "pos": 5, 8727 "pos": 5,
8703 "untHashes": [], 8728 "untHashes": [],
8704 "untriaged": 0 8729 "untriaged": 0
8705 }, 8730 },
8706 { 8731 {
8707 "blame": [], 8732 "blame": [],
8708 "corpus": "gm", 8733 "corpus": "gm",
8709 "diameter": 0, 8734 "diameter": 0,
8710 "name": "gradients_2pt_conical_edge_nodither", 8735 "name": "gradients_2pt_conical_edge_nodither",
8711 "neg": 4, 8736 "neg": 4,
8712 "num": 29, 8737 "num": 29,
8713 "pos": 25, 8738 "pos": 25,
8714 "untHashes": [], 8739 "untHashes": [],
8715 "untriaged": 0 8740 "untriaged": 0
8716 }, 8741 },
8717 { 8742 {
8718 "blame": [], 8743 "blame": [],
8719 "corpus": "gm", 8744 "corpus": "gm",
8720 "diameter": 0, 8745 "diameter": 0,
8721 "name": "giantbitmap_mirror_bilerp_rotate", 8746 "name": "giantbitmap_mirror_bilerp_rotate",
8722 "neg": 0, 8747 "neg": 0,
8723 "num": 15, 8748 "num": 15,
8724 "pos": 15, 8749 "pos": 15,
8725 "untHashes": [], 8750 "untHashes": [],
8726 "untriaged": 0 8751 "untriaged": 0
8727 }, 8752 },
8728 { 8753 {
8729 "blame": [], 8754 "blame": [],
8730 "corpus": "gm", 8755 "corpus": "gm",
8731 "diameter": 0, 8756 "diameter": 0,
8732 "name": "downsamplebitmap_checkerboard_none_512_256", 8757 "name": "downsamplebitmap_checkerboard_none_512_256",
8733 "neg": 2, 8758 "neg": 2,
8734 "num": 26, 8759 "num": 26,
8735 "pos": 24, 8760 "pos": 24,
8736 "untHashes": [], 8761 "untHashes": [],
8737 "untriaged": 0 8762 "untriaged": 0
8738 }, 8763 },
8739 { 8764 {
8740 "blame": [], 8765 "blame": [],
8741 "corpus": "gm", 8766 "corpus": "gm",
8742 "diameter": 0, 8767 "diameter": 0,
8743 "name": "bigtileimagefilter", 8768 "name": "bigtileimagefilter",
8744 "neg": 0, 8769 "neg": 0,
8745 "num": 2, 8770 "num": 2,
8746 "pos": 2, 8771 "pos": 2,
8747 "untHashes": [], 8772 "untHashes": [],
8748 "untriaged": 0 8773 "untriaged": 0
8749 }, 8774 },
8750 { 8775 {
8751 "blame": [], 8776 "blame": [],
8752 "corpus": "gm", 8777 "corpus": "gm",
8753 "diameter": 0, 8778 "diameter": 0,
8754 "name": "multipicturedraw_invpathclip_tiled", 8779 "name": "multipicturedraw_invpathclip_tiled",
8755 "neg": 0, 8780 "neg": 0,
8756 "num": 13, 8781 "num": 13,
8757 "pos": 13, 8782 "pos": 13,
8758 "untHashes": [], 8783 "untHashes": [],
8759 "untriaged": 0 8784 "untriaged": 0
8760 }, 8785 },
8761 { 8786 {
8762 "blame": [], 8787 "blame": [],
8763 "corpus": "gm", 8788 "corpus": "gm",
8764 "diameter": 0, 8789 "diameter": 0,
8765 "name": "verylargebitmap", 8790 "name": "verylargebitmap",
8766 "neg": 6, 8791 "neg": 6,
8767 "num": 29, 8792 "num": 29,
8768 "pos": 23, 8793 "pos": 23,
8769 "untHashes": [], 8794 "untHashes": [],
8770 "untriaged": 0 8795 "untriaged": 0
8771 }, 8796 },
8772 { 8797 {
8773 "blame": [], 8798 "blame": [],
8774 "corpus": "gm", 8799 "corpus": "gm",
8775 "diameter": 0, 8800 "diameter": 0,
8776 "name": "pathinterior", 8801 "name": "pathinterior",
8777 "neg": 0, 8802 "neg": 0,
8778 "num": 24, 8803 "num": 24,
8779 "pos": 24, 8804 "pos": 24,
8780 "untHashes": [], 8805 "untHashes": [],
8781 "untriaged": 0 8806 "untriaged": 0
8782 }, 8807 },
8783 { 8808 {
8784 "blame": [], 8809 "blame": [],
8785 "corpus": "gm", 8810 "corpus": "gm",
8786 "diameter": 0, 8811 "diameter": 0,
8787 "name": "parsedpaths", 8812 "name": "parsedpaths",
8788 "neg": 0, 8813 "neg": 0,
8789 "num": 42, 8814 "num": 42,
8790 "pos": 42, 8815 "pos": 42,
8791 "untHashes": [], 8816 "untHashes": [],
8792 "untriaged": 0 8817 "untriaged": 0
8793 }, 8818 },
8794 { 8819 {
8795 "blame": [], 8820 "blame": [],
8796 "corpus": "gm", 8821 "corpus": "gm",
8797 "diameter": 0, 8822 "diameter": 0,
8798 "name": "filterbitmap_text_10.00pt", 8823 "name": "filterbitmap_text_10.00pt",
8799 "neg": 0, 8824 "neg": 0,
8800 "num": 33, 8825 "num": 33,
8801 "pos": 33, 8826 "pos": 33,
8802 "untHashes": [], 8827 "untHashes": [],
8803 "untriaged": 0 8828 "untriaged": 0
8804 }, 8829 },
8805 { 8830 {
8806 "blame": [], 8831 "blame": [],
8807 "corpus": "gm", 8832 "corpus": "gm",
8808 "diameter": 0, 8833 "diameter": 0,
8809 "name": "linepath", 8834 "name": "linepath",
8810 "neg": 2, 8835 "neg": 2,
8811 "num": 26, 8836 "num": 26,
8812 "pos": 24, 8837 "pos": 24,
8813 "untHashes": [], 8838 "untHashes": [],
8814 "untriaged": 0 8839 "untriaged": 0
8815 }, 8840 },
8816 { 8841 {
8817 "blame": [], 8842 "blame": [],
8818 "corpus": "gm", 8843 "corpus": "gm",
8819 "diameter": 0, 8844 "diameter": 0,
8820 "name": "stlouisarch", 8845 "name": "stlouisarch",
8821 "neg": 11, 8846 "neg": 11,
8822 "num": 22, 8847 "num": 22,
8823 "pos": 11, 8848 "pos": 11,
8824 "untHashes": [], 8849 "untHashes": [],
8825 "untriaged": 0 8850 "untriaged": 0
8826 }, 8851 },
8827 { 8852 {
8828 "blame": [], 8853 "blame": [],
8829 "corpus": "gm", 8854 "corpus": "gm",
8830 "diameter": 0, 8855 "diameter": 0,
8831 "name": "downsamplebitmap_text_none_72.00pt", 8856 "name": "downsamplebitmap_text_none_72.00pt",
8832 "neg": 0, 8857 "neg": 0,
8833 "num": 27, 8858 "num": 27,
8834 "pos": 27, 8859 "pos": 27,
8835 "untHashes": [], 8860 "untHashes": [],
8836 "untriaged": 0 8861 "untriaged": 0
8837 }, 8862 },
8838 { 8863 {
8839 "blame": [], 8864 "blame": [],
8840 "corpus": "gm", 8865 "corpus": "gm",
8841 "diameter": 0, 8866 "diameter": 0,
8842 "name": "clippedcubic", 8867 "name": "clippedcubic",
8843 "neg": 0, 8868 "neg": 0,
8844 "num": 13, 8869 "num": 13,
8845 "pos": 13, 8870 "pos": 13,
8846 "untHashes": [], 8871 "untHashes": [],
8847 "untriaged": 0 8872 "untriaged": 0
8848 }, 8873 },
8849 { 8874 {
8850 "blame": [], 8875 "blame": [],
8851 "corpus": "gm", 8876 "corpus": "gm",
8852 "diameter": 0, 8877 "diameter": 0,
8853 "name": "composeshader_alpha", 8878 "name": "composeshader_alpha",
8854 "neg": 0, 8879 "neg": 0,
8855 "num": 15, 8880 "num": 15,
8856 "pos": 15, 8881 "pos": 15,
8857 "untHashes": [], 8882 "untHashes": [],
8858 "untriaged": 0 8883 "untriaged": 0
8859 }, 8884 },
8860 { 8885 {
8861 "blame": [], 8886 "blame": [],
8862 "corpus": "gm", 8887 "corpus": "gm",
8863 "diameter": 0, 8888 "diameter": 0,
8864 "name": "blurrect_gallery", 8889 "name": "blurrect_gallery",
8865 "neg": 2, 8890 "neg": 2,
8866 "num": 9, 8891 "num": 9,
8867 "pos": 7, 8892 "pos": 7,
8868 "untHashes": [], 8893 "untHashes": [],
8869 "untriaged": 0 8894 "untriaged": 0
8870 }, 8895 },
8871 { 8896 {
8872 "blame": [], 8897 "blame": [],
8873 "corpus": "gm", 8898 "corpus": "gm",
8874 "diameter": 0, 8899 "diameter": 0,
8875 "name": "discard", 8900 "name": "discard",
8876 "neg": 3, 8901 "neg": 3,
8877 "num": 4, 8902 "num": 4,
8878 "pos": 1, 8903 "pos": 1,
8879 "untHashes": [], 8904 "untHashes": [],
8880 "untriaged": 0 8905 "untriaged": 0
8881 }, 8906 },
8882 { 8907 {
8883 "blame": [], 8908 "blame": [],
8884 "corpus": "gm", 8909 "corpus": "gm",
8885 "diameter": 0, 8910 "diameter": 0,
8886 "name": "imagesrc2_none", 8911 "name": "imagesrc2_none",
8887 "neg": 0, 8912 "neg": 0,
8888 "num": 4, 8913 "num": 4,
8889 "pos": 4, 8914 "pos": 4,
8890 "untHashes": [], 8915 "untHashes": [],
8891 "untriaged": 0 8916 "untriaged": 0
8892 }, 8917 },
8893 { 8918 {
8894 "blame": [], 8919 "blame": [],
8895 "corpus": "gm", 8920 "corpus": "gm",
8896 "diameter": 0, 8921 "diameter": 0,
8897 "name": "tiledscaledbitmap", 8922 "name": "tiledscaledbitmap",
8898 "neg": 0, 8923 "neg": 0,
8899 "num": 22, 8924 "num": 22,
8900 "pos": 22, 8925 "pos": 22,
8901 "untHashes": [], 8926 "untHashes": [],
8902 "untriaged": 0 8927 "untriaged": 0
8903 }, 8928 },
8904 { 8929 {
8905 "blame": [], 8930 "blame": [],
8906 "corpus": "gm", 8931 "corpus": "gm",
8907 "diameter": 0, 8932 "diameter": 0,
8908 "name": "colorfiltershader", 8933 "name": "colorfiltershader",
8909 "neg": 0, 8934 "neg": 0,
8910 "num": 16, 8935 "num": 16,
8911 "pos": 16, 8936 "pos": 16,
8912 "untHashes": [], 8937 "untHashes": [],
8913 "untriaged": 0 8938 "untriaged": 0
8914 }, 8939 },
8915 { 8940 {
8916 "blame": [], 8941 "blame": [],
8917 "corpus": "gm", 8942 "corpus": "gm",
8918 "diameter": 0, 8943 "diameter": 0,
8919 "name": "pdf_never_embed", 8944 "name": "pdf_never_embed",
8920 "neg": 0, 8945 "neg": 0,
8921 "num": 34, 8946 "num": 34,
8922 "pos": 34, 8947 "pos": 34,
8923 "untHashes": [], 8948 "untHashes": [],
8924 "untriaged": 0 8949 "untriaged": 0
8925 }, 8950 },
8926 { 8951 {
8927 "blame": [], 8952 "blame": [],
8928 "corpus": "gm", 8953 "corpus": "gm",
8929 "diameter": 0, 8954 "diameter": 0,
8930 "name": "downsamplebitmap_text_medium_72.00pt", 8955 "name": "downsamplebitmap_text_medium_72.00pt",
8931 "neg": 0, 8956 "neg": 0,
8932 "num": 31, 8957 "num": 31,
8933 "pos": 31, 8958 "pos": 31,
8934 "untHashes": [], 8959 "untHashes": [],
8935 "untriaged": 0 8960 "untriaged": 0
8936 }, 8961 },
8937 { 8962 {
8938 "blame": [], 8963 "blame": [],
8939 "corpus": "gm", 8964 "corpus": "gm",
8940 "diameter": 0, 8965 "diameter": 0,
8941 "name": "imagefiltersstroked", 8966 "name": "imagefiltersstroked",
8942 "neg": 0, 8967 "neg": 0,
8943 "num": 26, 8968 "num": 26,
8944 "pos": 26, 8969 "pos": 26,
8945 "untHashes": [], 8970 "untHashes": [],
8946 "untriaged": 0 8971 "untriaged": 0
8947 }, 8972 },
8948 { 8973 {
8949 "blame": [], 8974 "blame": [],
8950 "corpus": "gm", 8975 "corpus": "gm",
8951 "diameter": 0, 8976 "diameter": 0,
8952 "name": "vertices", 8977 "name": "vertices",
8953 "neg": 0, 8978 "neg": 0,
8954 "num": 22, 8979 "num": 22,
8955 "pos": 22, 8980 "pos": 22,
8956 "untHashes": [], 8981 "untHashes": [],
8957 "untriaged": 0 8982 "untriaged": 0
8958 }, 8983 },
8959 { 8984 {
8960 "blame": [], 8985 "blame": [],
8961 "corpus": "gm", 8986 "corpus": "gm",
8962 "diameter": 0, 8987 "diameter": 0,
8963 "name": "megalooper_4x1", 8988 "name": "megalooper_4x1",
8964 "neg": 0, 8989 "neg": 0,
8965 "num": 14, 8990 "num": 14,
8966 "pos": 14, 8991 "pos": 14,
8967 "untHashes": [], 8992 "untHashes": [],
8968 "untriaged": 0 8993 "untriaged": 0
8969 }, 8994 },
8970 { 8995 {
8971 "blame": [], 8996 "blame": [],
8972 "corpus": "gm", 8997 "corpus": "gm",
8973 "diameter": 0, 8998 "diameter": 0,
8974 "name": "clamped_gradients_nodither", 8999 "name": "clamped_gradients_nodither",
8975 "neg": 0, 9000 "neg": 0,
8976 "num": 23, 9001 "num": 23,
8977 "pos": 23, 9002 "pos": 23,
8978 "untHashes": [], 9003 "untHashes": [],
8979 "untriaged": 0 9004 "untriaged": 0
8980 }, 9005 },
8981 { 9006 {
8982 "blame": [], 9007 "blame": [],
8983 "corpus": "gm", 9008 "corpus": "gm",
8984 "diameter": 0, 9009 "diameter": 0,
8985 "name": "xfermodes3", 9010 "name": "xfermodes3",
8986 "neg": 1, 9011 "neg": 1,
8987 "num": 24, 9012 "num": 24,
8988 "pos": 23, 9013 "pos": 23,
8989 "untHashes": [], 9014 "untHashes": [],
8990 "untriaged": 0 9015 "untriaged": 0
8991 }, 9016 },
8992 { 9017 {
8993 "blame": [], 9018 "blame": [],
8994 "corpus": "gm", 9019 "corpus": "gm",
8995 "diameter": 0, 9020 "diameter": 0,
8996 "name": "patch_primitive", 9021 "name": "patch_primitive",
8997 "neg": 0, 9022 "neg": 0,
8998 "num": 29, 9023 "num": 29,
8999 "pos": 29, 9024 "pos": 29,
9000 "untHashes": [], 9025 "untHashes": [],
9001 "untriaged": 0 9026 "untriaged": 0
9002 }, 9027 },
9003 { 9028 {
9004 "blame": [], 9029 "blame": [],
9005 "corpus": "gm", 9030 "corpus": "gm",
9006 "diameter": 0, 9031 "diameter": 0,
9007 "name": "anisotropic_hq", 9032 "name": "anisotropic_hq",
9008 "neg": 0, 9033 "neg": 0,
9009 "num": 18, 9034 "num": 18,
9010 "pos": 18, 9035 "pos": 18,
9011 "untHashes": [], 9036 "untHashes": [],
9012 "untriaged": 0 9037 "untriaged": 0
9013 }, 9038 },
9014 { 9039 {
9015 "blame": [], 9040 "blame": [],
9016 "corpus": "gm", 9041 "corpus": "gm",
9017 "diameter": 0, 9042 "diameter": 0,
9018 "name": "gradients_local_perspective", 9043 "name": "gradients_local_perspective",
9019 "neg": 2, 9044 "neg": 2,
9020 "num": 42, 9045 "num": 42,
9021 "pos": 40, 9046 "pos": 40,
9022 "untHashes": [], 9047 "untHashes": [],
9023 "untriaged": 0 9048 "untriaged": 0
9024 }, 9049 },
9025 { 9050 {
9026 "blame": [], 9051 "blame": [],
9027 "corpus": "gm", 9052 "corpus": "gm",
9028 "diameter": 0, 9053 "diameter": 0,
9029 "name": "addarc", 9054 "name": "addarc",
9030 "neg": 0, 9055 "neg": 0,
9031 "num": 39, 9056 "num": 39,
9032 "pos": 39, 9057 "pos": 39,
9033 "untHashes": [], 9058 "untHashes": [],
9034 "untriaged": 0 9059 "untriaged": 0
9035 }, 9060 },
9036 { 9061 {
9037 "blame": [], 9062 "blame": [],
9038 "corpus": "gm", 9063 "corpus": "gm",
9039 "diameter": 0, 9064 "diameter": 0,
9040 "name": "largeglyphblur", 9065 "name": "largeglyphblur",
9041 "neg": 2, 9066 "neg": 2,
9042 "num": 25, 9067 "num": 25,
9043 "pos": 23, 9068 "pos": 23,
9044 "untHashes": [], 9069 "untHashes": [],
9045 "untriaged": 0 9070 "untriaged": 0
9046 }, 9071 },
9047 { 9072 {
9048 "blame": [], 9073 "blame": [],
9049 "corpus": "gm", 9074 "corpus": "gm",
9050 "diameter": 0, 9075 "diameter": 0,
9051 "name": "small_image", 9076 "name": "small_image",
9052 "neg": 0, 9077 "neg": 0,
9053 "num": 2, 9078 "num": 2,
9054 "pos": 2, 9079 "pos": 2,
9055 "untHashes": [], 9080 "untHashes": [],
9056 "untriaged": 0 9081 "untriaged": 0
9057 }, 9082 },
9058 { 9083 {
9059 "blame": [], 9084 "blame": [],
9060 "corpus": "gm", 9085 "corpus": "gm",
9061 "diameter": 0, 9086 "diameter": 0,
9062 "name": "imagefiltersgraph", 9087 "name": "imagefiltersgraph",
9063 "neg": 2, 9088 "neg": 2,
9064 "num": 16, 9089 "num": 16,
9065 "pos": 14, 9090 "pos": 14,
9066 "untHashes": [], 9091 "untHashes": [],
9067 "untriaged": 0 9092 "untriaged": 0
9068 }, 9093 },
9069 { 9094 {
9070 "blame": [], 9095 "blame": [],
9071 "corpus": "gm", 9096 "corpus": "gm",
9072 "diameter": 0, 9097 "diameter": 0,
9073 "name": "dashtextcaps", 9098 "name": "dashtextcaps",
9074 "neg": 1, 9099 "neg": 1,
9075 "num": 23, 9100 "num": 23,
9076 "pos": 22, 9101 "pos": 22,
9077 "untHashes": [], 9102 "untHashes": [],
9078 "untriaged": 0 9103 "untriaged": 0
9079 }, 9104 },
9080 { 9105 {
9081 "blame": [], 9106 "blame": [],
9082 "corpus": "gm", 9107 "corpus": "gm",
9083 "diameter": 0, 9108 "diameter": 0,
9084 "name": "texteffects", 9109 "name": "texteffects",
9085 "neg": 0, 9110 "neg": 0,
9086 "num": 13, 9111 "num": 13,
9087 "pos": 13, 9112 "pos": 13,
9088 "untHashes": [], 9113 "untHashes": [],
9089 "untriaged": 0 9114 "untriaged": 0
9090 }, 9115 },
9091 { 9116 {
9092 "blame": [ 9117 "blame": [
9093 { 9118 {
9094 "author": "kjlubick (kjlubick@example.com)", 9119 "author": "kjlubick (kjlubick@example.com)",
9095 "prob": 0.3333333333333333 9120 "prob": 0.3333333333333333
9096 }, 9121 },
9097 { 9122 {
9098 "author": "robertphillips (robertphillips@example.com)", 9123 "author": "robertphillips (robertphillips@example.com)",
9099 "prob": 0.3333333333333333 9124 "prob": 0.3333333333333333
9100 }, 9125 },
9101 { 9126 {
9102 "author": "scroggo (scroggo@example.com)", 9127 "author": "scroggo (scroggo@example.com)",
9103 "prob": 0.3333333333333333 9128 "prob": 0.3333333333333333
9104 } 9129 }
9105 ], 9130 ],
9106 "corpus": "gm", 9131 "corpus": "gm",
9107 "diameter": 0, 9132 "diameter": 0,
9108 "name": "xfermodes2", 9133 "name": "xfermodes2",
9109 "neg": 0, 9134 "neg": 0,
9110 "num": 25, 9135 "num": 25,
9111 "pos": 25, 9136 "pos": 25,
9112 "untHashes": [], 9137 "untHashes": [],
9113 "untriaged": 0 9138 "untriaged": 0
9114 }, 9139 },
9115 { 9140 {
9116 "blame": [], 9141 "blame": [],
9117 "corpus": "gm", 9142 "corpus": "gm",
9118 "diameter": 0, 9143 "diameter": 0,
9119 "name": "varied_text_ignorable_clip_no_lcd", 9144 "name": "varied_text_ignorable_clip_no_lcd",
9120 "neg": 0, 9145 "neg": 0,
9121 "num": 30, 9146 "num": 30,
9122 "pos": 30, 9147 "pos": 30,
9123 "untHashes": [], 9148 "untHashes": [],
9124 "untriaged": 0 9149 "untriaged": 0
9125 }, 9150 },
9126 { 9151 {
9127 "blame": [], 9152 "blame": [],
9128 "corpus": "gm", 9153 "corpus": "gm",
9129 "diameter": 0, 9154 "diameter": 0,
9130 "name": "simpleaaclip_aaclip", 9155 "name": "simpleaaclip_aaclip",
9131 "neg": 0, 9156 "neg": 0,
9132 "num": 19, 9157 "num": 19,
9133 "pos": 19, 9158 "pos": 19,
9134 "untHashes": [], 9159 "untHashes": [],
9135 "untriaged": 0 9160 "untriaged": 0
9136 }, 9161 },
9137 { 9162 {
9138 "blame": [], 9163 "blame": [],
9139 "corpus": "gm", 9164 "corpus": "gm",
9140 "diameter": 0, 9165 "diameter": 0,
9141 "name": "shadows", 9166 "name": "shadows",
9142 "neg": 20, 9167 "neg": 20,
9143 "num": 24, 9168 "num": 24,
9144 "pos": 4, 9169 "pos": 4,
9145 "untHashes": [], 9170 "untHashes": [],
9146 "untriaged": 0 9171 "untriaged": 0
9147 }, 9172 },
9148 { 9173 {
9149 "blame": [], 9174 "blame": [],
9150 "corpus": "gm", 9175 "corpus": "gm",
9151 "diameter": 0, 9176 "diameter": 0,
9152 "name": "arccirclegap", 9177 "name": "arccirclegap",
9153 "neg": 0, 9178 "neg": 0,
9154 "num": 29, 9179 "num": 29,
9155 "pos": 29, 9180 "pos": 29,
9156 "untHashes": [], 9181 "untHashes": [],
9157 "untriaged": 0 9182 "untriaged": 0
9158 }, 9183 },
9159 { 9184 {
9160 "blame": [], 9185 "blame": [],
9161 "corpus": "gm", 9186 "corpus": "gm",
9162 "diameter": 0, 9187 "diameter": 0,
9163 "name": "imageresizetiled", 9188 "name": "imageresizetiled",
9164 "neg": 0, 9189 "neg": 0,
9165 "num": 6, 9190 "num": 6,
9166 "pos": 6, 9191 "pos": 6,
9167 "untHashes": [], 9192 "untHashes": [],
9168 "untriaged": 0 9193 "untriaged": 0
9169 }, 9194 },
9170 { 9195 {
9171 "blame": [], 9196 "blame": [],
9172 "corpus": "gm", 9197 "corpus": "gm",
9173 "diameter": 0, 9198 "diameter": 0,
9174 "name": "persp_shaders_bw", 9199 "name": "persp_shaders_bw",
9175 "neg": 0, 9200 "neg": 0,
9176 "num": 22, 9201 "num": 22,
9177 "pos": 22, 9202 "pos": 22,
9178 "untHashes": [], 9203 "untHashes": [],
9179 "untriaged": 0 9204 "untriaged": 0
9180 }, 9205 },
9181 { 9206 {
9182 "blame": [], 9207 "blame": [],
9183 "corpus": "gm", 9208 "corpus": "gm",
9184 "diameter": 0, 9209 "diameter": 0,
9185 "name": "gammatextWin", 9210 "name": "gammatextWin",
9186 "neg": 0, 9211 "neg": 0,
9187 "num": 8, 9212 "num": 8,
9188 "pos": 8, 9213 "pos": 8,
9189 "untHashes": [], 9214 "untHashes": [],
9190 "untriaged": 0 9215 "untriaged": 0
9191 }, 9216 },
9192 { 9217 {
9193 "blame": [], 9218 "blame": [],
9194 "corpus": "gm", 9219 "corpus": "gm",
9195 "diameter": 0, 9220 "diameter": 0,
9196 "name": "glyph_pos_h_b", 9221 "name": "glyph_pos_h_b",
9197 "neg": 0, 9222 "neg": 0,
9198 "num": 38, 9223 "num": 38,
9199 "pos": 38, 9224 "pos": 38,
9200 "untHashes": [], 9225 "untHashes": [],
9201 "untriaged": 0 9226 "untriaged": 0
9202 }, 9227 },
9203 { 9228 {
9204 "blame": [], 9229 "blame": [],
9205 "corpus": "gm", 9230 "corpus": "gm",
9206 "diameter": 0, 9231 "diameter": 0,
9207 "name": "filterbitmap_checkerboard_32_8", 9232 "name": "filterbitmap_checkerboard_32_8",
9208 "neg": 0, 9233 "neg": 0,
9209 "num": 30, 9234 "num": 30,
9210 "pos": 30, 9235 "pos": 30,
9211 "untHashes": [], 9236 "untHashes": [],
9212 "untriaged": 0 9237 "untriaged": 0
9213 }, 9238 },
9214 { 9239 {
9215 "blame": [], 9240 "blame": [],
9216 "corpus": "gm", 9241 "corpus": "gm",
9217 "diameter": 0, 9242 "diameter": 0,
9218 "name": "ovals", 9243 "name": "ovals",
9219 "neg": 0, 9244 "neg": 0,
9220 "num": 43, 9245 "num": 43,
9221 "pos": 43, 9246 "pos": 43,
9222 "untHashes": [], 9247 "untHashes": [],
9223 "untriaged": 0 9248 "untriaged": 0
9224 }, 9249 },
9225 { 9250 {
9226 "blame": [], 9251 "blame": [],
9227 "corpus": "gm", 9252 "corpus": "gm",
9228 "diameter": 0, 9253 "diameter": 0,
9229 "name": "lcdtextAndroid", 9254 "name": "lcdtextAndroid",
9230 "neg": 0, 9255 "neg": 0,
9231 "num": 9, 9256 "num": 9,
9232 "pos": 9, 9257 "pos": 9,
9233 "untHashes": [], 9258 "untHashes": [],
9234 "untriaged": 0 9259 "untriaged": 0
9235 }, 9260 },
9236 { 9261 {
9237 "blame": [], 9262 "blame": [],
9238 "corpus": "gm", 9263 "corpus": "gm",
9239 "diameter": 0, 9264 "diameter": 0,
9240 "name": "innershapes", 9265 "name": "innershapes",
9241 "neg": 0, 9266 "neg": 0,
9242 "num": 25, 9267 "num": 25,
9243 "pos": 25, 9268 "pos": 25,
9244 "untHashes": [], 9269 "untHashes": [],
9245 "untriaged": 0 9270 "untriaged": 0
9246 }, 9271 },
9247 { 9272 {
9248 "blame": [], 9273 "blame": [],
9249 "corpus": "gm", 9274 "corpus": "gm",
9250 "diameter": 0, 9275 "diameter": 0,
9251 "name": "varied_text_clipped_lcd", 9276 "name": "varied_text_clipped_lcd",
9252 "neg": 0, 9277 "neg": 0,
9253 "num": 30, 9278 "num": 30,
9254 "pos": 30, 9279 "pos": 30,
9255 "untHashes": [], 9280 "untHashes": [],
9256 "untriaged": 0 9281 "untriaged": 0
9257 }, 9282 },
9258 { 9283 {
9259 "blame": [], 9284 "blame": [],
9260 "corpus": "gm", 9285 "corpus": "gm",
9261 "diameter": 0, 9286 "diameter": 0,
9262 "name": "path_stroke_with_zero_length", 9287 "name": "path_stroke_with_zero_length",
9263 "neg": 16, 9288 "neg": 16,
9264 "num": 29, 9289 "num": 29,
9265 "pos": 13, 9290 "pos": 13,
9266 "untHashes": [], 9291 "untHashes": [],
9267 "untriaged": 0 9292 "untriaged": 0
9268 }, 9293 },
9269 { 9294 {
9270 "blame": [], 9295 "blame": [],
9271 "corpus": "gm", 9296 "corpus": "gm",
9272 "diameter": 0, 9297 "diameter": 0,
9273 "name": "imagemagnifier", 9298 "name": "imagemagnifier",
9274 "neg": 2, 9299 "neg": 2,
9275 "num": 28, 9300 "num": 28,
9276 "pos": 26, 9301 "pos": 26,
9277 "untHashes": [], 9302 "untHashes": [],
9278 "untriaged": 0 9303 "untriaged": 0
9279 }, 9304 },
9280 { 9305 {
9281 "blame": [], 9306 "blame": [],
9282 "corpus": "gm", 9307 "corpus": "gm",
9283 "diameter": 0, 9308 "diameter": 0,
9284 "name": "complexclip_aa_layer", 9309 "name": "complexclip_aa_layer",
9285 "neg": 0, 9310 "neg": 0,
9286 "num": 31, 9311 "num": 31,
9287 "pos": 31, 9312 "pos": 31,
9288 "untHashes": [], 9313 "untHashes": [],
9289 "untriaged": 0 9314 "untriaged": 0
9290 }, 9315 },
9291 { 9316 {
9292 "blame": [], 9317 "blame": [],
9293 "corpus": "gm", 9318 "corpus": "gm",
9294 "diameter": 0, 9319 "diameter": 0,
9295 "name": "imageblur_large", 9320 "name": "imageblur_large",
9296 "neg": 0, 9321 "neg": 0,
9297 "num": 18, 9322 "num": 18,
9298 "pos": 18, 9323 "pos": 18,
9299 "untHashes": [], 9324 "untHashes": [],
9300 "untriaged": 0 9325 "untriaged": 0
9301 }, 9326 },
9302 { 9327 {
9303 "blame": [], 9328 "blame": [],
9304 "corpus": "gm", 9329 "corpus": "gm",
9305 "diameter": 0, 9330 "diameter": 0,
9306 "name": "shaderbounds_linear", 9331 "name": "shaderbounds_linear",
9307 "neg": 0, 9332 "neg": 0,
9308 "num": 19, 9333 "num": 19,
9309 "pos": 19, 9334 "pos": 19,
9310 "untHashes": [], 9335 "untHashes": [],
9311 "untriaged": 0 9336 "untriaged": 0
9312 }, 9337 },
9313 { 9338 {
9314 "blame": [], 9339 "blame": [],
9315 "corpus": "gm", 9340 "corpus": "gm",
9316 "diameter": 0, 9341 "diameter": 0,
9317 "name": "filterbitmap_checkerboard_32_2", 9342 "name": "filterbitmap_checkerboard_32_2",
9318 "neg": 0, 9343 "neg": 0,
9319 "num": 22, 9344 "num": 22,
9320 "pos": 22, 9345 "pos": 22,
9321 "untHashes": [], 9346 "untHashes": [],
9322 "untriaged": 0 9347 "untriaged": 0
9323 }, 9348 },
9324 { 9349 {
9325 "blame": [], 9350 "blame": [],
9326 "corpus": "gm", 9351 "corpus": "gm",
9327 "diameter": 0, 9352 "diameter": 0,
9328 "name": "bitmaprect_rounding", 9353 "name": "bitmaprect_rounding",
9329 "neg": 0, 9354 "neg": 0,
9330 "num": 5, 9355 "num": 5,
9331 "pos": 5, 9356 "pos": 5,
9332 "untHashes": [], 9357 "untHashes": [],
9333 "untriaged": 0 9358 "untriaged": 0
9334 }, 9359 },
9335 { 9360 {
9336 "blame": [], 9361 "blame": [],
9337 "corpus": "gm", 9362 "corpus": "gm",
9338 "diameter": 0, 9363 "diameter": 0,
9339 "name": "textfilter_color", 9364 "name": "textfilter_color",
9340 "neg": 0, 9365 "neg": 0,
9341 "num": 12, 9366 "num": 12,
9342 "pos": 12, 9367 "pos": 12,
9343 "untHashes": [], 9368 "untHashes": [],
9344 "untriaged": 0 9369 "untriaged": 0
9345 }, 9370 },
9346 { 9371 {
9347 "blame": [], 9372 "blame": [],
9348 "corpus": "gm", 9373 "corpus": "gm",
9349 "diameter": 0, 9374 "diameter": 0,
9350 "name": "composeshader", 9375 "name": "composeshader",
9351 "neg": 0, 9376 "neg": 0,
9352 "num": 14, 9377 "num": 14,
9353 "pos": 14, 9378 "pos": 14,
9354 "untHashes": [], 9379 "untHashes": [],
9355 "untriaged": 0 9380 "untriaged": 0
9356 }, 9381 },
9357 { 9382 {
9358 "blame": [], 9383 "blame": [],
9359 "corpus": "gm", 9384 "corpus": "gm",
9360 "diameter": 0, 9385 "diameter": 0,
9361 "name": "roundrects", 9386 "name": "roundrects",
9362 "neg": 1, 9387 "neg": 1,
9363 "num": 37, 9388 "num": 37,
9364 "pos": 36, 9389 "pos": 36,
9365 "untHashes": [], 9390 "untHashes": [],
9366 "untriaged": 0 9391 "untriaged": 0
9367 }, 9392 },
9368 { 9393 {
9369 "blame": [], 9394 "blame": [],
9370 "corpus": "gm", 9395 "corpus": "gm",
9371 "diameter": 0, 9396 "diameter": 0,
9372 "name": "typefacestylesiOS", 9397 "name": "typefacestylesiOS",
9373 "neg": 0, 9398 "neg": 0,
9374 "num": 1, 9399 "num": 1,
9375 "pos": 1, 9400 "pos": 1,
9376 "untHashes": [], 9401 "untHashes": [],
9377 "untriaged": 0 9402 "untriaged": 0
9378 }, 9403 },
9379 { 9404 {
9380 "blame": [], 9405 "blame": [],
9381 "corpus": "gm", 9406 "corpus": "gm",
9382 "diameter": 0, 9407 "diameter": 0,
9383 "name": "textblob", 9408 "name": "textblob",
9384 "neg": 0, 9409 "neg": 0,
9385 "num": 14, 9410 "num": 14,
9386 "pos": 14, 9411 "pos": 14,
9387 "untHashes": [], 9412 "untHashes": [],
9388 "untriaged": 0 9413 "untriaged": 0
9389 }, 9414 },
9390 { 9415 {
9391 "blame": [], 9416 "blame": [],
9392 "corpus": "gm", 9417 "corpus": "gm",
9393 "diameter": 0, 9418 "diameter": 0,
9394 "name": "bitmapshaders", 9419 "name": "bitmapshaders",
9395 "neg": 0, 9420 "neg": 0,
9396 "num": 18, 9421 "num": 18,
9397 "pos": 18, 9422 "pos": 18,
9398 "untHashes": [], 9423 "untHashes": [],
9399 "untriaged": 0 9424 "untriaged": 0
9400 }, 9425 },
9401 { 9426 {
9402 "blame": [], 9427 "blame": [],
9403 "corpus": "gm", 9428 "corpus": "gm",
9404 "diameter": 0, 9429 "diameter": 0,
9405 "name": "gammatextAndroid", 9430 "name": "gammatextAndroid",
9406 "neg": 0, 9431 "neg": 0,
9407 "num": 12, 9432 "num": 12,
9408 "pos": 12, 9433 "pos": 12,
9409 "untHashes": [], 9434 "untHashes": [],
9410 "untriaged": 0 9435 "untriaged": 0
9411 }, 9436 },
9412 { 9437 {
9413 "blame": [], 9438 "blame": [],
9414 "corpus": "gm", 9439 "corpus": "gm",
9415 "diameter": 0, 9440 "diameter": 0,
9416 "name": "glyph_pos_h_f", 9441 "name": "glyph_pos_h_f",
9417 "neg": 0, 9442 "neg": 0,
9418 "num": 39, 9443 "num": 39,
9419 "pos": 39, 9444 "pos": 39,
9420 "untHashes": [], 9445 "untHashes": [],
9421 "untriaged": 0 9446 "untriaged": 0
9422 }, 9447 },
9423 { 9448 {
9424 "blame": [], 9449 "blame": [],
9425 "corpus": "gm", 9450 "corpus": "gm",
9426 "diameter": 0, 9451 "diameter": 0,
9427 "name": "fontmgr_bounds_0.75_0Ubuntu", 9452 "name": "fontmgr_bounds_0.75_0Ubuntu",
9428 "neg": 0, 9453 "neg": 0,
9429 "num": 5, 9454 "num": 5,
9430 "pos": 5, 9455 "pos": 5,
9431 "untHashes": [], 9456 "untHashes": [],
9432 "untriaged": 0 9457 "untriaged": 0
9433 }, 9458 },
9434 { 9459 {
9435 "blame": [], 9460 "blame": [],
9436 "corpus": "gm", 9461 "corpus": "gm",
9437 "diameter": 0, 9462 "diameter": 0,
9438 "name": "showmiplevels_256", 9463 "name": "showmiplevels_256",
9439 "neg": 0, 9464 "neg": 0,
9440 "num": 12, 9465 "num": 12,
9441 "pos": 12, 9466 "pos": 12,
9442 "untHashes": [], 9467 "untHashes": [],
9443 "untriaged": 0 9468 "untriaged": 0
9444 }, 9469 },
9445 { 9470 {
9446 "blame": [], 9471 "blame": [],
9447 "corpus": "gm", 9472 "corpus": "gm",
9448 "diameter": 0, 9473 "diameter": 0,
9449 "name": "verttext2Win", 9474 "name": "verttext2Win",
9450 "neg": 10, 9475 "neg": 10,
9451 "num": 12, 9476 "num": 12,
9452 "pos": 2, 9477 "pos": 2,
9453 "untHashes": [], 9478 "untHashes": [],
9454 "untriaged": 0 9479 "untriaged": 0
9455 }, 9480 },
9456 { 9481 {
9457 "blame": [], 9482 "blame": [],
9458 "corpus": "gm", 9483 "corpus": "gm",
9459 "diameter": 0, 9484 "diameter": 0,
9460 "name": "verttext2Android", 9485 "name": "verttext2Android",
9461 "neg": 0, 9486 "neg": 0,
9462 "num": 21, 9487 "num": 21,
9463 "pos": 21, 9488 "pos": 21,
9464 "untHashes": [], 9489 "untHashes": [],
9465 "untriaged": 0 9490 "untriaged": 0
9466 }, 9491 },
9467 { 9492 {
9468 "blame": [], 9493 "blame": [],
9469 "corpus": "gm", 9494 "corpus": "gm",
9470 "diameter": 0, 9495 "diameter": 0,
9471 "name": "quadcap", 9496 "name": "quadcap",
9472 "neg": 0, 9497 "neg": 0,
9473 "num": 22, 9498 "num": 22,
9474 "pos": 22, 9499 "pos": 22,
9475 "untHashes": [], 9500 "untHashes": [],
9476 "untriaged": 0 9501 "untriaged": 0
9477 }, 9502 },
9478 { 9503 {
9479 "blame": [], 9504 "blame": [],
9480 "corpus": "gm", 9505 "corpus": "gm",
9481 "diameter": 0, 9506 "diameter": 0,
9482 "name": "strokes_poly", 9507 "name": "strokes_poly",
9483 "neg": 0, 9508 "neg": 0,
9484 "num": 31, 9509 "num": 31,
9485 "pos": 31, 9510 "pos": 31,
9486 "untHashes": [], 9511 "untHashes": [],
9487 "untriaged": 0 9512 "untriaged": 0
9488 }, 9513 },
9489 { 9514 {
9490 "blame": [], 9515 "blame": [],
9491 "corpus": "gm", 9516 "corpus": "gm",
9492 "diameter": 0, 9517 "diameter": 0,
9493 "name": "multipicturedraw_sierpinski_tiled", 9518 "name": "multipicturedraw_sierpinski_tiled",
9494 "neg": 0, 9519 "neg": 0,
9495 "num": 14, 9520 "num": 14,
9496 "pos": 14, 9521 "pos": 14,
9497 "untHashes": [], 9522 "untHashes": [],
9498 "untriaged": 0 9523 "untriaged": 0
9499 }, 9524 },
9500 { 9525 {
9501 "blame": [], 9526 "blame": [],
9502 "corpus": "gm", 9527 "corpus": "gm",
9503 "diameter": 0, 9528 "diameter": 0,
9504 "name": "drawable", 9529 "name": "drawable",
9505 "neg": 2, 9530 "neg": 2,
9506 "num": 24, 9531 "num": 24,
9507 "pos": 22, 9532 "pos": 22,
9508 "untHashes": [], 9533 "untHashes": [],
9509 "untriaged": 0 9534 "untriaged": 0
9510 }, 9535 },
9511 { 9536 {
9512 "blame": [], 9537 "blame": [],
9513 "corpus": "gm", 9538 "corpus": "gm",
9514 "diameter": 0, 9539 "diameter": 0,
9515 "name": "blurredclippedcircle", 9540 "name": "blurredclippedcircle",
9516 "neg": 0, 9541 "neg": 0,
9517 "num": 24, 9542 "num": 24,
9518 "pos": 24, 9543 "pos": 24,
9519 "untHashes": [], 9544 "untHashes": [],
9520 "untriaged": 0 9545 "untriaged": 0
9521 }, 9546 },
9522 { 9547 {
9523 "blame": [], 9548 "blame": [],
9524 "corpus": "gm", 9549 "corpus": "gm",
9525 "diameter": 0, 9550 "diameter": 0,
9526 "name": "longlinedash", 9551 "name": "longlinedash",
9527 "neg": 0, 9552 "neg": 0,
9528 "num": 2, 9553 "num": 2,
9529 "pos": 2, 9554 "pos": 2,
9530 "untHashes": [], 9555 "untHashes": [],
9531 "untriaged": 0 9556 "untriaged": 0
9532 }, 9557 },
9533 { 9558 {
9534 "blame": [], 9559 "blame": [],
9535 "corpus": "gm", 9560 "corpus": "gm",
9536 "diameter": 0, 9561 "diameter": 0,
9537 "name": "big_rrect_circular_corner_aa_effect", 9562 "name": "big_rrect_circular_corner_aa_effect",
9538 "neg": 1, 9563 "neg": 1,
9539 "num": 9, 9564 "num": 9,
9540 "pos": 8, 9565 "pos": 8,
9541 "untHashes": [], 9566 "untHashes": [],
9542 "untriaged": 0 9567 "untriaged": 0
9543 }, 9568 },
9544 { 9569 {
9545 "blame": [], 9570 "blame": [],
9546 "corpus": "gm", 9571 "corpus": "gm",
9547 "diameter": 0, 9572 "diameter": 0,
9548 "name": "image-shader", 9573 "name": "image-shader",
9549 "neg": 0, 9574 "neg": 0,
9550 "num": 21, 9575 "num": 21,
9551 "pos": 21, 9576 "pos": 21,
9552 "untHashes": [], 9577 "untHashes": [],
9553 "untriaged": 0 9578 "untriaged": 0
9554 }, 9579 },
9555 { 9580 {
9556 "blame": [], 9581 "blame": [],
9557 "corpus": "gm", 9582 "corpus": "gm",
9558 "diameter": 0, 9583 "diameter": 0,
9559 "name": "rotatedcubicpath", 9584 "name": "rotatedcubicpath",
9560 "neg": 0, 9585 "neg": 0,
9561 "num": 23, 9586 "num": 23,
9562 "pos": 23, 9587 "pos": 23,
9563 "untHashes": [], 9588 "untHashes": [],
9564 "untriaged": 0 9589 "untriaged": 0
9565 }, 9590 },
9566 { 9591 {
9567 "blame": [], 9592 "blame": [],
9568 "corpus": "gm", 9593 "corpus": "gm",
9569 "diameter": 0, 9594 "diameter": 0,
9570 "name": "multipicturedraw_pathclip_simple", 9595 "name": "multipicturedraw_pathclip_simple",
9571 "neg": 0, 9596 "neg": 0,
9572 "num": 13, 9597 "num": 13,
9573 "pos": 13, 9598 "pos": 13,
9574 "untHashes": [], 9599 "untHashes": [],
9575 "untriaged": 0 9600 "untriaged": 0
9576 }, 9601 },
9577 { 9602 {
9578 "blame": [], 9603 "blame": [],
9579 "corpus": "gm", 9604 "corpus": "gm",
9580 "diameter": 0, 9605 "diameter": 0,
9581 "name": "image-cacherator-from-raster", 9606 "name": "image-cacherator-from-raster",
9582 "neg": 0, 9607 "neg": 0,
9583 "num": 30, 9608 "num": 30,
9584 "pos": 30, 9609 "pos": 30,
9585 "untHashes": [], 9610 "untHashes": [],
9586 "untriaged": 0 9611 "untriaged": 0
9587 }, 9612 },
9588 { 9613 {
9589 "blame": [], 9614 "blame": [],
9590 "corpus": "gm", 9615 "corpus": "gm",
9591 "diameter": 0, 9616 "diameter": 0,
9592 "name": "shallow_gradient_radial", 9617 "name": "shallow_gradient_radial",
9593 "neg": 0, 9618 "neg": 0,
9594 "num": 23, 9619 "num": 23,
9595 "pos": 23, 9620 "pos": 23,
9596 "untHashes": [], 9621 "untHashes": [],
9597 "untriaged": 0 9622 "untriaged": 0
9598 }, 9623 },
9599 { 9624 {
9600 "blame": [], 9625 "blame": [],
9601 "corpus": "gm", 9626 "corpus": "gm",
9602 "diameter": 0, 9627 "diameter": 0,
9603 "name": "complexclip2_path_bw", 9628 "name": "complexclip2_path_bw",
9604 "neg": 2, 9629 "neg": 2,
9605 "num": 11, 9630 "num": 11,
9606 "pos": 9, 9631 "pos": 9,
9607 "untHashes": [], 9632 "untHashes": [],
9608 "untriaged": 0 9633 "untriaged": 0
9609 }, 9634 },
9610 { 9635 {
9611 "blame": [], 9636 "blame": [],
9612 "corpus": "gm", 9637 "corpus": "gm",
9613 "diameter": 0, 9638 "diameter": 0,
9614 "name": "image-cacherator-from-picture", 9639 "name": "image-cacherator-from-picture",
9615 "neg": 5, 9640 "neg": 5,
9616 "num": 30, 9641 "num": 30,
9617 "pos": 25, 9642 "pos": 25,
9618 "untHashes": [], 9643 "untHashes": [],
9619 "untriaged": 0 9644 "untriaged": 0
9620 }, 9645 },
9621 { 9646 {
9622 "blame": [], 9647 "blame": [],
9623 "corpus": "gm", 9648 "corpus": "gm",
9624 "diameter": 0, 9649 "diameter": 0,
9625 "name": "drawbitmaprect-imagerect", 9650 "name": "drawbitmaprect-imagerect",
9626 "neg": 0, 9651 "neg": 0,
9627 "num": 26, 9652 "num": 26,
9628 "pos": 26, 9653 "pos": 26,
9629 "untHashes": [], 9654 "untHashes": [],
9630 "untriaged": 0 9655 "untriaged": 0
9631 }, 9656 },
9632 { 9657 {
9633 "blame": [], 9658 "blame": [],
9634 "corpus": "gm", 9659 "corpus": "gm",
9635 "diameter": 0, 9660 "diameter": 0,
9636 "name": "fontmgr_bounds_1_-0.25ChromeOS", 9661 "name": "fontmgr_bounds_1_-0.25ChromeOS",
9637 "neg": 0, 9662 "neg": 0,
9638 "num": 3, 9663 "num": 3,
9639 "pos": 3, 9664 "pos": 3,
9640 "untHashes": [], 9665 "untHashes": [],
9641 "untriaged": 0 9666 "untriaged": 0
9642 }, 9667 },
9643 { 9668 {
9644 "blame": [], 9669 "blame": [],
9645 "corpus": "gm", 9670 "corpus": "gm",
9646 "diameter": 0, 9671 "diameter": 0,
9647 "name": "multipicturedraw_biglayer_tiled", 9672 "name": "multipicturedraw_biglayer_tiled",
9648 "neg": 0, 9673 "neg": 0,
9649 "num": 13, 9674 "num": 13,
9650 "pos": 13, 9675 "pos": 13,
9651 "untHashes": [], 9676 "untHashes": [],
9652 "untriaged": 0 9677 "untriaged": 0
9653 }, 9678 },
9654 { 9679 {
9655 "blame": [], 9680 "blame": [],
9656 "corpus": "gm", 9681 "corpus": "gm",
9657 "diameter": 0, 9682 "diameter": 0,
9658 "name": "bug583299", 9683 "name": "bug583299",
9659 "neg": 0, 9684 "neg": 0,
9660 "num": 2, 9685 "num": 2,
9661 "pos": 2, 9686 "pos": 2,
9662 "untHashes": [], 9687 "untHashes": [],
9663 "untriaged": 0 9688 "untriaged": 0
9664 }, 9689 },
9665 { 9690 {
9666 "blame": [], 9691 "blame": [],
9667 "corpus": "gm", 9692 "corpus": "gm",
9668 "diameter": 0, 9693 "diameter": 0,
9669 "name": "tall_stretched_bitmaps", 9694 "name": "tall_stretched_bitmaps",
9670 "neg": 0, 9695 "neg": 0,
9671 "num": 20, 9696 "num": 20,
9672 "pos": 20, 9697 "pos": 20,
9673 "untHashes": [], 9698 "untHashes": [],
9674 "untriaged": 0 9699 "untriaged": 0
9675 }, 9700 },
9676 { 9701 {
9677 "blame": [], 9702 "blame": [],
9678 "corpus": "gm", 9703 "corpus": "gm",
9679 "diameter": 0, 9704 "diameter": 0,
9680 "name": "ninepatch-stretch", 9705 "name": "ninepatch-stretch",
9681 "neg": 6, 9706 "neg": 6,
9682 "num": 31, 9707 "num": 31,
9683 "pos": 25, 9708 "pos": 25,
9684 "untHashes": [], 9709 "untHashes": [],
9685 "untriaged": 0 9710 "untriaged": 0
9686 }, 9711 },
9687 { 9712 {
9688 "blame": [], 9713 "blame": [],
9689 "corpus": "gm", 9714 "corpus": "gm",
9690 "diameter": 0, 9715 "diameter": 0,
9691 "name": "aaxfermodes", 9716 "name": "aaxfermodes",
9692 "neg": 0, 9717 "neg": 0,
9693 "num": 43, 9718 "num": 43,
9694 "pos": 43, 9719 "pos": 43,
9695 "untHashes": [], 9720 "untHashes": [],
9696 "untriaged": 0 9721 "untriaged": 0
9697 }, 9722 },
9698 { 9723 {
9699 "blame": [], 9724 "blame": [],
9700 "corpus": "gm", 9725 "corpus": "gm",
9701 "diameter": 0, 9726 "diameter": 0,
9702 "name": "downsamplebitmap_image_high_mandrill_512.png", 9727 "name": "downsamplebitmap_image_high_mandrill_512.png",
9703 "neg": 2, 9728 "neg": 2,
9704 "num": 32, 9729 "num": 32,
9705 "pos": 30, 9730 "pos": 30,
9706 "untHashes": [], 9731 "untHashes": [],
9707 "untriaged": 0 9732 "untriaged": 0
9708 }, 9733 },
9709 { 9734 {
9710 "blame": [], 9735 "blame": [],
9711 "corpus": "gm", 9736 "corpus": "gm",
9712 "diameter": 0, 9737 "diameter": 0,
9713 "name": "filterbitmap_checkerboard_32_32_g8", 9738 "name": "filterbitmap_checkerboard_32_32_g8",
9714 "neg": 0, 9739 "neg": 0,
9715 "num": 34, 9740 "num": 34,
9716 "pos": 34, 9741 "pos": 34,
9717 "untHashes": [], 9742 "untHashes": [],
9718 "untriaged": 0 9743 "untriaged": 0
9719 }, 9744 },
9720 { 9745 {
9721 "blame": [], 9746 "blame": [],
9722 "corpus": "gm", 9747 "corpus": "gm",
9723 "diameter": 0, 9748 "diameter": 0,
9724 "name": "draw-atlas", 9749 "name": "draw-atlas",
9725 "neg": 0, 9750 "neg": 0,
9726 "num": 23, 9751 "num": 23,
9727 "pos": 23, 9752 "pos": 23,
9728 "untHashes": [], 9753 "untHashes": [],
9729 "untriaged": 0 9754 "untriaged": 0
9730 }, 9755 },
9731 { 9756 {
9732 "blame": [], 9757 "blame": [],
9733 "corpus": "gm", 9758 "corpus": "gm",
9734 "diameter": 0, 9759 "diameter": 0,
9735 "name": "gradient_many_stops", 9760 "name": "gradient_many_stops",
9736 "neg": 0, 9761 "neg": 0,
9737 "num": 19, 9762 "num": 19,
9738 "pos": 19, 9763 "pos": 19,
9739 "untHashes": [], 9764 "untHashes": [],
9740 "untriaged": 0 9765 "untriaged": 0
9741 }, 9766 },
9742 { 9767 {
9743 "blame": [], 9768 "blame": [],
9744 "corpus": "gm", 9769 "corpus": "gm",
9745 "diameter": 0, 9770 "diameter": 0,
9746 "name": "typefacestyles_kerningAndroid", 9771 "name": "typefacestyles_kerningAndroid",
9747 "neg": 0, 9772 "neg": 0,
9748 "num": 11, 9773 "num": 11,
9749 "pos": 11, 9774 "pos": 11,
9750 "untHashes": [], 9775 "untHashes": [],
9751 "untriaged": 0 9776 "untriaged": 0
9752 }, 9777 },
9753 { 9778 {
9754 "blame": [], 9779 "blame": [],
9755 "corpus": "gm", 9780 "corpus": "gm",
9756 "diameter": 0, 9781 "diameter": 0,
9757 "name": "textblobcolortrans", 9782 "name": "textblobcolortrans",
9758 "neg": 0, 9783 "neg": 0,
9759 "num": 20, 9784 "num": 20,
9760 "pos": 20, 9785 "pos": 20,
9761 "untHashes": [], 9786 "untHashes": [],
9762 "untriaged": 0 9787 "untriaged": 0
9763 }, 9788 },
9764 { 9789 {
9765 "blame": [], 9790 "blame": [],
9766 "corpus": "gm", 9791 "corpus": "gm",
9767 "diameter": 0, 9792 "diameter": 0,
9768 "name": "fontmgr_iterChromeOS", 9793 "name": "fontmgr_iterChromeOS",
9769 "neg": 0, 9794 "neg": 0,
9770 "num": 2, 9795 "num": 2,
9771 "pos": 2, 9796 "pos": 2,
9772 "untHashes": [], 9797 "untHashes": [],
9773 "untriaged": 0 9798 "untriaged": 0
9774 }, 9799 },
9775 { 9800 {
9776 "blame": [], 9801 "blame": [],
9777 "corpus": "gm", 9802 "corpus": "gm",
9778 "diameter": 0, 9803 "diameter": 0,
9779 "name": "tilemodes_npot", 9804 "name": "tilemodes_npot",
9780 "neg": 0, 9805 "neg": 0,
9781 "num": 22, 9806 "num": 22,
9782 "pos": 22, 9807 "pos": 22,
9783 "untHashes": [], 9808 "untHashes": [],
9784 "untriaged": 0 9809 "untriaged": 0
9785 }, 9810 },
9786 { 9811 {
9787 "blame": [], 9812 "blame": [],
9788 "corpus": "gm", 9813 "corpus": "gm",
9789 "diameter": 0, 9814 "diameter": 0,
9790 "name": "rrect_effect", 9815 "name": "rrect_effect",
9791 "neg": 0, 9816 "neg": 0,
9792 "num": 10, 9817 "num": 10,
9793 "pos": 10, 9818 "pos": 10,
9794 "untHashes": [], 9819 "untHashes": [],
9795 "untriaged": 0 9820 "untriaged": 0
9796 }, 9821 },
9797 { 9822 {
9798 "blame": [], 9823 "blame": [],
9799 "corpus": "gm", 9824 "corpus": "gm",
9800 "diameter": 0, 9825 "diameter": 0,
9801 "name": "gradients_2pt_conical_edge", 9826 "name": "gradients_2pt_conical_edge",
9802 "neg": 8, 9827 "neg": 8,
9803 "num": 34, 9828 "num": 34,
9804 "pos": 26, 9829 "pos": 26,
9805 "untHashes": [], 9830 "untHashes": [],
9806 "untriaged": 0 9831 "untriaged": 0
9807 }, 9832 },
9808 { 9833 {
9809 "blame": [], 9834 "blame": [],
9810 "corpus": "gm", 9835 "corpus": "gm",
9811 "diameter": 0, 9836 "diameter": 0,
9812 "name": "bmp_filter_quality_repeat", 9837 "name": "bmp_filter_quality_repeat",
9813 "neg": 0, 9838 "neg": 0,
9814 "num": 18, 9839 "num": 18,
9815 "pos": 18, 9840 "pos": 18,
9816 "untHashes": [], 9841 "untHashes": [],
9817 "untriaged": 0 9842 "untriaged": 0
9818 }, 9843 },
9819 { 9844 {
9820 "blame": [], 9845 "blame": [],
9821 "corpus": "gm", 9846 "corpus": "gm",
9822 "diameter": 0, 9847 "diameter": 0,
9823 "name": "texdata", 9848 "name": "texdata",
9824 "neg": 0, 9849 "neg": 0,
9825 "num": 2, 9850 "num": 2,
9826 "pos": 2, 9851 "pos": 2,
9827 "untHashes": [], 9852 "untHashes": [],
9828 "untriaged": 0 9853 "untriaged": 0
9829 }, 9854 },
9830 { 9855 {
9831 "blame": [], 9856 "blame": [],
9832 "corpus": "gm", 9857 "corpus": "gm",
9833 "diameter": 0, 9858 "diameter": 0,
9834 "name": "astc_image", 9859 "name": "astc_image",
9835 "neg": 2, 9860 "neg": 2,
9836 "num": 2, 9861 "num": 2,
9837 "pos": 0, 9862 "pos": 0,
9838 "untHashes": [], 9863 "untHashes": [],
9839 "untriaged": 0 9864 "untriaged": 0
9840 }, 9865 },
9841 { 9866 {
9842 "blame": [], 9867 "blame": [],
9843 "corpus": "gm", 9868 "corpus": "gm",
9844 "diameter": 0, 9869 "diameter": 0,
9845 "name": "shadertext", 9870 "name": "shadertext",
9846 "neg": 0, 9871 "neg": 0,
9847 "num": 37, 9872 "num": 37,
9848 "pos": 37, 9873 "pos": 37,
9849 "untHashes": [], 9874 "untHashes": [],
9850 "untriaged": 0 9875 "untriaged": 0
9851 }, 9876 },
9852 { 9877 {
9853 "blame": [], 9878 "blame": [],
9854 "corpus": "gm", 9879 "corpus": "gm",
9855 "diameter": 0, 9880 "diameter": 0,
9856 "name": "bigtext", 9881 "name": "bigtext",
9857 "neg": 0, 9882 "neg": 0,
9858 "num": 24, 9883 "num": 24,
9859 "pos": 24, 9884 "pos": 24,
9860 "untHashes": [], 9885 "untHashes": [],
9861 "untriaged": 0 9886 "untriaged": 0
9862 }, 9887 },
9863 { 9888 {
9864 "blame": [], 9889 "blame": [],
9865 "corpus": "gm", 9890 "corpus": "gm",
9866 "diameter": 0, 9891 "diameter": 0,
9867 "name": "textblobgeometrychange", 9892 "name": "textblobgeometrychange",
9868 "neg": 5, 9893 "neg": 5,
9869 "num": 17, 9894 "num": 17,
9870 "pos": 12, 9895 "pos": 12,
9871 "untHashes": [], 9896 "untHashes": [],
9872 "untriaged": 0 9897 "untriaged": 0
9873 }, 9898 },
9874 { 9899 {
9875 "blame": [], 9900 "blame": [],
9876 "corpus": "gm", 9901 "corpus": "gm",
9877 "diameter": 0, 9902 "diameter": 0,
9878 "name": "tilemode_gradient", 9903 "name": "tilemode_gradient",
9879 "neg": 0, 9904 "neg": 0,
9880 "num": 35, 9905 "num": 35,
9881 "pos": 35, 9906 "pos": 35,
9882 "untHashes": [], 9907 "untHashes": [],
9883 "untriaged": 0 9908 "untriaged": 0
9884 }, 9909 },
9885 { 9910 {
9886 "blame": [], 9911 "blame": [],
9887 "corpus": "gm", 9912 "corpus": "gm",
9888 "diameter": 0, 9913 "diameter": 0,
9889 "name": "fancyposunderline", 9914 "name": "fancyposunderline",
9890 "neg": 0, 9915 "neg": 0,
9891 "num": 20, 9916 "num": 20,
9892 "pos": 20, 9917 "pos": 20,
9893 "untHashes": [], 9918 "untHashes": [],
9894 "untriaged": 0 9919 "untriaged": 0
9895 }, 9920 },
9896 { 9921 {
9897 "blame": [], 9922 "blame": [],
9898 "corpus": "gm", 9923 "corpus": "gm",
9899 "diameter": 0, 9924 "diameter": 0,
9900 "name": "big_rrect_elliptical_corner_aa_effect", 9925 "name": "big_rrect_elliptical_corner_aa_effect",
9901 "neg": 1, 9926 "neg": 1,
9902 "num": 12, 9927 "num": 12,
9903 "pos": 11, 9928 "pos": 11,
9904 "untHashes": [], 9929 "untHashes": [],
9905 "untriaged": 0 9930 "untriaged": 0
9906 }, 9931 },
9907 { 9932 {
9908 "blame": [], 9933 "blame": [],
9909 "corpus": "gm", 9934 "corpus": "gm",
9910 "diameter": 0, 9935 "diameter": 0,
9911 "name": "fontmgr_iteriOS", 9936 "name": "fontmgr_iteriOS",
9912 "neg": 0, 9937 "neg": 0,
9913 "num": 1, 9938 "num": 1,
9914 "pos": 1, 9939 "pos": 1,
9915 "untHashes": [], 9940 "untHashes": [],
9916 "untriaged": 0 9941 "untriaged": 0
9917 }, 9942 },
9918 { 9943 {
9919 "blame": [], 9944 "blame": [],
9920 "corpus": "gm", 9945 "corpus": "gm",
9921 "diameter": 0, 9946 "diameter": 0,
9922 "name": "dftextCBDT", 9947 "name": "dftextCBDT",
9923 "neg": 0, 9948 "neg": 0,
9924 "num": 18, 9949 "num": 18,
9925 "pos": 18, 9950 "pos": 18,
9926 "untHashes": [], 9951 "untHashes": [],
9927 "untriaged": 0 9952 "untriaged": 0
9928 }, 9953 },
9929 { 9954 {
9930 "blame": [], 9955 "blame": [],
9931 "corpus": "gm", 9956 "corpus": "gm",
9932 "diameter": 0, 9957 "diameter": 0,
9933 "name": "blurquickreject", 9958 "name": "blurquickreject",
9934 "neg": 1, 9959 "neg": 1,
9935 "num": 17, 9960 "num": 17,
9936 "pos": 16, 9961 "pos": 16,
9937 "untHashes": [], 9962 "untHashes": [],
9938 "untriaged": 0 9963 "untriaged": 0
9939 }, 9964 },
9940 { 9965 {
9941 "blame": [], 9966 "blame": [],
9942 "corpus": "gm", 9967 "corpus": "gm",
9943 "diameter": 0, 9968 "diameter": 0,
9944 "name": "big_rrect_rect_aa_effect", 9969 "name": "big_rrect_rect_aa_effect",
9945 "neg": 0, 9970 "neg": 0,
9946 "num": 5, 9971 "num": 5,
9947 "pos": 5, 9972 "pos": 5,
9948 "untHashes": [], 9973 "untHashes": [],
9949 "untriaged": 0 9974 "untriaged": 0
9950 }, 9975 },
9951 { 9976 {
9952 "blame": [], 9977 "blame": [],
9953 "corpus": "gm", 9978 "corpus": "gm",
9954 "diameter": 0, 9979 "diameter": 0,
9955 "name": "bitmap_premul", 9980 "name": "bitmap_premul",
9956 "neg": 0, 9981 "neg": 0,
9957 "num": 2, 9982 "num": 2,
9958 "pos": 2, 9983 "pos": 2,
9959 "untHashes": [], 9984 "untHashes": [],
9960 "untriaged": 0 9985 "untriaged": 0
9961 }, 9986 },
9962 { 9987 {
9963 "blame": [], 9988 "blame": [],
9964 "corpus": "gm", 9989 "corpus": "gm",
9965 "diameter": 0, 9990 "diameter": 0,
9966 "name": "showmiplevels2_255x255", 9991 "name": "showmiplevels2_255x255",
9967 "neg": 0, 9992 "neg": 0,
9968 "num": 8, 9993 "num": 8,
9969 "pos": 8, 9994 "pos": 8,
9970 "untHashes": [], 9995 "untHashes": [],
9971 "untriaged": 0 9996 "untriaged": 0
9972 }, 9997 },
9973 { 9998 {
9974 "blame": [], 9999 "blame": [],
9975 "corpus": "gm", 10000 "corpus": "gm",
9976 "diameter": 0, 10001 "diameter": 0,
9977 "name": "selftest1", 10002 "name": "selftest1",
9978 "neg": 0, 10003 "neg": 0,
9979 "num": 2, 10004 "num": 2,
9980 "pos": 2, 10005 "pos": 2,
9981 "untHashes": [], 10006 "untHashes": [],
9982 "untriaged": 0 10007 "untriaged": 0
9983 }, 10008 },
9984 { 10009 {
9985 "blame": [], 10010 "blame": [],
9986 "corpus": "gm", 10011 "corpus": "gm",
9987 "diameter": 0, 10012 "diameter": 0,
9988 "name": "zerolinestroke", 10013 "name": "zerolinestroke",
9989 "neg": 0, 10014 "neg": 0,
9990 "num": 21, 10015 "num": 21,
9991 "pos": 21, 10016 "pos": 21,
9992 "untHashes": [], 10017 "untHashes": [],
9993 "untriaged": 0 10018 "untriaged": 0
9994 }, 10019 },
9995 { 10020 {
9996 "blame": [], 10021 "blame": [],
9997 "corpus": "gm", 10022 "corpus": "gm",
9998 "diameter": 0, 10023 "diameter": 0,
9999 "name": "skbug1719", 10024 "name": "skbug1719",
10000 "neg": 2, 10025 "neg": 2,
10001 "num": 23, 10026 "num": 23,
10002 "pos": 21, 10027 "pos": 21,
10003 "untHashes": [], 10028 "untHashes": [],
10004 "untriaged": 0 10029 "untriaged": 0
10005 }, 10030 },
10006 { 10031 {
10007 "blame": [], 10032 "blame": [],
10008 "corpus": "gm", 10033 "corpus": "gm",
10009 "diameter": 0, 10034 "diameter": 0,
10010 "name": "PlusMergesAA", 10035 "name": "PlusMergesAA",
10011 "neg": 0, 10036 "neg": 0,
10012 "num": 6, 10037 "num": 6,
10013 "pos": 6, 10038 "pos": 6,
10014 "untHashes": [], 10039 "untHashes": [],
10015 "untriaged": 0 10040 "untriaged": 0
10016 }, 10041 },
10017 { 10042 {
10018 "blame": [], 10043 "blame": [],
10019 "corpus": "gm", 10044 "corpus": "gm",
10020 "diameter": 0, 10045 "diameter": 0,
10021 "name": "image-cacherator-from-ctable", 10046 "name": "image-cacherator-from-ctable",
10022 "neg": 0, 10047 "neg": 0,
10023 "num": 30, 10048 "num": 30,
10024 "pos": 30, 10049 "pos": 30,
10025 "untHashes": [], 10050 "untHashes": [],
10026 "untriaged": 0 10051 "untriaged": 0
10027 }, 10052 },
10028 { 10053 {
10029 "blame": [], 10054 "blame": [],
10030 "corpus": "gm", 10055 "corpus": "gm",
10031 "diameter": 0, 10056 "diameter": 0,
10032 "name": "bleed_alpha_bmp", 10057 "name": "bleed_alpha_bmp",
10033 "neg": 39, 10058 "neg": 39,
10034 "num": 39, 10059 "num": 39,
10035 "pos": 0, 10060 "pos": 0,
10036 "untHashes": [], 10061 "untHashes": [],
10037 "untriaged": 0 10062 "untriaged": 0
10038 }, 10063 },
10039 { 10064 {
10040 "blame": [], 10065 "blame": [],
10041 "corpus": "gm", 10066 "corpus": "gm",
10042 "diameter": 0, 10067 "diameter": 0,
10043 "name": "strokerect", 10068 "name": "strokerect",
10044 "neg": 5, 10069 "neg": 5,
10045 "num": 27, 10070 "num": 27,
10046 "pos": 22, 10071 "pos": 22,
10047 "untHashes": [], 10072 "untHashes": [],
10048 "untriaged": 0 10073 "untriaged": 0
10049 }, 10074 },
10050 { 10075 {
10051 "blame": [], 10076 "blame": [],
10052 "corpus": "gm", 10077 "corpus": "gm",
10053 "diameter": 0, 10078 "diameter": 0,
10054 "name": "simpleblurroundrect", 10079 "name": "simpleblurroundrect",
10055 "neg": 0, 10080 "neg": 0,
10056 "num": 15, 10081 "num": 15,
10057 "pos": 15, 10082 "pos": 15,
10058 "untHashes": [], 10083 "untHashes": [],
10059 "untriaged": 0 10084 "untriaged": 0
10060 }, 10085 },
10061 { 10086 {
10062 "blame": [], 10087 "blame": [],
10063 "corpus": "gm", 10088 "corpus": "gm",
10064 "diameter": 0, 10089 "diameter": 0,
10065 "name": "fancyunderline", 10090 "name": "fancyunderline",
10066 "neg": 0, 10091 "neg": 0,
10067 "num": 23, 10092 "num": 23,
10068 "pos": 23, 10093 "pos": 23,
10069 "untHashes": [], 10094 "untHashes": [],
10070 "untriaged": 0 10095 "untriaged": 0
10071 }, 10096 },
10072 { 10097 {
10073 "blame": [], 10098 "blame": [],
10074 "corpus": "gm", 10099 "corpus": "gm",
10075 "diameter": 0, 10100 "diameter": 0,
10076 "name": "fontmgr_bounds_1_-0.25Mac", 10101 "name": "fontmgr_bounds_1_-0.25Mac",
10077 "neg": 0, 10102 "neg": 0,
10078 "num": 7, 10103 "num": 7,
10079 "pos": 7, 10104 "pos": 7,
10080 "untHashes": [], 10105 "untHashes": [],
10081 "untriaged": 0 10106 "untriaged": 0
10082 }, 10107 },
10083 { 10108 {
10084 "blame": [], 10109 "blame": [],
10085 "corpus": "gm", 10110 "corpus": "gm",
10086 "diameter": 0, 10111 "diameter": 0,
10087 "name": "textblobtransforms", 10112 "name": "textblobtransforms",
10088 "neg": 0, 10113 "neg": 0,
10089 "num": 22, 10114 "num": 22,
10090 "pos": 22, 10115 "pos": 22,
10091 "untHashes": [], 10116 "untHashes": [],
10092 "untriaged": 0 10117 "untriaged": 0
10093 }, 10118 },
10094 { 10119 {
10095 "blame": [], 10120 "blame": [],
10096 "corpus": "gm", 10121 "corpus": "gm",
10097 "diameter": 0, 10122 "diameter": 0,
10098 "name": "dropshadowimagefilter", 10123 "name": "dropshadowimagefilter",
10099 "neg": 0, 10124 "neg": 0,
10100 "num": 26, 10125 "num": 26,
10101 "pos": 26, 10126 "pos": 26,
10102 "untHashes": [], 10127 "untHashes": [],
10103 "untriaged": 0 10128 "untriaged": 0
10104 }, 10129 },
10105 { 10130 {
10106 "blame": [], 10131 "blame": [],
10107 "corpus": "gm", 10132 "corpus": "gm",
10108 "diameter": 0, 10133 "diameter": 0,
10109 "name": "pictureimagefilter", 10134 "name": "pictureimagefilter",
10110 "neg": 0, 10135 "neg": 0,
10111 "num": 37, 10136 "num": 37,
10112 "pos": 37, 10137 "pos": 37,
10113 "untHashes": [], 10138 "untHashes": [],
10114 "untriaged": 0 10139 "untriaged": 0
10115 }, 10140 },
10116 { 10141 {
10117 "blame": [], 10142 "blame": [],
10118 "corpus": "gm", 10143 "corpus": "gm",
10119 "diameter": 0, 10144 "diameter": 0,
10120 "name": "repeated_bitmap", 10145 "name": "repeated_bitmap",
10121 "neg": 0, 10146 "neg": 0,
10122 "num": 18, 10147 "num": 18,
10123 "pos": 18, 10148 "pos": 18,
10124 "untHashes": [], 10149 "untHashes": [],
10125 "untriaged": 0 10150 "untriaged": 0
10126 }, 10151 },
10127 { 10152 {
10128 "blame": [], 10153 "blame": [],
10129 "corpus": "gm", 10154 "corpus": "gm",
10130 "diameter": 0, 10155 "diameter": 0,
10131 "name": "radial_gradient2", 10156 "name": "radial_gradient2",
10132 "neg": 0, 10157 "neg": 0,
10133 "num": 32, 10158 "num": 32,
10134 "pos": 32, 10159 "pos": 32,
10135 "untHashes": [], 10160 "untHashes": [],
10136 "untriaged": 0 10161 "untriaged": 0
10137 }, 10162 },
10138 { 10163 {
10139 "blame": [], 10164 "blame": [],
10140 "corpus": "gm", 10165 "corpus": "gm",
10141 "diameter": 0, 10166 "diameter": 0,
10142 "name": "bezier_conic_effects", 10167 "name": "bezier_conic_effects",
10143 "neg": 0, 10168 "neg": 0,
10144 "num": 23, 10169 "num": 23,
10145 "pos": 23, 10170 "pos": 23,
10146 "untHashes": [], 10171 "untHashes": [],
10147 "untriaged": 0 10172 "untriaged": 0
10148 }, 10173 },
10149 { 10174 {
10150 "blame": [], 10175 "blame": [],
10151 "corpus": "gm", 10176 "corpus": "gm",
10152 "diameter": 0, 10177 "diameter": 0,
10153 "name": "path-reverse", 10178 "name": "path-reverse",
10154 "neg": 1, 10179 "neg": 1,
10155 "num": 27, 10180 "num": 27,
10156 "pos": 26, 10181 "pos": 26,
10157 "untHashes": [], 10182 "untHashes": [],
10158 "untriaged": 0 10183 "untriaged": 0
10159 }, 10184 },
10160 { 10185 {
10161 "blame": [], 10186 "blame": [],
10162 "corpus": "gm", 10187 "corpus": "gm",
10163 "diameter": 0, 10188 "diameter": 0,
10164 "name": "pictures", 10189 "name": "pictures",
10165 "neg": 0, 10190 "neg": 0,
10166 "num": 12, 10191 "num": 12,
10167 "pos": 12, 10192 "pos": 12,
10168 "untHashes": [], 10193 "untHashes": [],
10169 "untriaged": 0 10194 "untriaged": 0
10170 }, 10195 },
10171 { 10196 {
10172 "blame": [], 10197 "blame": [],
10173 "corpus": "gm", 10198 "corpus": "gm",
10174 "diameter": 0, 10199 "diameter": 0,
10175 "name": "bitmapcopy", 10200 "name": "bitmapcopy",
10176 "neg": 0, 10201 "neg": 0,
10177 "num": 9, 10202 "num": 9,
10178 "pos": 9, 10203 "pos": 9,
10179 "untHashes": [], 10204 "untHashes": [],
10180 "untriaged": 0 10205 "untriaged": 0
10181 }, 10206 },
10182 { 10207 {
10183 "blame": [], 10208 "blame": [],
10184 "corpus": "gm", 10209 "corpus": "gm",
10185 "diameter": 0, 10210 "diameter": 0,
10186 "name": "factory", 10211 "name": "factory",
10187 "neg": 0, 10212 "neg": 0,
10188 "num": 2, 10213 "num": 2,
10189 "pos": 2, 10214 "pos": 2,
10190 "untHashes": [], 10215 "untHashes": [],
10191 "untriaged": 0 10216 "untriaged": 0
10192 }, 10217 },
10193 { 10218 {
10194 "blame": [], 10219 "blame": [],
10195 "corpus": "gm", 10220 "corpus": "gm",
10196 "diameter": 0, 10221 "diameter": 0,
10197 "name": "complexclip_bw_layer_invert", 10222 "name": "complexclip_bw_layer_invert",
10198 "neg": 0, 10223 "neg": 0,
10199 "num": 31, 10224 "num": 31,
10200 "pos": 31, 10225 "pos": 31,
10201 "untHashes": [], 10226 "untHashes": [],
10202 "untriaged": 0 10227 "untriaged": 0
10203 }, 10228 },
10204 { 10229 {
10205 "blame": [], 10230 "blame": [],
10206 "corpus": "gm", 10231 "corpus": "gm",
10207 "diameter": 0, 10232 "diameter": 0,
10208 "name": "nested_aa", 10233 "name": "nested_aa",
10209 "neg": 0, 10234 "neg": 0,
10210 "num": 24, 10235 "num": 24,
10211 "pos": 24, 10236 "pos": 24,
10212 "untHashes": [], 10237 "untHashes": [],
10213 "untriaged": 0 10238 "untriaged": 0
10214 }, 10239 },
10215 { 10240 {
10216 "blame": [], 10241 "blame": [],
10217 "corpus": "gm", 10242 "corpus": "gm",
10218 "diameter": 0, 10243 "diameter": 0,
10219 "name": "teenyStrokes", 10244 "name": "teenyStrokes",
10220 "neg": 19, 10245 "neg": 19,
10221 "num": 22, 10246 "num": 22,
10222 "pos": 3, 10247 "pos": 3,
10223 "untHashes": [], 10248 "untHashes": [],
10224 "untriaged": 0 10249 "untriaged": 0
10225 }, 10250 },
10226 { 10251 {
10227 "blame": [], 10252 "blame": [],
10228 "corpus": "gm", 10253 "corpus": "gm",
10229 "diameter": 0, 10254 "diameter": 0,
10230 "name": "colorcube", 10255 "name": "colorcube",
10231 "neg": 1, 10256 "neg": 1,
10232 "num": 11, 10257 "num": 11,
10233 "pos": 10, 10258 "pos": 10,
10234 "untHashes": [], 10259 "untHashes": [],
10235 "untriaged": 0 10260 "untriaged": 0
10236 }, 10261 },
10237 { 10262 {
10238 "blame": [], 10263 "blame": [],
10239 "corpus": "gm", 10264 "corpus": "gm",
10240 "diameter": 0, 10265 "diameter": 0,
10241 "name": "savelayer_with_backdrop", 10266 "name": "savelayer_with_backdrop",
10242 "neg": 4, 10267 "neg": 4,
10243 "num": 32, 10268 "num": 32,
10244 "pos": 28, 10269 "pos": 28,
10245 "untHashes": [], 10270 "untHashes": [],
10246 "untriaged": 0 10271 "untriaged": 0
10247 }, 10272 },
10248 { 10273 {
10249 "blame": [], 10274 "blame": [],
10250 "corpus": "gm", 10275 "corpus": "gm",
10251 "diameter": 0, 10276 "diameter": 0,
10252 "name": "drawminibitmaprect", 10277 "name": "drawminibitmaprect",
10253 "neg": 0, 10278 "neg": 0,
10254 "num": 34, 10279 "num": 34,
10255 "pos": 34, 10280 "pos": 34,
10256 "untHashes": [], 10281 "untHashes": [],
10257 "untriaged": 0 10282 "untriaged": 0
10258 }, 10283 },
10259 { 10284 {
10260 "blame": [], 10285 "blame": [],
10261 "corpus": "gm", 10286 "corpus": "gm",
10262 "diameter": 0, 10287 "diameter": 0,
10263 "name": "showmiplevels_255", 10288 "name": "showmiplevels_255",
10264 "neg": 0, 10289 "neg": 0,
10265 "num": 18, 10290 "num": 18,
10266 "pos": 18, 10291 "pos": 18,
10267 "untHashes": [], 10292 "untHashes": [],
10268 "untriaged": 0 10293 "untriaged": 0
10269 }, 10294 },
10270 { 10295 {
10271 "blame": [], 10296 "blame": [],
10272 "corpus": "gm", 10297 "corpus": "gm",
10273 "diameter": 0, 10298 "diameter": 0,
10274 "name": "xfermodes", 10299 "name": "xfermodes",
10275 "neg": 0, 10300 "neg": 0,
10276 "num": 24, 10301 "num": 24,
10277 "pos": 24, 10302 "pos": 24,
10278 "untHashes": [], 10303 "untHashes": [],
10279 "untriaged": 0 10304 "untriaged": 0
10280 }, 10305 },
10281 { 10306 {
10282 "blame": [], 10307 "blame": [],
10283 "corpus": "gm", 10308 "corpus": "gm",
10284 "diameter": 0, 10309 "diameter": 0,
10285 "name": "yuv_to_rgb_effect", 10310 "name": "yuv_to_rgb_effect",
10286 "neg": 0, 10311 "neg": 0,
10287 "num": 10, 10312 "num": 10,
10288 "pos": 10, 10313 "pos": 10,
10289 "untHashes": [], 10314 "untHashes": [],
10290 "untriaged": 0 10315 "untriaged": 0
10291 }, 10316 },
10292 { 10317 {
10293 "blame": [ 10318 "blame": [
10294 { 10319 {
10295 "author": "update-skps (update-skps@skia.org)", 10320 "author": "update-skps (update-skps@skia.org)",
10296 "prob": 1 10321 "prob": 1
10297 } 10322 }
10298 ], 10323 ],
10299 "corpus": "gm", 10324 "corpus": "gm",
10300 "diameter": 0, 10325 "diameter": 0,
10301 "name": "patch_grid", 10326 "name": "patch_grid",
10302 "neg": 0, 10327 "neg": 0,
10303 "num": 27, 10328 "num": 27,
10304 "pos": 27, 10329 "pos": 27,
10305 "untHashes": [], 10330 "untHashes": [],
10306 "untriaged": 0 10331 "untriaged": 0
10307 }, 10332 },
10308 { 10333 {
10309 "blame": [], 10334 "blame": [],
10310 "corpus": "gm", 10335 "corpus": "gm",
10311 "diameter": 0, 10336 "diameter": 0,
10312 "name": "downsamplebitmap_text_low_72.00pt", 10337 "name": "downsamplebitmap_text_low_72.00pt",
10313 "neg": 0, 10338 "neg": 0,
10314 "num": 28, 10339 "num": 28,
10315 "pos": 28, 10340 "pos": 28,
10316 "untHashes": [], 10341 "untHashes": [],
10317 "untriaged": 0 10342 "untriaged": 0
10318 }, 10343 },
10319 { 10344 {
10320 "blame": [], 10345 "blame": [],
10321 "corpus": "gm", 10346 "corpus": "gm",
10322 "diameter": 0, 10347 "diameter": 0,
10323 "name": "annotated_text", 10348 "name": "annotated_text",
10324 "neg": 0, 10349 "neg": 0,
10325 "num": 22, 10350 "num": 22,
10326 "pos": 22, 10351 "pos": 22,
10327 "untHashes": [], 10352 "untHashes": [],
10328 "untriaged": 0 10353 "untriaged": 0
10329 }, 10354 },
10330 { 10355 {
10331 "blame": [], 10356 "blame": [],
10332 "corpus": "gm", 10357 "corpus": "gm",
10333 "diameter": 0, 10358 "diameter": 0,
10334 "name": "persp_shaders_aa", 10359 "name": "persp_shaders_aa",
10335 "neg": 0, 10360 "neg": 0,
10336 "num": 29, 10361 "num": 29,
10337 "pos": 29, 10362 "pos": 29,
10338 "untHashes": [], 10363 "untHashes": [],
10339 "untriaged": 0 10364 "untriaged": 0
10340 }, 10365 },
10341 { 10366 {
10342 "blame": [], 10367 "blame": [],
10343 "corpus": "gm", 10368 "corpus": "gm",
10344 "diameter": 0, 10369 "diameter": 0,
10345 "name": "filterbitmap_image_mandrill_64.png", 10370 "name": "filterbitmap_image_mandrill_64.png",
10346 "neg": 2, 10371 "neg": 2,
10347 "num": 33, 10372 "num": 33,
10348 "pos": 31, 10373 "pos": 31,
10349 "untHashes": [], 10374 "untHashes": [],
10350 "untriaged": 0 10375 "untriaged": 0
10351 }, 10376 },
10352 { 10377 {
10353 "blame": [], 10378 "blame": [],
10354 "corpus": "gm", 10379 "corpus": "gm",
10355 "diameter": 0, 10380 "diameter": 0,
10356 "name": "emboss", 10381 "name": "emboss",
10357 "neg": 1, 10382 "neg": 1,
10358 "num": 3, 10383 "num": 3,
10359 "pos": 2, 10384 "pos": 2,
10360 "untHashes": [], 10385 "untHashes": [],
10361 "untriaged": 0 10386 "untriaged": 0
10362 }, 10387 },
10363 { 10388 {
10364 "blame": [], 10389 "blame": [],
10365 "corpus": "gm", 10390 "corpus": "gm",
10366 "diameter": 0, 10391 "diameter": 0,
10367 "name": "fast_slow_blurimagefilter", 10392 "name": "fast_slow_blurimagefilter",
10368 "neg": 0, 10393 "neg": 0,
10369 "num": 13, 10394 "num": 13,
10370 "pos": 13, 10395 "pos": 13,
10371 "untHashes": [], 10396 "untHashes": [],
10372 "untriaged": 0 10397 "untriaged": 0
10373 }, 10398 },
10374 { 10399 {
10375 "blame": [], 10400 "blame": [],
10376 "corpus": "gm", 10401 "corpus": "gm",
10377 "diameter": 0, 10402 "diameter": 0,
10378 "name": "concavepaths", 10403 "name": "concavepaths",
10379 "neg": 0, 10404 "neg": 0,
10380 "num": 24, 10405 "num": 24,
10381 "pos": 24, 10406 "pos": 24,
10382 "untHashes": [], 10407 "untHashes": [],
10383 "untriaged": 0 10408 "untriaged": 0
10384 }, 10409 },
10385 { 10410 {
10386 "blame": [], 10411 "blame": [],
10387 "corpus": "gm", 10412 "corpus": "gm",
10388 "diameter": 0, 10413 "diameter": 0,
10389 "name": "pixelxorxfermode", 10414 "name": "pixelxorxfermode",
10390 "neg": 4, 10415 "neg": 4,
10391 "num": 6, 10416 "num": 6,
10392 "pos": 2, 10417 "pos": 2,
10393 "untHashes": [], 10418 "untHashes": [],
10394 "untriaged": 0 10419 "untriaged": 0
10395 }, 10420 },
10396 { 10421 {
10397 "blame": [], 10422 "blame": [],
10398 "corpus": "gm", 10423 "corpus": "gm",
10399 "diameter": 0, 10424 "diameter": 0,
10400 "name": "lcdtextMac", 10425 "name": "lcdtextMac",
10401 "neg": 0, 10426 "neg": 0,
10402 "num": 3, 10427 "num": 3,
10403 "pos": 3, 10428 "pos": 3,
10404 "untHashes": [], 10429 "untHashes": [],
10405 "untriaged": 0 10430 "untriaged": 0
10406 }, 10431 },
10407 { 10432 {
10408 "blame": [], 10433 "blame": [],
10409 "corpus": "gm", 10434 "corpus": "gm",
10410 "diameter": 0, 10435 "diameter": 0,
10411 "name": "simple-offsetimagefilter", 10436 "name": "simple-offsetimagefilter",
10412 "neg": 6, 10437 "neg": 6,
10413 "num": 7, 10438 "num": 7,
10414 "pos": 1, 10439 "pos": 1,
10415 "untHashes": [], 10440 "untHashes": [],
10416 "untriaged": 0 10441 "untriaged": 0
10417 }, 10442 },
10418 { 10443 {
10419 "blame": [], 10444 "blame": [],
10420 "corpus": "gm", 10445 "corpus": "gm",
10421 "diameter": 0, 10446 "diameter": 0,
10422 "name": "bezier_cubic_effects", 10447 "name": "bezier_cubic_effects",
10423 "neg": 2, 10448 "neg": 2,
10424 "num": 25, 10449 "num": 25,
10425 "pos": 23, 10450 "pos": 23,
10426 "untHashes": [], 10451 "untHashes": [],
10427 "untriaged": 0 10452 "untriaged": 0
10428 }, 10453 },
10429 { 10454 {
10430 "blame": [], 10455 "blame": [],
10431 "corpus": "gm", 10456 "corpus": "gm",
10432 "diameter": 0, 10457 "diameter": 0,
10433 "name": "gradients", 10458 "name": "gradients",
10434 "neg": 24, 10459 "neg": 24,
10435 "num": 41, 10460 "num": 41,
10436 "pos": 17, 10461 "pos": 17,
10437 "untHashes": [], 10462 "untHashes": [],
10438 "untriaged": 0 10463 "untriaged": 0
10439 }, 10464 },
10440 { 10465 {
10441 "blame": [], 10466 "blame": [],
10442 "corpus": "gm", 10467 "corpus": "gm",
10443 "diameter": 0, 10468 "diameter": 0,
10444 "name": "dashing3", 10469 "name": "dashing3",
10445 "neg": 0, 10470 "neg": 0,
10446 "num": 25, 10471 "num": 25,
10447 "pos": 25, 10472 "pos": 25,
10448 "untHashes": [], 10473 "untHashes": [],
10449 "untriaged": 0 10474 "untriaged": 0
10450 }, 10475 },
10451 { 10476 {
10452 "blame": [], 10477 "blame": [],
10453 "corpus": "gm", 10478 "corpus": "gm",
10454 "diameter": 0, 10479 "diameter": 0,
10455 "name": "downsamplebitmap_checkerboard_medium_512_256", 10480 "name": "downsamplebitmap_checkerboard_medium_512_256",
10456 "neg": 0, 10481 "neg": 0,
10457 "num": 23, 10482 "num": 23,
10458 "pos": 23, 10483 "pos": 23,
10459 "untHashes": [], 10484 "untHashes": [],
10460 "untriaged": 0 10485 "untriaged": 0
10461 }, 10486 },
10462 { 10487 {
10463 "blame": [], 10488 "blame": [],
10464 "corpus": "gm", 10489 "corpus": "gm",
10465 "diameter": 0, 10490 "diameter": 0,
10466 "name": "textblobrandomfont", 10491 "name": "textblobrandomfont",
10467 "neg": 0, 10492 "neg": 0,
10468 "num": 17, 10493 "num": 17,
10469 "pos": 17, 10494 "pos": 17,
10470 "untHashes": [], 10495 "untHashes": [],
10471 "untriaged": 0 10496 "untriaged": 0
10472 }, 10497 },
10473 { 10498 {
10474 "blame": [], 10499 "blame": [],
10475 "corpus": "gm", 10500 "corpus": "gm",
10476 "diameter": 0, 10501 "diameter": 0,
10477 "name": "alphagradients", 10502 "name": "alphagradients",
10478 "neg": 0, 10503 "neg": 0,
10479 "num": 23, 10504 "num": 23,
10480 "pos": 23, 10505 "pos": 23,
10481 "untHashes": [], 10506 "untHashes": [],
10482 "untriaged": 0 10507 "untriaged": 0
10483 }, 10508 },
10484 { 10509 {
10485 "blame": [], 10510 "blame": [],
10486 "corpus": "gm", 10511 "corpus": "gm",
10487 "diameter": 0, 10512 "diameter": 0,
10488 "name": "linear_gradient_tiny", 10513 "name": "linear_gradient_tiny",
10489 "neg": 12, 10514 "neg": 12,
10490 "num": 12, 10515 "num": 12,
10491 "pos": 0, 10516 "pos": 0,
10492 "untHashes": [], 10517 "untHashes": [],
10493 "untriaged": 0 10518 "untriaged": 0
10494 }, 10519 },
10495 { 10520 {
10496 "blame": [], 10521 "blame": [],
10497 "corpus": "gm", 10522 "corpus": "gm",
10498 "diameter": 0, 10523 "diameter": 0,
10499 "name": "filltypespersp", 10524 "name": "filltypespersp",
10500 "neg": 0, 10525 "neg": 0,
10501 "num": 29, 10526 "num": 29,
10502 "pos": 29, 10527 "pos": 29,
10503 "untHashes": [], 10528 "untHashes": [],
10504 "untriaged": 0 10529 "untriaged": 0
10505 }, 10530 },
10506 { 10531 {
10507 "blame": [], 10532 "blame": [],
10508 "corpus": "gm", 10533 "corpus": "gm",
10509 "diameter": 0, 10534 "diameter": 0,
10510 "name": "fontmgr_bounds_1_-0.25iOS", 10535 "name": "fontmgr_bounds_1_-0.25iOS",
10511 "neg": 0, 10536 "neg": 0,
10512 "num": 1, 10537 "num": 1,
10513 "pos": 1, 10538 "pos": 1,
10514 "untHashes": [], 10539 "untHashes": [],
10515 "untriaged": 0 10540 "untriaged": 0
10516 }, 10541 },
10517 { 10542 {
10518 "blame": [], 10543 "blame": [],
10519 "corpus": "gm", 10544 "corpus": "gm",
10520 "diameter": 0, 10545 "diameter": 0,
10521 "name": "fontcache", 10546 "name": "fontcache",
10522 "neg": 0, 10547 "neg": 0,
10523 "num": 23, 10548 "num": 23,
10524 "pos": 23, 10549 "pos": 23,
10525 "untHashes": [], 10550 "untHashes": [],
10526 "untriaged": 0 10551 "untriaged": 0
10527 }, 10552 },
10528 { 10553 {
10529 "blame": [], 10554 "blame": [],
10530 "corpus": "gm", 10555 "corpus": "gm",
10531 "diameter": 0, 10556 "diameter": 0,
10532 "name": "internal_links", 10557 "name": "internal_links",
10533 "neg": 0, 10558 "neg": 0,
10534 "num": 10, 10559 "num": 10,
10535 "pos": 10, 10560 "pos": 10,
10536 "untHashes": [], 10561 "untHashes": [],
10537 "untriaged": 0 10562 "untriaged": 0
10538 }, 10563 },
10539 { 10564 {
10540 "blame": [], 10565 "blame": [],
10541 "corpus": "gm", 10566 "corpus": "gm",
10542 "diameter": 0, 10567 "diameter": 0,
10543 "name": "textblobuseaftergpufree", 10568 "name": "textblobuseaftergpufree",
10544 "neg": 0, 10569 "neg": 0,
10545 "num": 4, 10570 "num": 4,
10546 "pos": 4, 10571 "pos": 4,
10547 "untHashes": [], 10572 "untHashes": [],
10548 "untriaged": 0 10573 "untriaged": 0
10549 }, 10574 },
10550 { 10575 {
10551 "blame": [], 10576 "blame": [],
10552 "corpus": "gm", 10577 "corpus": "gm",
10553 "diameter": 0, 10578 "diameter": 0,
10554 "name": "fontscaleriOS", 10579 "name": "fontscaleriOS",
10555 "neg": 0, 10580 "neg": 0,
10556 "num": 1, 10581 "num": 1,
10557 "pos": 1, 10582 "pos": 1,
10558 "untHashes": [], 10583 "untHashes": [],
10559 "untriaged": 0 10584 "untriaged": 0
10560 }, 10585 },
10561 { 10586 {
10562 "blame": [], 10587 "blame": [],
10563 "corpus": "gm", 10588 "corpus": "gm",
10564 "diameter": 0, 10589 "diameter": 0,
10565 "name": "showmiplevels2_255x256", 10590 "name": "showmiplevels2_255x256",
10566 "neg": 0, 10591 "neg": 0,
10567 "num": 8, 10592 "num": 8,
10568 "pos": 8, 10593 "pos": 8,
10569 "untHashes": [], 10594 "untHashes": [],
10570 "untriaged": 0 10595 "untriaged": 0
10571 }, 10596 },
10572 { 10597 {
10573 "blame": [], 10598 "blame": [],
10574 "corpus": "gm", 10599 "corpus": "gm",
10575 "diameter": 0, 10600 "diameter": 0,
10576 "name": "imagesrc2_high", 10601 "name": "imagesrc2_high",
10577 "neg": 0, 10602 "neg": 0,
10578 "num": 11, 10603 "num": 11,
10579 "pos": 11, 10604 "pos": 11,
10580 "untHashes": [], 10605 "untHashes": [],
10581 "untriaged": 0 10606 "untriaged": 0
10582 }, 10607 },
10583 { 10608 {
10584 "blame": [], 10609 "blame": [],
10585 "corpus": "gm", 10610 "corpus": "gm",
10586 "diameter": 0, 10611 "diameter": 0,
10587 "name": "fontmgr_bounds_0.75_0ChromeOS", 10612 "name": "fontmgr_bounds_0.75_0ChromeOS",
10588 "neg": 0, 10613 "neg": 0,
10589 "num": 3, 10614 "num": 3,
10590 "pos": 3, 10615 "pos": 3,
10591 "untHashes": [], 10616 "untHashes": [],
10592 "untriaged": 0 10617 "untriaged": 0
10593 }, 10618 },
10594 { 10619 {
10595 "blame": [], 10620 "blame": [],
10596 "corpus": "gm", 10621 "corpus": "gm",
10597 "diameter": 0, 10622 "diameter": 0,
10598 "name": "draw-atlas-colors", 10623 "name": "draw-atlas-colors",
10599 "neg": 0, 10624 "neg": 0,
10600 "num": 15, 10625 "num": 15,
10601 "pos": 15, 10626 "pos": 15,
10602 "untHashes": [], 10627 "untHashes": [],
10603 "untriaged": 0 10628 "untriaged": 0
10604 }, 10629 },
10605 { 10630 {
10606 "blame": [], 10631 "blame": [],
10607 "corpus": "gm", 10632 "corpus": "gm",
10608 "diameter": 0, 10633 "diameter": 0,
10609 "name": "spritebitmap", 10634 "name": "spritebitmap",
10610 "neg": 0, 10635 "neg": 0,
10611 "num": 13, 10636 "num": 13,
10612 "pos": 13, 10637 "pos": 13,
10613 "untHashes": [], 10638 "untHashes": [],
10614 "untriaged": 0 10639 "untriaged": 0
10615 }, 10640 },
10616 { 10641 {
10617 "blame": [], 10642 "blame": [],
10618 "corpus": "gm", 10643 "corpus": "gm",
10619 "diameter": 0, 10644 "diameter": 0,
10620 "name": "arcofzorro", 10645 "name": "arcofzorro",
10621 "neg": 0, 10646 "neg": 0,
10622 "num": 24, 10647 "num": 24,
10623 "pos": 24, 10648 "pos": 24,
10624 "untHashes": [], 10649 "untHashes": [],
10625 "untriaged": 0 10650 "untriaged": 0
10626 }, 10651 },
10627 { 10652 {
10628 "blame": [], 10653 "blame": [],
10629 "corpus": "gm", 10654 "corpus": "gm",
10630 "diameter": 0, 10655 "diameter": 0,
10631 "name": "pictureimagegenerator", 10656 "name": "pictureimagegenerator",
10632 "neg": 0, 10657 "neg": 0,
10633 "num": 13, 10658 "num": 13,
10634 "pos": 13, 10659 "pos": 13,
10635 "untHashes": [], 10660 "untHashes": [],
10636 "untriaged": 0 10661 "untriaged": 0
10637 }, 10662 },
10638 { 10663 {
10639 "blame": [], 10664 "blame": [],
10640 "corpus": "gm", 10665 "corpus": "gm",
10641 "diameter": 0, 10666 "diameter": 0,
10642 "name": "c_gms", 10667 "name": "c_gms",
10643 "neg": 0, 10668 "neg": 0,
10644 "num": 31, 10669 "num": 31,
10645 "pos": 31, 10670 "pos": 31,
10646 "untHashes": [], 10671 "untHashes": [],
10647 "untriaged": 0 10672 "untriaged": 0
10648 }, 10673 },
10649 { 10674 {
10650 "blame": [], 10675 "blame": [],
10651 "corpus": "gm", 10676 "corpus": "gm",
10652 "diameter": 0, 10677 "diameter": 0,
10653 "name": "colorcomposefilter_wacky", 10678 "name": "colorcomposefilter_wacky",
10654 "neg": 0, 10679 "neg": 0,
10655 "num": 14, 10680 "num": 14,
10656 "pos": 14, 10681 "pos": 14,
10657 "untHashes": [], 10682 "untHashes": [],
10658 "untriaged": 0 10683 "untriaged": 0
10659 }, 10684 },
10660 { 10685 {
10661 "blame": [], 10686 "blame": [],
10662 "corpus": "gm", 10687 "corpus": "gm",
10663 "diameter": 0, 10688 "diameter": 0,
10664 "name": "giantbitmap_repeat_bilerp_rotate", 10689 "name": "giantbitmap_repeat_bilerp_rotate",
10665 "neg": 0, 10690 "neg": 0,
10666 "num": 15, 10691 "num": 15,
10667 "pos": 15, 10692 "pos": 15,
10668 "untHashes": [], 10693 "untHashes": [],
10669 "untriaged": 0 10694 "untriaged": 0
10670 }, 10695 },
10671 { 10696 {
10672 "blame": [], 10697 "blame": [],
10673 "corpus": "gm", 10698 "corpus": "gm",
10674 "diameter": 0, 10699 "diameter": 0,
10675 "name": "gammatextChromeOS", 10700 "name": "gammatextChromeOS",
10676 "neg": 0, 10701 "neg": 0,
10677 "num": 2, 10702 "num": 2,
10678 "pos": 2, 10703 "pos": 2,
10679 "untHashes": [], 10704 "untHashes": [],
10680 "untriaged": 0 10705 "untriaged": 0
10681 }, 10706 },
10682 { 10707 {
10683 "blame": [], 10708 "blame": [],
10684 "corpus": "gm", 10709 "corpus": "gm",
10685 "diameter": 0, 10710 "diameter": 0,
10686 "name": "offsetimagefilter", 10711 "name": "offsetimagefilter",
10687 "neg": 0, 10712 "neg": 0,
10688 "num": 5, 10713 "num": 5,
10689 "pos": 5, 10714 "pos": 5,
10690 "untHashes": [], 10715 "untHashes": [],
10691 "untriaged": 0 10716 "untriaged": 0
10692 }, 10717 },
10693 { 10718 {
10694 "blame": [], 10719 "blame": [],
10695 "corpus": "gm", 10720 "corpus": "gm",
10696 "diameter": 0, 10721 "diameter": 0,
10697 "name": "textunderstrike", 10722 "name": "textunderstrike",
10698 "neg": 0, 10723 "neg": 0,
10699 "num": 25, 10724 "num": 25,
10700 "pos": 25, 10725 "pos": 25,
10701 "untHashes": [], 10726 "untHashes": [],
10702 "untriaged": 0 10727 "untriaged": 0
10703 }, 10728 },
10704 { 10729 {
10705 "blame": [], 10730 "blame": [],
10706 "corpus": "gm", 10731 "corpus": "gm",
10707 "diameter": 0, 10732 "diameter": 0,
10708 "name": "emptypath", 10733 "name": "emptypath",
10709 "neg": 0, 10734 "neg": 0,
10710 "num": 23, 10735 "num": 23,
10711 "pos": 23, 10736 "pos": 23,
10712 "untHashes": [], 10737 "untHashes": [],
10713 "untriaged": 0 10738 "untriaged": 0
10714 }, 10739 },
10715 { 10740 {
10716 "blame": [], 10741 "blame": [],
10717 "corpus": "gm", 10742 "corpus": "gm",
10718 "diameter": 0, 10743 "diameter": 0,
10719 "name": "nested_bw", 10744 "name": "nested_bw",
10720 "neg": 0, 10745 "neg": 0,
10721 "num": 11, 10746 "num": 11,
10722 "pos": 11, 10747 "pos": 11,
10723 "untHashes": [], 10748 "untHashes": [],
10724 "untriaged": 0 10749 "untriaged": 0
10725 }, 10750 },
10726 { 10751 {
10727 "blame": [], 10752 "blame": [],
10728 "corpus": "gm", 10753 "corpus": "gm",
10729 "diameter": 0, 10754 "diameter": 0,
10730 "name": "bezier_quad_effects", 10755 "name": "bezier_quad_effects",
10731 "neg": 0, 10756 "neg": 0,
10732 "num": 23, 10757 "num": 23,
10733 "pos": 23, 10758 "pos": 23,
10734 "untHashes": [], 10759 "untHashes": [],
10735 "untriaged": 0 10760 "untriaged": 0
10736 }, 10761 },
10737 { 10762 {
10738 "blame": [], 10763 "blame": [],
10739 "corpus": "gm", 10764 "corpus": "gm",
10740 "diameter": 0, 10765 "diameter": 0,
10741 "name": "radial_gradient3", 10766 "name": "radial_gradient3",
10742 "neg": 0, 10767 "neg": 0,
10743 "num": 20, 10768 "num": 20,
10744 "pos": 20, 10769 "pos": 20,
10745 "untHashes": [], 10770 "untHashes": [],
10746 "untriaged": 0 10771 "untriaged": 0
10747 }, 10772 },
10748 { 10773 {
10749 "blame": [], 10774 "blame": [],
10750 "corpus": "gm", 10775 "corpus": "gm",
10751 "diameter": 0, 10776 "diameter": 0,
10752 "name": "filterbitmap_image_mandrill_16.png", 10777 "name": "filterbitmap_image_mandrill_16.png",
10753 "neg": 2, 10778 "neg": 2,
10754 "num": 35, 10779 "num": 35,
10755 "pos": 33, 10780 "pos": 33,
10756 "untHashes": [], 10781 "untHashes": [],
10757 "untriaged": 0 10782 "untriaged": 0
10758 }, 10783 },
10759 { 10784 {
10760 "blame": [], 10785 "blame": [],
10761 "corpus": "gm", 10786 "corpus": "gm",
10762 "diameter": 0, 10787 "diameter": 0,
10763 "name": "extractalpha", 10788 "name": "extractalpha",
10764 "neg": 0, 10789 "neg": 0,
10765 "num": 13, 10790 "num": 13,
10766 "pos": 13, 10791 "pos": 13,
10767 "untHashes": [], 10792 "untHashes": [],
10768 "untriaged": 0 10793 "untriaged": 0
10769 }, 10794 },
10770 { 10795 {
10771 "blame": [], 10796 "blame": [],
10772 "corpus": "gm", 10797 "corpus": "gm",
10773 "diameter": 0, 10798 "diameter": 0,
10774 "name": "bug591993", 10799 "name": "bug591993",
10775 "neg": 0, 10800 "neg": 0,
10776 "num": 2, 10801 "num": 2,
10777 "pos": 2, 10802 "pos": 2,
10778 "untHashes": [], 10803 "untHashes": [],
10779 "untriaged": 0 10804 "untriaged": 0
10780 }, 10805 },
10781 { 10806 {
10782 "blame": [], 10807 "blame": [],
10783 "corpus": "gm", 10808 "corpus": "gm",
10784 "diameter": 0, 10809 "diameter": 0,
10785 "name": "gradtext", 10810 "name": "gradtext",
10786 "neg": 0, 10811 "neg": 0,
10787 "num": 28, 10812 "num": 28,
10788 "pos": 28, 10813 "pos": 28,
10789 "untHashes": [], 10814 "untHashes": [],
10790 "untriaged": 0 10815 "untriaged": 0
10791 }, 10816 },
10792 { 10817 {
10793 "blame": [], 10818 "blame": [],
10794 "corpus": "gm", 10819 "corpus": "gm",
10795 "diameter": 0, 10820 "diameter": 0,
10796 "name": "giantbitmap_repeat_bilerp_scale", 10821 "name": "giantbitmap_repeat_bilerp_scale",
10797 "neg": 0, 10822 "neg": 0,
10798 "num": 13, 10823 "num": 13,
10799 "pos": 13, 10824 "pos": 13,
10800 "untHashes": [], 10825 "untHashes": [],
10801 "untriaged": 0 10826 "untriaged": 0
10802 }, 10827 },
10803 { 10828 {
10804 "blame": [], 10829 "blame": [],
10805 "corpus": "gm", 10830 "corpus": "gm",
10806 "diameter": 0, 10831 "diameter": 0,
10807 "name": "textblobmixedsizes", 10832 "name": "textblobmixedsizes",
10808 "neg": 0, 10833 "neg": 0,
10809 "num": 49, 10834 "num": 49,
10810 "pos": 49, 10835 "pos": 49,
10811 "untHashes": [], 10836 "untHashes": [],
10812 "untriaged": 0 10837 "untriaged": 0
10813 }, 10838 },
10814 { 10839 {
10815 "blame": [], 10840 "blame": [],
10816 "corpus": "gm", 10841 "corpus": "gm",
10817 "diameter": 0, 10842 "diameter": 0,
10818 "name": "shallow_gradient_conical", 10843 "name": "shallow_gradient_conical",
10819 "neg": 0, 10844 "neg": 0,
10820 "num": 18, 10845 "num": 18,
10821 "pos": 18, 10846 "pos": 18,
10822 "untHashes": [], 10847 "untHashes": [],
10823 "untriaged": 0 10848 "untriaged": 0
10824 }, 10849 },
10825 { 10850 {
10826 "blame": [], 10851 "blame": [],
10827 "corpus": "gm", 10852 "corpus": "gm",
10828 "diameter": 0, 10853 "diameter": 0,
10829 "name": "circular-clips", 10854 "name": "circular-clips",
10830 "neg": 0, 10855 "neg": 0,
10831 "num": 24, 10856 "num": 24,
10832 "pos": 24, 10857 "pos": 24,
10833 "untHashes": [], 10858 "untHashes": [],
10834 "untriaged": 0 10859 "untriaged": 0
10835 }, 10860 },
10836 { 10861 {
10837 "blame": [], 10862 "blame": [],
10838 "corpus": "gm", 10863 "corpus": "gm",
10839 "diameter": 0, 10864 "diameter": 0,
10840 "name": "zeroPath", 10865 "name": "zeroPath",
10841 "neg": 0, 10866 "neg": 0,
10842 "num": 25, 10867 "num": 25,
10843 "pos": 25, 10868 "pos": 25,
10844 "untHashes": [], 10869 "untHashes": [],
10845 "untriaged": 0 10870 "untriaged": 0
10846 }, 10871 },
10847 { 10872 {
10848 "blame": [], 10873 "blame": [],
10849 "corpus": "gm", 10874 "corpus": "gm",
10850 "diameter": 0, 10875 "diameter": 0,
10851 "name": "color4f", 10876 "name": "color4f",
10852 "neg": 0, 10877 "neg": 0,
10853 "num": 2, 10878 "num": 2,
10854 "pos": 2, 10879 "pos": 2,
10855 "untHashes": [], 10880 "untHashes": [],
10856 "untriaged": 0 10881 "untriaged": 0
10857 }, 10882 },
10858 { 10883 {
10859 "blame": [], 10884 "blame": [],
10860 "corpus": "gm", 10885 "corpus": "gm",
10861 "diameter": 0, 10886 "diameter": 0,
10862 "name": "shallow_gradient_conical_nodither", 10887 "name": "shallow_gradient_conical_nodither",
10863 "neg": 0, 10888 "neg": 0,
10864 "num": 13, 10889 "num": 13,
10865 "pos": 13, 10890 "pos": 13,
10866 "untHashes": [], 10891 "untHashes": [],
10867 "untriaged": 0 10892 "untriaged": 0
10868 }, 10893 },
10869 { 10894 {
10870 "blame": [], 10895 "blame": [],
10871 "corpus": "gm", 10896 "corpus": "gm",
10872 "diameter": 0, 10897 "diameter": 0,
10873 "name": "quadpath", 10898 "name": "quadpath",
10874 "neg": 2, 10899 "neg": 2,
10875 "num": 28, 10900 "num": 28,
10876 "pos": 26, 10901 "pos": 26,
10877 "untHashes": [], 10902 "untHashes": [],
10878 "untriaged": 0 10903 "untriaged": 0
10879 }, 10904 },
10880 { 10905 {
10881 "blame": [], 10906 "blame": [],
10882 "corpus": "gm", 10907 "corpus": "gm",
10883 "diameter": 0, 10908 "diameter": 0,
10884 "name": "emptystroke", 10909 "name": "emptystroke",
10885 "neg": 0, 10910 "neg": 0,
10886 "num": 7, 10911 "num": 7,
10887 "pos": 7, 10912 "pos": 7,
10888 "untHashes": [], 10913 "untHashes": [],
10889 "untriaged": 0 10914 "untriaged": 0
10890 }, 10915 },
10891 { 10916 {
10892 "blame": [], 10917 "blame": [],
10893 "corpus": "gm", 10918 "corpus": "gm",
10894 "diameter": 0, 10919 "diameter": 0,
10895 "name": "filterbitmap_checkerboard_192_192", 10920 "name": "filterbitmap_checkerboard_192_192",
10896 "neg": 1, 10921 "neg": 1,
10897 "num": 32, 10922 "num": 32,
10898 "pos": 31, 10923 "pos": 31,
10899 "untHashes": [], 10924 "untHashes": [],
10900 "untriaged": 0 10925 "untriaged": 0
10901 }, 10926 },
10902 { 10927 {
10903 "blame": [], 10928 "blame": [],
10904 "corpus": "gm", 10929 "corpus": "gm",
10905 "diameter": 0, 10930 "diameter": 0,
10906 "name": "complexclip2_rrect_bw", 10931 "name": "complexclip2_rrect_bw",
10907 "neg": 0, 10932 "neg": 0,
10908 "num": 14, 10933 "num": 14,
10909 "pos": 14, 10934 "pos": 14,
10910 "untHashes": [], 10935 "untHashes": [],
10911 "untriaged": 0 10936 "untriaged": 0
10912 }, 10937 },
10913 { 10938 {
10914 "blame": [], 10939 "blame": [],
10915 "corpus": "gm", 10940 "corpus": "gm",
10916 "diameter": 0, 10941 "diameter": 0,
10917 "name": "convex-lineonly-paths", 10942 "name": "convex-lineonly-paths",
10918 "neg": 9, 10943 "neg": 9,
10919 "num": 25, 10944 "num": 25,
10920 "pos": 16, 10945 "pos": 16,
10921 "untHashes": [], 10946 "untHashes": [],
10922 "untriaged": 0 10947 "untriaged": 0
10923 }, 10948 },
10924 { 10949 {
10925 "blame": [], 10950 "blame": [],
10926 "corpus": "gm", 10951 "corpus": "gm",
10927 "diameter": 0, 10952 "diameter": 0,
10928 "name": "modecolorfilters", 10953 "name": "modecolorfilters",
10929 "neg": 0, 10954 "neg": 0,
10930 "num": 12, 10955 "num": 12,
10931 "pos": 12, 10956 "pos": 12,
10932 "untHashes": [], 10957 "untHashes": [],
10933 "untriaged": 0 10958 "untriaged": 0
10934 }, 10959 },
10935 { 10960 {
10936 "blame": [], 10961 "blame": [],
10937 "corpus": "gm", 10962 "corpus": "gm",
10938 "diameter": 0, 10963 "diameter": 0,
10939 "name": "image-surface", 10964 "name": "image-surface",
10940 "neg": 0, 10965 "neg": 0,
10941 "num": 33, 10966 "num": 33,
10942 "pos": 33, 10967 "pos": 33,
10943 "untHashes": [], 10968 "untHashes": [],
10944 "untriaged": 0 10969 "untriaged": 0
10945 }, 10970 },
10946 { 10971 {
10947 "blame": [], 10972 "blame": [],
10948 "corpus": "gm", 10973 "corpus": "gm",
10949 "diameter": 0, 10974 "diameter": 0,
10950 "name": "dashing", 10975 "name": "dashing",
10951 "neg": 0, 10976 "neg": 0,
10952 "num": 21, 10977 "num": 21,
10953 "pos": 21, 10978 "pos": 21,
10954 "untHashes": [], 10979 "untHashes": [],
10955 "untriaged": 0 10980 "untriaged": 0
10956 }, 10981 },
10957 { 10982 {
10958 "blame": [], 10983 "blame": [],
10959 "corpus": "gm", 10984 "corpus": "gm",
10960 "diameter": 0, 10985 "diameter": 0,
10961 "name": "colormatrix", 10986 "name": "colormatrix",
10962 "neg": 0, 10987 "neg": 0,
10963 "num": 15, 10988 "num": 15,
10964 "pos": 15, 10989 "pos": 15,
10965 "untHashes": [], 10990 "untHashes": [],
10966 "untriaged": 0 10991 "untriaged": 0
10967 }, 10992 },
10968 { 10993 {
10969 "blame": [], 10994 "blame": [],
10970 "corpus": "gm", 10995 "corpus": "gm",
10971 "diameter": 0, 10996 "diameter": 0,
10972 "name": "big_rrect_circle_aa_effect", 10997 "name": "big_rrect_circle_aa_effect",
10973 "neg": 0, 10998 "neg": 0,
10974 "num": 12, 10999 "num": 12,
10975 "pos": 12, 11000 "pos": 12,
10976 "untHashes": [], 11001 "untHashes": [],
10977 "untriaged": 0 11002 "untriaged": 0
10978 }, 11003 },
10979 { 11004 {
10980 "blame": [], 11005 "blame": [],
10981 "corpus": "gm", 11006 "corpus": "gm",
10982 "diameter": 0, 11007 "diameter": 0,
10983 "name": "rrect_draw_aa", 11008 "name": "rrect_draw_aa",
10984 "neg": 1, 11009 "neg": 1,
10985 "num": 26, 11010 "num": 26,
10986 "pos": 25, 11011 "pos": 25,
10987 "untHashes": [], 11012 "untHashes": [],
10988 "untriaged": 0 11013 "untriaged": 0
10989 }, 11014 },
10990 { 11015 {
10991 "blame": [], 11016 "blame": [],
10992 "corpus": "gm", 11017 "corpus": "gm",
10993 "diameter": 0, 11018 "diameter": 0,
10994 "name": "not_native32_bitmap_config", 11019 "name": "not_native32_bitmap_config",
10995 "neg": 2, 11020 "neg": 2,
10996 "num": 3, 11021 "num": 3,
10997 "pos": 1, 11022 "pos": 1,
10998 "untHashes": [], 11023 "untHashes": [],
10999 "untriaged": 0 11024 "untriaged": 0
11000 }, 11025 },
11001 { 11026 {
11002 "blame": [], 11027 "blame": [],
11003 "corpus": "gm", 11028 "corpus": "gm",
11004 "diameter": 0, 11029 "diameter": 0,
11005 "name": "zero_control_stroke", 11030 "name": "zero_control_stroke",
11006 "neg": 0, 11031 "neg": 0,
11007 "num": 31, 11032 "num": 31,
11008 "pos": 31, 11033 "pos": 31,
11009 "untHashes": [], 11034 "untHashes": [],
11010 "untriaged": 0 11035 "untriaged": 0
11011 }, 11036 },
11012 { 11037 {
11013 "blame": [], 11038 "blame": [],
11014 "corpus": "gm", 11039 "corpus": "gm",
11015 "diameter": 0, 11040 "diameter": 0,
11016 "name": "dashcircle", 11041 "name": "dashcircle",
11017 "neg": 0, 11042 "neg": 0,
11018 "num": 39, 11043 "num": 39,
11019 "pos": 39, 11044 "pos": 39,
11020 "untHashes": [], 11045 "untHashes": [],
11021 "untriaged": 0 11046 "untriaged": 0
11022 }, 11047 },
11023 { 11048 {
11024 "blame": [], 11049 "blame": [],
11025 "corpus": "gm", 11050 "corpus": "gm",
11026 "diameter": 0, 11051 "diameter": 0,
11027 "name": "distantclip", 11052 "name": "distantclip",
11028 "neg": 0, 11053 "neg": 0,
11029 "num": 2, 11054 "num": 2,
11030 "pos": 2, 11055 "pos": 2,
11031 "untHashes": [], 11056 "untHashes": [],
11032 "untriaged": 0 11057 "untriaged": 0
11033 }, 11058 },
11034 { 11059 {
11035 "blame": [], 11060 "blame": [],
11036 "corpus": "gm", 11061 "corpus": "gm",
11037 "diameter": 0, 11062 "diameter": 0,
11038 "name": "recordopts", 11063 "name": "recordopts",
11039 "neg": 0, 11064 "neg": 0,
11040 "num": 2, 11065 "num": 2,
11041 "pos": 2, 11066 "pos": 2,
11042 "untHashes": [], 11067 "untHashes": [],
11043 "untriaged": 0 11068 "untriaged": 0
11044 }, 11069 },
11045 { 11070 {
11046 "blame": [], 11071 "blame": [],
11047 "corpus": "gm", 11072 "corpus": "gm",
11048 "diameter": 0, 11073 "diameter": 0,
11049 "name": "thinrects", 11074 "name": "thinrects",
11050 "neg": 0, 11075 "neg": 0,
11051 "num": 18, 11076 "num": 18,
11052 "pos": 18, 11077 "pos": 18,
11053 "untHashes": [], 11078 "untHashes": [],
11054 "untriaged": 0 11079 "untriaged": 0
11055 }, 11080 },
11056 { 11081 {
11057 "blame": [], 11082 "blame": [],
11058 "corpus": "gm", 11083 "corpus": "gm",
11059 "diameter": 0, 11084 "diameter": 0,
11060 "name": "radial_gradient3_nodither", 11085 "name": "radial_gradient3_nodither",
11061 "neg": 0, 11086 "neg": 0,
11062 "num": 17, 11087 "num": 17,
11063 "pos": 17, 11088 "pos": 17,
11064 "untHashes": [], 11089 "untHashes": [],
11065 "untriaged": 0 11090 "untriaged": 0
11066 }, 11091 },
11067 { 11092 {
11068 "blame": [], 11093 "blame": [],
11069 "corpus": "gm", 11094 "corpus": "gm",
11070 "diameter": 0, 11095 "diameter": 0,
11071 "name": "multipicturedraw_rectclip_simple", 11096 "name": "multipicturedraw_rectclip_simple",
11072 "neg": 0, 11097 "neg": 0,
11073 "num": 13, 11098 "num": 13,
11074 "pos": 13, 11099 "pos": 13,
11075 "untHashes": [], 11100 "untHashes": [],
11076 "untriaged": 0 11101 "untriaged": 0
11077 }, 11102 },
11078 { 11103 {
11079 "blame": [], 11104 "blame": [],
11080 "corpus": "gm", 11105 "corpus": "gm",
11081 "diameter": 0, 11106 "diameter": 0,
11082 "name": "complexclip3_simple", 11107 "name": "complexclip3_simple",
11083 "neg": 0, 11108 "neg": 0,
11084 "num": 28, 11109 "num": 28,
11085 "pos": 28, 11110 "pos": 28,
11086 "untHashes": [], 11111 "untHashes": [],
11087 "untriaged": 0 11112 "untriaged": 0
11088 }, 11113 },
11089 { 11114 {
11090 "blame": [], 11115 "blame": [],
11091 "corpus": "gm", 11116 "corpus": "gm",
11092 "diameter": 0, 11117 "diameter": 0,
11093 "name": "gradients_2pt_conical_inside", 11118 "name": "gradients_2pt_conical_inside",
11094 "neg": 0, 11119 "neg": 0,
11095 "num": 31, 11120 "num": 31,
11096 "pos": 31, 11121 "pos": 31,
11097 "untHashes": [], 11122 "untHashes": [],
11098 "untriaged": 0 11123 "untriaged": 0
11099 }, 11124 },
11100 { 11125 {
11101 "blame": [], 11126 "blame": [],
11102 "corpus": "gm", 11127 "corpus": "gm",
11103 "diameter": 0, 11128 "diameter": 0,
11104 "name": "typefacestyles_kerningWin", 11129 "name": "typefacestyles_kerningWin",
11105 "neg": 5, 11130 "neg": 5,
11106 "num": 5, 11131 "num": 5,
11107 "pos": 0, 11132 "pos": 0,
11108 "untHashes": [], 11133 "untHashes": [],
11109 "untriaged": 0 11134 "untriaged": 0
11110 }, 11135 },
11111 { 11136 {
11112 "blame": [], 11137 "blame": [],
11113 "corpus": "gm", 11138 "corpus": "gm",
11114 "diameter": 0, 11139 "diameter": 0,
11115 "name": "verttext2ChromeOS", 11140 "name": "verttext2ChromeOS",
11116 "neg": 0, 11141 "neg": 0,
11117 "num": 3, 11142 "num": 3,
11118 "pos": 3, 11143 "pos": 3,
11119 "untHashes": [], 11144 "untHashes": [],
11120 "untriaged": 0 11145 "untriaged": 0
11121 }, 11146 },
11122 { 11147 {
11123 "blame": [], 11148 "blame": [],
11124 "corpus": "gm", 11149 "corpus": "gm",
11125 "diameter": 0, 11150 "diameter": 0,
11126 "name": "matrixconvolution", 11151 "name": "matrixconvolution",
11127 "neg": 0, 11152 "neg": 0,
11128 "num": 25, 11153 "num": 25,
11129 "pos": 25, 11154 "pos": 25,
11130 "untHashes": [], 11155 "untHashes": [],
11131 "untriaged": 0 11156 "untriaged": 0
11132 }, 11157 },
11133 { 11158 {
11134 "blame": [], 11159 "blame": [],
11135 "corpus": "gm", 11160 "corpus": "gm",
11136 "diameter": 0, 11161 "diameter": 0,
11137 "name": "imagefilters_xfermodes", 11162 "name": "imagefilters_xfermodes",
11138 "neg": 0, 11163 "neg": 0,
11139 "num": 23, 11164 "num": 23,
11140 "pos": 23, 11165 "pos": 23,
11141 "untHashes": [], 11166 "untHashes": [],
11142 "untriaged": 0 11167 "untriaged": 0
11143 }, 11168 },
11144 { 11169 {
11145 "blame": [], 11170 "blame": [],
11146 "corpus": "gm", 11171 "corpus": "gm",
11147 "diameter": 0, 11172 "diameter": 0,
11148 "name": "clipdrawdraw", 11173 "name": "clipdrawdraw",
11149 "neg": 0, 11174 "neg": 0,
11150 "num": 7, 11175 "num": 7,
11151 "pos": 7, 11176 "pos": 7,
11152 "untHashes": [], 11177 "untHashes": [],
11153 "untriaged": 0 11178 "untriaged": 0
11154 }, 11179 },
11155 { 11180 {
11156 "blame": [], 11181 "blame": [],
11157 "corpus": "gm", 11182 "corpus": "gm",
11158 "diameter": 0, 11183 "diameter": 0,
11159 "name": "complexclip_bw_invert", 11184 "name": "complexclip_bw_invert",
11160 "neg": 0, 11185 "neg": 0,
11161 "num": 30, 11186 "num": 30,
11162 "pos": 30, 11187 "pos": 30,
11163 "untHashes": [], 11188 "untHashes": [],
11164 "untriaged": 0 11189 "untriaged": 0
11165 }, 11190 },
11166 { 11191 {
11167 "blame": [], 11192 "blame": [],
11168 "corpus": "gm", 11193 "corpus": "gm",
11169 "diameter": 0, 11194 "diameter": 0,
11170 "name": "downsamplebitmap_image_medium_mandrill_512.png", 11195 "name": "downsamplebitmap_image_medium_mandrill_512.png",
11171 "neg": 2, 11196 "neg": 2,
11172 "num": 32, 11197 "num": 32,
11173 "pos": 30, 11198 "pos": 30,
11174 "untHashes": [], 11199 "untHashes": [],
11175 "untriaged": 0 11200 "untriaged": 0
11176 }, 11201 },
11177 { 11202 {
11178 "blame": [], 11203 "blame": [],
11179 "corpus": "gm", 11204 "corpus": "gm",
11180 "diameter": 0, 11205 "diameter": 0,
11181 "name": "bitmaprecttest", 11206 "name": "bitmaprecttest",
11182 "neg": 1, 11207 "neg": 1,
11183 "num": 9, 11208 "num": 9,
11184 "pos": 8, 11209 "pos": 8,
11185 "untHashes": [], 11210 "untHashes": [],
11186 "untriaged": 0 11211 "untriaged": 0
11187 }, 11212 },
11188 { 11213 {
11189 "blame": [], 11214 "blame": [],
11190 "corpus": "gm", 11215 "corpus": "gm",
11191 "diameter": 0, 11216 "diameter": 0,
11192 "name": "linear_gradient_nodither", 11217 "name": "linear_gradient_nodither",
11193 "neg": 20, 11218 "neg": 20,
11194 "num": 22, 11219 "num": 22,
11195 "pos": 2, 11220 "pos": 2,
11196 "untHashes": [], 11221 "untHashes": [],
11197 "untriaged": 0 11222 "untriaged": 0
11198 }, 11223 },
11199 { 11224 {
11200 "blame": [], 11225 "blame": [],
11201 "corpus": "gm", 11226 "corpus": "gm",
11202 "diameter": 0, 11227 "diameter": 0,
11203 "name": "bug339297", 11228 "name": "bug339297",
11204 "neg": 1, 11229 "neg": 1,
11205 "num": 23, 11230 "num": 23,
11206 "pos": 22, 11231 "pos": 22,
11207 "untHashes": [], 11232 "untHashes": [],
11208 "untriaged": 0 11233 "untriaged": 0
11209 }, 11234 },
11210 { 11235 {
11211 "blame": [], 11236 "blame": [],
11212 "corpus": "gm", 11237 "corpus": "gm",
11213 "diameter": 0, 11238 "diameter": 0,
11214 "name": "localmatriximagefilter", 11239 "name": "localmatriximagefilter",
11215 "neg": 0, 11240 "neg": 0,
11216 "num": 25, 11241 "num": 25,
11217 "pos": 25, 11242 "pos": 25,
11218 "untHashes": [], 11243 "untHashes": [],
11219 "untriaged": 0 11244 "untriaged": 0
11220 }, 11245 },
11221 { 11246 {
11222 "blame": [], 11247 "blame": [],
11223 "corpus": "gm", 11248 "corpus": "gm",
11224 "diameter": 0, 11249 "diameter": 0,
11225 "name": "tinybitmap", 11250 "name": "tinybitmap",
11226 "neg": 0, 11251 "neg": 0,
11227 "num": 3, 11252 "num": 3,
11228 "pos": 3, 11253 "pos": 3,
11229 "untHashes": [], 11254 "untHashes": [],
11230 "untriaged": 0 11255 "untriaged": 0
11231 }, 11256 },
11232 { 11257 {
11233 "blame": [], 11258 "blame": [],
11234 "corpus": "gm", 11259 "corpus": "gm",
11235 "diameter": 0, 11260 "diameter": 0,
11236 "name": "giantbitmap_repeat_point_rotate", 11261 "name": "giantbitmap_repeat_point_rotate",
11237 "neg": 3, 11262 "neg": 3,
11238 "num": 12, 11263 "num": 12,
11239 "pos": 9, 11264 "pos": 9,
11240 "untHashes": [], 11265 "untHashes": [],
11241 "untriaged": 0 11266 "untriaged": 0
11242 }, 11267 },
11243 { 11268 {
11244 "blame": [ 11269 "blame": [
11245 { 11270 {
11246 "author": "msarett (msarett@example.com)", 11271 "author": "msarett (msarett@example.com)",
11247 "prob": 0.5 11272 "prob": 0.5
11248 }, 11273 },
11249 { 11274 {
11250 "author": "brianosman (brianosman@example.com)", 11275 "author": "brianosman (brianosman@example.com)",
11251 "prob": 0.5 11276 "prob": 0.5
11252 } 11277 }
11253 ], 11278 ],
11254 "corpus": "gm", 11279 "corpus": "gm",
11255 "diameter": 0, 11280 "diameter": 0,
11256 "name": "aarectmodes", 11281 "name": "aarectmodes",
11257 "neg": 0, 11282 "neg": 0,
11258 "num": 28, 11283 "num": 28,
11259 "pos": 28, 11284 "pos": 28,
11260 "untHashes": [], 11285 "untHashes": [],
11261 "untriaged": 0 11286 "untriaged": 0
11262 }, 11287 },
11263 { 11288 {
11264 "blame": [], 11289 "blame": [],
11265 "corpus": "gm", 11290 "corpus": "gm",
11266 "diameter": 0, 11291 "diameter": 0,
11267 "name": "image-picture", 11292 "name": "image-picture",
11268 "neg": 0, 11293 "neg": 0,
11269 "num": 36, 11294 "num": 36,
11270 "pos": 36, 11295 "pos": 36,
11271 "untHashes": [], 11296 "untHashes": [],
11272 "untriaged": 0 11297 "untriaged": 0
11273 }, 11298 },
11274 { 11299 {
11275 "blame": [], 11300 "blame": [],
11276 "corpus": "gm", 11301 "corpus": "gm",
11277 "diameter": 0, 11302 "diameter": 0,
11278 "name": "displacement", 11303 "name": "displacement",
11279 "neg": 0, 11304 "neg": 0,
11280 "num": 10, 11305 "num": 10,
11281 "pos": 10, 11306 "pos": 10,
11282 "untHashes": [], 11307 "untHashes": [],
11283 "untriaged": 0 11308 "untriaged": 0
11284 }, 11309 },
11285 { 11310 {
11286 "blame": [], 11311 "blame": [],
11287 "corpus": "gm", 11312 "corpus": "gm",
11288 "diameter": 0, 11313 "diameter": 0,
11289 "name": "filterbitmap_image_color_wheel.png", 11314 "name": "filterbitmap_image_color_wheel.png",
11290 "neg": 0, 11315 "neg": 0,
11291 "num": 32, 11316 "num": 32,
11292 "pos": 32, 11317 "pos": 32,
11293 "untHashes": [], 11318 "untHashes": [],
11294 "untriaged": 0 11319 "untriaged": 0
11295 }, 11320 },
11296 { 11321 {
11297 "blame": [], 11322 "blame": [],
11298 "corpus": "gm", 11323 "corpus": "gm",
11299 "diameter": 0, 11324 "diameter": 0,
11300 "name": "fancyunderlinebars", 11325 "name": "fancyunderlinebars",
11301 "neg": 0, 11326 "neg": 0,
11302 "num": 22, 11327 "num": 22,
11303 "pos": 22, 11328 "pos": 22,
11304 "untHashes": [], 11329 "untHashes": [],
11305 "untriaged": 0 11330 "untriaged": 0
11306 }, 11331 },
11307 { 11332 {
11308 "blame": [], 11333 "blame": [],
11309 "corpus": "gm", 11334 "corpus": "gm",
11310 "diameter": 0, 11335 "diameter": 0,
11311 "name": "fontmgr_matchChromeOS", 11336 "name": "fontmgr_matchChromeOS",
11312 "neg": 0, 11337 "neg": 0,
11313 "num": 2, 11338 "num": 2,
11314 "pos": 2, 11339 "pos": 2,
11315 "untHashes": [], 11340 "untHashes": [],
11316 "untriaged": 0 11341 "untriaged": 0
11317 }, 11342 },
11318 { 11343 {
11319 "blame": [], 11344 "blame": [],
11320 "corpus": "gm", 11345 "corpus": "gm",
11321 "diameter": 0, 11346 "diameter": 0,
11322 "name": "giantbitmap_clamp_bilerp_rotate", 11347 "name": "giantbitmap_clamp_bilerp_rotate",
11323 "neg": 0, 11348 "neg": 0,
11324 "num": 10, 11349 "num": 10,
11325 "pos": 10, 11350 "pos": 10,
11326 "untHashes": [], 11351 "untHashes": [],
11327 "untriaged": 0 11352 "untriaged": 0
11328 }, 11353 },
11329 { 11354 {
11330 "blame": [], 11355 "blame": [],
11331 "corpus": "gm", 11356 "corpus": "gm",
11332 "diameter": 0, 11357 "diameter": 0,
11333 "name": "blurrects", 11358 "name": "blurrects",
11334 "neg": 0, 11359 "neg": 0,
11335 "num": 24, 11360 "num": 24,
11336 "pos": 24, 11361 "pos": 24,
11337 "untHashes": [], 11362 "untHashes": [],
11338 "untriaged": 0 11363 "untriaged": 0
11339 }, 11364 },
11340 { 11365 {
11341 "blame": [], 11366 "blame": [],
11342 "corpus": "gm", 11367 "corpus": "gm",
11343 "diameter": 0, 11368 "diameter": 0,
11344 "name": "dashing2", 11369 "name": "dashing2",
11345 "neg": 0, 11370 "neg": 0,
11346 "num": 25, 11371 "num": 25,
11347 "pos": 25, 11372 "pos": 25,
11348 "untHashes": [], 11373 "untHashes": [],
11349 "untriaged": 0 11374 "untriaged": 0
11350 }, 11375 },
11351 { 11376 {
11352 "blame": [ 11377 "blame": [
11353 { 11378 {
11354 "author": "brianosman (brianosman@example.com)", 11379 "author": "brianosman (brianosman@example.com)",
11355 "prob": 0.5 11380 "prob": 0.5
11356 }, 11381 },
11357 { 11382 {
11358 "author": "benjaminwagner (benjaminwagner@example.com)", 11383 "author": "benjaminwagner (benjaminwagner@example.com)",
11359 "prob": 0.5 11384 "prob": 0.5
11360 } 11385 }
11361 ], 11386 ],
11362 "corpus": "gm", 11387 "corpus": "gm",
11363 "diameter": 0, 11388 "diameter": 0,
11364 "name": "hairmodes", 11389 "name": "hairmodes",
11365 "neg": 0, 11390 "neg": 0,
11366 "num": 32, 11391 "num": 32,
11367 "pos": 32, 11392 "pos": 32,
11368 "untHashes": [], 11393 "untHashes": [],
11369 "untriaged": 0 11394 "untriaged": 0
11370 }, 11395 },
11371 { 11396 {
11372 "blame": [], 11397 "blame": [],
11373 "corpus": "gm", 11398 "corpus": "gm",
11374 "diameter": 0, 11399 "diameter": 0,
11375 "name": "fontmgr_matchWin8GDI", 11400 "name": "fontmgr_matchWin8GDI",
11376 "neg": 0, 11401 "neg": 0,
11377 "num": 2, 11402 "num": 2,
11378 "pos": 2, 11403 "pos": 2,
11379 "untHashes": [], 11404 "untHashes": [],
11380 "untriaged": 0 11405 "untriaged": 0
11381 }, 11406 },
11382 { 11407 {
11383 "blame": [], 11408 "blame": [],
11384 "corpus": "gm", 11409 "corpus": "gm",
11385 "diameter": 0, 11410 "diameter": 0,
11386 "name": "multipicturedraw_pathclip_tiled", 11411 "name": "multipicturedraw_pathclip_tiled",
11387 "neg": 0, 11412 "neg": 0,
11388 "num": 13, 11413 "num": 13,
11389 "pos": 13, 11414 "pos": 13,
11390 "untHashes": [], 11415 "untHashes": [],
11391 "untriaged": 0 11416 "untriaged": 0
11392 }, 11417 },
11393 { 11418 {
11394 "blame": [], 11419 "blame": [],
11395 "corpus": "gm", 11420 "corpus": "gm",
11396 "diameter": 0, 11421 "diameter": 0,
11397 "name": "typefacestyles_kerningMac", 11422 "name": "typefacestyles_kerningMac",
11398 "neg": 0, 11423 "neg": 0,
11399 "num": 2, 11424 "num": 2,
11400 "pos": 2, 11425 "pos": 2,
11401 "untHashes": [], 11426 "untHashes": [],
11402 "untriaged": 0 11427 "untriaged": 0
11403 }, 11428 },
11404 { 11429 {
11405 "blame": [], 11430 "blame": [],
11406 "corpus": "gm", 11431 "corpus": "gm",
11407 "diameter": 0, 11432 "diameter": 0,
11408 "name": "rectangle_texture", 11433 "name": "rectangle_texture",
11409 "neg": 6, 11434 "neg": 6,
11410 "num": 13, 11435 "num": 13,
11411 "pos": 7, 11436 "pos": 7,
11412 "untHashes": [], 11437 "untHashes": [],
11413 "untriaged": 0 11438 "untriaged": 0
11414 }, 11439 },
11415 { 11440 {
11416 "blame": [], 11441 "blame": [],
11417 "corpus": "gm", 11442 "corpus": "gm",
11418 "diameter": 0, 11443 "diameter": 0,
11419 "name": "coloremoji", 11444 "name": "coloremoji",
11420 "neg": 0, 11445 "neg": 0,
11421 "num": 3, 11446 "num": 3,
11422 "pos": 3, 11447 "pos": 3,
11423 "untHashes": [], 11448 "untHashes": [],
11424 "untriaged": 0 11449 "untriaged": 0
11425 }, 11450 },
11426 { 11451 {
11427 "blame": [], 11452 "blame": [],
11428 "corpus": "gm", 11453 "corpus": "gm",
11429 "diameter": 0, 11454 "diameter": 0,
11430 "name": "clipcubic", 11455 "name": "clipcubic",
11431 "neg": 0, 11456 "neg": 0,
11432 "num": 23, 11457 "num": 23,
11433 "pos": 23, 11458 "pos": 23,
11434 "untHashes": [], 11459 "untHashes": [],
11435 "untriaged": 0 11460 "untriaged": 0
11436 }, 11461 },
11437 { 11462 {
11438 "blame": [], 11463 "blame": [],
11439 "corpus": "gm", 11464 "corpus": "gm",
11440 "diameter": 0, 11465 "diameter": 0,
11441 "name": "filterbitmap_checkerboard_4_4", 11466 "name": "filterbitmap_checkerboard_4_4",
11442 "neg": 0, 11467 "neg": 0,
11443 "num": 31, 11468 "num": 31,
11444 "pos": 31, 11469 "pos": 31,
11445 "untHashes": [], 11470 "untHashes": [],
11446 "untriaged": 0 11471 "untriaged": 0
11447 }, 11472 },
11448 { 11473 {
11449 "blame": [], 11474 "blame": [],
11450 "corpus": "gm", 11475 "corpus": "gm",
11451 "diameter": 0, 11476 "diameter": 0,
11452 "name": "fontmgr_iterWin8GDI", 11477 "name": "fontmgr_iterWin8GDI",
11453 "neg": 0, 11478 "neg": 0,
11454 "num": 2, 11479 "num": 2,
11455 "pos": 2, 11480 "pos": 2,
11456 "untHashes": [], 11481 "untHashes": [],
11457 "untriaged": 0 11482 "untriaged": 0
11458 }, 11483 },
11459 { 11484 {
11460 "blame": [], 11485 "blame": [],
11461 "corpus": "gm", 11486 "corpus": "gm",
11462 "diameter": 0, 11487 "diameter": 0,
11463 "name": "fatpathfill", 11488 "name": "fatpathfill",
11464 "neg": 0, 11489 "neg": 0,
11465 "num": 24, 11490 "num": 24,
11466 "pos": 24, 11491 "pos": 24,
11467 "untHashes": [], 11492 "untHashes": [],
11468 "untriaged": 0 11493 "untriaged": 0
11469 }, 11494 },
11470 { 11495 {
11471 "blame": [], 11496 "blame": [],
11472 "corpus": "gm", 11497 "corpus": "gm",
11473 "diameter": 0, 11498 "diameter": 0,
11474 "name": "big_rrect_ellipse_aa_effect", 11499 "name": "big_rrect_ellipse_aa_effect",
11475 "neg": 1, 11500 "neg": 1,
11476 "num": 11, 11501 "num": 11,
11477 "pos": 10, 11502 "pos": 10,
11478 "untHashes": [], 11503 "untHashes": [],
11479 "untriaged": 0 11504 "untriaged": 0
11480 }, 11505 },
11481 { 11506 {
11482 "blame": [], 11507 "blame": [],
11483 "corpus": "gm", 11508 "corpus": "gm",
11484 "diameter": 0, 11509 "diameter": 0,
11485 "name": "complexclip2", 11510 "name": "complexclip2",
11486 "neg": 1, 11511 "neg": 1,
11487 "num": 9, 11512 "num": 9,
11488 "pos": 8, 11513 "pos": 8,
11489 "untHashes": [], 11514 "untHashes": [],
11490 "untriaged": 0 11515 "untriaged": 0
11491 }, 11516 },
11492 { 11517 {
11493 "blame": [], 11518 "blame": [],
11494 "corpus": "gm", 11519 "corpus": "gm",
11495 "diameter": 0, 11520 "diameter": 0,
11496 "name": "textblobshader", 11521 "name": "textblobshader",
11497 "neg": 0, 11522 "neg": 0,
11498 "num": 18, 11523 "num": 18,
11499 "pos": 18, 11524 "pos": 18,
11500 "untHashes": [], 11525 "untHashes": [],
11501 "untriaged": 0 11526 "untriaged": 0
11502 }, 11527 },
11503 { 11528 {
11504 "blame": [], 11529 "blame": [],
11505 "corpus": "gm", 11530 "corpus": "gm",
11506 "diameter": 0, 11531 "diameter": 0,
11507 "name": "showmiplevels2_256x256", 11532 "name": "showmiplevels2_256x256",
11508 "neg": 0, 11533 "neg": 0,
11509 "num": 8, 11534 "num": 8,
11510 "pos": 8, 11535 "pos": 8,
11511 "untHashes": [], 11536 "untHashes": [],
11512 "untriaged": 0 11537 "untriaged": 0
11513 }, 11538 },
11514 { 11539 {
11515 "blame": [], 11540 "blame": [],
11516 "corpus": "gm", 11541 "corpus": "gm",
11517 "diameter": 0, 11542 "diameter": 0,
11518 "name": "clipped-bitmap-shaders-mirror-hq", 11543 "name": "clipped-bitmap-shaders-mirror-hq",
11519 "neg": 0, 11544 "neg": 0,
11520 "num": 12, 11545 "num": 12,
11521 "pos": 12, 11546 "pos": 12,
11522 "untHashes": [], 11547 "untHashes": [],
11523 "untriaged": 0 11548 "untriaged": 0
11524 }, 11549 },
11525 { 11550 {
11526 "blame": [], 11551 "blame": [],
11527 "corpus": "gm", 11552 "corpus": "gm",
11528 "diameter": 0, 11553 "diameter": 0,
11529 "name": "lightingshader", 11554 "name": "lightingshader",
11530 "neg": 5, 11555 "neg": 5,
11531 "num": 28, 11556 "num": 28,
11532 "pos": 23, 11557 "pos": 23,
11533 "untHashes": [], 11558 "untHashes": [],
11534 "untriaged": 0 11559 "untriaged": 0
11535 }, 11560 },
11536 { 11561 {
11537 "blame": [], 11562 "blame": [],
11538 "corpus": "gm", 11563 "corpus": "gm",
11539 "diameter": 0, 11564 "diameter": 0,
11540 "name": "conicpaths", 11565 "name": "conicpaths",
11541 "neg": 4, 11566 "neg": 4,
11542 "num": 28, 11567 "num": 28,
11543 "pos": 24, 11568 "pos": 24,
11544 "untHashes": [], 11569 "untHashes": [],
11545 "untriaged": 0 11570 "untriaged": 0
11546 }, 11571 },
11547 { 11572 {
11548 "blame": [], 11573 "blame": [],
11549 "corpus": "gm", 11574 "corpus": "gm",
11550 "diameter": 0, 11575 "diameter": 0,
11551 "name": "verttext", 11576 "name": "verttext",
11552 "neg": 3, 11577 "neg": 3,
11553 "num": 50, 11578 "num": 50,
11554 "pos": 47, 11579 "pos": 47,
11555 "untHashes": [], 11580 "untHashes": [],
11556 "untriaged": 0 11581 "untriaged": 0
11557 }, 11582 },
11558 { 11583 {
11559 "blame": [], 11584 "blame": [],
11560 "corpus": "gm", 11585 "corpus": "gm",
11561 "diameter": 0, 11586 "diameter": 0,
11562 "name": "simpleaaclip_path", 11587 "name": "simpleaaclip_path",
11563 "neg": 1, 11588 "neg": 1,
11564 "num": 29, 11589 "num": 29,
11565 "pos": 28, 11590 "pos": 28,
11566 "untHashes": [], 11591 "untHashes": [],
11567 "untriaged": 0 11592 "untriaged": 0
11568 }, 11593 },
11569 { 11594 {
11570 "blame": [], 11595 "blame": [],
11571 "corpus": "gm", 11596 "corpus": "gm",
11572 "diameter": 0, 11597 "diameter": 0,
11573 "name": "fontmgr_iterMac", 11598 "name": "fontmgr_iterMac",
11574 "neg": 0, 11599 "neg": 0,
11575 "num": 5, 11600 "num": 5,
11576 "pos": 5, 11601 "pos": 5,
11577 "untHashes": [], 11602 "untHashes": [],
11578 "untriaged": 0 11603 "untriaged": 0
11579 }, 11604 },
11580 { 11605 {
11581 "blame": [], 11606 "blame": [],
11582 "corpus": "gm", 11607 "corpus": "gm",
11583 "diameter": 0, 11608 "diameter": 0,
11584 "name": "typefacestylesAndroid", 11609 "name": "typefacestylesAndroid",
11585 "neg": 0, 11610 "neg": 0,
11586 "num": 8, 11611 "num": 8,
11587 "pos": 8, 11612 "pos": 8,
11588 "untHashes": [], 11613 "untHashes": [],
11589 "untriaged": 0 11614 "untriaged": 0
11590 }, 11615 },
11591 { 11616 {
11592 "blame": [], 11617 "blame": [],
11593 "corpus": "gm", 11618 "corpus": "gm",
11594 "diameter": 0, 11619 "diameter": 0,
11595 "name": "gradients_degenerate_2pt_nodither", 11620 "name": "gradients_degenerate_2pt_nodither",
11596 "neg": 3, 11621 "neg": 3,
11597 "num": 11, 11622 "num": 11,
11598 "pos": 8, 11623 "pos": 8,
11599 "untHashes": [], 11624 "untHashes": [],
11600 "untriaged": 0 11625 "untriaged": 0
11601 }, 11626 },
11602 { 11627 {
11603 "blame": [], 11628 "blame": [],
11604 "corpus": "gm", 11629 "corpus": "gm",
11605 "diameter": 0, 11630 "diameter": 0,
11606 "name": "gradients_dup_color_stops", 11631 "name": "gradients_dup_color_stops",
11607 "neg": 21, 11632 "neg": 21,
11608 "num": 30, 11633 "num": 30,
11609 "pos": 9, 11634 "pos": 9,
11610 "untHashes": [], 11635 "untHashes": [],
11611 "untriaged": 0 11636 "untriaged": 0
11612 }, 11637 },
11613 { 11638 {
11614 "blame": [], 11639 "blame": [],
11615 "corpus": "gm", 11640 "corpus": "gm",
11616 "diameter": 0, 11641 "diameter": 0,
11617 "name": "imageblur2", 11642 "name": "imageblur2",
11618 "neg": 0, 11643 "neg": 0,
11619 "num": 14, 11644 "num": 14,
11620 "pos": 14, 11645 "pos": 14,
11621 "untHashes": [], 11646 "untHashes": [],
11622 "untriaged": 0 11647 "untriaged": 0
11623 }, 11648 },
11624 { 11649 {
11625 "blame": [], 11650 "blame": [],
11626 "corpus": "gm", 11651 "corpus": "gm",
11627 "diameter": 0, 11652 "diameter": 0,
11628 "name": "imagefiltersscaled", 11653 "name": "imagefiltersscaled",
11629 "neg": 2, 11654 "neg": 2,
11630 "num": 39, 11655 "num": 39,
11631 "pos": 37, 11656 "pos": 37,
11632 "untHashes": [], 11657 "untHashes": [],
11633 "untriaged": 0 11658 "untriaged": 0
11634 }, 11659 },
11635 { 11660 {
11636 "blame": [], 11661 "blame": [],
11637 "corpus": "gm", 11662 "corpus": "gm",
11638 "diameter": 0, 11663 "diameter": 0,
11639 "name": "typefacestylesMac", 11664 "name": "typefacestylesMac",
11640 "neg": 0, 11665 "neg": 0,
11641 "num": 2, 11666 "num": 2,
11642 "pos": 2, 11667 "pos": 2,
11643 "untHashes": [], 11668 "untHashes": [],
11644 "untriaged": 0 11669 "untriaged": 0
11645 }, 11670 },
11646 { 11671 {
11647 "blame": [], 11672 "blame": [],
11648 "corpus": "gm", 11673 "corpus": "gm",
11649 "diameter": 0, 11674 "diameter": 0,
11650 "name": "glyph_pos_n_f", 11675 "name": "glyph_pos_n_f",
11651 "neg": 0, 11676 "neg": 0,
11652 "num": 39, 11677 "num": 39,
11653 "pos": 39, 11678 "pos": 39,
11654 "untHashes": [], 11679 "untHashes": [],
11655 "untriaged": 0 11680 "untriaged": 0
11656 }, 11681 },
11657 { 11682 {
11658 "blame": [], 11683 "blame": [],
11659 "corpus": "gm", 11684 "corpus": "gm",
11660 "diameter": 0, 11685 "diameter": 0,
11661 "name": "bug530095", 11686 "name": "bug530095",
11662 "neg": 14, 11687 "neg": 14,
11663 "num": 24, 11688 "num": 24,
11664 "pos": 10, 11689 "pos": 10,
11665 "untHashes": [], 11690 "untHashes": [],
11666 "untriaged": 0 11691 "untriaged": 0
11667 }, 11692 },
11668 { 11693 {
11669 "blame": [], 11694 "blame": [],
11670 "corpus": "gm", 11695 "corpus": "gm",
11671 "diameter": 0, 11696 "diameter": 0,
11672 "name": "complexclip_bw", 11697 "name": "complexclip_bw",
11673 "neg": 0, 11698 "neg": 0,
11674 "num": 30, 11699 "num": 30,
11675 "pos": 30, 11700 "pos": 30,
11676 "untHashes": [], 11701 "untHashes": [],
11677 "untriaged": 0 11702 "untriaged": 0
11678 }, 11703 },
11679 { 11704 {
11680 "blame": [], 11705 "blame": [],
11681 "corpus": "gm", 11706 "corpus": "gm",
11682 "diameter": 0, 11707 "diameter": 0,
11683 "name": "verylarge_picture_image", 11708 "name": "verylarge_picture_image",
11684 "neg": 0, 11709 "neg": 0,
11685 "num": 31, 11710 "num": 31,
11686 "pos": 31, 11711 "pos": 31,
11687 "untHashes": [], 11712 "untHashes": [],
11688 "untriaged": 0 11713 "untriaged": 0
11689 }, 11714 },
11690 { 11715 {
11691 "blame": [], 11716 "blame": [],
11692 "corpus": "gm", 11717 "corpus": "gm",
11693 "diameter": 0, 11718 "diameter": 0,
11694 "name": "lcdtextsize", 11719 "name": "lcdtextsize",
11695 "neg": 0, 11720 "neg": 0,
11696 "num": 24, 11721 "num": 24,
11697 "pos": 24, 11722 "pos": 24,
11698 "untHashes": [], 11723 "untHashes": [],
11699 "untriaged": 0 11724 "untriaged": 0
11700 }, 11725 },
11701 { 11726 {
11702 "blame": [], 11727 "blame": [],
11703 "corpus": "gm", 11728 "corpus": "gm",
11704 "diameter": 0, 11729 "diameter": 0,
11705 "name": "getpostextpath", 11730 "name": "getpostextpath",
11706 "neg": 0, 11731 "neg": 0,
11707 "num": 36, 11732 "num": 36,
11708 "pos": 36, 11733 "pos": 36,
11709 "untHashes": [], 11734 "untHashes": [],
11710 "untriaged": 0 11735 "untriaged": 0
11711 }, 11736 },
11712 { 11737 {
11713 "blame": [], 11738 "blame": [],
11714 "corpus": "gm", 11739 "corpus": "gm",
11715 "diameter": 0, 11740 "diameter": 0,
11716 "name": "gpusamplerstress", 11741 "name": "gpusamplerstress",
11717 "neg": 0, 11742 "neg": 0,
11718 "num": 25, 11743 "num": 25,
11719 "pos": 25, 11744 "pos": 25,
11720 "untHashes": [], 11745 "untHashes": [],
11721 "untriaged": 0 11746 "untriaged": 0
11722 }, 11747 },
11723 { 11748 {
11724 "blame": [], 11749 "blame": [],
11725 "corpus": "gm", 11750 "corpus": "gm",
11726 "diameter": 0, 11751 "diameter": 0,
11727 "name": "downsamplebitmap_image_low_mandrill_512.png", 11752 "name": "downsamplebitmap_image_low_mandrill_512.png",
11728 "neg": 0, 11753 "neg": 0,
11729 "num": 22, 11754 "num": 22,
11730 "pos": 22, 11755 "pos": 22,
11731 "untHashes": [], 11756 "untHashes": [],
11732 "untriaged": 0 11757 "untriaged": 0
11733 }, 11758 },
11734 { 11759 {
11735 "blame": [], 11760 "blame": [],
11736 "corpus": "gm", 11761 "corpus": "gm",
11737 "diameter": 0, 11762 "diameter": 0,
11738 "name": "gammatextMac", 11763 "name": "gammatextMac",
11739 "neg": 0, 11764 "neg": 0,
11740 "num": 4, 11765 "num": 4,
11741 "pos": 4, 11766 "pos": 4,
11742 "untHashes": [], 11767 "untHashes": [],
11743 "untriaged": 0 11768 "untriaged": 0
11744 }, 11769 },
11745 { 11770 {
11746 "blame": [], 11771 "blame": [],
11747 "corpus": "gm", 11772 "corpus": "gm",
11748 "diameter": 0, 11773 "diameter": 0,
11749 "name": "scaled_tilemodes", 11774 "name": "scaled_tilemodes",
11750 "neg": 0, 11775 "neg": 0,
11751 "num": 28, 11776 "num": 28,
11752 "pos": 28, 11777 "pos": 28,
11753 "untHashes": [], 11778 "untHashes": [],
11754 "untriaged": 0 11779 "untriaged": 0
11755 }, 11780 },
11756 { 11781 {
11757 "blame": [], 11782 "blame": [],
11758 "corpus": "gm", 11783 "corpus": "gm",
11759 "diameter": 0, 11784 "diameter": 0,
11760 "name": "textbloblooper", 11785 "name": "textbloblooper",
11761 "neg": 0, 11786 "neg": 0,
11762 "num": 29, 11787 "num": 29,
11763 "pos": 29, 11788 "pos": 29,
11764 "untHashes": [], 11789 "untHashes": [],
11765 "untriaged": 0 11790 "untriaged": 0
11766 }, 11791 },
11767 { 11792 {
11768 "blame": [], 11793 "blame": [],
11769 "corpus": "gm", 11794 "corpus": "gm",
11770 "diameter": 0, 11795 "diameter": 0,
11771 "name": "hairlines", 11796 "name": "hairlines",
11772 "neg": 0, 11797 "neg": 0,
11773 "num": 38, 11798 "num": 38,
11774 "pos": 38, 11799 "pos": 38,
11775 "untHashes": [], 11800 "untHashes": [],
11776 "untriaged": 0 11801 "untriaged": 0
11777 }, 11802 },
11778 { 11803 {
11779 "blame": [], 11804 "blame": [],
11780 "corpus": "gm", 11805 "corpus": "gm",
11781 "diameter": 0, 11806 "diameter": 0,
11782 "name": "convexpaths", 11807 "name": "convexpaths",
11783 "neg": 0, 11808 "neg": 0,
11784 "num": 28, 11809 "num": 28,
11785 "pos": 28, 11810 "pos": 28,
11786 "untHashes": [], 11811 "untHashes": [],
11787 "untriaged": 0 11812 "untriaged": 0
11788 }, 11813 },
11789 { 11814 {
11790 "blame": [], 11815 "blame": [],
11791 "corpus": "gm", 11816 "corpus": "gm",
11792 "diameter": 0, 11817 "diameter": 0,
11793 "name": "typefacestylesWin", 11818 "name": "typefacestylesWin",
11794 "neg": 2, 11819 "neg": 2,
11795 "num": 4, 11820 "num": 4,
11796 "pos": 2, 11821 "pos": 2,
11797 "untHashes": [], 11822 "untHashes": [],
11798 "untriaged": 0 11823 "untriaged": 0
11799 }, 11824 },
11800 { 11825 {
11801 "blame": [], 11826 "blame": [],
11802 "corpus": "gm", 11827 "corpus": "gm",
11803 "diameter": 0, 11828 "diameter": 0,
11804 "name": "bleed_alpha_texture_bmp_shader", 11829 "name": "bleed_alpha_texture_bmp_shader",
11805 "neg": 3, 11830 "neg": 3,
11806 "num": 29, 11831 "num": 29,
11807 "pos": 26, 11832 "pos": 26,
11808 "untHashes": [], 11833 "untHashes": [],
11809 "untriaged": 0 11834 "untriaged": 0
11810 }, 11835 },
11811 { 11836 {
11812 "blame": [], 11837 "blame": [],
11813 "corpus": "gm", 11838 "corpus": "gm",
11814 "diameter": 0, 11839 "diameter": 0,
11815 "name": "radial_gradient4_nodither", 11840 "name": "radial_gradient4_nodither",
11816 "neg": 0, 11841 "neg": 0,
11817 "num": 21, 11842 "num": 21,
11818 "pos": 21, 11843 "pos": 21,
11819 "untHashes": [], 11844 "untHashes": [],
11820 "untriaged": 0 11845 "untriaged": 0
11821 }, 11846 },
11822 { 11847 {
11823 "blame": [], 11848 "blame": [],
11824 "corpus": "gm", 11849 "corpus": "gm",
11825 "diameter": 0, 11850 "diameter": 0,
11826 "name": "pictureshadertile", 11851 "name": "pictureshadertile",
11827 "neg": 0, 11852 "neg": 0,
11828 "num": 12, 11853 "num": 12,
11829 "pos": 12, 11854 "pos": 12,
11830 "untHashes": [], 11855 "untHashes": [],
11831 "untriaged": 0 11856 "untriaged": 0
11832 }, 11857 },
11833 { 11858 {
11834 "blame": [], 11859 "blame": [],
11835 "corpus": "gm", 11860 "corpus": "gm",
11836 "diameter": 0, 11861 "diameter": 0,
11837 "name": "gammatextUbuntu", 11862 "name": "gammatextUbuntu",
11838 "neg": 0, 11863 "neg": 0,
11839 "num": 6, 11864 "num": 6,
11840 "pos": 6, 11865 "pos": 6,
11841 "untHashes": [], 11866 "untHashes": [],
11842 "untriaged": 0 11867 "untriaged": 0
11843 }, 11868 },
11844 { 11869 {
11845 "blame": [ 11870 "blame": [
11846 { 11871 {
11847 "author": "halcanary (halcanary@example.com)", 11872 "author": "halcanary (halcanary@example.com)",
11848 "prob": 0.3333333333333333 11873 "prob": 0.3333333333333333
11849 }, 11874 },
11850 { 11875 {
11851 "author": "brianosman (brianosman@example.com)", 11876 "author": "brianosman (brianosman@example.com)",
11852 "prob": 0.16666666666666666 11877 "prob": 0.16666666666666666
11853 }, 11878 },
11854 { 11879 {
11855 "author": "scroggo (scroggo@example.com)", 11880 "author": "scroggo (scroggo@example.com)",
11856 "prob": 0.16666666666666666 11881 "prob": 0.16666666666666666
11857 }, 11882 },
11858 { 11883 {
11859 "author": "msarett (msarett@example.com)", 11884 "author": "msarett (msarett@example.com)",
11860 "prob": 0.16666666666666666 11885 "prob": 0.16666666666666666
11861 }, 11886 },
11862 { 11887 {
11863 "author": "cdalton (cdalton@example.com)", 11888 "author": "cdalton (cdalton@example.com)",
11864 "prob": 0.16666666666666666 11889 "prob": 0.16666666666666666
11865 } 11890 }
11866 ], 11891 ],
11867 "corpus": "gm", 11892 "corpus": "gm",
11868 "diameter": 0, 11893 "diameter": 0,
11869 "name": "dstreadshuffle", 11894 "name": "dstreadshuffle",
11870 "neg": 1, 11895 "neg": 1,
11871 "num": 34, 11896 "num": 34,
11872 "pos": 33, 11897 "pos": 33,
11873 "untHashes": [], 11898 "untHashes": [],
11874 "untriaged": 0 11899 "untriaged": 0
11875 }, 11900 },
11876 { 11901 {
11877 "blame": [], 11902 "blame": [],
11878 "corpus": "gm", 11903 "corpus": "gm",
11879 "diameter": 0, 11904 "diameter": 0,
11880 "name": "3x3bitmaprect", 11905 "name": "3x3bitmaprect",
11881 "neg": 0, 11906 "neg": 0,
11882 "num": 2, 11907 "num": 2,
11883 "pos": 2, 11908 "pos": 2,
11884 "untHashes": [], 11909 "untHashes": [],
11885 "untriaged": 0 11910 "untriaged": 0
11886 }, 11911 },
11887 { 11912 {
11888 "blame": [], 11913 "blame": [],
11889 "corpus": "gm", 11914 "corpus": "gm",
11890 "diameter": 0, 11915 "diameter": 0,
11891 "name": "imagealphathreshold", 11916 "name": "imagealphathreshold",
11892 "neg": 0, 11917 "neg": 0,
11893 "num": 3, 11918 "num": 3,
11894 "pos": 3, 11919 "pos": 3,
11895 "untHashes": [], 11920 "untHashes": [],
11896 "untriaged": 0 11921 "untriaged": 0
11897 }, 11922 },
11898 { 11923 {
11899 "blame": [], 11924 "blame": [],
11900 "corpus": "gm", 11925 "corpus": "gm",
11901 "diameter": 0, 11926 "diameter": 0,
11902 "name": "drawlooper", 11927 "name": "drawlooper",
11903 "neg": 0, 11928 "neg": 0,
11904 "num": 33, 11929 "num": 33,
11905 "pos": 33, 11930 "pos": 33,
11906 "untHashes": [], 11931 "untHashes": [],
11907 "untriaged": 0 11932 "untriaged": 0
11908 }, 11933 },
11909 { 11934 {
11910 "blame": [], 11935 "blame": [],
11911 "corpus": "gm", 11936 "corpus": "gm",
11912 "diameter": 0, 11937 "diameter": 0,
11913 "name": "varied_text_clipped_no_lcd", 11938 "name": "varied_text_clipped_no_lcd",
11914 "neg": 0, 11939 "neg": 0,
11915 "num": 27, 11940 "num": 27,
11916 "pos": 27, 11941 "pos": 27,
11917 "untHashes": [], 11942 "untHashes": [],
11918 "untriaged": 0 11943 "untriaged": 0
11919 }, 11944 },
11920 { 11945 {
11921 "blame": [], 11946 "blame": [],
11922 "corpus": "gm", 11947 "corpus": "gm",
11923 "diameter": 0, 11948 "diameter": 0,
11924 "name": "fontmgr_iter_factoryWin8GDI", 11949 "name": "fontmgr_iter_factoryWin8GDI",
11925 "neg": 0, 11950 "neg": 0,
11926 "num": 2, 11951 "num": 2,
11927 "pos": 2, 11952 "pos": 2,
11928 "untHashes": [], 11953 "untHashes": [],
11929 "untriaged": 0 11954 "untriaged": 0
11930 }, 11955 },
11931 { 11956 {
11932 "blame": [], 11957 "blame": [],
11933 "corpus": "gm", 11958 "corpus": "gm",
11934 "diameter": 0, 11959 "diameter": 0,
11935 "name": "textblobblockreordering", 11960 "name": "textblobblockreordering",
11936 "neg": 0, 11961 "neg": 0,
11937 "num": 8, 11962 "num": 8,
11938 "pos": 8, 11963 "pos": 8,
11939 "untHashes": [], 11964 "untHashes": [],
11940 "untriaged": 0 11965 "untriaged": 0
11941 }, 11966 },
11942 { 11967 {
11943 "blame": [], 11968 "blame": [],
11944 "corpus": "gm", 11969 "corpus": "gm",
11945 "diameter": 0, 11970 "diameter": 0,
11946 "name": "complexclip2_path_aa", 11971 "name": "complexclip2_path_aa",
11947 "neg": 1, 11972 "neg": 1,
11948 "num": 25, 11973 "num": 25,
11949 "pos": 24, 11974 "pos": 24,
11950 "untHashes": [], 11975 "untHashes": [],
11951 "untriaged": 0 11976 "untriaged": 0
11952 }, 11977 },
11953 { 11978 {
11954 "blame": [], 11979 "blame": [],
11955 "corpus": "gm", 11980 "corpus": "gm",
11956 "diameter": 0, 11981 "diameter": 0,
11957 "name": "downsamplebitmap_checkerboard_low_512_256", 11982 "name": "downsamplebitmap_checkerboard_low_512_256",
11958 "neg": 0, 11983 "neg": 0,
11959 "num": 22, 11984 "num": 22,
11960 "pos": 22, 11985 "pos": 22,
11961 "untHashes": [], 11986 "untHashes": [],
11962 "untriaged": 0 11987 "untriaged": 0
11963 }, 11988 },
11964 { 11989 {
11965 "blame": [], 11990 "blame": [],
11966 "corpus": "gm", 11991 "corpus": "gm",
11967 "diameter": 0, 11992 "diameter": 0,
11968 "name": "drrect", 11993 "name": "drrect",
11969 "neg": 0, 11994 "neg": 0,
11970 "num": 25, 11995 "num": 25,
11971 "pos": 25, 11996 "pos": 25,
11972 "untHashes": [], 11997 "untHashes": [],
11973 "untriaged": 0 11998 "untriaged": 0
11974 }, 11999 },
11975 { 12000 {
11976 "blame": [], 12001 "blame": [],
11977 "corpus": "gm", 12002 "corpus": "gm",
11978 "diameter": 0, 12003 "diameter": 0,
11979 "name": "gradients_no_texture_nodither", 12004 "name": "gradients_no_texture_nodither",
11980 "neg": 0, 12005 "neg": 0,
11981 "num": 38, 12006 "num": 38,
11982 "pos": 38, 12007 "pos": 38,
11983 "untHashes": [], 12008 "untHashes": [],
11984 "untriaged": 0 12009 "untriaged": 0
11985 }, 12010 },
11986 { 12011 {
11987 "blame": [], 12012 "blame": [],
11988 "corpus": "gm", 12013 "corpus": "gm",
11989 "diameter": 0, 12014 "diameter": 0,
11990 "name": "imagefilterscropexpand", 12015 "name": "imagefilterscropexpand",
11991 "neg": 1, 12016 "neg": 1,
11992 "num": 23, 12017 "num": 23,
11993 "pos": 22, 12018 "pos": 22,
11994 "untHashes": [], 12019 "untHashes": [],
11995 "untriaged": 0 12020 "untriaged": 0
11996 }, 12021 },
11997 { 12022 {
11998 "blame": [], 12023 "blame": [],
11999 "corpus": "gm", 12024 "corpus": "gm",
12000 "diameter": 0, 12025 "diameter": 0,
12001 "name": "gradient_matrix", 12026 "name": "gradient_matrix",
12002 "neg": 0, 12027 "neg": 0,
12003 "num": 25, 12028 "num": 25,
12004 "pos": 25, 12029 "pos": 25,
12005 "untHashes": [], 12030 "untHashes": [],
12006 "untriaged": 0 12031 "untriaged": 0
12007 }, 12032 },
12008 { 12033 {
12009 "blame": [], 12034 "blame": [],
12010 "corpus": "gm", 12035 "corpus": "gm",
12011 "diameter": 0, 12036 "diameter": 0,
12012 "name": "scaled_tilemode_gradient", 12037 "name": "scaled_tilemode_gradient",
12013 "neg": 0, 12038 "neg": 0,
12014 "num": 35, 12039 "num": 35,
12015 "pos": 35, 12040 "pos": 35,
12016 "untHashes": [], 12041 "untHashes": [],
12017 "untriaged": 0 12042 "untriaged": 0
12018 }, 12043 },
12019 { 12044 {
12020 "blame": [], 12045 "blame": [],
12021 "corpus": "gm", 12046 "corpus": "gm",
12022 "diameter": 0, 12047 "diameter": 0,
12023 "name": "hittestpath", 12048 "name": "hittestpath",
12024 "neg": 2, 12049 "neg": 2,
12025 "num": 15, 12050 "num": 15,
12026 "pos": 13, 12051 "pos": 13,
12027 "untHashes": [], 12052 "untHashes": [],
12028 "untriaged": 0 12053 "untriaged": 0
12029 }, 12054 },
12030 { 12055 {
12031 "blame": [], 12056 "blame": [],
12032 "corpus": "gm", 12057 "corpus": "gm",
12033 "diameter": 0, 12058 "diameter": 0,
12034 "name": "multipicturedraw_noclip_tiled", 12059 "name": "multipicturedraw_noclip_tiled",
12035 "neg": 0, 12060 "neg": 0,
12036 "num": 13, 12061 "num": 13,
12037 "pos": 13, 12062 "pos": 13,
12038 "untHashes": [], 12063 "untHashes": [],
12039 "untriaged": 0 12064 "untriaged": 0
12040 }, 12065 },
12041 { 12066 {
12042 "blame": [], 12067 "blame": [],
12043 "corpus": "gm", 12068 "corpus": "gm",
12044 "diameter": 0, 12069 "diameter": 0,
12045 "name": "fontmgr_iterAndroid", 12070 "name": "fontmgr_iterAndroid",
12046 "neg": 0, 12071 "neg": 0,
12047 "num": 11, 12072 "num": 11,
12048 "pos": 11, 12073 "pos": 11,
12049 "untHashes": [], 12074 "untHashes": [],
12050 "untriaged": 0 12075 "untriaged": 0
12051 }, 12076 },
12052 { 12077 {
12053 "blame": [], 12078 "blame": [],
12054 "corpus": "gm", 12079 "corpus": "gm",
12055 "diameter": 0, 12080 "diameter": 0,
12056 "name": "shallow_gradient_sweep_nodither", 12081 "name": "shallow_gradient_sweep_nodither",
12057 "neg": 0, 12082 "neg": 0,
12058 "num": 16, 12083 "num": 16,
12059 "pos": 16, 12084 "pos": 16,
12060 "untHashes": [], 12085 "untHashes": [],
12061 "untriaged": 0 12086 "untriaged": 0
12062 }, 12087 },
12063 { 12088 {
12064 "blame": [], 12089 "blame": [],
12065 "corpus": "gm", 12090 "corpus": "gm",
12066 "diameter": 0, 12091 "diameter": 0,
12067 "name": "glyph_pos_n_b", 12092 "name": "glyph_pos_n_b",
12068 "neg": 0, 12093 "neg": 0,
12069 "num": 42, 12094 "num": 42,
12070 "pos": 42, 12095 "pos": 42,
12071 "untHashes": [], 12096 "untHashes": [],
12072 "untriaged": 0 12097 "untriaged": 0
12073 }, 12098 },
12074 { 12099 {
12075 "blame": [], 12100 "blame": [],
12076 "corpus": "gm", 12101 "corpus": "gm",
12077 "diameter": 0, 12102 "diameter": 0,
12078 "name": "pictureshader", 12103 "name": "pictureshader",
12079 "neg": 1, 12104 "neg": 1,
12080 "num": 24, 12105 "num": 24,
12081 "pos": 23, 12106 "pos": 23,
12082 "untHashes": [], 12107 "untHashes": [],
12083 "untriaged": 0 12108 "untriaged": 0
12084 }, 12109 },
12085 { 12110 {
12086 "blame": [], 12111 "blame": [],
12087 "corpus": "gm", 12112 "corpus": "gm",
12088 "diameter": 0, 12113 "diameter": 0,
12089 "name": "blurcircles", 12114 "name": "blurcircles",
12090 "neg": 1, 12115 "neg": 1,
12091 "num": 14, 12116 "num": 14,
12092 "pos": 13, 12117 "pos": 13,
12093 "untHashes": [], 12118 "untHashes": [],
12094 "untriaged": 0 12119 "untriaged": 0
12095 }, 12120 },
12096 { 12121 {
12097 "blame": [], 12122 "blame": [],
12098 "corpus": "gm", 12123 "corpus": "gm",
12099 "diameter": 0, 12124 "diameter": 0,
12100 "name": "complexclip3_complex", 12125 "name": "complexclip3_complex",
12101 "neg": 0, 12126 "neg": 0,
12102 "num": 30, 12127 "num": 30,
12103 "pos": 30, 12128 "pos": 30,
12104 "untHashes": [], 12129 "untHashes": [],
12105 "untriaged": 0 12130 "untriaged": 0
12106 }, 12131 },
12107 { 12132 {
12108 "blame": [], 12133 "blame": [],
12109 "corpus": "gm", 12134 "corpus": "gm",
12110 "diameter": 0, 12135 "diameter": 0,
12111 "name": "fontmgr_matchUbuntu", 12136 "name": "fontmgr_matchUbuntu",
12112 "neg": 0, 12137 "neg": 0,
12113 "num": 3, 12138 "num": 3,
12114 "pos": 3, 12139 "pos": 3,
12115 "untHashes": [], 12140 "untHashes": [],
12116 "untriaged": 0 12141 "untriaged": 0
12117 }, 12142 },
12118 { 12143 {
12119 "blame": [], 12144 "blame": [],
12120 "corpus": "gm", 12145 "corpus": "gm",
12121 "diameter": 0, 12146 "diameter": 0,
12122 "name": "clamped_gradients", 12147 "name": "clamped_gradients",
12123 "neg": 0, 12148 "neg": 0,
12124 "num": 28, 12149 "num": 28,
12125 "pos": 28, 12150 "pos": 28,
12126 "untHashes": [], 12151 "untHashes": [],
12127 "untriaged": 0 12152 "untriaged": 0
12128 }, 12153 },
12129 { 12154 {
12130 "blame": [], 12155 "blame": [],
12131 "corpus": "gm", 12156 "corpus": "gm",
12132 "diameter": 0, 12157 "diameter": 0,
12133 "name": "glyph_pos_n_s", 12158 "name": "glyph_pos_n_s",
12134 "neg": 0, 12159 "neg": 0,
12135 "num": 42, 12160 "num": 42,
12136 "pos": 42, 12161 "pos": 42,
12137 "untHashes": [], 12162 "untHashes": [],
12138 "untriaged": 0 12163 "untriaged": 0
12139 }, 12164 },
12140 { 12165 {
12141 "blame": [], 12166 "blame": [],
12142 "corpus": "gm", 12167 "corpus": "gm",
12143 "diameter": 0, 12168 "diameter": 0,
12144 "name": "gradients_2pt_conical_outside_nodither", 12169 "name": "gradients_2pt_conical_outside_nodither",
12145 "neg": 0, 12170 "neg": 0,
12146 "num": 22, 12171 "num": 22,
12147 "pos": 22, 12172 "pos": 22,
12148 "untHashes": [], 12173 "untHashes": [],
12149 "untriaged": 0 12174 "untriaged": 0
12150 }, 12175 },
12151 { 12176 {
12152 "blame": [], 12177 "blame": [],
12153 "corpus": "gm", 12178 "corpus": "gm",
12154 "diameter": 0, 12179 "diameter": 0,
12155 "name": "lcdtextChromeOS", 12180 "name": "lcdtextChromeOS",
12156 "neg": 0, 12181 "neg": 0,
12157 "num": 2, 12182 "num": 2,
12158 "pos": 2, 12183 "pos": 2,
12159 "untHashes": [], 12184 "untHashes": [],
12160 "untriaged": 0 12185 "untriaged": 0
12161 }, 12186 },
12162 { 12187 {
12163 "blame": [], 12188 "blame": [],
12164 "corpus": "gm", 12189 "corpus": "gm",
12165 "diameter": 0, 12190 "diameter": 0,
12166 "name": "fontmgr_boundsiOS", 12191 "name": "fontmgr_boundsiOS",
12167 "neg": 0, 12192 "neg": 0,
12168 "num": 1, 12193 "num": 1,
12169 "pos": 1, 12194 "pos": 1,
12170 "untHashes": [], 12195 "untHashes": [],
12171 "untriaged": 0 12196 "untriaged": 0
12172 }, 12197 },
12173 { 12198 {
12174 "blame": [], 12199 "blame": [],
12175 "corpus": "gm", 12200 "corpus": "gm",
12176 "diameter": 0, 12201 "diameter": 0,
12177 "name": "imageblurtiled", 12202 "name": "imageblurtiled",
12178 "neg": 0, 12203 "neg": 0,
12179 "num": 16, 12204 "num": 16,
12180 "pos": 16, 12205 "pos": 16,
12181 "untHashes": [], 12206 "untHashes": [],
12182 "untriaged": 0 12207 "untriaged": 0
12183 }, 12208 },
12184 { 12209 {
12185 "blame": [], 12210 "blame": [],
12186 "corpus": "gm", 12211 "corpus": "gm",
12187 "diameter": 0, 12212 "diameter": 0,
12188 "name": "complexclip2_rrect_aa", 12213 "name": "complexclip2_rrect_aa",
12189 "neg": 1, 12214 "neg": 1,
12190 "num": 26, 12215 "num": 26,
12191 "pos": 25, 12216 "pos": 25,
12192 "untHashes": [], 12217 "untHashes": [],
12193 "untriaged": 0 12218 "untriaged": 0
12194 }, 12219 },
12195 { 12220 {
12196 "blame": [], 12221 "blame": [],
12197 "corpus": "gm", 12222 "corpus": "gm",
12198 "diameter": 0, 12223 "diameter": 0,
12199 "name": "convex_poly_clip", 12224 "name": "convex_poly_clip",
12200 "neg": 0, 12225 "neg": 0,
12201 "num": 39, 12226 "num": 39,
12202 "pos": 39, 12227 "pos": 39,
12203 "untHashes": [], 12228 "untHashes": [],
12204 "untriaged": 0 12229 "untriaged": 0
12205 }, 12230 },
12206 { 12231 {
12207 "blame": [], 12232 "blame": [],
12208 "corpus": "gm", 12233 "corpus": "gm",
12209 "diameter": 0, 12234 "diameter": 0,
12210 "name": "tileimagefilter", 12235 "name": "tileimagefilter",
12211 "neg": 2, 12236 "neg": 2,
12212 "num": 16, 12237 "num": 16,
12213 "pos": 14, 12238 "pos": 14,
12214 "untHashes": [], 12239 "untHashes": [],
12215 "untriaged": 0 12240 "untriaged": 0
12216 }, 12241 },
12217 { 12242 {
12218 "blame": [], 12243 "blame": [],
12219 "corpus": "gm", 12244 "corpus": "gm",
12220 "diameter": 0, 12245 "diameter": 0,
12221 "name": "lighting", 12246 "name": "lighting",
12222 "neg": 0, 12247 "neg": 0,
12223 "num": 19, 12248 "num": 19,
12224 "pos": 19, 12249 "pos": 19,
12225 "untHashes": [], 12250 "untHashes": [],
12226 "untriaged": 0 12251 "untriaged": 0
12227 }, 12252 },
12228 { 12253 {
12229 "blame": [], 12254 "blame": [],
12230 "corpus": "gm", 12255 "corpus": "gm",
12231 "diameter": 0, 12256 "diameter": 0,
12232 "name": "fontscalerWin", 12257 "name": "fontscalerWin",
12233 "neg": 3, 12258 "neg": 3,
12234 "num": 12, 12259 "num": 12,
12235 "pos": 9, 12260 "pos": 9,
12236 "untHashes": [], 12261 "untHashes": [],
12237 "untriaged": 0 12262 "untriaged": 0
12238 }, 12263 },
12239 { 12264 {
12240 "blame": [], 12265 "blame": [],
12241 "corpus": "gm", 12266 "corpus": "gm",
12242 "diameter": 0, 12267 "diameter": 0,
12243 "name": "clipped-bitmap-shaders-clamp-hq", 12268 "name": "clipped-bitmap-shaders-clamp-hq",
12244 "neg": 0, 12269 "neg": 0,
12245 "num": 9, 12270 "num": 9,
12246 "pos": 9, 12271 "pos": 9,
12247 "untHashes": [], 12272 "untHashes": [],
12248 "untriaged": 0 12273 "untriaged": 0
12249 }, 12274 },
12250 { 12275 {
12251 "blame": [], 12276 "blame": [],
12252 "corpus": "gm", 12277 "corpus": "gm",
12253 "diameter": 0, 12278 "diameter": 0,
12254 "name": "fontmgr_matchiOS", 12279 "name": "fontmgr_matchiOS",
12255 "neg": 0, 12280 "neg": 0,
12256 "num": 1, 12281 "num": 1,
12257 "pos": 1, 12282 "pos": 1,
12258 "untHashes": [], 12283 "untHashes": [],
12259 "untriaged": 0 12284 "untriaged": 0
12260 }, 12285 },
12261 { 12286 {
12262 "blame": [], 12287 "blame": [],
12263 "corpus": "gm", 12288 "corpus": "gm",
12264 "diameter": 0, 12289 "diameter": 0,
12265 "name": "bleed_alpha_image", 12290 "name": "bleed_alpha_image",
12266 "neg": 39, 12291 "neg": 39,
12267 "num": 39, 12292 "num": 39,
12268 "pos": 0, 12293 "pos": 0,
12269 "untHashes": [], 12294 "untHashes": [],
12270 "untriaged": 0 12295 "untriaged": 0
12271 }, 12296 },
12272 { 12297 {
12273 "blame": [], 12298 "blame": [],
12274 "corpus": "gm", 12299 "corpus": "gm",
12275 "diameter": 0, 12300 "diameter": 0,
12276 "name": "multipicturedraw_rrectclip_tiled", 12301 "name": "multipicturedraw_rrectclip_tiled",
12277 "neg": 0, 12302 "neg": 0,
12278 "num": 14, 12303 "num": 14,
12279 "pos": 14, 12304 "pos": 14,
12280 "untHashes": [], 12305 "untHashes": [],
12281 "untriaged": 0 12306 "untriaged": 0
12282 }, 12307 },
12283 { 12308 {
12284 "blame": [], 12309 "blame": [],
12285 "corpus": "gm", 12310 "corpus": "gm",
12286 "diameter": 0, 12311 "diameter": 0,
12287 "name": "verttext2Mac", 12312 "name": "verttext2Mac",
12288 "neg": 0, 12313 "neg": 0,
12289 "num": 6, 12314 "num": 6,
12290 "pos": 6, 12315 "pos": 6,
12291 "untHashes": [], 12316 "untHashes": [],
12292 "untriaged": 0 12317 "untriaged": 0
12293 }, 12318 },
12294 { 12319 {
12295 "blame": [], 12320 "blame": [],
12296 "corpus": "gm", 12321 "corpus": "gm",
12297 "diameter": 0, 12322 "diameter": 0,
12298 "name": "smallpaths", 12323 "name": "smallpaths",
12299 "neg": 0, 12324 "neg": 0,
12300 "num": 28, 12325 "num": 28,
12301 "pos": 28, 12326 "pos": 28,
12302 "untHashes": [], 12327 "untHashes": [],
12303 "untriaged": 0 12328 "untriaged": 0
12304 }, 12329 },
12305 { 12330 {
12306 "blame": [], 12331 "blame": [],
12307 "corpus": "gm", 12332 "corpus": "gm",
12308 "diameter": 0, 12333 "diameter": 0,
12309 "name": "clippedcubic2", 12334 "name": "clippedcubic2",
12310 "neg": 0, 12335 "neg": 0,
12311 "num": 15, 12336 "num": 15,
12312 "pos": 15, 12337 "pos": 15,
12313 "untHashes": [], 12338 "untHashes": [],
12314 "untriaged": 0 12339 "untriaged": 0
12315 } 12340 }
12316 ]; 12341 ];
12317 12342
12318 12343
12319 testdata.clusterDiffResult = { 12344 testdata.clusterDiffResult = {
12320 "test": "textblobmixedsizes", 12345 "test": "textblobmixedsizes",
12321 "links": [ 12346 "links": [
12322 { 12347 {
12323 "source": 0, 12348 "source": 0,
12324 "target": 9, 12349 "target": 9,
12325 "value": 7.326508 12350 "value": 7.326508
12326 }, 12351 },
12327 { 12352 {
12328 "source": 0, 12353 "source": 0,
12329 "target": 19, 12354 "target": 19,
12330 "value": 7.227143 12355 "value": 7.227143
12331 }, 12356 },
12332 { 12357 {
12333 "source": 0, 12358 "source": 0,
12334 "target": 20, 12359 "target": 20,
12335 "value": 8.444762 12360 "value": 8.444762
12336 }, 12361 },
12337 { 12362 {
12338 "source": 0, 12363 "source": 0,
12339 "target": 11, 12364 "target": 11,
12340 "value": 11.146349 12365 "value": 11.146349
12341 }, 12366 },
12342 { 12367 {
12343 "source": 0, 12368 "source": 0,
12344 "target": 23, 12369 "target": 23,
12345 "value": 8.153016 12370 "value": 8.153016
12346 }, 12371 },
12347 { 12372 {
12348 "source": 0, 12373 "source": 0,
12349 "target": 10, 12374 "target": 10,
12350 "value": 8.801429 12375 "value": 8.801429
12351 }, 12376 },
12352 { 12377 {
12353 "source": 0, 12378 "source": 0,
12354 "target": 33, 12379 "target": 33,
12355 "value": 8.060159 12380 "value": 8.060159
12356 }, 12381 },
12357 { 12382 {
12358 "source": 0, 12383 "source": 0,
12359 "target": 31, 12384 "target": 31,
12360 "value": 9.232381 12385 "value": 9.232381
12361 }, 12386 },
12362 { 12387 {
12363 "source": 0, 12388 "source": 0,
12364 "target": 34, 12389 "target": 34,
12365 "value": 8.206032 12390 "value": 8.206032
12366 }, 12391 },
12367 { 12392 {
12368 "source": 0, 12393 "source": 0,
12369 "target": 35, 12394 "target": 35,
12370 "value": 0.05936508 12395 "value": 0.05936508
12371 }, 12396 },
12372 { 12397 {
12373 "source": 0, 12398 "source": 0,
12374 "target": 24, 12399 "target": 24,
12375 "value": 8.803016 12400 "value": 8.803016
12376 }, 12401 },
12377 { 12402 {
12378 "source": 0, 12403 "source": 0,
12379 "target": 0, 12404 "target": 0,
12380 "value": 0 12405 "value": 0
12381 }, 12406 },
12382 { 12407 {
12383 "source": 0, 12408 "source": 0,
12384 "target": 27, 12409 "target": 27,
12385 "value": 8.822063 12410 "value": 8.822063
12386 }, 12411 },
12387 { 12412 {
12388 "source": 0, 12413 "source": 0,
12389 "target": 7, 12414 "target": 7,
12390 "value": 9.123333 12415 "value": 9.123333
12391 }, 12416 },
12392 { 12417 {
12393 "source": 0, 12418 "source": 0,
12394 "target": 1, 12419 "target": 1,
12395 "value": 11.146349 12420 "value": 11.146349
12396 }, 12421 },
12397 { 12422 {
12398 "source": 0, 12423 "source": 0,
12399 "target": 8, 12424 "target": 8,
12400 "value": 2.520476 12425 "value": 2.520476
12401 }, 12426 },
12402 { 12427 {
12403 "source": 0, 12428 "source": 0,
12404 "target": 12, 12429 "target": 12,
12405 "value": 11.144286 12430 "value": 11.144286
12406 }, 12431 },
12407 { 12432 {
12408 "source": 0, 12433 "source": 0,
12409 "target": 28, 12434 "target": 28,
12410 "value": 8.264762 12435 "value": 8.264762
12411 }, 12436 },
12412 { 12437 {
12413 "source": 0, 12438 "source": 0,
12414 "target": 13, 12439 "target": 13,
12415 "value": 7.8809524 12440 "value": 7.8809524
12416 }, 12441 },
12417 { 12442 {
12418 "source": 0, 12443 "source": 0,
12419 "target": 25, 12444 "target": 25,
12420 "value": 8.826191 12445 "value": 8.826191
12421 }, 12446 },
12422 { 12447 {
12423 "source": 0, 12448 "source": 0,
12424 "target": 5, 12449 "target": 5,
12425 "value": 8.353174 12450 "value": 8.353174
12426 }, 12451 },
12427 { 12452 {
12428 "source": 0, 12453 "source": 0,
12429 "target": 15, 12454 "target": 15,
12430 "value": 8.254286 12455 "value": 8.254286
12431 }, 12456 },
12432 { 12457 {
12433 "source": 0, 12458 "source": 0,
12434 "target": 14, 12459 "target": 14,
12435 "value": 8.996032 12460 "value": 8.996032
12436 }, 12461 },
12437 { 12462 {
12438 "source": 0, 12463 "source": 0,
12439 "target": 21, 12464 "target": 21,
12440 "value": 11.103492 12465 "value": 11.103492
12441 }, 12466 },
12442 { 12467 {
12443 "source": 0, 12468 "source": 0,
12444 "target": 6, 12469 "target": 6,
12445 "value": 11.146349 12470 "value": 11.146349
12446 }, 12471 },
12447 { 12472 {
12448 "source": 0, 12473 "source": 0,
12449 "target": 22, 12474 "target": 22,
12450 "value": 8.720794 12475 "value": 8.720794
12451 }, 12476 },
12452 { 12477 {
12453 "source": 0, 12478 "source": 0,
12454 "target": 2, 12479 "target": 2,
12455 "value": 11.144286 12480 "value": 11.144286
12456 }, 12481 },
12457 { 12482 {
12458 "source": 0, 12483 "source": 0,
12459 "target": 3, 12484 "target": 3,
12460 "value": 9.390952 12485 "value": 9.390952
12461 }, 12486 },
12462 { 12487 {
12463 "source": 0, 12488 "source": 0,
12464 "target": 32, 12489 "target": 32,
12465 "value": 8.1176195 12490 "value": 8.1176195
12466 }, 12491 },
12467 { 12492 {
12468 "source": 0, 12493 "source": 0,
12469 "target": 30, 12494 "target": 30,
12470 "value": 8.73127 12495 "value": 8.73127
12471 }, 12496 },
12472 { 12497 {
12473 "source": 0, 12498 "source": 0,
12474 "target": 26, 12499 "target": 26,
12475 "value": 11.146349 12500 "value": 11.146349
12476 }, 12501 },
12477 { 12502 {
12478 "source": 0, 12503 "source": 0,
12479 "target": 29, 12504 "target": 29,
12480 "value": 11.680318 12505 "value": 11.680318
12481 }, 12506 },
12482 { 12507 {
12483 "source": 0, 12508 "source": 0,
12484 "target": 18, 12509 "target": 18,
12485 "value": 8.836508 12510 "value": 8.836508
12486 }, 12511 },
12487 { 12512 {
12488 "source": 0, 12513 "source": 0,
12489 "target": 17, 12514 "target": 17,
12490 "value": 8.791111 12515 "value": 8.791111
12491 }, 12516 },
12492 { 12517 {
12493 "source": 0, 12518 "source": 0,
12494 "target": 4, 12519 "target": 4,
12495 "value": 8.8133335 12520 "value": 8.8133335
12496 }, 12521 },
12497 { 12522 {
12498 "source": 0, 12523 "source": 0,
12499 "target": 16, 12524 "target": 16,
12500 "value": 0.00984127 12525 "value": 0.00984127
12501 }, 12526 },
12502 { 12527 {
12503 "source": 1, 12528 "source": 1,
12504 "target": 5, 12529 "target": 5,
12505 "value": 6.4007936 12530 "value": 6.4007936
12506 }, 12531 },
12507 { 12532 {
12508 "source": 1, 12533 "source": 1,
12509 "target": 22, 12534 "target": 22,
12510 "value": 7.71873 12535 "value": 7.71873
12511 }, 12536 },
12512 { 12537 {
12513 "source": 1, 12538 "source": 1,
12514 "target": 32, 12539 "target": 32,
12515 "value": 10.919365 12540 "value": 10.919365
12516 }, 12541 },
12517 { 12542 {
12518 "source": 1, 12543 "source": 1,
12519 "target": 31, 12544 "target": 31,
12520 "value": 6.5909524 12545 "value": 6.5909524
12521 }, 12546 },
12522 { 12547 {
12523 "source": 1, 12548 "source": 1,
12524 "target": 27, 12549 "target": 27,
12525 "value": 6.46746 12550 "value": 6.46746
12526 }, 12551 },
12527 { 12552 {
12528 "source": 1, 12553 "source": 1,
12529 "target": 29, 12554 "target": 29,
12530 "value": 4.52746 12555 "value": 4.52746
12531 }, 12556 },
12532 { 12557 {
12533 "source": 1, 12558 "source": 1,
12534 "target": 6, 12559 "target": 6,
12535 "value": 0.034603175 12560 "value": 0.034603175
12536 }, 12561 },
12537 { 12562 {
12538 "source": 1, 12563 "source": 1,
12539 "target": 19, 12564 "target": 19,
12540 "value": 11.04619 12565 "value": 11.04619
12541 }, 12566 },
12542 { 12567 {
12543 "source": 1, 12568 "source": 1,
12544 "target": 15, 12569 "target": 15,
12545 "value": 7.673492 12570 "value": 7.673492
12546 }, 12571 },
12547 { 12572 {
12548 "source": 1, 12573 "source": 1,
12549 "target": 2, 12574 "target": 2,
12550 "value": 0.04222222 12575 "value": 0.04222222
12551 }, 12576 },
12552 { 12577 {
12553 "source": 1, 12578 "source": 1,
12554 "target": 34, 12579 "target": 34,
12555 "value": 10.927301 12580 "value": 10.927301
12556 }, 12581 },
12557 { 12582 {
12558 "source": 1, 12583 "source": 1,
12559 "target": 23, 12584 "target": 23,
12560 "value": 10.969207 12585 "value": 10.969207
12561 }, 12586 },
12562 { 12587 {
12563 "source": 1, 12588 "source": 1,
12564 "target": 12, 12589 "target": 12,
12565 "value": 0.04047619 12590 "value": 0.04047619
12566 }, 12591 },
12567 { 12592 {
12568 "source": 1, 12593 "source": 1,
12569 "target": 24, 12594 "target": 24,
12570 "value": 7.7620635 12595 "value": 7.7620635
12571 }, 12596 },
12572 { 12597 {
12573 "source": 1, 12598 "source": 1,
12574 "target": 9, 12599 "target": 9,
12575 "value": 11.064762 12600 "value": 11.064762
12576 }, 12601 },
12577 { 12602 {
12578 "source": 1, 12603 "source": 1,
12579 "target": 8, 12604 "target": 8,
12580 "value": 11.253333 12605 "value": 11.253333
12581 }, 12606 },
12582 { 12607 {
12583 "source": 1, 12608 "source": 1,
12584 "target": 10, 12609 "target": 10,
12585 "value": 6.0046034 12610 "value": 6.0046034
12586 }, 12611 },
12587 { 12612 {
12588 "source": 1, 12613 "source": 1,
12589 "target": 17, 12614 "target": 17,
12590 "value": 7.042857 12615 "value": 7.042857
12591 }, 12616 },
12592 { 12617 {
12593 "source": 1, 12618 "source": 1,
12594 "target": 30, 12619 "target": 30,
12595 "value": 6.438095 12620 "value": 6.438095
12596 }, 12621 },
12597 { 12622 {
12598 "source": 1, 12623 "source": 1,
12599 "target": 35, 12624 "target": 35,
12600 "value": 11.108571 12625 "value": 11.108571
12601 }, 12626 },
12602 { 12627 {
12603 "source": 1, 12628 "source": 1,
12604 "target": 13, 12629 "target": 13,
12605 "value": 6.271905 12630 "value": 6.271905
12606 }, 12631 },
12607 { 12632 {
12608 "source": 1, 12633 "source": 1,
12609 "target": 20, 12634 "target": 20,
12610 "value": 6.4379363 12635 "value": 6.4379363
12611 }, 12636 },
12612 { 12637 {
12613 "source": 1, 12638 "source": 1,
12614 "target": 1, 12639 "target": 1,
12615 "value": 0 12640 "value": 0
12616 }, 12641 },
12617 { 12642 {
12618 "source": 1, 12643 "source": 1,
12619 "target": 26, 12644 "target": 26,
12620 "value": 0.0017460317 12645 "value": 0.0017460317
12621 }, 12646 },
12622 { 12647 {
12623 "source": 1, 12648 "source": 1,
12624 "target": 14, 12649 "target": 14,
12625 "value": 10.675079 12650 "value": 10.675079
12626 }, 12651 },
12627 { 12652 {
12628 "source": 1, 12653 "source": 1,
12629 "target": 16, 12654 "target": 16,
12630 "value": 11.146826 12655 "value": 11.146826
12631 }, 12656 },
12632 { 12657 {
12633 "source": 1, 12658 "source": 1,
12634 "target": 28, 12659 "target": 28,
12635 "value": 6.392857 12660 "value": 6.392857
12636 }, 12661 },
12637 { 12662 {
12638 "source": 1, 12663 "source": 1,
12639 "target": 21, 12664 "target": 21,
12640 "value": 6.2831745 12665 "value": 6.2831745
12641 }, 12666 },
12642 { 12667 {
12643 "source": 1, 12668 "source": 1,
12644 "target": 3, 12669 "target": 3,
12645 "value": 6.743016 12670 "value": 6.743016
12646 }, 12671 },
12647 { 12672 {
12648 "source": 1, 12673 "source": 1,
12649 "target": 33, 12674 "target": 33,
12650 "value": 11.122222 12675 "value": 11.122222
12651 }, 12676 },
12652 { 12677 {
12653 "source": 1, 12678 "source": 1,
12654 "target": 25, 12679 "target": 25,
12655 "value": 7.775238 12680 "value": 7.775238
12656 }, 12681 },
12657 { 12682 {
12658 "source": 1, 12683 "source": 1,
12659 "target": 4, 12684 "target": 4,
12660 "value": 6.4820633 12685 "value": 6.4820633
12661 }, 12686 },
12662 { 12687 {
12663 "source": 1, 12688 "source": 1,
12664 "target": 18, 12689 "target": 18,
12665 "value": 6.4952383 12690 "value": 6.4952383
12666 }, 12691 },
12667 { 12692 {
12668 "source": 1, 12693 "source": 1,
12669 "target": 7, 12694 "target": 7,
12670 "value": 8.225555 12695 "value": 8.225555
12671 }, 12696 },
12672 { 12697 {
12673 "source": 1, 12698 "source": 1,
12674 "target": 11, 12699 "target": 11,
12675 "value": 0.036349207 12700 "value": 0.036349207
12676 }, 12701 },
12677 { 12702 {
12678 "source": 2, 12703 "source": 2,
12679 "target": 33, 12704 "target": 33,
12680 "value": 11.120159 12705 "value": 11.120159
12681 }, 12706 },
12682 { 12707 {
12683 "source": 2, 12708 "source": 2,
12684 "target": 23, 12709 "target": 23,
12685 "value": 10.969365 12710 "value": 10.969365
12686 }, 12711 },
12687 { 12712 {
12688 "source": 2, 12713 "source": 2,
12689 "target": 18, 12714 "target": 18,
12690 "value": 6.473968 12715 "value": 6.473968
12691 }, 12716 },
12692 { 12717 {
12693 "source": 2, 12718 "source": 2,
12694 "target": 17, 12719 "target": 17,
12695 "value": 7.0277777 12720 "value": 7.0277777
12696 }, 12721 },
12697 { 12722 {
12698 "source": 2, 12723 "source": 2,
12699 "target": 6, 12724 "target": 6,
12700 "value": 0.0076190475 12725 "value": 0.0076190475
12701 }, 12726 },
12702 { 12727 {
12703 "source": 2, 12728 "source": 2,
12704 "target": 8, 12729 "target": 8,
12705 "value": 11.2530155 12730 "value": 11.2530155
12706 }, 12731 },
12707 { 12732 {
12708 "source": 2, 12733 "source": 2,
12709 "target": 19, 12734 "target": 19,
12710 "value": 11.0441265 12735 "value": 11.0441265
12711 }, 12736 },
12712 { 12737 {
12713 "source": 2, 12738 "source": 2,
12714 "target": 27, 12739 "target": 27,
12715 "value": 6.446349 12740 "value": 6.446349
12716 }, 12741 },
12717 { 12742 {
12718 "source": 2, 12743 "source": 2,
12719 "target": 35, 12744 "target": 35,
12720 "value": 11.106508 12745 "value": 11.106508
12721 }, 12746 },
12722 { 12747 {
12723 "source": 2, 12748 "source": 2,
12724 "target": 11, 12749 "target": 11,
12725 "value": 0.005873016 12750 "value": 0.005873016
12726 }, 12751 },
12727 { 12752 {
12728 "source": 2, 12753 "source": 2,
12729 "target": 26, 12754 "target": 26,
12730 "value": 0.04047619 12755 "value": 0.04047619
12731 }, 12756 },
12732 { 12757 {
12733 "source": 2, 12758 "source": 2,
12734 "target": 12, 12759 "target": 12,
12735 "value": 0.0017460317 12760 "value": 0.0017460317
12736 }, 12761 },
12737 { 12762 {
12738 "source": 2, 12763 "source": 2,
12739 "target": 30, 12764 "target": 30,
12740 "value": 6.4168253 12765 "value": 6.4168253
12741 }, 12766 },
12742 { 12767 {
12743 "source": 2, 12768 "source": 2,
12744 "target": 22, 12769 "target": 22,
12745 "value": 7.69746 12770 "value": 7.69746
12746 }, 12771 },
12747 { 12772 {
12748 "source": 2, 12773 "source": 2,
12749 "target": 25, 12774 "target": 25,
12750 "value": 7.7539682 12775 "value": 7.7539682
12751 }, 12776 },
12752 { 12777 {
12753 "source": 2, 12778 "source": 2,
12754 "target": 24, 12779 "target": 24,
12755 "value": 7.7407937 12780 "value": 7.7407937
12756 }, 12781 },
12757 { 12782 {
12758 "source": 2, 12783 "source": 2,
12759 "target": 15, 12784 "target": 15,
12760 "value": 7.652222 12785 "value": 7.652222
12761 }, 12786 },
12762 { 12787 {
12763 "source": 2, 12788 "source": 2,
12764 "target": 20, 12789 "target": 20,
12765 "value": 6.4166665 12790 "value": 6.4166665
12766 }, 12791 },
12767 { 12792 {
12768 "source": 2, 12793 "source": 2,
12769 "target": 3, 12794 "target": 3,
12770 "value": 6.727778 12795 "value": 6.727778
12771 }, 12796 },
12772 { 12797 {
12773 "source": 2, 12798 "source": 2,
12774 "target": 34, 12799 "target": 34,
12775 "value": 10.927461 12800 "value": 10.927461
12776 }, 12801 },
12777 { 12802 {
12778 "source": 2, 12803 "source": 2,
12779 "target": 31, 12804 "target": 31,
12780 "value": 6.5826983 12805 "value": 6.5826983
12781 }, 12806 },
12782 { 12807 {
12783 "source": 2, 12808 "source": 2,
12784 "target": 10, 12809 "target": 10,
12785 "value": 5.989365 12810 "value": 5.989365
12786 }, 12811 },
12787 { 12812 {
12788 "source": 2, 12813 "source": 2,
12789 "target": 32, 12814 "target": 32,
12790 "value": 10.919524 12815 "value": 10.919524
12791 }, 12816 },
12792 { 12817 {
12793 "source": 2, 12818 "source": 2,
12794 "target": 9, 12819 "target": 9,
12795 "value": 11.062698 12820 "value": 11.062698
12796 }, 12821 },
12797 { 12822 {
12798 "source": 2, 12823 "source": 2,
12799 "target": 2, 12824 "target": 2,
12800 "value": 0 12825 "value": 0
12801 }, 12826 },
12802 { 12827 {
12803 "source": 2, 12828 "source": 2,
12804 "target": 29, 12829 "target": 29,
12805 "value": 4.525397 12830 "value": 4.525397
12806 }, 12831 },
12807 { 12832 {
12808 "source": 2, 12833 "source": 2,
12809 "target": 21, 12834 "target": 21,
12810 "value": 6.268254 12835 "value": 6.268254
12811 }, 12836 },
12812 { 12837 {
12813 "source": 2, 12838 "source": 2,
12814 "target": 16, 12839 "target": 16,
12815 "value": 11.144762 12840 "value": 11.144762
12816 }, 12841 },
12817 { 12842 {
12818 "source": 2, 12843 "source": 2,
12819 "target": 5, 12844 "target": 5,
12820 "value": 6.3795238 12845 "value": 6.3795238
12821 }, 12846 },
12822 { 12847 {
12823 "source": 2, 12848 "source": 2,
12824 "target": 28, 12849 "target": 28,
12825 "value": 6.3715873 12850 "value": 6.3715873
12826 }, 12851 },
12827 { 12852 {
12828 "source": 2, 12853 "source": 2,
12829 "target": 14, 12854 "target": 14,
12830 "value": 10.674603 12855 "value": 10.674603
12831 }, 12856 },
12832 { 12857 {
12833 "source": 2, 12858 "source": 2,
12834 "target": 13, 12859 "target": 13,
12835 "value": 6.251111 12860 "value": 6.251111
12836 }, 12861 },
12837 { 12862 {
12838 "source": 2, 12863 "source": 2,
12839 "target": 7, 12864 "target": 7,
12840 "value": 8.211905 12865 "value": 8.211905
12841 }, 12866 },
12842 { 12867 {
12843 "source": 2, 12868 "source": 2,
12844 "target": 4, 12869 "target": 4,
12845 "value": 6.4607935 12870 "value": 6.4607935
12846 }, 12871 },
12847 { 12872 {
12848 "source": 3, 12873 "source": 3,
12849 "target": 21, 12874 "target": 21,
12850 "value": 4.54127 12875 "value": 4.54127
12851 }, 12876 },
12852 { 12877 {
12853 "source": 3, 12878 "source": 3,
12854 "target": 31, 12879 "target": 31,
12855 "value": 2.064127 12880 "value": 2.064127
12856 }, 12881 },
12857 { 12882 {
12858 "source": 3, 12883 "source": 3,
12859 "target": 3, 12884 "target": 3,
12860 "value": 0 12885 "value": 0
12861 }, 12886 },
12862 { 12887 {
12863 "source": 3, 12888 "source": 3,
12864 "target": 16, 12889 "target": 16,
12865 "value": 9.39127 12890 "value": 9.39127
12866 }, 12891 },
12867 { 12892 {
12868 "source": 3, 12893 "source": 3,
12869 "target": 18, 12894 "target": 18,
12870 "value": 1.592381 12895 "value": 1.592381
12871 }, 12896 },
12872 { 12897 {
12873 "source": 3, 12898 "source": 3,
12874 "target": 34, 12899 "target": 34,
12875 "value": 8.962857 12900 "value": 8.962857
12876 }, 12901 },
12877 { 12902 {
12878 "source": 3, 12903 "source": 3,
12879 "target": 7, 12904 "target": 7,
12880 "value": 4.259365 12905 "value": 4.259365
12881 }, 12906 },
12882 { 12907 {
12883 "source": 3, 12908 "source": 3,
12884 "target": 9, 12909 "target": 9,
12885 "value": 9.265555 12910 "value": 9.265555
12886 }, 12911 },
12887 { 12912 {
12888 "source": 3, 12913 "source": 3,
12889 "target": 22, 12914 "target": 22,
12890 "value": 3.7765079 12915 "value": 3.7765079
12891 }, 12916 },
12892 { 12917 {
12893 "source": 3, 12918 "source": 3,
12894 "target": 33, 12919 "target": 33,
12895 "value": 8.653174 12920 "value": 8.653174
12896 }, 12921 },
12897 { 12922 {
12898 "source": 3, 12923 "source": 3,
12899 "target": 29, 12924 "target": 29,
12900 "value": 7.2479367 12925 "value": 7.2479367
12901 }, 12926 },
12902 { 12927 {
12903 "source": 3, 12928 "source": 3,
12904 "target": 12, 12929 "target": 12,
12905 "value": 6.727778 12930 "value": 6.727778
12906 }, 12931 },
12907 { 12932 {
12908 "source": 3, 12933 "source": 3,
12909 "target": 4, 12934 "target": 4,
12910 "value": 1.4626985 12935 "value": 1.4626985
12911 }, 12936 },
12912 { 12937 {
12913 "source": 3, 12938 "source": 3,
12914 "target": 13, 12939 "target": 13,
12915 "value": 5.726825 12940 "value": 5.726825
12916 }, 12941 },
12917 { 12942 {
12918 "source": 3, 12943 "source": 3,
12919 "target": 28, 12944 "target": 28,
12920 "value": 2.2646031 12945 "value": 2.2646031
12921 }, 12946 },
12922 { 12947 {
12923 "source": 3, 12948 "source": 3,
12924 "target": 27, 12949 "target": 27,
12925 "value": 1.2868254 12950 "value": 1.2868254
12926 }, 12951 },
12927 { 12952 {
12928 "source": 3, 12953 "source": 3,
12929 "target": 35, 12954 "target": 35,
12930 "value": 9.355873 12955 "value": 9.355873
12931 }, 12956 },
12932 { 12957 {
12933 "source": 3, 12958 "source": 3,
12934 "target": 19, 12959 "target": 19,
12935 "value": 9.289365 12960 "value": 9.289365
12936 }, 12961 },
12937 { 12962 {
12938 "source": 3, 12963 "source": 3,
12939 "target": 25, 12964 "target": 25,
12940 "value": 2.8722222 12965 "value": 2.8722222
12941 }, 12966 },
12942 { 12967 {
12943 "source": 3, 12968 "source": 3,
12944 "target": 30, 12969 "target": 30,
12945 "value": 2.4971428 12970 "value": 2.4971428
12946 }, 12971 },
12947 { 12972 {
12948 "source": 3, 12973 "source": 3,
12949 "target": 8, 12974 "target": 8,
12950 "value": 9.481746 12975 "value": 9.481746
12951 }, 12976 },
12952 { 12977 {
12953 "source": 3, 12978 "source": 3,
12954 "target": 14, 12979 "target": 14,
12955 "value": 6.891111 12980 "value": 6.891111
12956 }, 12981 },
12957 { 12982 {
12958 "source": 3, 12983 "source": 3,
12959 "target": 17, 12984 "target": 17,
12960 "value": 6.6212697 12985 "value": 6.6212697
12961 }, 12986 },
12962 { 12987 {
12963 "source": 3, 12988 "source": 3,
12964 "target": 5, 12989 "target": 5,
12965 "value": 2.1938095 12990 "value": 2.1938095
12966 }, 12991 },
12967 { 12992 {
12968 "source": 3, 12993 "source": 3,
12969 "target": 20, 12994 "target": 20,
12970 "value": 2.236984 12995 "value": 2.236984
12971 }, 12996 },
12972 { 12997 {
12973 "source": 3, 12998 "source": 3,
12974 "target": 24, 12999 "target": 24,
12975 "value": 2.7425396 13000 "value": 2.7425396
12976 }, 13001 },
12977 { 13002 {
12978 "source": 3, 13003 "source": 3,
12979 "target": 11, 13004 "target": 11,
12980 "value": 6.7309523 13005 "value": 6.7309523
12981 }, 13006 },
12982 { 13007 {
12983 "source": 3, 13008 "source": 3,
12984 "target": 6, 13009 "target": 6,
12985 "value": 6.7309523 13010 "value": 6.7309523
12986 }, 13011 },
12987 { 13012 {
12988 "source": 3, 13013 "source": 3,
12989 "target": 32, 13014 "target": 32,
12990 "value": 9.03365 13015 "value": 9.03365
12991 }, 13016 },
12992 { 13017 {
12993 "source": 3, 13018 "source": 3,
12994 "target": 10, 13019 "target": 10,
12995 "value": 5.5596824 13020 "value": 5.5596824
12996 }, 13021 },
12997 { 13022 {
12998 "source": 3, 13023 "source": 3,
12999 "target": 23, 13024 "target": 23,
13000 "value": 9.076191 13025 "value": 9.076191
13001 }, 13026 },
13002 { 13027 {
13003 "source": 3, 13028 "source": 3,
13004 "target": 26, 13029 "target": 26,
13005 "value": 6.743016 13030 "value": 6.743016
13006 }, 13031 },
13007 { 13032 {
13008 "source": 3, 13033 "source": 3,
13009 "target": 15, 13034 "target": 15,
13010 "value": 3.5439682 13035 "value": 3.5439682
13011 }, 13036 },
13012 { 13037 {
13013 "source": 4, 13038 "source": 4,
13014 "target": 34, 13039 "target": 34,
13015 "value": 8.25635 13040 "value": 8.25635
13016 }, 13041 },
13017 { 13042 {
13018 "source": 4, 13043 "source": 4,
13019 "target": 11, 13044 "target": 11,
13020 "value": 6.4647617 13045 "value": 6.4647617
13021 }, 13046 },
13022 { 13047 {
13023 "source": 4, 13048 "source": 4,
13024 "target": 16, 13049 "target": 16,
13025 "value": 8.813809 13050 "value": 8.813809
13026 }, 13051 },
13027 { 13052 {
13028 "source": 4, 13053 "source": 4,
13029 "target": 17, 13054 "target": 17,
13030 "value": 5.733492 13055 "value": 5.733492
13031 }, 13056 },
13032 { 13057 {
13033 "source": 4, 13058 "source": 4,
13034 "target": 5, 13059 "target": 5,
13035 "value": 1.286508 13060 "value": 1.286508
13036 }, 13061 },
13037 { 13062 {
13038 "source": 4, 13063 "source": 4,
13039 "target": 23, 13064 "target": 23,
13040 "value": 8.414127 13065 "value": 8.414127
13041 }, 13066 },
13042 { 13067 {
13043 "source": 4, 13068 "source": 4,
13044 "target": 33, 13069 "target": 33,
13045 "value": 8.038889 13070 "value": 8.038889
13046 }, 13071 },
13047 { 13072 {
13048 "source": 4, 13073 "source": 4,
13049 "target": 25, 13074 "target": 25,
13050 "value": 1.5461905 13075 "value": 1.5461905
13051 }, 13076 },
13052 { 13077 {
13053 "source": 4, 13078 "source": 4,
13054 "target": 22, 13079 "target": 22,
13055 "value": 3.0168254 13080 "value": 3.0168254
13056 }, 13081 },
13057 { 13082 {
13058 "source": 4, 13083 "source": 4,
13059 "target": 30, 13084 "target": 30,
13060 "value": 1.6926984 13085 "value": 1.6926984
13061 }, 13086 },
13062 { 13087 {
13063 "source": 4, 13088 "source": 4,
13064 "target": 28, 13089 "target": 28,
13065 "value": 1.3944445 13090 "value": 1.3944445
13066 }, 13091 },
13067 { 13092 {
13068 "source": 4, 13093 "source": 4,
13069 "target": 26, 13094 "target": 26,
13070 "value": 6.4820633 13095 "value": 6.4820633
13071 }, 13096 },
13072 { 13097 {
13073 "source": 4, 13098 "source": 4,
13074 "target": 13, 13099 "target": 13,
13075 "value": 4.8987303 13100 "value": 4.8987303
13076 }, 13101 },
13077 { 13102 {
13078 "source": 4, 13103 "source": 4,
13079 "target": 4, 13104 "target": 4,
13080 "value": 0 13105 "value": 0
13081 }, 13106 },
13082 { 13107 {
13083 "source": 4, 13108 "source": 4,
13084 "target": 18, 13109 "target": 18,
13085 "value": 0.21904762 13110 "value": 0.21904762
13086 }, 13111 },
13087 { 13112 {
13088 "source": 4, 13113 "source": 4,
13089 "target": 8, 13114 "target": 8,
13090 "value": 9.16381 13115 "value": 9.16381
13091 }, 13116 },
13092 { 13117 {
13093 "source": 4, 13118 "source": 4,
13094 "target": 31, 13119 "target": 31,
13095 "value": 1.6546031 13120 "value": 1.6546031
13096 }, 13121 },
13097 { 13122 {
13098 "source": 4, 13123 "source": 4,
13099 "target": 24, 13124 "target": 24,
13100 "value": 1.3271428 13125 "value": 1.3271428
13101 }, 13126 },
13102 { 13127 {
13103 "source": 4, 13128 "source": 4,
13104 "target": 12, 13129 "target": 12,
13105 "value": 6.4607935 13130 "value": 6.4607935
13106 }, 13131 },
13107 { 13132 {
13108 "source": 4, 13133 "source": 4,
13109 "target": 19, 13134 "target": 19,
13110 "value": 8.684127 13135 "value": 8.684127
13111 }, 13136 },
13112 { 13137 {
13113 "source": 4, 13138 "source": 4,
13114 "target": 7, 13139 "target": 7,
13115 "value": 3.75 13140 "value": 3.75
13116 }, 13141 },
13117 { 13142 {
13118 "source": 4, 13143 "source": 4,
13119 "target": 9, 13144 "target": 9,
13120 "value": 8.623968 13145 "value": 8.623968
13121 }, 13146 },
13122 { 13147 {
13123 "source": 4, 13148 "source": 4,
13124 "target": 27, 13149 "target": 27,
13125 "value": 0.37444445 13150 "value": 0.37444445
13126 }, 13151 },
13127 { 13152 {
13128 "source": 4, 13153 "source": 4,
13129 "target": 14, 13154 "target": 14,
13130 "value": 7.870635 13155 "value": 7.870635
13131 }, 13156 },
13132 { 13157 {
13133 "source": 4, 13158 "source": 4,
13134 "target": 35, 13159 "target": 35,
13135 "value": 8.775714 13160 "value": 8.775714
13136 }, 13161 },
13137 { 13162 {
13138 "source": 4, 13163 "source": 4,
13139 "target": 6, 13164 "target": 6,
13140 "value": 6.4647617 13165 "value": 6.4647617
13141 }, 13166 },
13142 { 13167 {
13143 "source": 4, 13168 "source": 4,
13144 "target": 20, 13169 "target": 20,
13145 "value": 1.3650794 13170 "value": 1.3650794
13146 }, 13171 },
13147 { 13172 {
13148 "source": 4, 13173 "source": 4,
13149 "target": 29, 13174 "target": 29,
13150 "value": 6.997619 13175 "value": 6.997619
13151 }, 13176 },
13152 { 13177 {
13153 "source": 4, 13178 "source": 4,
13154 "target": 32, 13179 "target": 32,
13155 "value": 8.364285 13180 "value": 8.364285
13156 }, 13181 },
13157 { 13182 {
13158 "source": 4, 13183 "source": 4,
13159 "target": 10, 13184 "target": 10,
13160 "value": 4.6466665 13185 "value": 4.6466665
13161 }, 13186 },
13162 { 13187 {
13163 "source": 4, 13188 "source": 4,
13164 "target": 15, 13189 "target": 15,
13165 "value": 2.7185714 13190 "value": 2.7185714
13166 }, 13191 },
13167 { 13192 {
13168 "source": 4, 13193 "source": 4,
13169 "target": 21, 13194 "target": 21,
13170 "value": 4.3138094 13195 "value": 4.3138094
13171 }, 13196 },
13172 { 13197 {
13173 "source": 5, 13198 "source": 5,
13174 "target": 33, 13199 "target": 33,
13175 "value": 8.631587 13200 "value": 8.631587
13176 }, 13201 },
13177 { 13202 {
13178 "source": 5, 13203 "source": 5,
13179 "target": 31, 13204 "target": 31,
13180 "value": 2.1887302 13205 "value": 2.1887302
13181 }, 13206 },
13182 { 13207 {
13183 "source": 5, 13208 "source": 5,
13184 "target": 28, 13209 "target": 28,
13185 "value": 0.11126984 13210 "value": 0.11126984
13186 }, 13211 },
13187 { 13212 {
13188 "source": 5, 13213 "source": 5,
13189 "target": 6, 13214 "target": 6,
13190 "value": 6.383492 13215 "value": 6.383492
13191 }, 13216 },
13192 { 13217 {
13193 "source": 5, 13218 "source": 5,
13194 "target": 8, 13219 "target": 8,
13195 "value": 9.058095 13220 "value": 9.058095
13196 }, 13221 },
13197 { 13222 {
13198 "source": 5, 13223 "source": 5,
13199 "target": 19, 13224 "target": 19,
13200 "value": 7.90746 13225 "value": 7.90746
13201 }, 13226 },
13202 { 13227 {
13203 "source": 5, 13228 "source": 5,
13204 "target": 10, 13229 "target": 10,
13205 "value": 4.5730157 13230 "value": 4.5730157
13206 }, 13231 },
13207 { 13232 {
13208 "source": 5, 13233 "source": 5,
13209 "target": 18, 13234 "target": 18,
13210 "value": 1.3257142 13235 "value": 1.3257142
13211 }, 13236 },
13212 { 13237 {
13213 "source": 5, 13238 "source": 5,
13214 "target": 21, 13239 "target": 21,
13215 "value": 4.2607937 13240 "value": 4.2607937
13216 }, 13241 },
13217 { 13242 {
13218 "source": 5, 13243 "source": 5,
13219 "target": 27, 13244 "target": 27,
13220 "value": 1.3542857 13245 "value": 1.3542857
13221 }, 13246 },
13222 { 13247 {
13223 "source": 5, 13248 "source": 5,
13224 "target": 7, 13249 "target": 7,
13225 "value": 3.7203174 13250 "value": 3.7203174
13226 }, 13251 },
13227 { 13252 {
13228 "source": 5, 13253 "source": 5,
13229 "target": 16, 13254 "target": 16,
13230 "value": 8.353333 13255 "value": 8.353333
13231 }, 13256 },
13232 { 13257 {
13233 "source": 5, 13258 "source": 5,
13234 "target": 20, 13259 "target": 20,
13235 "value": 0.611746 13260 "value": 0.611746
13236 }, 13261 },
13237 { 13262 {
13238 "source": 5, 13263 "source": 5,
13239 "target": 14, 13264 "target": 14,
13240 "value": 8.402223 13265 "value": 8.402223
13241 }, 13266 },
13242 { 13267 {
13243 "source": 5, 13268 "source": 5,
13244 "target": 9, 13269 "target": 9,
13245 "value": 7.811905 13270 "value": 7.811905
13246 }, 13271 },
13247 { 13272 {
13248 "source": 5, 13273 "source": 5,
13249 "target": 30, 13274 "target": 30,
13250 "value": 0.81984127 13275 "value": 0.81984127
13251 }, 13276 },
13252 { 13277 {
13253 "source": 5, 13278 "source": 5,
13254 "target": 13, 13279 "target": 13,
13255 "value": 4.3742857 13280 "value": 4.3742857
13256 }, 13281 },
13257 { 13282 {
13258 "source": 5, 13283 "source": 5,
13259 "target": 12, 13284 "target": 12,
13260 "value": 6.3795238 13285 "value": 6.3795238
13261 }, 13286 },
13262 { 13287 {
13263 "source": 5, 13288 "source": 5,
13264 "target": 32, 13289 "target": 32,
13265 "value": 7.5396824 13290 "value": 7.5396824
13266 }, 13291 },
13267 { 13292 {
13268 "source": 5, 13293 "source": 5,
13269 "target": 24, 13294 "target": 24,
13270 "value": 2.6106348 13295 "value": 2.6106348
13271 }, 13296 },
13272 { 13297 {
13273 "source": 5, 13298 "source": 5,
13274 "target": 17, 13299 "target": 17,
13275 "value": 5.658889 13300 "value": 5.658889
13276 }, 13301 },
13277 { 13302 {
13278 "source": 5, 13303 "source": 5,
13279 "target": 15, 13304 "target": 15,
13280 "value": 1.4384127 13305 "value": 1.4384127
13281 }, 13306 },
13282 { 13307 {
13283 "source": 5, 13308 "source": 5,
13284 "target": 22, 13309 "target": 22,
13285 "value": 2.146984 13310 "value": 2.146984
13286 }, 13311 },
13287 { 13312 {
13288 "source": 5, 13313 "source": 5,
13289 "target": 5, 13314 "target": 5,
13290 "value": 0 13315 "value": 0
13291 }, 13316 },
13292 { 13317 {
13293 "source": 5, 13318 "source": 5,
13294 "target": 34, 13319 "target": 34,
13295 "value": 7.428413 13320 "value": 7.428413
13296 }, 13321 },
13297 { 13322 {
13298 "source": 5, 13323 "source": 5,
13299 "target": 25, 13324 "target": 25,
13300 "value": 2.6498413 13325 "value": 2.6498413
13301 }, 13326 },
13302 { 13327 {
13303 "source": 5, 13328 "source": 5,
13304 "target": 11, 13329 "target": 11,
13305 "value": 6.383492 13330 "value": 6.383492
13306 }, 13331 },
13307 { 13332 {
13308 "source": 5, 13333 "source": 5,
13309 "target": 35, 13334 "target": 35,
13310 "value": 8.315238 13335 "value": 8.315238
13311 }, 13336 },
13312 { 13337 {
13313 "source": 5, 13338 "source": 5,
13314 "target": 23, 13339 "target": 23,
13315 "value": 7.5903172 13340 "value": 7.5903172
13316 }, 13341 },
13317 { 13342 {
13318 "source": 5, 13343 "source": 5,
13319 "target": 29, 13344 "target": 29,
13320 "value": 6.9198413 13345 "value": 6.9198413
13321 }, 13346 },
13322 { 13347 {
13323 "source": 5, 13348 "source": 5,
13324 "target": 26, 13349 "target": 26,
13325 "value": 6.4007936 13350 "value": 6.4007936
13326 }, 13351 },
13327 { 13352 {
13328 "source": 6, 13353 "source": 6,
13329 "target": 24, 13354 "target": 24,
13330 "value": 7.744762 13355 "value": 7.744762
13331 }, 13356 },
13332 { 13357 {
13333 "source": 6, 13358 "source": 6,
13334 "target": 23, 13359 "target": 23,
13335 "value": 10.971429 13360 "value": 10.971429
13336 }, 13361 },
13337 { 13362 {
13338 "source": 6, 13363 "source": 6,
13339 "target": 28, 13364 "target": 28,
13340 "value": 6.3755555 13365 "value": 6.3755555
13341 }, 13366 },
13342 { 13367 {
13343 "source": 6, 13368 "source": 6,
13344 "target": 31, 13369 "target": 31,
13345 "value": 6.584762 13370 "value": 6.584762
13346 }, 13371 },
13347 { 13372 {
13348 "source": 6, 13373 "source": 6,
13349 "target": 16, 13374 "target": 16,
13350 "value": 11.146826 13375 "value": 11.146826
13351 }, 13376 },
13352 { 13377 {
13353 "source": 6, 13378 "source": 6,
13354 "target": 21, 13379 "target": 21,
13355 "value": 6.2715874 13380 "value": 6.2715874
13356 }, 13381 },
13357 { 13382 {
13358 "source": 6, 13383 "source": 6,
13359 "target": 15, 13384 "target": 15,
13360 "value": 7.6561904 13385 "value": 7.6561904
13361 }, 13386 },
13362 { 13387 {
13363 "source": 6, 13388 "source": 6,
13364 "target": 35, 13389 "target": 35,
13365 "value": 11.108571 13390 "value": 11.108571
13366 }, 13391 },
13367 { 13392 {
13368 "source": 6, 13393 "source": 6,
13369 "target": 13, 13394 "target": 13,
13370 "value": 6.2550793 13395 "value": 6.2550793
13371 }, 13396 },
13372 { 13397 {
13373 "source": 6, 13398 "source": 6,
13374 "target": 26, 13399 "target": 26,
13375 "value": 0.036349207 13400 "value": 0.036349207
13376 }, 13401 },
13377 { 13402 {
13378 "source": 6, 13403 "source": 6,
13379 "target": 29, 13404 "target": 29,
13380 "value": 4.52746 13405 "value": 4.52746
13381 }, 13406 },
13382 { 13407 {
13383 "source": 6, 13408 "source": 6,
13384 "target": 19, 13409 "target": 19,
13385 "value": 11.04619 13410 "value": 11.04619
13386 }, 13411 },
13387 { 13412 {
13388 "source": 6, 13413 "source": 6,
13389 "target": 18, 13414 "target": 18,
13390 "value": 6.4779367 13415 "value": 6.4779367
13391 }, 13416 },
13392 { 13417 {
13393 "source": 6, 13418 "source": 6,
13394 "target": 34, 13419 "target": 34,
13395 "value": 10.929523 13420 "value": 10.929523
13396 }, 13421 },
13397 { 13422 {
13398 "source": 6, 13423 "source": 6,
13399 "target": 33, 13424 "target": 33,
13400 "value": 11.122222 13425 "value": 11.122222
13401 }, 13426 },
13402 { 13427 {
13403 "source": 6, 13428 "source": 6,
13404 "target": 25, 13429 "target": 25,
13405 "value": 7.7579365 13430 "value": 7.7579365
13406 }, 13431 },
13407 { 13432 {
13408 "source": 6, 13433 "source": 6,
13409 "target": 9, 13434 "target": 9,
13410 "value": 11.064762 13435 "value": 11.064762
13411 }, 13436 },
13412 { 13437 {
13413 "source": 6, 13438 "source": 6,
13414 "target": 10, 13439 "target": 10,
13415 "value": 5.992698 13440 "value": 5.992698
13416 }, 13441 },
13417 { 13442 {
13418 "source": 6, 13443 "source": 6,
13419 "target": 20, 13444 "target": 20,
13420 "value": 6.4206347 13445 "value": 6.4206347
13421 }, 13446 },
13422 { 13447 {
13423 "source": 6, 13448 "source": 6,
13424 "target": 27, 13449 "target": 27,
13425 "value": 6.4503174 13450 "value": 6.4503174
13426 }, 13451 },
13427 { 13452 {
13428 "source": 6, 13453 "source": 6,
13429 "target": 6, 13454 "target": 6,
13430 "value": 0 13455 "value": 0
13431 }, 13456 },
13432 { 13457 {
13433 "source": 6, 13458 "source": 6,
13434 "target": 8, 13459 "target": 8,
13435 "value": 11.255079 13460 "value": 11.255079
13436 }, 13461 },
13437 { 13462 {
13438 "source": 6, 13463 "source": 6,
13439 "target": 22, 13464 "target": 22,
13440 "value": 7.7014284 13465 "value": 7.7014284
13441 }, 13466 },
13442 { 13467 {
13443 "source": 6, 13468 "source": 6,
13444 "target": 12, 13469 "target": 12,
13445 "value": 0.005873016 13470 "value": 0.005873016
13446 }, 13471 },
13447 { 13472 {
13448 "source": 6, 13473 "source": 6,
13449 "target": 17, 13474 "target": 17,
13450 "value": 7.0311112 13475 "value": 7.0311112
13451 }, 13476 },
13452 { 13477 {
13453 "source": 6, 13478 "source": 6,
13454 "target": 32, 13479 "target": 32,
13455 "value": 10.921587 13480 "value": 10.921587
13456 }, 13481 },
13457 { 13482 {
13458 "source": 6, 13483 "source": 6,
13459 "target": 30, 13484 "target": 30,
13460 "value": 6.4207935 13485 "value": 6.4207935
13461 }, 13486 },
13462 { 13487 {
13463 "source": 6, 13488 "source": 6,
13464 "target": 14, 13489 "target": 14,
13465 "value": 10.676666 13490 "value": 10.676666
13466 }, 13491 },
13467 { 13492 {
13468 "source": 6, 13493 "source": 6,
13469 "target": 7, 13494 "target": 7,
13470 "value": 8.214762 13495 "value": 8.214762
13471 }, 13496 },
13472 { 13497 {
13473 "source": 6, 13498 "source": 6,
13474 "target": 11, 13499 "target": 11,
13475 "value": 0.0017460317 13500 "value": 0.0017460317
13476 }, 13501 },
13477 { 13502 {
13478 "source": 7, 13503 "source": 7,
13479 "target": 33, 13504 "target": 33,
13480 "value": 9.311746 13505 "value": 9.311746
13481 }, 13506 },
13482 { 13507 {
13483 "source": 7, 13508 "source": 7,
13484 "target": 7, 13509 "target": 7,
13485 "value": 0 13510 "value": 0
13486 }, 13511 },
13487 { 13512 {
13488 "source": 7, 13513 "source": 7,
13489 "target": 24, 13514 "target": 24,
13490 "value": 5.0668254 13515 "value": 5.0668254
13491 }, 13516 },
13492 { 13517 {
13493 "source": 7, 13518 "source": 7,
13494 "target": 12, 13519 "target": 12,
13495 "value": 8.211905 13520 "value": 8.211905
13496 }, 13521 },
13497 { 13522 {
13498 "source": 7, 13523 "source": 7,
13499 "target": 11, 13524 "target": 11,
13500 "value": 8.214762 13525 "value": 8.214762
13501 }, 13526 },
13502 { 13527 {
13503 "source": 7, 13528 "source": 7,
13504 "target": 23, 13529 "target": 23,
13505 "value": 8.928254 13530 "value": 8.928254
13506 }, 13531 },
13507 { 13532 {
13508 "source": 7, 13533 "source": 7,
13509 "target": 28, 13534 "target": 28,
13510 "value": 3.6704762 13535 "value": 3.6704762
13511 }, 13536 },
13512 { 13537 {
13513 "source": 7, 13538 "source": 7,
13514 "target": 34, 13539 "target": 34,
13515 "value": 8.905556 13540 "value": 8.905556
13516 }, 13541 },
13517 { 13542 {
13518 "source": 7, 13543 "source": 7,
13519 "target": 17, 13544 "target": 17,
13520 "value": 4.180794 13545 "value": 4.180794
13521 }, 13546 },
13522 { 13547 {
13523 "source": 7, 13548 "source": 7,
13524 "target": 19, 13549 "target": 19,
13525 "value": 9.139365 13550 "value": 9.139365
13526 }, 13551 },
13527 { 13552 {
13528 "source": 7, 13553 "source": 7,
13529 "target": 32, 13554 "target": 32,
13530 "value": 8.855714 13555 "value": 8.855714
13531 }, 13556 },
13532 { 13557 {
13533 "source": 7, 13558 "source": 7,
13534 "target": 27, 13559 "target": 27,
13535 "value": 3.7671428 13560 "value": 3.7671428
13536 }, 13561 },
13537 { 13562 {
13538 "source": 7, 13563 "source": 7,
13539 "target": 31, 13564 "target": 31,
13540 "value": 3.9625397 13565 "value": 3.9625397
13541 }, 13566 },
13542 { 13567 {
13543 "source": 7, 13568 "source": 7,
13544 "target": 8, 13569 "target": 8,
13545 "value": 7.656508 13570 "value": 7.656508
13546 }, 13571 },
13547 { 13572 {
13548 "source": 7, 13573 "source": 7,
13549 "target": 21, 13574 "target": 21,
13550 "value": 6.281746 13575 "value": 6.281746
13551 }, 13576 },
13552 { 13577 {
13553 "source": 7, 13578 "source": 7,
13554 "target": 20, 13579 "target": 20,
13555 "value": 3.7322223 13580 "value": 3.7322223
13556 }, 13581 },
13557 { 13582 {
13558 "source": 7, 13583 "source": 7,
13559 "target": 22, 13584 "target": 22,
13560 "value": 4.6596828 13585 "value": 4.6596828
13561 }, 13586 },
13562 { 13587 {
13563 "source": 7, 13588 "source": 7,
13564 "target": 9, 13589 "target": 9,
13565 "value": 9.090794 13590 "value": 9.090794
13566 }, 13591 },
13567 { 13592 {
13568 "source": 7, 13593 "source": 7,
13569 "target": 35, 13594 "target": 35,
13570 "value": 9.085873 13595 "value": 9.085873
13571 }, 13596 },
13572 { 13597 {
13573 "source": 7, 13598 "source": 7,
13574 "target": 30, 13599 "target": 30,
13575 "value": 3.3449206 13600 "value": 3.3449206
13576 }, 13601 },
13577 { 13602 {
13578 "source": 7, 13603 "source": 7,
13579 "target": 18, 13604 "target": 18,
13580 "value": 3.768254 13605 "value": 3.768254
13581 }, 13606 },
13582 { 13607 {
13583 "source": 7, 13608 "source": 7,
13584 "target": 13, 13609 "target": 13,
13585 "value": 3.745873 13610 "value": 3.745873
13586 }, 13611 },
13587 { 13612 {
13588 "source": 7, 13613 "source": 7,
13589 "target": 15, 13614 "target": 15,
13590 "value": 4.985238 13615 "value": 4.985238
13591 }, 13616 },
13592 { 13617 {
13593 "source": 7, 13618 "source": 7,
13594 "target": 16, 13619 "target": 16,
13595 "value": 9.12381 13620 "value": 9.12381
13596 }, 13621 },
13597 { 13622 {
13598 "source": 7, 13623 "source": 7,
13599 "target": 14, 13624 "target": 14,
13600 "value": 8.827619 13625 "value": 8.827619
13601 }, 13626 },
13602 { 13627 {
13603 "source": 7, 13628 "source": 7,
13604 "target": 25, 13629 "target": 25,
13605 "value": 5.085079 13630 "value": 5.085079
13606 }, 13631 },
13607 { 13632 {
13608 "source": 7, 13633 "source": 7,
13609 "target": 26, 13634 "target": 26,
13610 "value": 8.225555 13635 "value": 8.225555
13611 }, 13636 },
13612 { 13637 {
13613 "source": 7, 13638 "source": 7,
13614 "target": 10, 13639 "target": 10,
13615 "value": 3.1052382 13640 "value": 3.1052382
13616 }, 13641 },
13617 { 13642 {
13618 "source": 7, 13643 "source": 7,
13619 "target": 29, 13644 "target": 29,
13620 "value": 8.692539 13645 "value": 8.692539
13621 }, 13646 },
13622 { 13647 {
13623 "source": 8, 13648 "source": 8,
13624 "target": 11, 13649 "target": 11,
13625 "value": 11.255079 13650 "value": 11.255079
13626 }, 13651 },
13627 { 13652 {
13628 "source": 8, 13653 "source": 8,
13629 "target": 26, 13654 "target": 26,
13630 "value": 11.253333 13655 "value": 11.253333
13631 }, 13656 },
13632 { 13657 {
13633 "source": 8, 13658 "source": 8,
13634 "target": 30, 13659 "target": 30,
13635 "value": 8.665714 13660 "value": 8.665714
13636 }, 13661 },
13637 { 13662 {
13638 "source": 8, 13663 "source": 8,
13639 "target": 15, 13664 "target": 15,
13640 "value": 8.997778 13665 "value": 8.997778
13641 }, 13666 },
13642 { 13667 {
13643 "source": 8, 13668 "source": 8,
13644 "target": 32, 13669 "target": 32,
13645 "value": 8.829047 13670 "value": 8.829047
13646 }, 13671 },
13647 { 13672 {
13648 "source": 8, 13673 "source": 8,
13649 "target": 18, 13674 "target": 18,
13650 "value": 9.189206 13675 "value": 9.189206
13651 }, 13676 },
13652 { 13677 {
13653 "source": 8, 13678 "source": 8,
13654 "target": 29, 13679 "target": 29,
13655 "value": 11.694445 13680 "value": 11.694445
13656 }, 13681 },
13657 { 13682 {
13658 "source": 8, 13683 "source": 8,
13659 "target": 8, 13684 "target": 8,
13660 "value": 0 13685 "value": 0
13661 }, 13686 },
13662 { 13687 {
13663 "source": 8, 13688 "source": 8,
13664 "target": 22, 13689 "target": 22,
13665 "value": 8.655238 13690 "value": 8.655238
13666 }, 13691 },
13667 { 13692 {
13668 "source": 8, 13693 "source": 8,
13669 "target": 27, 13694 "target": 27,
13670 "value": 9.175079 13695 "value": 9.175079
13671 }, 13696 },
13672 { 13697 {
13673 "source": 8, 13698 "source": 8,
13674 "target": 16, 13699 "target": 16,
13675 "value": 2.5185714 13700 "value": 2.5185714
13676 }, 13701 },
13677 { 13702 {
13678 "source": 8, 13703 "source": 8,
13679 "target": 28, 13704 "target": 28,
13680 "value": 9.008254 13705 "value": 9.008254
13681 }, 13706 },
13682 { 13707 {
13683 "source": 8, 13708 "source": 8,
13684 "target": 33, 13709 "target": 33,
13685 "value": 8.816031 13710 "value": 8.816031
13686 }, 13711 },
13687 { 13712 {
13688 "source": 8, 13713 "source": 8,
13689 "target": 14, 13714 "target": 14,
13690 "value": 9.059206 13715 "value": 9.059206
13691 }, 13716 },
13692 { 13717 {
13693 "source": 8, 13718 "source": 8,
13694 "target": 35, 13719 "target": 35,
13695 "value": 2.5228572 13720 "value": 2.5228572
13696 }, 13721 },
13697 { 13722 {
13698 "source": 8, 13723 "source": 8,
13699 "target": 12, 13724 "target": 12,
13700 "value": 11.2530155 13725 "value": 11.2530155
13701 }, 13726 },
13702 { 13727 {
13703 "source": 8, 13728 "source": 8,
13704 "target": 20, 13729 "target": 20,
13705 "value": 9.070635 13730 "value": 9.070635
13706 }, 13731 },
13707 { 13732 {
13708 "source": 8, 13733 "source": 8,
13709 "target": 19, 13734 "target": 19,
13710 "value": 8.555397 13735 "value": 8.555397
13711 }, 13736 },
13712 { 13737 {
13713 "source": 8, 13738 "source": 8,
13714 "target": 10, 13739 "target": 10,
13715 "value": 8.28 13740 "value": 8.28
13716 }, 13741 },
13717 { 13742 {
13718 "source": 8, 13743 "source": 8,
13719 "target": 13, 13744 "target": 13,
13720 "value": 8.909206 13745 "value": 8.909206
13721 }, 13746 },
13722 { 13747 {
13723 "source": 8, 13748 "source": 8,
13724 "target": 24, 13749 "target": 24,
13725 "value": 9.153492 13750 "value": 9.153492
13726 }, 13751 },
13727 { 13752 {
13728 "source": 8, 13753 "source": 8,
13729 "target": 25, 13754 "target": 25,
13730 "value": 9.178889 13755 "value": 9.178889
13731 }, 13756 },
13732 { 13757 {
13733 "source": 8, 13758 "source": 8,
13734 "target": 23, 13759 "target": 23,
13735 "value": 8.874921 13760 "value": 8.874921
13736 }, 13761 },
13737 { 13762 {
13738 "source": 8, 13763 "source": 8,
13739 "target": 31, 13764 "target": 31,
13740 "value": 9.178254 13765 "value": 9.178254
13741 }, 13766 },
13742 { 13767 {
13743 "source": 8, 13768 "source": 8,
13744 "target": 17, 13769 "target": 17,
13745 "value": 8.269683 13770 "value": 8.269683
13746 }, 13771 },
13747 { 13772 {
13748 "source": 8, 13773 "source": 8,
13749 "target": 9, 13774 "target": 9,
13750 "value": 8.673175 13775 "value": 8.673175
13751 }, 13776 },
13752 { 13777 {
13753 "source": 8, 13778 "source": 8,
13754 "target": 21, 13779 "target": 21,
13755 "value": 11.230476 13780 "value": 11.230476
13756 }, 13781 },
13757 { 13782 {
13758 "source": 8, 13783 "source": 8,
13759 "target": 34, 13784 "target": 34,
13760 "value": 8.878889 13785 "value": 8.878889
13761 }, 13786 },
13762 { 13787 {
13763 "source": 9, 13788 "source": 9,
13764 "target": 32, 13789 "target": 32,
13765 "value": 1.7436508 13790 "value": 1.7436508
13766 }, 13791 },
13767 { 13792 {
13768 "source": 9, 13793 "source": 9,
13769 "target": 15, 13794 "target": 15,
13770 "value": 7.690159 13795 "value": 7.690159
13771 }, 13796 },
13772 { 13797 {
13773 "source": 9, 13798 "source": 9,
13774 "target": 29, 13799 "target": 29,
13775 "value": 11.584286 13800 "value": 11.584286
13776 }, 13801 },
13777 { 13802 {
13778 "source": 9, 13803 "source": 9,
13779 "target": 33, 13804 "target": 33,
13780 "value": 2.1909523 13805 "value": 2.1909523
13781 }, 13806 },
13782 { 13807 {
13783 "source": 9, 13808 "source": 9,
13784 "target": 18, 13809 "target": 18,
13785 "value": 8.649048 13810 "value": 8.649048
13786 }, 13811 },
13787 { 13812 {
13788 "source": 9, 13813 "source": 9,
13789 "target": 17, 13814 "target": 17,
13790 "value": 8.5742855 13815 "value": 8.5742855
13791 }, 13816 },
13792 { 13817 {
13793 "source": 9, 13818 "source": 9,
13794 "target": 34, 13819 "target": 34,
13795 "value": 1.8549206 13820 "value": 1.8549206
13796 }, 13821 },
13797 { 13822 {
13798 "source": 9, 13823 "source": 9,
13799 "target": 9, 13824 "target": 9,
13800 "value": 0 13825 "value": 0
13801 }, 13826 },
13802 { 13827 {
13803 "source": 9, 13828 "source": 9,
13804 "target": 25, 13829 "target": 25,
13805 "value": 8.638412 13830 "value": 8.638412
13806 }, 13831 },
13807 { 13832 {
13808 "source": 9, 13833 "source": 9,
13809 "target": 20, 13834 "target": 20,
13810 "value": 7.983175 13835 "value": 7.983175
13811 }, 13836 },
13812 { 13837 {
13813 "source": 9, 13838 "source": 9,
13814 "target": 30, 13839 "target": 30,
13815 "value": 8.294921 13840 "value": 8.294921
13816 }, 13841 },
13817 { 13842 {
13818 "source": 9, 13843 "source": 9,
13819 "target": 26, 13844 "target": 26,
13820 "value": 11.064762 13845 "value": 11.064762
13821 }, 13846 },
13822 { 13847 {
13823 "source": 9, 13848 "source": 9,
13824 "target": 19, 13849 "target": 19,
13825 "value": 0.31809524 13850 "value": 0.31809524
13826 }, 13851 },
13827 { 13852 {
13828 "source": 9, 13853 "source": 9,
13829 "target": 10, 13854 "target": 10,
13830 "value": 8.584921 13855 "value": 8.584921
13831 }, 13856 },
13832 { 13857 {
13833 "source": 9, 13858 "source": 9,
13834 "target": 23, 13859 "target": 23,
13835 "value": 1.828254 13860 "value": 1.828254
13836 }, 13861 },
13837 { 13862 {
13838 "source": 9, 13863 "source": 9,
13839 "target": 21, 13864 "target": 21,
13840 "value": 10.975555 13865 "value": 10.975555
13841 }, 13866 },
13842 { 13867 {
13843 "source": 9, 13868 "source": 9,
13844 "target": 13, 13869 "target": 13,
13845 "value": 8.087143 13870 "value": 8.087143
13846 }, 13871 },
13847 { 13872 {
13848 "source": 9, 13873 "source": 9,
13849 "target": 28, 13874 "target": 28,
13850 "value": 7.700635 13875 "value": 7.700635
13851 }, 13876 },
13852 { 13877 {
13853 "source": 9, 13878 "source": 9,
13854 "target": 31, 13879 "target": 31,
13855 "value": 9.181905 13880 "value": 9.181905
13856 }, 13881 },
13857 { 13882 {
13858 "source": 9, 13883 "source": 9,
13859 "target": 22, 13884 "target": 22,
13860 "value": 8.284445 13885 "value": 8.284445
13861 }, 13886 },
13862 { 13887 {
13863 "source": 9, 13888 "source": 9,
13864 "target": 35, 13889 "target": 35,
13865 "value": 7.313016 13890 "value": 7.313016
13866 }, 13891 },
13867 { 13892 {
13868 "source": 9, 13893 "source": 9,
13869 "target": 24, 13894 "target": 24,
13870 "value": 8.613334 13895 "value": 8.613334
13871 }, 13896 },
13872 { 13897 {
13873 "source": 9, 13898 "source": 9,
13874 "target": 11, 13899 "target": 11,
13875 "value": 11.064762 13900 "value": 11.064762
13876 }, 13901 },
13877 { 13902 {
13878 "source": 9, 13903 "source": 9,
13879 "target": 12, 13904 "target": 12,
13880 "value": 11.062698 13905 "value": 11.062698
13881 }, 13906 },
13882 { 13907 {
13883 "source": 9, 13908 "source": 9,
13884 "target": 14, 13909 "target": 14,
13885 "value": 4.747778 13910 "value": 4.747778
13886 }, 13911 },
13887 { 13912 {
13888 "source": 9, 13913 "source": 9,
13889 "target": 16, 13914 "target": 16,
13890 "value": 7.3188887 13915 "value": 7.3188887
13891 }, 13916 },
13892 { 13917 {
13893 "source": 9, 13918 "source": 9,
13894 "target": 27, 13919 "target": 27,
13895 "value": 8.643809 13920 "value": 8.643809
13896 }, 13921 },
13897 { 13922 {
13898 "source": 10, 13923 "source": 10,
13899 "target": 31, 13924 "target": 31,
13900 "value": 5.4861903 13925 "value": 5.4861903
13901 }, 13926 },
13902 { 13927 {
13903 "source": 10, 13928 "source": 10,
13904 "target": 35, 13929 "target": 35,
13905 "value": 8.763809 13930 "value": 8.763809
13906 }, 13931 },
13907 { 13932 {
13908 "source": 10, 13933 "source": 10,
13909 "target": 10, 13934 "target": 10,
13910 "value": 0 13935 "value": 0
13911 }, 13936 },
13912 { 13937 {
13913 "source": 10, 13938 "source": 10,
13914 "target": 23, 13939 "target": 23,
13915 "value": 8.413492 13940 "value": 8.413492
13916 }, 13941 },
13917 { 13942 {
13918 "source": 10, 13943 "source": 10,
13919 "target": 32, 13944 "target": 32,
13920 "value": 8.335397 13945 "value": 8.335397
13921 }, 13946 },
13922 { 13947 {
13923 "source": 10, 13948 "source": 10,
13924 "target": 33, 13949 "target": 33,
13925 "value": 8.977302 13950 "value": 8.977302
13926 }, 13951 },
13927 { 13952 {
13928 "source": 10, 13953 "source": 10,
13929 "target": 15, 13954 "target": 15,
13930 "value": 5.835079 13955 "value": 5.835079
13931 }, 13956 },
13932 { 13957 {
13933 "source": 10, 13958 "source": 10,
13934 "target": 19, 13959 "target": 19,
13935 "value": 8.645397 13960 "value": 8.645397
13936 }, 13961 },
13937 { 13962 {
13938 "source": 10, 13963 "source": 10,
13939 "target": 27, 13964 "target": 27,
13940 "value": 4.8190475 13965 "value": 4.8190475
13941 }, 13966 },
13942 { 13967 {
13943 "source": 10, 13968 "source": 10,
13944 "target": 25, 13969 "target": 25,
13945 "value": 6.004127 13970 "value": 6.004127
13946 }, 13971 },
13947 { 13972 {
13948 "source": 10, 13973 "source": 10,
13949 "target": 29, 13974 "target": 29,
13950 "value": 6.4995236 13975 "value": 6.4995236
13951 }, 13976 },
13952 { 13977 {
13953 "source": 10, 13978 "source": 10,
13954 "target": 18, 13979 "target": 18,
13955 "value": 4.6780953 13980 "value": 4.6780953
13956 }, 13981 },
13957 { 13982 {
13958 "source": 10, 13983 "source": 10,
13959 "target": 14, 13984 "target": 14,
13960 "value": 8.673651 13985 "value": 8.673651
13961 }, 13986 },
13962 { 13987 {
13963 "source": 10, 13988 "source": 10,
13964 "target": 30, 13989 "target": 30,
13965 "value": 4.1238093 13990 "value": 4.1238093
13966 }, 13991 },
13967 { 13992 {
13968 "source": 10, 13993 "source": 10,
13969 "target": 28, 13994 "target": 28,
13970 "value": 4.51127 13995 "value": 4.51127
13971 }, 13996 },
13972 { 13997 {
13973 "source": 10, 13998 "source": 10,
13974 "target": 26, 13999 "target": 26,
13975 "value": 6.0046034 14000 "value": 6.0046034
13976 }, 14001 },
13977 { 14002 {
13978 "source": 10, 14003 "source": 10,
13979 "target": 24, 14004 "target": 24,
13980 "value": 5.972698 14005 "value": 5.972698
13981 }, 14006 },
13982 { 14007 {
13983 "source": 10, 14008 "source": 10,
13984 "target": 17, 14009 "target": 17,
13985 "value": 1.0895238 14010 "value": 1.0895238
13986 }, 14011 },
13987 { 14012 {
13988 "source": 10, 14013 "source": 10,
13989 "target": 34, 14014 "target": 34,
13990 "value": 8.397142 14015 "value": 8.397142
13991 }, 14016 },
13992 { 14017 {
13993 "source": 10, 14018 "source": 10,
13994 "target": 12, 14019 "target": 12,
13995 "value": 5.989365 14020 "value": 5.989365
13996 }, 14021 },
13997 { 14022 {
13998 "source": 10, 14023 "source": 10,
13999 "target": 13, 14024 "target": 13,
14000 "value": 1.7468253 14025 "value": 1.7468253
14001 }, 14026 },
14002 { 14027 {
14003 "source": 10, 14028 "source": 10,
14004 "target": 22, 14029 "target": 22,
14005 "value": 5.447619 14030 "value": 5.447619
14006 }, 14031 },
14007 { 14032 {
14008 "source": 10, 14033 "source": 10,
14009 "target": 11, 14034 "target": 11,
14010 "value": 5.992698 14035 "value": 5.992698
14011 }, 14036 },
14012 { 14037 {
14013 "source": 10, 14038 "source": 10,
14014 "target": 20, 14039 "target": 20,
14015 "value": 4.589206 14040 "value": 4.589206
14016 }, 14041 },
14017 { 14042 {
14018 "source": 10, 14043 "source": 10,
14019 "target": 16, 14044 "target": 16,
14020 "value": 8.801905 14045 "value": 8.801905
14021 }, 14046 },
14022 { 14047 {
14023 "source": 10, 14048 "source": 10,
14024 "target": 21, 14049 "target": 21,
14025 "value": 7.570476 14050 "value": 7.570476
14026 }, 14051 },
14027 { 14052 {
14028 "source": 11, 14053 "source": 11,
14029 "target": 26, 14054 "target": 26,
14030 "value": 0.034603175 14055 "value": 0.034603175
14031 }, 14056 },
14032 { 14057 {
14033 "source": 11, 14058 "source": 11,
14034 "target": 13, 14059 "target": 13,
14035 "value": 6.2550793 14060 "value": 6.2550793
14036 }, 14061 },
14037 { 14062 {
14038 "source": 11, 14063 "source": 11,
14039 "target": 15, 14064 "target": 15,
14040 "value": 7.6561904 14065 "value": 7.6561904
14041 }, 14066 },
14042 { 14067 {
14043 "source": 11, 14068 "source": 11,
14044 "target": 31, 14069 "target": 31,
14045 "value": 6.584762 14070 "value": 6.584762
14046 }, 14071 },
14047 { 14072 {
14048 "source": 11, 14073 "source": 11,
14049 "target": 24, 14074 "target": 24,
14050 "value": 7.744762 14075 "value": 7.744762
14051 }, 14076 },
14052 { 14077 {
14053 "source": 11, 14078 "source": 11,
14054 "target": 25, 14079 "target": 25,
14055 "value": 7.7579365 14080 "value": 7.7579365
14056 }, 14081 },
14057 { 14082 {
14058 "source": 11, 14083 "source": 11,
14059 "target": 32, 14084 "target": 32,
14060 "value": 10.921587 14085 "value": 10.921587
14061 }, 14086 },
14062 { 14087 {
14063 "source": 11, 14088 "source": 11,
14064 "target": 17, 14089 "target": 17,
14065 "value": 7.0311112 14090 "value": 7.0311112
14066 }, 14091 },
14067 { 14092 {
14068 "source": 11, 14093 "source": 11,
14069 "target": 14, 14094 "target": 14,
14070 "value": 10.676666 14095 "value": 10.676666
14071 }, 14096 },
14072 { 14097 {
14073 "source": 11, 14098 "source": 11,
14074 "target": 35, 14099 "target": 35,
14075 "value": 11.108571 14100 "value": 11.108571
14076 }, 14101 },
14077 { 14102 {
14078 "source": 11, 14103 "source": 11,
14079 "target": 22, 14104 "target": 22,
14080 "value": 7.7014284 14105 "value": 7.7014284
14081 }, 14106 },
14082 { 14107 {
14083 "source": 11, 14108 "source": 11,
14084 "target": 29, 14109 "target": 29,
14085 "value": 4.52746 14110 "value": 4.52746
14086 }, 14111 },
14087 { 14112 {
14088 "source": 11, 14113 "source": 11,
14089 "target": 11, 14114 "target": 11,
14090 "value": 0 14115 "value": 0
14091 }, 14116 },
14092 { 14117 {
14093 "source": 11, 14118 "source": 11,
14094 "target": 20, 14119 "target": 20,
14095 "value": 6.4206347 14120 "value": 6.4206347
14096 }, 14121 },
14097 { 14122 {
14098 "source": 11, 14123 "source": 11,
14099 "target": 21, 14124 "target": 21,
14100 "value": 6.2715874 14125 "value": 6.2715874
14101 }, 14126 },
14102 { 14127 {
14103 "source": 11, 14128 "source": 11,
14104 "target": 27, 14129 "target": 27,
14105 "value": 6.4503174 14130 "value": 6.4503174
14106 }, 14131 },
14107 { 14132 {
14108 "source": 11, 14133 "source": 11,
14109 "target": 28, 14134 "target": 28,
14110 "value": 6.3755555 14135 "value": 6.3755555
14111 }, 14136 },
14112 { 14137 {
14113 "source": 11, 14138 "source": 11,
14114 "target": 34, 14139 "target": 34,
14115 "value": 10.929523 14140 "value": 10.929523
14116 }, 14141 },
14117 { 14142 {
14118 "source": 11, 14143 "source": 11,
14119 "target": 33, 14144 "target": 33,
14120 "value": 11.122222 14145 "value": 11.122222
14121 }, 14146 },
14122 { 14147 {
14123 "source": 11, 14148 "source": 11,
14124 "target": 12, 14149 "target": 12,
14125 "value": 0.0076190475 14150 "value": 0.0076190475
14126 }, 14151 },
14127 { 14152 {
14128 "source": 11, 14153 "source": 11,
14129 "target": 18, 14154 "target": 18,
14130 "value": 6.4779367 14155 "value": 6.4779367
14131 }, 14156 },
14132 { 14157 {
14133 "source": 11, 14158 "source": 11,
14134 "target": 19, 14159 "target": 19,
14135 "value": 11.04619 14160 "value": 11.04619
14136 }, 14161 },
14137 { 14162 {
14138 "source": 11, 14163 "source": 11,
14139 "target": 30, 14164 "target": 30,
14140 "value": 6.4207935 14165 "value": 6.4207935
14141 }, 14166 },
14142 { 14167 {
14143 "source": 11, 14168 "source": 11,
14144 "target": 16, 14169 "target": 16,
14145 "value": 11.146826 14170 "value": 11.146826
14146 }, 14171 },
14147 { 14172 {
14148 "source": 11, 14173 "source": 11,
14149 "target": 23, 14174 "target": 23,
14150 "value": 10.971429 14175 "value": 10.971429
14151 }, 14176 },
14152 { 14177 {
14153 "source": 12, 14178 "source": 12,
14154 "target": 12, 14179 "target": 12,
14155 "value": 0 14180 "value": 0
14156 }, 14181 },
14157 { 14182 {
14158 "source": 12, 14183 "source": 12,
14159 "target": 13, 14184 "target": 13,
14160 "value": 6.251111 14185 "value": 6.251111
14161 }, 14186 },
14162 { 14187 {
14163 "source": 12, 14188 "source": 12,
14164 "target": 25, 14189 "target": 25,
14165 "value": 7.7539682 14190 "value": 7.7539682
14166 }, 14191 },
14167 { 14192 {
14168 "source": 12, 14193 "source": 12,
14169 "target": 24, 14194 "target": 24,
14170 "value": 7.7407937 14195 "value": 7.7407937
14171 }, 14196 },
14172 { 14197 {
14173 "source": 12, 14198 "source": 12,
14174 "target": 34, 14199 "target": 34,
14175 "value": 10.927461 14200 "value": 10.927461
14176 }, 14201 },
14177 { 14202 {
14178 "source": 12, 14203 "source": 12,
14179 "target": 30, 14204 "target": 30,
14180 "value": 6.4168253 14205 "value": 6.4168253
14181 }, 14206 },
14182 { 14207 {
14183 "source": 12, 14208 "source": 12,
14184 "target": 16, 14209 "target": 16,
14185 "value": 11.144762 14210 "value": 11.144762
14186 }, 14211 },
14187 { 14212 {
14188 "source": 12, 14213 "source": 12,
14189 "target": 15, 14214 "target": 15,
14190 "value": 7.652222 14215 "value": 7.652222
14191 }, 14216 },
14192 { 14217 {
14193 "source": 12, 14218 "source": 12,
14194 "target": 35, 14219 "target": 35,
14195 "value": 11.106508 14220 "value": 11.106508
14196 }, 14221 },
14197 { 14222 {
14198 "source": 12, 14223 "source": 12,
14199 "target": 20, 14224 "target": 20,
14200 "value": 6.4166665 14225 "value": 6.4166665
14201 }, 14226 },
14202 { 14227 {
14203 "source": 12, 14228 "source": 12,
14204 "target": 28, 14229 "target": 28,
14205 "value": 6.3715873 14230 "value": 6.3715873
14206 }, 14231 },
14207 { 14232 {
14208 "source": 12, 14233 "source": 12,
14209 "target": 32, 14234 "target": 32,
14210 "value": 10.919524 14235 "value": 10.919524
14211 }, 14236 },
14212 { 14237 {
14213 "source": 12, 14238 "source": 12,
14214 "target": 29, 14239 "target": 29,
14215 "value": 4.525397 14240 "value": 4.525397
14216 }, 14241 },
14217 { 14242 {
14218 "source": 12, 14243 "source": 12,
14219 "target": 27, 14244 "target": 27,
14220 "value": 6.446349 14245 "value": 6.446349
14221 }, 14246 },
14222 { 14247 {
14223 "source": 12, 14248 "source": 12,
14224 "target": 18, 14249 "target": 18,
14225 "value": 6.473968 14250 "value": 6.473968
14226 }, 14251 },
14227 { 14252 {
14228 "source": 12, 14253 "source": 12,
14229 "target": 17, 14254 "target": 17,
14230 "value": 7.0277777 14255 "value": 7.0277777
14231 }, 14256 },
14232 { 14257 {
14233 "source": 12, 14258 "source": 12,
14234 "target": 23, 14259 "target": 23,
14235 "value": 10.969365 14260 "value": 10.969365
14236 }, 14261 },
14237 { 14262 {
14238 "source": 12, 14263 "source": 12,
14239 "target": 19, 14264 "target": 19,
14240 "value": 11.0441265 14265 "value": 11.0441265
14241 }, 14266 },
14242 { 14267 {
14243 "source": 12, 14268 "source": 12,
14244 "target": 14, 14269 "target": 14,
14245 "value": 10.674603 14270 "value": 10.674603
14246 }, 14271 },
14247 { 14272 {
14248 "source": 12, 14273 "source": 12,
14249 "target": 31, 14274 "target": 31,
14250 "value": 6.5826983 14275 "value": 6.5826983
14251 }, 14276 },
14252 { 14277 {
14253 "source": 12, 14278 "source": 12,
14254 "target": 22, 14279 "target": 22,
14255 "value": 7.69746 14280 "value": 7.69746
14256 }, 14281 },
14257 { 14282 {
14258 "source": 12, 14283 "source": 12,
14259 "target": 21, 14284 "target": 21,
14260 "value": 6.268254 14285 "value": 6.268254
14261 }, 14286 },
14262 { 14287 {
14263 "source": 12, 14288 "source": 12,
14264 "target": 26, 14289 "target": 26,
14265 "value": 0.04222222 14290 "value": 0.04222222
14266 }, 14291 },
14267 { 14292 {
14268 "source": 12, 14293 "source": 12,
14269 "target": 33, 14294 "target": 33,
14270 "value": 11.120159 14295 "value": 11.120159
14271 }, 14296 },
14272 { 14297 {
14273 "source": 13, 14298 "source": 13,
14274 "target": 30, 14299 "target": 30,
14275 "value": 4.78127 14300 "value": 4.78127
14276 }, 14301 },
14277 { 14302 {
14278 "source": 13, 14303 "source": 13,
14279 "target": 20, 14304 "target": 20,
14280 "value": 4.557778 14305 "value": 4.557778
14281 }, 14306 },
14282 { 14307 {
14283 "source": 13, 14308 "source": 13,
14284 "target": 29, 14309 "target": 29,
14285 "value": 6.796349 14310 "value": 6.796349
14286 }, 14311 },
14287 { 14312 {
14288 "source": 13, 14313 "source": 13,
14289 "target": 34, 14314 "target": 34,
14290 "value": 7.887778 14315 "value": 7.887778
14291 }, 14316 },
14292 { 14317 {
14293 "source": 13, 14318 "source": 13,
14294 "target": 13, 14319 "target": 13,
14295 "value": 0 14320 "value": 0
14296 }, 14321 },
14297 { 14322 {
14298 "source": 13, 14323 "source": 13,
14299 "target": 14, 14324 "target": 14,
14300 "value": 8.51873 14325 "value": 8.51873
14301 }, 14326 },
14302 { 14327 {
14303 "source": 13, 14328 "source": 13,
14304 "target": 18, 14329 "target": 18,
14305 "value": 4.934603 14330 "value": 4.934603
14306 }, 14331 },
14307 { 14332 {
14308 "source": 13, 14333 "source": 13,
14309 "target": 24, 14334 "target": 24,
14310 "value": 6.2192063 14335 "value": 6.2192063
14311 }, 14336 },
14312 { 14337 {
14313 "source": 13, 14338 "source": 13,
14314 "target": 25, 14339 "target": 25,
14315 "value": 6.2550793 14340 "value": 6.2550793
14316 }, 14341 },
14317 { 14342 {
14318 "source": 13, 14343 "source": 13,
14319 "target": 33, 14344 "target": 33,
14320 "value": 8.768888 14345 "value": 8.768888
14321 }, 14346 },
14322 { 14347 {
14323 "source": 13, 14348 "source": 13,
14324 "target": 35, 14349 "target": 35,
14325 "value": 7.8430157 14350 "value": 7.8430157
14326 }, 14351 },
14327 { 14352 {
14328 "source": 13, 14353 "source": 13,
14329 "target": 23, 14354 "target": 23,
14330 "value": 7.888254 14355 "value": 7.888254
14331 }, 14356 },
14332 { 14357 {
14333 "source": 13, 14358 "source": 13,
14334 "target": 19, 14359 "target": 19,
14335 "value": 8.158571 14360 "value": 8.158571
14336 }, 14361 },
14337 { 14362 {
14338 "source": 13, 14363 "source": 13,
14339 "target": 26, 14364 "target": 26,
14340 "value": 6.271905 14365 "value": 6.271905
14341 }, 14366 },
14342 { 14367 {
14343 "source": 13, 14368 "source": 13,
14344 "target": 28, 14369 "target": 28,
14345 "value": 4.285873 14370 "value": 4.285873
14346 }, 14371 },
14347 { 14372 {
14348 "source": 13, 14373 "source": 13,
14349 "target": 32, 14374 "target": 32,
14350 "value": 7.799365 14375 "value": 7.799365
14351 }, 14376 },
14352 { 14377 {
14353 "source": 13, 14378 "source": 13,
14354 "target": 17, 14379 "target": 17,
14355 "value": 2.8290477 14380 "value": 2.8290477
14356 }, 14381 },
14357 { 14382 {
14358 "source": 13, 14383 "source": 13,
14359 "target": 21, 14384 "target": 21,
14360 "value": 7.803651 14385 "value": 7.803651
14361 }, 14386 },
14362 { 14387 {
14363 "source": 13, 14388 "source": 13,
14364 "target": 16, 14389 "target": 16,
14365 "value": 7.88127 14390 "value": 7.88127
14366 }, 14391 },
14367 { 14392 {
14368 "source": 13, 14393 "source": 13,
14369 "target": 27, 14394 "target": 27,
14370 "value": 4.913968 14395 "value": 4.913968
14371 }, 14396 },
14372 { 14397 {
14373 "source": 13, 14398 "source": 13,
14374 "target": 15, 14399 "target": 15,
14375 "value": 5.604921 14400 "value": 5.604921
14376 }, 14401 },
14377 { 14402 {
14378 "source": 13, 14403 "source": 13,
14379 "target": 22, 14404 "target": 22,
14380 "value": 6.1003175 14405 "value": 6.1003175
14381 }, 14406 },
14382 { 14407 {
14383 "source": 13, 14408 "source": 13,
14384 "target": 31, 14409 "target": 31,
14385 "value": 5.623651 14410 "value": 5.623651
14386 }, 14411 },
14387 { 14412 {
14388 "source": 14, 14413 "source": 14,
14389 "target": 22, 14414 "target": 22,
14390 "value": 8.693016 14415 "value": 8.693016
14391 }, 14416 },
14392 { 14417 {
14393 "source": 14, 14418 "source": 14,
14394 "target": 26, 14419 "target": 26,
14395 "value": 10.675079 14420 "value": 10.675079
14396 }, 14421 },
14397 { 14422 {
14398 "source": 14, 14423 "source": 14,
14399 "target": 14, 14424 "target": 14,
14400 "value": 0 14425 "value": 0
14401 }, 14426 },
14402 { 14427 {
14403 "source": 14, 14428 "source": 14,
14404 "target": 33, 14429 "target": 33,
14405 "value": 3.6473017 14430 "value": 3.6473017
14406 }, 14431 },
14407 { 14432 {
14408 "source": 14, 14433 "source": 14,
14409 "target": 24, 14434 "target": 24,
14410 "value": 7.860476 14435 "value": 7.860476
14411 }, 14436 },
14412 { 14437 {
14413 "source": 14, 14438 "source": 14,
14414 "target": 32, 14439 "target": 32,
14415 "value": 4.800635 14440 "value": 4.800635
14416 }, 14441 },
14417 { 14442 {
14418 "source": 14, 14443 "source": 14,
14419 "target": 34, 14444 "target": 34,
14420 "value": 4.729841 14445 "value": 4.729841
14421 }, 14446 },
14422 { 14447 {
14423 "source": 14, 14448 "source": 14,
14424 "target": 15, 14449 "target": 15,
14425 "value": 8.463016 14450 "value": 8.463016
14426 }, 14451 },
14427 { 14452 {
14428 "source": 14, 14453 "source": 14,
14429 "target": 35, 14454 "target": 35,
14430 "value": 9.009365 14455 "value": 9.009365
14431 }, 14456 },
14432 { 14457 {
14433 "source": 14, 14458 "source": 14,
14434 "target": 18, 14459 "target": 18,
14435 "value": 7.959048 14460 "value": 7.959048
14436 }, 14461 },
14437 { 14462 {
14438 "source": 14, 14463 "source": 14,
14439 "target": 21, 14464 "target": 21,
14440 "value": 10.512063 14465 "value": 10.512063
14441 }, 14466 },
14442 { 14467 {
14443 "source": 14, 14468 "source": 14,
14444 "target": 31, 14469 "target": 31,
14445 "value": 8.182381 14470 "value": 8.182381
14446 }, 14471 },
14447 { 14472 {
14448 "source": 14, 14473 "source": 14,
14449 "target": 29, 14474 "target": 29,
14450 "value": 11.158413 14475 "value": 11.158413
14451 }, 14476 },
14452 { 14477 {
14453 "source": 14, 14478 "source": 14,
14454 "target": 17, 14479 "target": 17,
14455 "value": 8.662699 14480 "value": 8.662699
14456 }, 14481 },
14457 { 14482 {
14458 "source": 14, 14483 "source": 14,
14459 "target": 19, 14484 "target": 19,
14460 "value": 4.693492 14485 "value": 4.693492
14461 }, 14486 },
14462 { 14487 {
14463 "source": 14, 14488 "source": 14,
14464 "target": 16, 14489 "target": 16,
14465 "value": 8.996508 14490 "value": 8.996508
14466 }, 14491 },
14467 { 14492 {
14468 "source": 14, 14493 "source": 14,
14469 "target": 30, 14494 "target": 30,
14470 "value": 8.703016 14495 "value": 8.703016
14471 }, 14496 },
14472 { 14497 {
14473 "source": 14, 14498 "source": 14,
14474 "target": 23, 14499 "target": 23,
14475 "value": 4.7979364 14500 "value": 4.7979364
14476 }, 14501 },
14477 { 14502 {
14478 "source": 14, 14503 "source": 14,
14479 "target": 27, 14504 "target": 27,
14480 "value": 7.7526984 14505 "value": 7.7526984
14481 }, 14506 },
14482 { 14507 {
14483 "source": 14, 14508 "source": 14,
14484 "target": 20, 14509 "target": 20,
14485 "value": 8.447302 14510 "value": 8.447302
14486 }, 14511 },
14487 { 14512 {
14488 "source": 14, 14513 "source": 14,
14489 "target": 28, 14514 "target": 28,
14490 "value": 8.473016 14515 "value": 8.473016
14491 }, 14516 },
14492 { 14517 {
14493 "source": 14, 14518 "source": 14,
14494 "target": 25, 14519 "target": 25,
14495 "value": 7.948889 14520 "value": 7.948889
14496 }, 14521 },
14497 { 14522 {
14498 "source": 15, 14523 "source": 15,
14499 "target": 16, 14524 "target": 16,
14500 "value": 8.254444 14525 "value": 8.254444
14501 }, 14526 },
14502 { 14527 {
14503 "source": 15, 14528 "source": 15,
14504 "target": 17, 14529 "target": 17,
14505 "value": 6.5944443 14530 "value": 6.5944443
14506 }, 14531 },
14507 { 14532 {
14508 "source": 15, 14533 "source": 15,
14509 "target": 27, 14534 "target": 27,
14510 "value": 2.775238 14535 "value": 2.775238
14511 }, 14536 },
14512 { 14537 {
14513 "source": 15, 14538 "source": 15,
14514 "target": 18, 14539 "target": 18,
14515 "value": 2.7577777 14540 "value": 2.7577777
14516 }, 14541 },
14517 { 14542 {
14518 "source": 15, 14543 "source": 15,
14519 "target": 23, 14544 "target": 23,
14520 "value": 7.5287304 14545 "value": 7.5287304
14521 }, 14546 },
14522 { 14547 {
14523 "source": 15, 14548 "source": 15,
14524 "target": 25, 14549 "target": 25,
14525 "value": 1.4334921 14550 "value": 1.4334921
14526 }, 14551 },
14527 { 14552 {
14528 "source": 15, 14553 "source": 15,
14529 "target": 28, 14554 "target": 28,
14530 "value": 1.3271428 14555 "value": 1.3271428
14531 }, 14556 },
14532 { 14557 {
14533 "source": 15, 14558 "source": 15,
14534 "target": 22, 14559 "target": 22,
14535 "value": 0.74825394 14560 "value": 0.74825394
14536 }, 14561 },
14537 { 14562 {
14538 "source": 15, 14563 "source": 15,
14539 "target": 31, 14564 "target": 31,
14540 "value": 3.559365 14565 "value": 3.559365
14541 }, 14566 },
14542 { 14567 {
14543 "source": 15, 14568 "source": 15,
14544 "target": 21, 14569 "target": 21,
14545 "value": 5.5507936 14570 "value": 5.5507936
14546 }, 14571 },
14547 { 14572 {
14548 "source": 15, 14573 "source": 15,
14549 "target": 24, 14574 "target": 24,
14550 "value": 1.3942857 14575 "value": 1.3942857
14551 }, 14576 },
14552 { 14577 {
14553 "source": 15, 14578 "source": 15,
14554 "target": 26, 14579 "target": 26,
14555 "value": 7.673492 14580 "value": 7.673492
14556 }, 14581 },
14557 { 14582 {
14558 "source": 15, 14583 "source": 15,
14559 "target": 15, 14584 "target": 15,
14560 "value": 0 14585 "value": 0
14561 }, 14586 },
14562 { 14587 {
14563 "source": 15, 14588 "source": 15,
14564 "target": 35, 14589 "target": 35,
14565 "value": 8.21635 14590 "value": 8.21635
14566 }, 14591 },
14567 { 14592 {
14568 "source": 15, 14593 "source": 15,
14569 "target": 30, 14594 "target": 30,
14570 "value": 2.0753968 14595 "value": 2.0753968
14571 }, 14596 },
14572 { 14597 {
14573 "source": 15, 14598 "source": 15,
14574 "target": 34, 14599 "target": 34,
14575 "value": 7.5290475 14600 "value": 7.5290475
14576 }, 14601 },
14577 { 14602 {
14578 "source": 15, 14603 "source": 15,
14579 "target": 19, 14604 "target": 19,
14580 "value": 7.785714 14605 "value": 7.785714
14581 }, 14606 },
14582 { 14607 {
14583 "source": 15, 14608 "source": 15,
14584 "target": 33, 14609 "target": 33,
14585 "value": 8.723016 14610 "value": 8.723016
14586 }, 14611 },
14587 { 14612 {
14588 "source": 15, 14613 "source": 15,
14589 "target": 20, 14614 "target": 20,
14590 "value": 1.8276191 14615 "value": 1.8276191
14591 }, 14616 },
14592 { 14617 {
14593 "source": 15, 14618 "source": 15,
14594 "target": 32, 14619 "target": 32,
14595 "value": 7.417778 14620 "value": 7.417778
14596 }, 14621 },
14597 { 14622 {
14598 "source": 15, 14623 "source": 15,
14599 "target": 29, 14624 "target": 29,
14600 "value": 8.1926985 14625 "value": 8.1926985
14601 }, 14626 },
14602 { 14627 {
14603 "source": 16, 14628 "source": 16,
14604 "target": 23, 14629 "target": 23,
14605 "value": 8.151428 14630 "value": 8.151428
14606 }, 14631 },
14607 { 14632 {
14608 "source": 16, 14633 "source": 16,
14609 "target": 35, 14634 "target": 35,
14610 "value": 0.049523808 14635 "value": 0.049523808
14611 }, 14636 },
14612 { 14637 {
14613 "source": 16, 14638 "source": 16,
14614 "target": 20, 14639 "target": 20,
14615 "value": 8.444921 14640 "value": 8.444921
14616 }, 14641 },
14617 { 14642 {
14618 "source": 16, 14643 "source": 16,
14619 "target": 25, 14644 "target": 25,
14620 "value": 8.826667 14645 "value": 8.826667
14621 }, 14646 },
14622 { 14647 {
14623 "source": 16, 14648 "source": 16,
14624 "target": 33, 14649 "target": 33,
14625 "value": 8.056826 14650 "value": 8.056826
14626 }, 14651 },
14627 { 14652 {
14628 "source": 16, 14653 "source": 16,
14629 "target": 29, 14654 "target": 29,
14630 "value": 11.680159 14655 "value": 11.680159
14631 }, 14656 },
14632 { 14657 {
14633 "source": 16, 14658 "source": 16,
14634 "target": 32, 14659 "target": 32,
14635 "value": 8.116032 14660 "value": 8.116032
14636 }, 14661 },
14637 { 14662 {
14638 "source": 16, 14663 "source": 16,
14639 "target": 18, 14664 "target": 18,
14640 "value": 8.836984 14665 "value": 8.836984
14641 }, 14666 },
14642 { 14667 {
14643 "source": 16, 14668 "source": 16,
14644 "target": 27, 14669 "target": 27,
14645 "value": 8.822381 14670 "value": 8.822381
14646 }, 14671 },
14647 { 14672 {
14648 "source": 16, 14673 "source": 16,
14649 "target": 30, 14674 "target": 30,
14650 "value": 8.731428 14675 "value": 8.731428
14651 }, 14676 },
14652 { 14677 {
14653 "source": 16, 14678 "source": 16,
14654 "target": 22, 14679 "target": 22,
14655 "value": 8.720952 14680 "value": 8.720952
14656 }, 14681 },
14657 { 14682 {
14658 "source": 16, 14683 "source": 16,
14659 "target": 21, 14684 "target": 21,
14660 "value": 11.103333 14685 "value": 11.103333
14661 }, 14686 },
14662 { 14687 {
14663 "source": 16, 14688 "source": 16,
14664 "target": 19, 14689 "target": 19,
14665 "value": 7.219524 14690 "value": 7.219524
14666 }, 14691 },
14667 { 14692 {
14668 "source": 16, 14693 "source": 16,
14669 "target": 16, 14694 "target": 16,
14670 "value": 0 14695 "value": 0
14671 }, 14696 },
14672 { 14697 {
14673 "source": 16, 14698 "source": 16,
14674 "target": 34, 14699 "target": 34,
14675 "value": 8.204445 14700 "value": 8.204445
14676 }, 14701 },
14677 { 14702 {
14678 "source": 16, 14703 "source": 16,
14679 "target": 28, 14704 "target": 28,
14680 "value": 8.26492 14705 "value": 8.26492
14681 }, 14706 },
14682 { 14707 {
14683 "source": 16, 14708 "source": 16,
14684 "target": 24, 14709 "target": 24,
14685 "value": 8.803492 14710 "value": 8.803492
14686 }, 14711 },
14687 { 14712 {
14688 "source": 16, 14713 "source": 16,
14689 "target": 26, 14714 "target": 26,
14690 "value": 11.146826 14715 "value": 11.146826
14691 }, 14716 },
14692 { 14717 {
14693 "source": 16, 14718 "source": 16,
14694 "target": 31, 14719 "target": 31,
14695 "value": 9.232857 14720 "value": 9.232857
14696 }, 14721 },
14697 { 14722 {
14698 "source": 16, 14723 "source": 16,
14699 "target": 17, 14724 "target": 17,
14700 "value": 8.791587 14725 "value": 8.791587
14701 }, 14726 },
14702 { 14727 {
14703 "source": 17, 14728 "source": 17,
14704 "target": 32, 14729 "target": 32,
14705 "value": 8.324603 14730 "value": 8.324603
14706 }, 14731 },
14707 { 14732 {
14708 "source": 17, 14733 "source": 17,
14709 "target": 30, 14734 "target": 30,
14710 "value": 5.2096825 14735 "value": 5.2096825
14711 }, 14736 },
14712 { 14737 {
14713 "source": 17, 14738 "source": 17,
14714 "target": 18, 14739 "target": 18,
14715 "value": 5.7649207 14740 "value": 5.7649207
14716 }, 14741 },
14717 { 14742 {
14718 "source": 17, 14743 "source": 17,
14719 "target": 21, 14744 "target": 21,
14720 "value": 8.6225395 14745 "value": 8.6225395
14721 }, 14746 },
14722 { 14747 {
14723 "source": 17, 14748 "source": 17,
14724 "target": 35, 14749 "target": 35,
14725 "value": 8.753492 14750 "value": 8.753492
14726 }, 14751 },
14727 { 14752 {
14728 "source": 17, 14753 "source": 17,
14729 "target": 26, 14754 "target": 26,
14730 "value": 7.042857 14755 "value": 7.042857
14731 }, 14756 },
14732 { 14757 {
14733 "source": 17, 14758 "source": 17,
14734 "target": 34, 14759 "target": 34,
14735 "value": 8.38635 14760 "value": 8.38635
14736 }, 14761 },
14737 { 14762 {
14738 "source": 17, 14763 "source": 17,
14739 "target": 27, 14764 "target": 27,
14740 "value": 5.9 14765 "value": 5.9
14741 }, 14766 },
14742 { 14767 {
14743 "source": 17, 14768 "source": 17,
14744 "target": 28, 14769 "target": 28,
14745 "value": 5.5971427 14770 "value": 5.5971427
14746 }, 14771 },
14747 { 14772 {
14748 "source": 17, 14773 "source": 17,
14749 "target": 24, 14774 "target": 24,
14750 "value": 6.7326984 14775 "value": 6.7326984
14751 }, 14776 },
14752 { 14777 {
14753 "source": 17, 14778 "source": 17,
14754 "target": 25, 14779 "target": 25,
14755 "value": 6.764127 14780 "value": 6.764127
14756 }, 14781 },
14757 { 14782 {
14758 "source": 17, 14783 "source": 17,
14759 "target": 17, 14784 "target": 17,
14760 "value": 0 14785 "value": 0
14761 }, 14786 },
14762 { 14787 {
14763 "source": 17, 14788 "source": 17,
14764 "target": 29, 14789 "target": 29,
14765 "value": 7.5360317 14790 "value": 7.5360317
14766 }, 14791 },
14767 { 14792 {
14768 "source": 17, 14793 "source": 17,
14769 "target": 31, 14794 "target": 31,
14770 "value": 6.5488887 14795 "value": 6.5488887
14771 }, 14796 },
14772 { 14797 {
14773 "source": 17, 14798 "source": 17,
14774 "target": 23, 14799 "target": 23,
14775 "value": 8.4026985 14800 "value": 8.4026985
14776 }, 14801 },
14777 { 14802 {
14778 "source": 17, 14803 "source": 17,
14779 "target": 33, 14804 "target": 33,
14780 "value": 8.966984 14805 "value": 8.966984
14781 }, 14806 },
14782 { 14807 {
14783 "source": 17, 14808 "source": 17,
14784 "target": 22, 14809 "target": 22,
14785 "value": 6.206984 14810 "value": 6.206984
14786 }, 14811 },
14787 { 14812 {
14788 "source": 17, 14813 "source": 17,
14789 "target": 20, 14814 "target": 20,
14790 "value": 5.6750793 14815 "value": 5.6750793
14791 }, 14816 },
14792 { 14817 {
14793 "source": 17, 14818 "source": 17,
14794 "target": 19, 14819 "target": 19,
14795 "value": 8.635079 14820 "value": 8.635079
14796 }, 14821 },
14797 { 14822 {
14798 "source": 18, 14823 "source": 18,
14799 "target": 21, 14824 "target": 21,
14800 "value": 4.306667 14825 "value": 4.306667
14801 }, 14826 },
14802 { 14827 {
14803 "source": 18, 14828 "source": 18,
14804 "target": 34, 14829 "target": 34,
14805 "value": 8.295397 14830 "value": 8.295397
14806 }, 14831 },
14807 { 14832 {
14808 "source": 18, 14833 "source": 18,
14809 "target": 27, 14834 "target": 27,
14810 "value": 0.5620635 14835 "value": 0.5620635
14811 }, 14836 },
14812 { 14837 {
14813 "source": 18, 14838 "source": 18,
14814 "target": 20, 14839 "target": 20,
14815 "value": 1.4011111 14840 "value": 1.4011111
14816 }, 14841 },
14817 { 14842 {
14818 "source": 18, 14843 "source": 18,
14819 "target": 26, 14844 "target": 26,
14820 "value": 6.4952383 14845 "value": 6.4952383
14821 }, 14846 },
14822 { 14847 {
14823 "source": 18, 14848 "source": 18,
14824 "target": 31, 14849 "target": 31,
14825 "value": 1.648889 14850 "value": 1.648889
14826 }, 14851 },
14827 { 14852 {
14828 "source": 18, 14853 "source": 18,
14829 "target": 25, 14854 "target": 25,
14830 "value": 1.3271428 14855 "value": 1.3271428
14831 }, 14856 },
14832 { 14857 {
14833 "source": 18, 14858 "source": 18,
14834 "target": 18, 14859 "target": 18,
14835 "value": 0 14860 "value": 0
14836 }, 14861 },
14837 { 14862 {
14838 "source": 18, 14863 "source": 18,
14839 "target": 28, 14864 "target": 28,
14840 "value": 1.4336509 14865 "value": 1.4336509
14841 }, 14866 },
14842 { 14867 {
14843 "source": 18, 14868 "source": 18,
14844 "target": 23, 14869 "target": 23,
14845 "value": 8.453175 14870 "value": 8.453175
14846 }, 14871 },
14847 { 14872 {
14848 "source": 18, 14873 "source": 18,
14849 "target": 33, 14874 "target": 33,
14850 "value": 8.063492 14875 "value": 8.063492
14851 }, 14876 },
14852 { 14877 {
14853 "source": 18, 14878 "source": 18,
14854 "target": 22, 14879 "target": 22,
14855 "value": 3.0428572 14880 "value": 3.0428572
14856 }, 14881 },
14857 { 14882 {
14858 "source": 18, 14883 "source": 18,
14859 "target": 29, 14884 "target": 29,
14860 "value": 7.0026984 14885 "value": 7.0026984
14861 }, 14886 },
14862 { 14887 {
14863 "source": 18, 14888 "source": 18,
14864 "target": 35, 14889 "target": 35,
14865 "value": 8.798889 14890 "value": 8.798889
14866 }, 14891 },
14867 { 14892 {
14868 "source": 18, 14893 "source": 18,
14869 "target": 32, 14894 "target": 32,
14870 "value": 8.403334 14895 "value": 8.403334
14871 }, 14896 },
14872 { 14897 {
14873 "source": 18, 14898 "source": 18,
14874 "target": 30, 14899 "target": 30,
14875 "value": 1.7187302 14900 "value": 1.7187302
14876 }, 14901 },
14877 { 14902 {
14878 "source": 18, 14903 "source": 18,
14879 "target": 19, 14904 "target": 19,
14880 "value": 8.708889 14905 "value": 8.708889
14881 }, 14906 },
14882 { 14907 {
14883 "source": 18, 14908 "source": 18,
14884 "target": 24, 14909 "target": 24,
14885 "value": 1.5461905 14910 "value": 1.5461905
14886 }, 14911 },
14887 { 14912 {
14888 "source": 19, 14913 "source": 19,
14889 "target": 19, 14914 "target": 19,
14890 "value": 0 14915 "value": 0
14891 }, 14916 },
14892 { 14917 {
14893 "source": 19, 14918 "source": 19,
14894 "target": 24, 14919 "target": 24,
14895 "value": 8.673809 14920 "value": 8.673809
14896 }, 14921 },
14897 { 14922 {
14898 "source": 19, 14923 "source": 19,
14899 "target": 32, 14924 "target": 32,
14900 "value": 1.8052381 14925 "value": 1.8052381
14901 }, 14926 },
14902 { 14927 {
14903 "source": 19, 14928 "source": 19,
14904 "target": 34, 14929 "target": 34,
14905 "value": 1.916508 14930 "value": 1.916508
14906 }, 14931 },
14907 { 14932 {
14908 "source": 19, 14933 "source": 19,
14909 "target": 29, 14934 "target": 29,
14910 "value": 11.570635 14935 "value": 11.570635
14911 }, 14936 },
14912 { 14937 {
14913 "source": 19, 14938 "source": 19,
14914 "target": 23, 14939 "target": 23,
14915 "value": 1.8869841 14940 "value": 1.8869841
14916 }, 14941 },
14917 { 14942 {
14918 "source": 19, 14943 "source": 19,
14919 "target": 20, 14944 "target": 20,
14920 "value": 8.057143 14945 "value": 8.057143
14921 }, 14946 },
14922 { 14947 {
14923 "source": 19, 14948 "source": 19,
14924 "target": 35, 14949 "target": 35,
14925 "value": 7.214127 14950 "value": 7.214127
14926 }, 14951 },
14927 { 14952 {
14928 "source": 19, 14953 "source": 19,
14929 "target": 30, 14954 "target": 30,
14930 "value": 8.376508 14955 "value": 8.376508
14931 }, 14956 },
14932 { 14957 {
14933 "source": 19, 14958 "source": 19,
14934 "target": 31, 14959 "target": 31,
14935 "value": 9.219841 14960 "value": 9.219841
14936 }, 14961 },
14937 { 14962 {
14938 "source": 19, 14963 "source": 19,
14939 "target": 22, 14964 "target": 22,
14940 "value": 8.366032 14965 "value": 8.366032
14941 }, 14966 },
14942 { 14967 {
14943 "source": 19, 14968 "source": 19,
14944 "target": 33, 14969 "target": 33,
14945 "value": 2.0365078 14970 "value": 2.0365078
14946 }, 14971 },
14947 { 14972 {
14948 "source": 19, 14973 "source": 19,
14949 "target": 26, 14974 "target": 26,
14950 "value": 11.04619 14975 "value": 11.04619
14951 }, 14976 },
14952 { 14977 {
14953 "source": 19, 14978 "source": 19,
14954 "target": 27, 14979 "target": 27,
14955 "value": 8.702381 14980 "value": 8.702381
14956 }, 14981 },
14957 { 14982 {
14958 "source": 19, 14983 "source": 19,
14959 "target": 28, 14984 "target": 28,
14960 "value": 7.7961903 14985 "value": 7.7961903
14961 }, 14986 },
14962 { 14987 {
14963 "source": 19, 14988 "source": 19,
14964 "target": 25, 14989 "target": 25,
14965 "value": 8.698571 14990 "value": 8.698571
14966 }, 14991 },
14967 { 14992 {
14968 "source": 19, 14993 "source": 19,
14969 "target": 21, 14994 "target": 21,
14970 "value": 10.96254 14995 "value": 10.96254
14971 }, 14996 },
14972 { 14997 {
14973 "source": 20, 14998 "source": 20,
14974 "target": 29, 14999 "target": 29,
14975 "value": 6.9395237 15000 "value": 6.9395237
14976 }, 15001 },
14977 { 15002 {
14978 "source": 20, 15003 "source": 20,
14979 "target": 24, 15004 "target": 24,
14980 "value": 2.6892064 15005 "value": 2.6892064
14981 }, 15006 },
14982 { 15007 {
14983 "source": 20, 15008 "source": 20,
14984 "target": 28, 15009 "target": 28,
14985 "value": 0.5004762 15010 "value": 0.5004762
14986 }, 15011 },
14987 { 15012 {
14988 "source": 20, 15013 "source": 20,
14989 "target": 33, 15014 "target": 33,
14990 "value": 8.684444 15015 "value": 8.684444
14991 }, 15016 },
14992 { 15017 {
14993 "source": 20, 15018 "source": 20,
14994 "target": 23, 15019 "target": 23,
14995 "value": 7.773968 15020 "value": 7.773968
14996 }, 15021 },
14997 { 15022 {
14998 "source": 20, 15023 "source": 20,
14999 "target": 34, 15024 "target": 34,
15000 "value": 7.774286 15025 "value": 7.774286
15001 }, 15026 },
15002 { 15027 {
15003 "source": 20, 15028 "source": 20,
15004 "target": 35, 15029 "target": 35,
15005 "value": 8.406825 15030 "value": 8.406825
15006 }, 15031 },
15007 { 15032 {
15008 "source": 20, 15033 "source": 20,
15009 "target": 32, 15034 "target": 32,
15010 "value": 7.663016 15035 "value": 7.663016
15011 }, 15036 },
15012 { 15037 {
15013 "source": 20, 15038 "source": 20,
15014 "target": 21, 15039 "target": 21,
15015 "value": 4.285714 15040 "value": 4.285714
15016 }, 15041 },
15017 { 15042 {
15018 "source": 20, 15043 "source": 20,
15019 "target": 30, 15044 "target": 30,
15020 "value": 1.1026984 15045 "value": 1.1026984
15021 }, 15046 },
15022 { 15047 {
15023 "source": 20, 15048 "source": 20,
15024 "target": 25, 15049 "target": 25,
15025 "value": 2.725238 15050 "value": 2.725238
15026 }, 15051 },
15027 { 15052 {
15028 "source": 20, 15053 "source": 20,
15029 "target": 31, 15054 "target": 31,
15030 "value": 2.228889 15055 "value": 2.228889
15031 }, 15056 },
15032 { 15057 {
15033 "source": 20, 15058 "source": 20,
15034 "target": 20, 15059 "target": 20,
15035 "value": 0 15060 "value": 0
15036 }, 15061 },
15037 { 15062 {
15038 "source": 20, 15063 "source": 20,
15039 "target": 27, 15064 "target": 27,
15040 "value": 1.4263492 15065 "value": 1.4263492
15041 }, 15066 },
15042 { 15067 {
15043 "source": 20, 15068 "source": 20,
15044 "target": 22, 15069 "target": 22,
15045 "value": 2.4298413 15070 "value": 2.4298413
15046 }, 15071 },
15047 { 15072 {
15048 "source": 20, 15073 "source": 20,
15049 "target": 26, 15074 "target": 26,
15050 "value": 6.4379363 15075 "value": 6.4379363
15051 }, 15076 },
15052 { 15077 {
15053 "source": 21, 15078 "source": 21,
15054 "target": 26, 15079 "target": 26,
15055 "value": 6.2831745 15080 "value": 6.2831745
15056 }, 15081 },
15057 { 15082 {
15058 "source": 21, 15083 "source": 21,
15059 "target": 30, 15084 "target": 30,
15060 "value": 4.3723807 15085 "value": 4.3723807
15061 }, 15086 },
15062 { 15087 {
15063 "source": 21, 15088 "source": 21,
15064 "target": 21, 15089 "target": 21,
15065 "value": 0 15090 "value": 0
15066 }, 15091 },
15067 { 15092 {
15068 "source": 21, 15093 "source": 21,
15069 "target": 27, 15094 "target": 27,
15070 "value": 4.287619 15095 "value": 4.287619
15071 }, 15096 },
15072 { 15097 {
15073 "source": 21, 15098 "source": 21,
15074 "target": 28, 15099 "target": 28,
15075 "value": 4.2620635 15100 "value": 4.2620635
15076 }, 15101 },
15077 { 15102 {
15078 "source": 21, 15103 "source": 21,
15079 "target": 33, 15104 "target": 33,
15080 "value": 10.984445 15105 "value": 10.984445
15081 }, 15106 },
15082 { 15107 {
15083 "source": 21, 15108 "source": 21,
15084 "target": 23, 15109 "target": 23,
15085 "value": 10.834603 15110 "value": 10.834603
15086 }, 15111 },
15087 { 15112 {
15088 "source": 21, 15113 "source": 21,
15089 "target": 22, 15114 "target": 22,
15090 "value": 5.661111 15115 "value": 5.661111
15091 }, 15116 },
15092 { 15117 {
15093 "source": 21, 15118 "source": 21,
15094 "target": 24, 15119 "target": 24,
15095 "value": 5.601746 15120 "value": 5.601746
15096 }, 15121 },
15097 { 15122 {
15098 "source": 21, 15123 "source": 21,
15099 "target": 34, 15124 "target": 34,
15100 "value": 10.784286 15125 "value": 10.784286
15101 }, 15126 },
15102 { 15127 {
15103 "source": 21, 15128 "source": 21,
15104 "target": 31, 15129 "target": 31,
15105 "value": 4.657619 15130 "value": 4.657619
15106 }, 15131 },
15107 { 15132 {
15108 "source": 21, 15133 "source": 21,
15109 "target": 35, 15134 "target": 35,
15110 "value": 11.065238 15135 "value": 11.065238
15111 }, 15136 },
15112 { 15137 {
15113 "source": 21, 15138 "source": 21,
15114 "target": 25, 15139 "target": 25,
15115 "value": 5.594603 15140 "value": 5.594603
15116 }, 15141 },
15117 { 15142 {
15118 "source": 21, 15143 "source": 21,
15119 "target": 32, 15144 "target": 32,
15120 "value": 10.785556 15145 "value": 10.785556
15121 }, 15146 },
15122 { 15147 {
15123 "source": 21, 15148 "source": 21,
15124 "target": 29, 15149 "target": 29,
15125 "value": 6.139841 15150 "value": 6.139841
15126 }, 15151 },
15127 { 15152 {
15128 "source": 22, 15153 "source": 22,
15129 "target": 32, 15154 "target": 32,
15130 "value": 8.011587 15155 "value": 8.011587
15131 }, 15156 },
15132 { 15157 {
15133 "source": 22, 15158 "source": 22,
15134 "target": 24, 15159 "target": 24,
15135 "value": 1.6925397 15160 "value": 1.6925397
15136 }, 15161 },
15137 { 15162 {
15138 "source": 22, 15163 "source": 22,
15139 "target": 27, 15164 "target": 27,
15140 "value": 3.0639682 15165 "value": 3.0639682
15141 }, 15166 },
15142 { 15167 {
15143 "source": 22, 15168 "source": 22,
15144 "target": 33, 15169 "target": 33,
15145 "value": 8.999365 15170 "value": 8.999365
15146 }, 15171 },
15147 { 15172 {
15148 "source": 22, 15173 "source": 22,
15149 "target": 25, 15174 "target": 25,
15150 "value": 1.7185714 15175 "value": 1.7185714
15151 }, 15176 },
15152 { 15177 {
15153 "source": 22, 15178 "source": 22,
15154 "target": 35, 15179 "target": 35,
15155 "value": 8.6828575 15180 "value": 8.6828575
15156 }, 15181 },
15157 { 15182 {
15158 "source": 22, 15183 "source": 22,
15159 "target": 28, 15184 "target": 28,
15160 "value": 2.0753968 15185 "value": 2.0753968
15161 }, 15186 },
15162 { 15187 {
15163 "source": 22, 15188 "source": 22,
15164 "target": 31, 15189 "target": 31,
15165 "value": 3.7550793 15190 "value": 3.7550793
15166 }, 15191 },
15167 { 15192 {
15168 "source": 22, 15193 "source": 22,
15169 "target": 26, 15194 "target": 26,
15170 "value": 7.71873 15195 "value": 7.71873
15171 }, 15196 },
15172 { 15197 {
15173 "source": 22, 15198 "source": 22,
15174 "target": 22, 15199 "target": 22,
15175 "value": 0 15200 "value": 0
15176 }, 15201 },
15177 { 15202 {
15178 "source": 22, 15203 "source": 22,
15179 "target": 29, 15204 "target": 29,
15180 "value": 8.218254 15205 "value": 8.218254
15181 }, 15206 },
15182 { 15207 {
15183 "source": 22, 15208 "source": 22,
15184 "target": 34, 15209 "target": 34,
15185 "value": 8.083175 15210 "value": 8.083175
15186 }, 15211 },
15187 { 15212 {
15188 "source": 22, 15213 "source": 22,
15189 "target": 30, 15214 "target": 30,
15190 "value": 1.3271428 15215 "value": 1.3271428
15191 }, 15216 },
15192 { 15217 {
15193 "source": 22, 15218 "source": 22,
15194 "target": 23, 15219 "target": 23,
15195 "value": 8.099524 15220 "value": 8.099524
15196 }, 15221 },
15197 { 15222 {
15198 "source": 23, 15223 "source": 23,
15199 "target": 28, 15224 "target": 28,
15200 "value": 7.5393653 15225 "value": 7.5393653
15201 }, 15226 },
15202 { 15227 {
15203 "source": 23, 15228 "source": 23,
15204 "target": 30, 15229 "target": 30,
15205 "value": 8.110159 15230 "value": 8.110159
15206 }, 15231 },
15207 { 15232 {
15208 "source": 23, 15233 "source": 23,
15209 "target": 32, 15234 "target": 32,
15210 "value": 0.15920635 15235 "value": 0.15920635
15211 }, 15236 },
15212 { 15237 {
15213 "source": 23, 15238 "source": 23,
15214 "target": 34, 15239 "target": 34,
15215 "value": 0.21015874 15240 "value": 0.21015874
15216 }, 15241 },
15217 { 15242 {
15218 "source": 23, 15243 "source": 23,
15219 "target": 24, 15244 "target": 24,
15220 "value": 8.403334 15245 "value": 8.403334
15221 }, 15246 },
15222 { 15247 {
15223 "source": 23, 15248 "source": 23,
15224 "target": 35, 15249 "target": 35,
15225 "value": 8.166349 15250 "value": 8.166349
15226 }, 15251 },
15227 { 15252 {
15228 "source": 23, 15253 "source": 23,
15229 "target": 31, 15254 "target": 31,
15230 "value": 8.986508 15255 "value": 8.986508
15231 }, 15256 },
15232 { 15257 {
15233 "source": 23, 15258 "source": 23,
15234 "target": 26, 15259 "target": 26,
15235 "value": 10.969207 15260 "value": 10.969207
15236 }, 15261 },
15237 { 15262 {
15238 "source": 23, 15263 "source": 23,
15239 "target": 23, 15264 "target": 23,
15240 "value": 0 15265 "value": 0
15241 }, 15266 },
15242 { 15267 {
15243 "source": 23, 15268 "source": 23,
15244 "target": 29, 15269 "target": 29,
15245 "value": 11.451111 15270 "value": 11.451111
15246 }, 15271 },
15247 { 15272 {
15248 "source": 23, 15273 "source": 23,
15249 "target": 25, 15274 "target": 25,
15250 "value": 8.442381 15275 "value": 8.442381
15251 }, 15276 },
15252 { 15277 {
15253 "source": 23, 15278 "source": 23,
15254 "target": 33, 15279 "target": 33,
15255 "value": 3.1101587 15280 "value": 3.1101587
15256 }, 15281 },
15257 { 15282 {
15258 "source": 23, 15283 "source": 23,
15259 "target": 27, 15284 "target": 27,
15260 "value": 8.439206 15285 "value": 8.439206
15261 }, 15286 },
15262 { 15287 {
15263 "source": 24, 15288 "source": 24,
15264 "target": 26, 15289 "target": 26,
15265 "value": 7.7620635 15290 "value": 7.7620635
15266 }, 15291 },
15267 { 15292 {
15268 "source": 24, 15293 "source": 24,
15269 "target": 25, 15294 "target": 25,
15270 "value": 0.21904762 15295 "value": 0.21904762
15271 }, 15296 },
15272 { 15297 {
15273 "source": 24, 15298 "source": 24,
15274 "target": 32, 15299 "target": 32,
15275 "value": 8.353492 15300 "value": 8.353492
15276 }, 15301 },
15277 { 15302 {
15278 "source": 24, 15303 "source": 24,
15279 "target": 28, 15304 "target": 28,
15280 "value": 2.7185714 15305 "value": 2.7185714
15281 }, 15306 },
15282 { 15307 {
15283 "source": 24, 15308 "source": 24,
15284 "target": 33, 15309 "target": 33,
15285 "value": 8.028571 15310 "value": 8.028571
15286 }, 15311 },
15287 { 15312 {
15288 "source": 24, 15313 "source": 24,
15289 "target": 24, 15314 "target": 24,
15290 "value": 0 15315 "value": 0
15291 }, 15316 },
15292 { 15317 {
15293 "source": 24, 15318 "source": 24,
15294 "target": 27, 15319 "target": 27,
15295 "value": 1.6942858 15320 "value": 1.6942858
15296 }, 15321 },
15297 { 15322 {
15298 "source": 24, 15323 "source": 24,
15299 "target": 35, 15324 "target": 35,
15300 "value": 8.765397 15325 "value": 8.765397
15301 }, 15326 },
15302 { 15327 {
15303 "source": 24, 15328 "source": 24,
15304 "target": 30, 15329 "target": 30,
15305 "value": 3.0168254 15330 "value": 3.0168254
15306 }, 15331 },
15307 { 15332 {
15308 "source": 24, 15333 "source": 24,
15309 "target": 29, 15334 "target": 29,
15310 "value": 8.273809 15335 "value": 8.273809
15311 }, 15336 },
15312 { 15337 {
15313 "source": 24, 15338 "source": 24,
15314 "target": 31, 15339 "target": 31,
15315 "value": 2.9401588 15340 "value": 2.9401588
15316 }, 15341 },
15317 { 15342 {
15318 "source": 24, 15343 "source": 24,
15319 "target": 34, 15344 "target": 34,
15320 "value": 8.245556 15345 "value": 8.245556
15321 }, 15346 },
15322 { 15347 {
15323 "source": 25, 15348 "source": 25,
15324 "target": 25, 15349 "target": 25,
15325 "value": 0 15350 "value": 0
15326 }, 15351 },
15327 { 15352 {
15328 "source": 25, 15353 "source": 25,
15329 "target": 34, 15354 "target": 34,
15330 "value": 8.284603 15355 "value": 8.284603
15331 }, 15356 },
15332 { 15357 {
15333 "source": 25, 15358 "source": 25,
15334 "target": 30, 15359 "target": 30,
15335 "value": 3.0428572 15360 "value": 3.0428572
15336 }, 15361 },
15337 { 15362 {
15338 "source": 25, 15363 "source": 25,
15339 "target": 29, 15364 "target": 29,
15340 "value": 8.278889 15365 "value": 8.278889
15341 }, 15366 },
15342 { 15367 {
15343 "source": 25, 15368 "source": 25,
15344 "target": 26, 15369 "target": 26,
15345 "value": 7.775238 15370 "value": 7.775238
15346 }, 15371 },
15347 { 15372 {
15348 "source": 25, 15373 "source": 25,
15349 "target": 31, 15374 "target": 31,
15350 "value": 2.9344444 15375 "value": 2.9344444
15351 }, 15376 },
15352 { 15377 {
15353 "source": 25, 15378 "source": 25,
15354 "target": 27, 15379 "target": 27,
15355 "value": 1.8819047 15380 "value": 1.8819047
15356 }, 15381 },
15357 { 15382 {
15358 "source": 25, 15383 "source": 25,
15359 "target": 35, 15384 "target": 35,
15360 "value": 8.788571 15385 "value": 8.788571
15361 }, 15386 },
15362 { 15387 {
15363 "source": 25, 15388 "source": 25,
15364 "target": 33, 15389 "target": 33,
15365 "value": 8.053175 15390 "value": 8.053175
15366 }, 15391 },
15367 { 15392 {
15368 "source": 25, 15393 "source": 25,
15369 "target": 32, 15394 "target": 32,
15370 "value": 8.39254 15395 "value": 8.39254
15371 }, 15396 },
15372 { 15397 {
15373 "source": 25, 15398 "source": 25,
15374 "target": 28, 15399 "target": 28,
15375 "value": 2.7577777 15400 "value": 2.7577777
15376 }, 15401 },
15377 { 15402 {
15378 "source": 26, 15403 "source": 26,
15379 "target": 29, 15404 "target": 29,
15380 "value": 4.52746 15405 "value": 4.52746
15381 }, 15406 },
15382 { 15407 {
15383 "source": 26, 15408 "source": 26,
15384 "target": 32, 15409 "target": 32,
15385 "value": 10.919365 15410 "value": 10.919365
15386 }, 15411 },
15387 { 15412 {
15388 "source": 26, 15413 "source": 26,
15389 "target": 26, 15414 "target": 26,
15390 "value": 0 15415 "value": 0
15391 }, 15416 },
15392 { 15417 {
15393 "source": 26, 15418 "source": 26,
15394 "target": 31, 15419 "target": 31,
15395 "value": 6.5909524 15420 "value": 6.5909524
15396 }, 15421 },
15397 { 15422 {
15398 "source": 26, 15423 "source": 26,
15399 "target": 33, 15424 "target": 33,
15400 "value": 11.122222 15425 "value": 11.122222
15401 }, 15426 },
15402 { 15427 {
15403 "source": 26, 15428 "source": 26,
15404 "target": 30, 15429 "target": 30,
15405 "value": 6.438095 15430 "value": 6.438095
15406 }, 15431 },
15407 { 15432 {
15408 "source": 26, 15433 "source": 26,
15409 "target": 34, 15434 "target": 34,
15410 "value": 10.927301 15435 "value": 10.927301
15411 }, 15436 },
15412 { 15437 {
15413 "source": 26, 15438 "source": 26,
15414 "target": 35, 15439 "target": 35,
15415 "value": 11.108571 15440 "value": 11.108571
15416 }, 15441 },
15417 { 15442 {
15418 "source": 26, 15443 "source": 26,
15419 "target": 27, 15444 "target": 27,
15420 "value": 6.46746 15445 "value": 6.46746
15421 }, 15446 },
15422 { 15447 {
15423 "source": 26, 15448 "source": 26,
15424 "target": 28, 15449 "target": 28,
15425 "value": 6.392857 15450 "value": 6.392857
15426 }, 15451 },
15427 { 15452 {
15428 "source": 27, 15453 "source": 27,
15429 "target": 30, 15454 "target": 30,
15430 "value": 1.7449206 15455 "value": 1.7449206
15431 }, 15456 },
15432 { 15457 {
15433 "source": 27, 15458 "source": 27,
15434 "target": 34, 15459 "target": 34,
15435 "value": 8.290953 15460 "value": 8.290953
15436 }, 15461 },
15437 { 15462 {
15438 "source": 27, 15463 "source": 27,
15439 "target": 31, 15464 "target": 31,
15440 "value": 1.6165079 15465 "value": 1.6165079
15441 }, 15466 },
15442 { 15467 {
15443 "source": 27, 15468 "source": 27,
15444 "target": 32, 15469 "target": 32,
15445 "value": 8.392858 15470 "value": 8.392858
15446 }, 15471 },
15447 { 15472 {
15448 "source": 27, 15473 "source": 27,
15449 "target": 28, 15474 "target": 28,
15450 "value": 1.4561905 15475 "value": 1.4561905
15451 }, 15476 },
15452 { 15477 {
15453 "source": 27, 15478 "source": 27,
15454 "target": 35, 15479 "target": 35,
15455 "value": 8.784127 15480 "value": 8.784127
15456 }, 15481 },
15457 { 15482 {
15458 "source": 27, 15483 "source": 27,
15459 "target": 29, 15484 "target": 29,
15460 "value": 6.9844446 15485 "value": 6.9844446
15461 }, 15486 },
15462 { 15487 {
15463 "source": 27, 15488 "source": 27,
15464 "target": 33, 15489 "target": 33,
15465 "value": 7.798254 15490 "value": 7.798254
15466 }, 15491 },
15467 { 15492 {
15468 "source": 27, 15493 "source": 27,
15469 "target": 27, 15494 "target": 27,
15470 "value": 0 15495 "value": 0
15471 }, 15496 },
15472 { 15497 {
15473 "source": 28, 15498 "source": 28,
15474 "target": 28, 15499 "target": 28,
15475 "value": 0 15500 "value": 0
15476 }, 15501 },
15477 { 15502 {
15478 "source": 28, 15503 "source": 28,
15479 "target": 35, 15504 "target": 35,
15480 "value": 8.226826 15505 "value": 8.226826
15481 }, 15506 },
15482 { 15507 {
15483 "source": 28, 15508 "source": 28,
15484 "target": 34, 15509 "target": 34,
15485 "value": 7.5396824 15510 "value": 7.5396824
15486 }, 15511 },
15487 { 15512 {
15488 "source": 28, 15513 "source": 28,
15489 "target": 32, 15514 "target": 32,
15490 "value": 7.428413 15515 "value": 7.428413
15491 }, 15516 },
15492 { 15517 {
15493 "source": 28, 15518 "source": 28,
15494 "target": 33, 15519 "target": 33,
15495 "value": 8.733492 15520 "value": 8.733492
15496 }, 15521 },
15497 { 15522 {
15498 "source": 28, 15523 "source": 28,
15499 "target": 30, 15524 "target": 30,
15500 "value": 0.74825394 15525 "value": 0.74825394
15501 }, 15526 },
15502 { 15527 {
15503 "source": 28, 15528 "source": 28,
15504 "target": 29, 15529 "target": 29,
15505 "value": 6.915873 15530 "value": 6.915873
15506 }, 15531 },
15507 { 15532 {
15508 "source": 28, 15533 "source": 28,
15509 "target": 31, 15534 "target": 31,
15510 "value": 2.274762 15535 "value": 2.274762
15511 }, 15536 },
15512 { 15537 {
15513 "source": 29, 15538 "source": 29,
15514 "target": 35, 15539 "target": 35,
15515 "value": 11.642063 15540 "value": 11.642063
15516 }, 15541 },
15517 { 15542 {
15518 "source": 29, 15543 "source": 29,
15519 "target": 33, 15544 "target": 33,
15520 "value": 11.624286 15545 "value": 11.624286
15521 }, 15546 },
15522 { 15547 {
15523 "source": 29, 15548 "source": 29,
15524 "target": 32, 15549 "target": 32,
15525 "value": 11.4015875 15550 "value": 11.4015875
15526 }, 15551 },
15527 { 15552 {
15528 "source": 29, 15553 "source": 29,
15529 "target": 29, 15554 "target": 29,
15530 "value": 0 15555 "value": 0
15531 }, 15556 },
15532 { 15557 {
15533 "source": 29, 15558 "source": 29,
15534 "target": 34, 15559 "target": 34,
15535 "value": 11.405556 15560 "value": 11.405556
15536 }, 15561 },
15537 { 15562 {
15538 "source": 29, 15563 "source": 29,
15539 "target": 30, 15564 "target": 30,
15540 "value": 6.9414287 15565 "value": 6.9414287
15541 }, 15566 },
15542 { 15567 {
15543 "source": 29, 15568 "source": 29,
15544 "target": 31, 15569 "target": 31,
15545 "value": 7.063968 15570 "value": 7.063968
15546 }, 15571 },
15547 { 15572 {
15548 "source": 30, 15573 "source": 30,
15549 "target": 33, 15574 "target": 33,
15550 "value": 9.009841 15575 "value": 9.009841
15551 }, 15576 },
15552 { 15577 {
15553 "source": 30, 15578 "source": 30,
15554 "target": 34, 15579 "target": 34,
15555 "value": 8.093809 15580 "value": 8.093809
15556 }, 15581 },
15557 { 15582 {
15558 "source": 30, 15583 "source": 30,
15559 "target": 32, 15584 "target": 32,
15560 "value": 8.0222225 15585 "value": 8.0222225
15561 }, 15586 },
15562 { 15587 {
15563 "source": 30, 15588 "source": 30,
15564 "target": 35, 15589 "target": 35,
15565 "value": 8.693334 15590 "value": 8.693334
15566 }, 15591 },
15567 { 15592 {
15568 "source": 30, 15593 "source": 30,
15569 "target": 30, 15594 "target": 30,
15570 "value": 0 15595 "value": 0
15571 }, 15596 },
15572 { 15597 {
15573 "source": 30, 15598 "source": 30,
15574 "target": 31, 15599 "target": 31,
15575 "value": 2.4704762 15600 "value": 2.4704762
15576 }, 15601 },
15577 { 15602 {
15578 "source": 31, 15603 "source": 31,
15579 "target": 31, 15604 "target": 31,
15580 "value": 0 15605 "value": 0
15581 }, 15606 },
15582 { 15607 {
15583 "source": 31, 15608 "source": 31,
15584 "target": 33, 15609 "target": 33,
15585 "value": 8.626508 15610 "value": 8.626508
15586 }, 15611 },
15587 { 15612 {
15588 "source": 31, 15613 "source": 31,
15589 "target": 34, 15614 "target": 34,
15590 "value": 8.853174 15615 "value": 8.853174
15591 }, 15616 },
15592 { 15617 {
15593 "source": 31, 15618 "source": 31,
15594 "target": 32, 15619 "target": 32,
15595 "value": 8.939206 15620 "value": 8.939206
15596 }, 15621 },
15597 { 15622 {
15598 "source": 31, 15623 "source": 31,
15599 "target": 35, 15624 "target": 35,
15600 "value": 9.194921 15625 "value": 9.194921
15601 }, 15626 },
15602 { 15627 {
15603 "source": 32, 15628 "source": 32,
15604 "target": 32, 15629 "target": 32,
15605 "value": 0 15630 "value": 0
15606 }, 15631 },
15607 { 15632 {
15608 "source": 32, 15633 "source": 32,
15609 "target": 35, 15634 "target": 35,
15610 "value": 8.076508 15635 "value": 8.076508
15611 }, 15636 },
15612 { 15637 {
15613 "source": 32, 15638 "source": 32,
15614 "target": 33, 15639 "target": 33,
15615 "value": 3.0598412 15640 "value": 3.0598412
15616 }, 15641 },
15617 { 15642 {
15618 "source": 32, 15643 "source": 32,
15619 "target": 34, 15644 "target": 34,
15620 "value": 0.11126984 15645 "value": 0.11126984
15621 }, 15646 },
15622 { 15647 {
15623 "source": 33, 15648 "source": 33,
15624 "target": 35, 15649 "target": 35,
15625 "value": 8.016984 15650 "value": 8.016984
15626 }, 15651 },
15627 { 15652 {
15628 "source": 33, 15653 "source": 33,
15629 "target": 34, 15654 "target": 34,
15630 "value": 2.9579365 15655 "value": 2.9579365
15631 }, 15656 },
15632 { 15657 {
15633 "source": 33, 15658 "source": 33,
15634 "target": 33, 15659 "target": 33,
15635 "value": 0 15660 "value": 0
15636 }, 15661 },
15637 { 15662 {
15638 "source": 34, 15663 "source": 34,
15639 "target": 34, 15664 "target": 34,
15640 "value": 0 15665 "value": 0
15641 }, 15666 },
15642 { 15667 {
15643 "source": 34, 15668 "source": 34,
15644 "target": 35, 15669 "target": 35,
15645 "value": 8.164921 15670 "value": 8.164921
15646 }, 15671 },
15647 { 15672 {
15648 "source": 35, 15673 "source": 35,
15649 "target": 35, 15674 "target": 35,
15650 "value": 0 15675 "value": 0
15651 } 15676 }
15652 ], 15677 ],
15653 "nodes": [ 15678 "nodes": [
15654 { 15679 {
15655 "name": "fce1e561011532edbd042e7b700f8aab", 15680 "name": "fce1e561011532edbd042e7b700f8aab",
15656 "status": "negative" 15681 "status": "negative"
15657 }, 15682 },
15658 { 15683 {
15659 "name": "073f836f6c086e23c648ad554887467a", 15684 "name": "073f836f6c086e23c648ad554887467a",
15660 "status": "positive" 15685 "status": "positive"
15661 }, 15686 },
15662 { 15687 {
15663 "name": "0ec7fa08e6d930d183545c90db5bd107", 15688 "name": "0ec7fa08e6d930d183545c90db5bd107",
15664 "status": "positive" 15689 "status": "positive"
15665 }, 15690 },
15666 { 15691 {
15667 "name": "16459c77a0d11bb74940cfbfcf8e335b", 15692 "name": "16459c77a0d11bb74940cfbfcf8e335b",
15668 "status": "positive" 15693 "status": "positive"
15669 }, 15694 },
15670 { 15695 {
15671 "name": "1d43bcd97db21ea4ca94d484b72f1fe8", 15696 "name": "1d43bcd97db21ea4ca94d484b72f1fe8",
15672 "status": "positive" 15697 "status": "positive"
15673 }, 15698 },
15674 { 15699 {
15675 "name": "1f12711cec0f08d85944ee3b8c12abfa", 15700 "name": "1f12711cec0f08d85944ee3b8c12abfa",
15676 "status": "positive" 15701 "status": "positive"
15677 }, 15702 },
15678 { 15703 {
15679 "name": "24a3fcad297b110d42600da983060387", 15704 "name": "24a3fcad297b110d42600da983060387",
15680 "status": "positive" 15705 "status": "positive"
15681 }, 15706 },
15682 { 15707 {
15683 "name": "40b60eb0355b88da6c2038cacd25eafe", 15708 "name": "40b60eb0355b88da6c2038cacd25eafe",
15684 "status": "positive" 15709 "status": "positive"
15685 }, 15710 },
15686 { 15711 {
15687 "name": "41f3b36e61d6fba56aadddd78858b52a", 15712 "name": "41f3b36e61d6fba56aadddd78858b52a",
15688 "status": "positive" 15713 "status": "positive"
15689 }, 15714 },
15690 { 15715 {
15691 "name": "5772e5d0d7bd372fd692ec58f3122746", 15716 "name": "5772e5d0d7bd372fd692ec58f3122746",
15692 "status": "positive" 15717 "status": "positive"
15693 }, 15718 },
15694 { 15719 {
15695 "name": "595dc6ad38a09a84acfd77b2e2b521ca", 15720 "name": "595dc6ad38a09a84acfd77b2e2b521ca",
15696 "status": "positive" 15721 "status": "positive"
15697 }, 15722 },
15698 { 15723 {
15699 "name": "5a7abdec11c636faa3aa735c93b155a1", 15724 "name": "5a7abdec11c636faa3aa735c93b155a1",
15700 "status": "positive" 15725 "status": "positive"
15701 }, 15726 },
15702 { 15727 {
15703 "name": "6604be544186ee931aee34b01b57b846", 15728 "name": "6604be544186ee931aee34b01b57b846",
15704 "status": "positive" 15729 "status": "positive"
15705 }, 15730 },
15706 { 15731 {
15707 "name": "6926c533d5756efb76cbc9a8b6f0b325", 15732 "name": "6926c533d5756efb76cbc9a8b6f0b325",
15708 "status": "positive" 15733 "status": "positive"
15709 }, 15734 },
15710 { 15735 {
15711 "name": "69ee6aeaef96a3c45016dfaaab9d136f", 15736 "name": "69ee6aeaef96a3c45016dfaaab9d136f",
15712 "status": "positive" 15737 "status": "positive"
15713 }, 15738 },
15714 { 15739 {
15715 "name": "6cbdd98555938436e0aa1c08c525bf21", 15740 "name": "6cbdd98555938436e0aa1c08c525bf21",
15716 "status": "positive" 15741 "status": "positive"
15717 }, 15742 },
15718 { 15743 {
15719 "name": "7a8b3cd9204b04a5a5f129c3fc7cf2d8", 15744 "name": "7a8b3cd9204b04a5a5f129c3fc7cf2d8",
15720 "status": "positive" 15745 "status": "positive"
15721 }, 15746 },
15722 { 15747 {
15723 "name": "8af851e7f61d1649089a39a0be361fe4", 15748 "name": "8af851e7f61d1649089a39a0be361fe4",
15724 "status": "positive" 15749 "status": "positive"
15725 }, 15750 },
15726 { 15751 {
15727 "name": "90f17b56481e7ac0cc430f15d7e1642b", 15752 "name": "90f17b56481e7ac0cc430f15d7e1642b",
15728 "status": "positive" 15753 "status": "positive"
15729 }, 15754 },
15730 { 15755 {
15731 "name": "948aca6cdc9b4c70ad576d1c979b8962", 15756 "name": "948aca6cdc9b4c70ad576d1c979b8962",
15732 "status": "positive" 15757 "status": "positive"
15733 }, 15758 },
15734 { 15759 {
15735 "name": "995b9c0bf3380106cef08464d251f7b4", 15760 "name": "995b9c0bf3380106cef08464d251f7b4",
15736 "status": "positive" 15761 "status": "positive"
15737 }, 15762 },
15738 { 15763 {
15739 "name": "a14bcf11cc513677a23e61531fb5fa23", 15764 "name": "a14bcf11cc513677a23e61531fb5fa23",
15740 "status": "positive" 15765 "status": "positive"
15741 }, 15766 },
15742 { 15767 {
15743 "name": "ad146cc5ffb80215b7275c8a1707429f", 15768 "name": "ad146cc5ffb80215b7275c8a1707429f",
15744 "status": "positive" 15769 "status": "positive"
15745 }, 15770 },
15746 { 15771 {
15747 "name": "d45224e0c353bc1090853f52e37753b3", 15772 "name": "d45224e0c353bc1090853f52e37753b3",
15748 "status": "positive" 15773 "status": "positive"
15749 }, 15774 },
15750 { 15775 {
15751 "name": "d89329c61d228d2c87866a4c3dafa9ba", 15776 "name": "d89329c61d228d2c87866a4c3dafa9ba",
15752 "status": "positive" 15777 "status": "positive"
15753 }, 15778 },
15754 { 15779 {
15755 "name": "dcfcfb7ae99083ef4fff9fb86e43df93", 15780 "name": "dcfcfb7ae99083ef4fff9fb86e43df93",
15756 "status": "positive" 15781 "status": "positive"
15757 }, 15782 },
15758 { 15783 {
15759 "name": "e0e62daa5c6ea68b58fe5c4e14cc73c3", 15784 "name": "e0e62daa5c6ea68b58fe5c4e14cc73c3",
15760 "status": "positive" 15785 "status": "positive"
15761 }, 15786 },
15762 { 15787 {
15763 "name": "e64963ec97a4ecb8d15439e0c0ed0d35", 15788 "name": "e64963ec97a4ecb8d15439e0c0ed0d35",
15764 "status": "positive" 15789 "status": "positive"
15765 }, 15790 },
15766 { 15791 {
15767 "name": "eee5bac7f5fb6d5152f99d60858cc953", 15792 "name": "eee5bac7f5fb6d5152f99d60858cc953",
15768 "status": "positive" 15793 "status": "positive"
15769 }, 15794 },
15770 { 15795 {
15771 "name": "f132882581937c2af750fc845a02d4a5", 15796 "name": "f132882581937c2af750fc845a02d4a5",
15772 "status": "positive" 15797 "status": "positive"
15773 }, 15798 },
15774 { 15799 {
15775 "name": "fa8175cc18a8c646e3b00d96af9e66ab", 15800 "name": "fa8175cc18a8c646e3b00d96af9e66ab",
15776 "status": "positive" 15801 "status": "positive"
15777 }, 15802 },
15778 { 15803 {
15779 "name": "fd82684bb826eef358292a7d876050b3", 15804 "name": "fd82684bb826eef358292a7d876050b3",
15780 "status": "positive" 15805 "status": "positive"
15781 }, 15806 },
15782 { 15807 {
15783 "name": "3490a955ac9e76e4a4dc466bda21fa96", 15808 "name": "3490a955ac9e76e4a4dc466bda21fa96",
15784 "status": "untriaged" 15809 "status": "untriaged"
15785 }, 15810 },
15786 { 15811 {
15787 "name": "bd79594d41262ce4cb88e6cd6e862ab8", 15812 "name": "bd79594d41262ce4cb88e6cd6e862ab8",
15788 "status": "untriaged" 15813 "status": "untriaged"
15789 }, 15814 },
15790 { 15815 {
15791 "name": "d10afe13f189047cbda77d7d8ced47f3", 15816 "name": "d10afe13f189047cbda77d7d8ced47f3",
15792 "status": "untriaged" 15817 "status": "untriaged"
15793 }, 15818 },
15794 { 15819 {
15795 "name": "e31135c1ac5e358f2f8696f825415106", 15820 "name": "e31135c1ac5e358f2f8696f825415106",
15796 "status": "untriaged" 15821 "status": "untriaged"
15797 } 15822 }
15798 ], 15823 ],
15799 "paramsetsUnion": { 15824 "paramsetsUnion": {
15800 "arch": [ 15825 "arch": [
15801 "Arm64", 15826 "Arm64",
15802 "Arm7", 15827 "Arm7",
15803 "x86", 15828 "x86",
15804 "x86_64" 15829 "x86_64"
15805 ], 15830 ],
15806 "builder": [ 15831 "builder": [
15807 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Debug", 15832 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Debug",
15808 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Release", 15833 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Release",
15809 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug", 15834 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug",
15810 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Release", 15835 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Release",
15811 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug", 15836 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug",
15812 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Release", 15837 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Release",
15813 "Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Debug", 15838 "Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Debug",
15814 "Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Release", 15839 "Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Release",
15815 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Debug", 15840 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Debug",
15816 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Release", 15841 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Release",
15817 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Debug", 15842 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Debug",
15818 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release", 15843 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release",
15819 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug", 15844 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug",
15820 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release", 15845 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release",
15821 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", 15846 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug",
15822 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release", 15847 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release",
15823 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Debug", 15848 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Debug",
15824 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Release", 15849 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Release",
15825 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Debug", 15850 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Debug",
15826 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Release", 15851 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Release",
15827 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug", 15852 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug",
15828 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Release", 15853 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Release",
15829 "Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug", 15854 "Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug",
15830 "Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Release", 15855 "Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Release",
15831 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug", 15856 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug",
15832 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release", 15857 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release",
15833 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug", 15858 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug",
15834 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer", 15859 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer",
15835 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Release", 15860 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Release",
15836 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug", 15861 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug",
15837 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGEC ACHE", 15862 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGEC ACHE",
15838 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot", 15863 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot",
15839 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release", 15864 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release",
15840 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Fast", 15865 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Fast",
15841 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot", 15866 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot",
15842 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot", 15867 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot",
15843 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Debug-ZeroGPUCache", 15868 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Debug-ZeroGPUCache",
15844 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Debug", 15869 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Debug",
15845 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot", 15870 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot",
15846 "Test-Win8-MSVC-ShuttleA-GPU-GTX960-x86_64-Debug", 15871 "Test-Win8-MSVC-ShuttleA-GPU-GTX960-x86_64-Debug",
15847 "Test-Win8-MSVC-ShuttleA-GPU-GTX960-x86_64-Release-Trybot", 15872 "Test-Win8-MSVC-ShuttleA-GPU-GTX960-x86_64-Release-Trybot",
15848 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Debug-Trybot", 15873 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Debug-Trybot",
15849 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release", 15874 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release",
15850 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Debug-Trybot", 15875 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Debug-Trybot",
15851 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Release-Trybot", 15876 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Release-Trybot",
15852 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug", 15877 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug",
15853 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug-GDI", 15878 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug-GDI",
15854 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-GDI", 15879 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-GDI",
15855 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot", 15880 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot",
15856 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Debug", 15881 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Debug",
15857 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Debug-ANGLE", 15882 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Debug-ANGLE",
15858 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release", 15883 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release",
15859 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-ANGLE", 15884 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-ANGLE",
15860 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug", 15885 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug",
15861 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release" 15886 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release"
15862 ], 15887 ],
15863 "compiler": [ 15888 "compiler": [
15864 "Clang", 15889 "Clang",
15865 "GCC", 15890 "GCC",
15866 "MSVC" 15891 "MSVC"
15867 ], 15892 ],
15868 "config": [ 15893 "config": [
15869 "2ndpic-8888", 15894 "2ndpic-8888",
15870 "565", 15895 "565",
15871 "8888", 15896 "8888",
15872 "angle", 15897 "angle",
15873 "gpu", 15898 "gpu",
15874 "gpudft", 15899 "gpudft",
15875 "msaa16", 15900 "msaa16",
15876 "msaa4", 15901 "msaa4",
15877 "nvprdit4", 15902 "nvprdit4",
15878 "nvprmsaa4", 15903 "nvprmsaa4",
15879 "pic-8888", 15904 "pic-8888",
15880 "serialize-8888", 15905 "serialize-8888",
15881 "sp-8888", 15906 "sp-8888",
15882 "tiles_rt-8888" 15907 "tiles_rt-8888"
15883 ], 15908 ],
15884 "configuration": [ 15909 "configuration": [
15885 "Debug", 15910 "Debug",
15886 "Release" 15911 "Release"
15887 ], 15912 ],
15888 "cpu_or_gpu": [ 15913 "cpu_or_gpu": [
15889 "CPU", 15914 "CPU",
15890 "GPU" 15915 "GPU"
15891 ], 15916 ],
15892 "cpu_or_gpu_value": [ 15917 "cpu_or_gpu_value": [
15893 "AVX", 15918 "AVX",
15894 "AVX2", 15919 "AVX2",
15895 "Adreno330", 15920 "Adreno330",
15896 "Adreno420", 15921 "Adreno420",
15897 "Denver", 15922 "Denver",
15898 "GTX550Ti", 15923 "GTX550Ti",
15899 "GTX660", 15924 "GTX660",
15900 "GTX960", 15925 "GTX960",
15901 "GeForce320M", 15926 "GeForce320M",
15902 "HD4000", 15927 "HD4000",
15903 "HD4600", 15928 "HD4600",
15904 "HD7770", 15929 "HD7770",
15905 "Mali400", 15930 "Mali400",
15906 "Mali400MP2", 15931 "Mali400MP2",
15907 "MaliT604", 15932 "MaliT604",
15908 "NEON", 15933 "NEON",
15909 "SGX554", 15934 "SGX554",
15910 "Tegra3", 15935 "Tegra3",
15911 "TegraK1", 15936 "TegraK1",
15912 "TegraX1" 15937 "TegraX1"
15913 ], 15938 ],
15914 "ext": [ 15939 "ext": [
15915 "png" 15940 "png"
15916 ], 15941 ],
15917 "extra_config": [ 15942 "extra_config": [
15918 "ANGLE", 15943 "ANGLE",
15919 "CommandBuffer", 15944 "CommandBuffer",
15920 "Fast", 15945 "Fast",
15921 "GDI", 15946 "GDI",
15922 "SKNX_NO_SIMD", 15947 "SKNX_NO_SIMD",
15923 "SK_USE_DISCARDABLE_SCALEDIMAGECACHE", 15948 "SK_USE_DISCARDABLE_SCALEDIMAGECACHE",
15924 "Shared", 15949 "Shared",
15925 "ZeroGPUCache" 15950 "ZeroGPUCache"
15926 ], 15951 ],
15927 "gamma_correct": [ 15952 "gamma_correct": [
15928 "no" 15953 "no"
15929 ], 15954 ],
15930 "model": [ 15955 "model": [
15931 "AndroidOne", 15956 "AndroidOne",
15932 "GCE", 15957 "GCE",
15933 "GalaxyS3", 15958 "GalaxyS3",
15934 "Link", 15959 "Link",
15935 "MacMini4.1", 15960 "MacMini4.1",
15936 "MacMini6.2", 15961 "MacMini6.2",
15937 "NVIDIA_Shield", 15962 "NVIDIA_Shield",
15938 "Nexus10", 15963 "Nexus10",
15939 "Nexus5", 15964 "Nexus5",
15940 "Nexus6", 15965 "Nexus6",
15941 "Nexus7", 15966 "Nexus7",
15942 "Nexus9", 15967 "Nexus9",
15943 "ShuttleA", 15968 "ShuttleA",
15944 "ShuttleB", 15969 "ShuttleB",
15945 "iPad4" 15970 "iPad4"
15946 ], 15971 ],
15947 "name": [ 15972 "name": [
15948 "filterfastbounds" 15973 "filterfastbounds"
15949 ], 15974 ],
15950 "os": [ 15975 "os": [
15951 "Android", 15976 "Android",
15952 "ChromeOS", 15977 "ChromeOS",
15953 "Mac", 15978 "Mac",
15954 "Ubuntu", 15979 "Ubuntu",
15955 "Win8", 15980 "Win8",
15956 "iOS" 15981 "iOS"
15957 ], 15982 ],
15958 "source_type": [ 15983 "source_type": [
15959 "gm" 15984 "gm"
15960 ] 15985 ]
15961 }, 15986 },
15962 "paramsetByDigest": { 15987 "paramsetByDigest": {
15963 "073f836f6c086e23c648ad554887467a": { 15988 "073f836f6c086e23c648ad554887467a": {
15964 "arch": [ 15989 "arch": [
15965 "Arm64" 15990 "Arm64"
15966 ], 15991 ],
15967 "builder": [ 15992 "builder": [
15968 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Release" 15993 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Release"
15969 ], 15994 ],
15970 "compiler": [ 15995 "compiler": [
15971 "GCC" 15996 "GCC"
15972 ], 15997 ],
15973 "config": [ 15998 "config": [
15974 "tiles_rt-8888" 15999 "tiles_rt-8888"
15975 ], 16000 ],
15976 "configuration": [ 16001 "configuration": [
15977 "Release" 16002 "Release"
15978 ], 16003 ],
15979 "cpu_or_gpu": [ 16004 "cpu_or_gpu": [
15980 "CPU" 16005 "CPU"
15981 ], 16006 ],
15982 "cpu_or_gpu_value": [ 16007 "cpu_or_gpu_value": [
15983 "Denver" 16008 "Denver"
15984 ], 16009 ],
15985 "ext": [ 16010 "ext": [
15986 "png" 16011 "png"
15987 ], 16012 ],
15988 "gamma_correct": [ 16013 "gamma_correct": [
15989 "no" 16014 "no"
15990 ], 16015 ],
15991 "model": [ 16016 "model": [
15992 "Nexus9" 16017 "Nexus9"
15993 ], 16018 ],
15994 "name": [ 16019 "name": [
15995 "filterfastbounds" 16020 "filterfastbounds"
15996 ], 16021 ],
15997 "os": [ 16022 "os": [
15998 "Android" 16023 "Android"
15999 ], 16024 ],
16000 "source_type": [ 16025 "source_type": [
16001 "gm" 16026 "gm"
16002 ] 16027 ]
16003 }, 16028 },
16004 "0ec7fa08e6d930d183545c90db5bd107": { 16029 "0ec7fa08e6d930d183545c90db5bd107": {
16005 "arch": [ 16030 "arch": [
16006 "x86", 16031 "x86",
16007 "x86_64" 16032 "x86_64"
16008 ], 16033 ],
16009 "builder": [ 16034 "builder": [
16010 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug", 16035 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug",
16011 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Release", 16036 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Release",
16012 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug", 16037 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug",
16013 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release", 16038 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release",
16014 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug", 16039 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug",
16015 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAG ECACHE", 16040 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAG ECACHE",
16016 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot", 16041 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot",
16017 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release", 16042 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release",
16018 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Fast", 16043 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Fast",
16019 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot", 16044 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot",
16020 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot", 16045 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot",
16021 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Debug-Trybot", 16046 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Debug-Trybot",
16022 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Release-Trybot", 16047 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Release-Trybot",
16023 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug", 16048 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug",
16024 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug-GDI", 16049 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug-GDI",
16025 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-GDI", 16050 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-GDI",
16026 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot" 16051 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot"
16027 ], 16052 ],
16028 "compiler": [ 16053 "compiler": [
16029 "Clang", 16054 "Clang",
16030 "GCC", 16055 "GCC",
16031 "MSVC" 16056 "MSVC"
16032 ], 16057 ],
16033 "config": [ 16058 "config": [
16034 "2ndpic-8888", 16059 "2ndpic-8888",
16035 "8888", 16060 "8888",
16036 "pic-8888", 16061 "pic-8888",
16037 "serialize-8888", 16062 "serialize-8888",
16038 "sp-8888" 16063 "sp-8888"
16039 ], 16064 ],
16040 "configuration": [ 16065 "configuration": [
16041 "Debug", 16066 "Debug",
16042 "Release" 16067 "Release"
16043 ], 16068 ],
16044 "cpu_or_gpu": [ 16069 "cpu_or_gpu": [
16045 "CPU" 16070 "CPU"
16046 ], 16071 ],
16047 "cpu_or_gpu_value": [ 16072 "cpu_or_gpu_value": [
16048 "AVX", 16073 "AVX",
16049 "AVX2" 16074 "AVX2"
16050 ], 16075 ],
16051 "ext": [ 16076 "ext": [
16052 "png" 16077 "png"
16053 ], 16078 ],
16054 "extra_config": [ 16079 "extra_config": [
16055 "Fast", 16080 "Fast",
16056 "GDI", 16081 "GDI",
16057 "SKNX_NO_SIMD", 16082 "SKNX_NO_SIMD",
16058 "SK_USE_DISCARDABLE_SCALEDIMAGECACHE", 16083 "SK_USE_DISCARDABLE_SCALEDIMAGECACHE",
16059 "Shared" 16084 "Shared"
16060 ], 16085 ],
16061 "gamma_correct": [ 16086 "gamma_correct": [
16062 "no" 16087 "no"
16063 ], 16088 ],
16064 "model": [ 16089 "model": [
16065 "GCE", 16090 "GCE",
16066 "Link", 16091 "Link",
16067 "MacMini6.2", 16092 "MacMini6.2",
16068 "ShuttleB" 16093 "ShuttleB"
16069 ], 16094 ],
16070 "name": [ 16095 "name": [
16071 "filterfastbounds" 16096 "filterfastbounds"
16072 ], 16097 ],
16073 "os": [ 16098 "os": [
16074 "ChromeOS", 16099 "ChromeOS",
16075 "Mac", 16100 "Mac",
16076 "Ubuntu", 16101 "Ubuntu",
16077 "Win8" 16102 "Win8"
16078 ], 16103 ],
16079 "source_type": [ 16104 "source_type": [
16080 "gm" 16105 "gm"
16081 ] 16106 ]
16082 }, 16107 },
16083 "16459c77a0d11bb74940cfbfcf8e335b": { 16108 "16459c77a0d11bb74940cfbfcf8e335b": {
16084 "arch": [ 16109 "arch": [
16085 "Arm7" 16110 "Arm7"
16086 ], 16111 ],
16087 "builder": [ 16112 "builder": [
16088 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Debug", 16113 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Debug",
16089 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release" 16114 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release"
16090 ], 16115 ],
16091 "compiler": [ 16116 "compiler": [
16092 "GCC" 16117 "GCC"
16093 ], 16118 ],
16094 "config": [ 16119 "config": [
16095 "gpu" 16120 "gpu"
16096 ], 16121 ],
16097 "configuration": [ 16122 "configuration": [
16098 "Debug", 16123 "Debug",
16099 "Release" 16124 "Release"
16100 ], 16125 ],
16101 "cpu_or_gpu": [ 16126 "cpu_or_gpu": [
16102 "GPU" 16127 "GPU"
16103 ], 16128 ],
16104 "cpu_or_gpu_value": [ 16129 "cpu_or_gpu_value": [
16105 "Adreno330" 16130 "Adreno330"
16106 ], 16131 ],
16107 "ext": [ 16132 "ext": [
16108 "png" 16133 "png"
16109 ], 16134 ],
16110 "gamma_correct": [ 16135 "gamma_correct": [
16111 "no" 16136 "no"
16112 ], 16137 ],
16113 "model": [ 16138 "model": [
16114 "Nexus5" 16139 "Nexus5"
16115 ], 16140 ],
16116 "name": [ 16141 "name": [
16117 "filterfastbounds" 16142 "filterfastbounds"
16118 ], 16143 ],
16119 "os": [ 16144 "os": [
16120 "Android" 16145 "Android"
16121 ], 16146 ],
16122 "source_type": [ 16147 "source_type": [
16123 "gm" 16148 "gm"
16124 ] 16149 ]
16125 }, 16150 },
16126 "1d43bcd97db21ea4ca94d484b72f1fe8": { 16151 "1d43bcd97db21ea4ca94d484b72f1fe8": {
16127 "arch": [ 16152 "arch": [
16128 "x86_64" 16153 "x86_64"
16129 ], 16154 ],
16130 "builder": [ 16155 "builder": [
16131 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug", 16156 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug",
16132 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer", 16157 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer",
16133 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Release", 16158 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Release",
16134 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Debug-ANGLE", 16159 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Debug-ANGLE",
16135 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-ANGLE" 16160 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-ANGLE"
16136 ], 16161 ],
16137 "compiler": [ 16162 "compiler": [
16138 "Clang", 16163 "Clang",
16139 "MSVC" 16164 "MSVC"
16140 ], 16165 ],
16141 "config": [ 16166 "config": [
16142 "angle", 16167 "angle",
16143 "gpu" 16168 "gpu"
16144 ], 16169 ],
16145 "configuration": [ 16170 "configuration": [
16146 "Debug", 16171 "Debug",
16147 "Release" 16172 "Release"
16148 ], 16173 ],
16149 "cpu_or_gpu": [ 16174 "cpu_or_gpu": [
16150 "GPU" 16175 "GPU"
16151 ], 16176 ],
16152 "cpu_or_gpu_value": [ 16177 "cpu_or_gpu_value": [
16153 "HD4000", 16178 "HD4000",
16154 "HD4600" 16179 "HD4600"
16155 ], 16180 ],
16156 "ext": [ 16181 "ext": [
16157 "png" 16182 "png"
16158 ], 16183 ],
16159 "extra_config": [ 16184 "extra_config": [
16160 "ANGLE", 16185 "ANGLE",
16161 "CommandBuffer" 16186 "CommandBuffer"
16162 ], 16187 ],
16163 "gamma_correct": [ 16188 "gamma_correct": [
16164 "no" 16189 "no"
16165 ], 16190 ],
16166 "model": [ 16191 "model": [
16167 "MacMini6.2", 16192 "MacMini6.2",
16168 "ShuttleB" 16193 "ShuttleB"
16169 ], 16194 ],
16170 "name": [ 16195 "name": [
16171 "filterfastbounds" 16196 "filterfastbounds"
16172 ], 16197 ],
16173 "os": [ 16198 "os": [
16174 "Mac", 16199 "Mac",
16175 "Win8" 16200 "Win8"
16176 ], 16201 ],
16177 "source_type": [ 16202 "source_type": [
16178 "gm" 16203 "gm"
16179 ] 16204 ]
16180 }, 16205 },
16181 "1f12711cec0f08d85944ee3b8c12abfa": { 16206 "1f12711cec0f08d85944ee3b8c12abfa": {
16182 "arch": [ 16207 "arch": [
16183 "x86_64" 16208 "x86_64"
16184 ], 16209 ],
16185 "builder": [ 16210 "builder": [
16186 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Debug-ZeroGPUCache", 16211 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Debug-ZeroGPUCache",
16187 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Debug", 16212 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Debug",
16188 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot" 16213 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot"
16189 ], 16214 ],
16190 "compiler": [ 16215 "compiler": [
16191 "GCC" 16216 "GCC"
16192 ], 16217 ],
16193 "config": [ 16218 "config": [
16194 "gpu" 16219 "gpu"
16195 ], 16220 ],
16196 "configuration": [ 16221 "configuration": [
16197 "Debug", 16222 "Debug",
16198 "Release" 16223 "Release"
16199 ], 16224 ],
16200 "cpu_or_gpu": [ 16225 "cpu_or_gpu": [
16201 "GPU" 16226 "GPU"
16202 ], 16227 ],
16203 "cpu_or_gpu_value": [ 16228 "cpu_or_gpu_value": [
16204 "GTX550Ti", 16229 "GTX550Ti",
16205 "GTX660" 16230 "GTX660"
16206 ], 16231 ],
16207 "ext": [ 16232 "ext": [
16208 "png" 16233 "png"
16209 ], 16234 ],
16210 "extra_config": [ 16235 "extra_config": [
16211 "ZeroGPUCache" 16236 "ZeroGPUCache"
16212 ], 16237 ],
16213 "gamma_correct": [ 16238 "gamma_correct": [
16214 "no" 16239 "no"
16215 ], 16240 ],
16216 "model": [ 16241 "model": [
16217 "ShuttleA" 16242 "ShuttleA"
16218 ], 16243 ],
16219 "name": [ 16244 "name": [
16220 "filterfastbounds" 16245 "filterfastbounds"
16221 ], 16246 ],
16222 "os": [ 16247 "os": [
16223 "Ubuntu" 16248 "Ubuntu"
16224 ], 16249 ],
16225 "source_type": [ 16250 "source_type": [
16226 "gm" 16251 "gm"
16227 ] 16252 ]
16228 }, 16253 },
16229 "24a3fcad297b110d42600da983060387": { 16254 "24a3fcad297b110d42600da983060387": {
16230 "arch": [ 16255 "arch": [
16231 "Arm64", 16256 "Arm64",
16232 "Arm7" 16257 "Arm7"
16233 ], 16258 ],
16234 "builder": [ 16259 "builder": [
16235 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Debug", 16260 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Debug",
16236 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Release", 16261 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Release",
16237 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Debug" 16262 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Debug"
16238 ], 16263 ],
16239 "compiler": [ 16264 "compiler": [
16240 "GCC" 16265 "GCC"
16241 ], 16266 ],
16242 "config": [ 16267 "config": [
16243 "tiles_rt-8888" 16268 "tiles_rt-8888"
16244 ], 16269 ],
16245 "configuration": [ 16270 "configuration": [
16246 "Debug", 16271 "Debug",
16247 "Release" 16272 "Release"
16248 ], 16273 ],
16249 "cpu_or_gpu": [ 16274 "cpu_or_gpu": [
16250 "CPU" 16275 "CPU"
16251 ], 16276 ],
16252 "cpu_or_gpu_value": [ 16277 "cpu_or_gpu_value": [
16253 "Denver", 16278 "Denver",
16254 "NEON" 16279 "NEON"
16255 ], 16280 ],
16256 "ext": [ 16281 "ext": [
16257 "png" 16282 "png"
16258 ], 16283 ],
16259 "gamma_correct": [ 16284 "gamma_correct": [
16260 "no" 16285 "no"
16261 ], 16286 ],
16262 "model": [ 16287 "model": [
16263 "Nexus5", 16288 "Nexus5",
16264 "Nexus9" 16289 "Nexus9"
16265 ], 16290 ],
16266 "name": [ 16291 "name": [
16267 "filterfastbounds" 16292 "filterfastbounds"
16268 ], 16293 ],
16269 "os": [ 16294 "os": [
16270 "Android" 16295 "Android"
16271 ], 16296 ],
16272 "source_type": [ 16297 "source_type": [
16273 "gm" 16298 "gm"
16274 ] 16299 ]
16275 }, 16300 },
16276 "3490a955ac9e76e4a4dc466bda21fa96": { 16301 "3490a955ac9e76e4a4dc466bda21fa96": {
16277 "arch": [ 16302 "arch": [
16278 "x86_64" 16303 "x86_64"
16279 ], 16304 ],
16280 "builder": [ 16305 "builder": [
16281 "Test-Win8-MSVC-ShuttleA-GPU-GTX960-x86_64-Debug", 16306 "Test-Win8-MSVC-ShuttleA-GPU-GTX960-x86_64-Debug",
16282 "Test-Win8-MSVC-ShuttleA-GPU-GTX960-x86_64-Release-Trybot" 16307 "Test-Win8-MSVC-ShuttleA-GPU-GTX960-x86_64-Release-Trybot"
16283 ], 16308 ],
16284 "compiler": [ 16309 "compiler": [
16285 "MSVC" 16310 "MSVC"
16286 ], 16311 ],
16287 "config": [ 16312 "config": [
16288 "msaa16" 16313 "msaa16"
16289 ], 16314 ],
16290 "configuration": [ 16315 "configuration": [
16291 "Debug", 16316 "Debug",
16292 "Release" 16317 "Release"
16293 ], 16318 ],
16294 "cpu_or_gpu": [ 16319 "cpu_or_gpu": [
16295 "GPU" 16320 "GPU"
16296 ], 16321 ],
16297 "cpu_or_gpu_value": [ 16322 "cpu_or_gpu_value": [
16298 "GTX960" 16323 "GTX960"
16299 ], 16324 ],
16300 "ext": [ 16325 "ext": [
16301 "png" 16326 "png"
16302 ], 16327 ],
16303 "gamma_correct": [ 16328 "gamma_correct": [
16304 "no" 16329 "no"
16305 ], 16330 ],
16306 "model": [ 16331 "model": [
16307 "ShuttleA" 16332 "ShuttleA"
16308 ], 16333 ],
16309 "name": [ 16334 "name": [
16310 "filterfastbounds" 16335 "filterfastbounds"
16311 ], 16336 ],
16312 "os": [ 16337 "os": [
16313 "Win8" 16338 "Win8"
16314 ], 16339 ],
16315 "source_type": [ 16340 "source_type": [
16316 "gm" 16341 "gm"
16317 ] 16342 ]
16318 }, 16343 },
16319 "40b60eb0355b88da6c2038cacd25eafe": { 16344 "40b60eb0355b88da6c2038cacd25eafe": {
16320 "arch": [ 16345 "arch": [
16321 "Arm7" 16346 "Arm7"
16322 ], 16347 ],
16323 "builder": [ 16348 "builder": [
16324 "Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Debug", 16349 "Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Debug",
16325 "Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Release" 16350 "Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Release"
16326 ], 16351 ],
16327 "compiler": [ 16352 "compiler": [
16328 "GCC" 16353 "GCC"
16329 ], 16354 ],
16330 "config": [ 16355 "config": [
16331 "gpu" 16356 "gpu"
16332 ], 16357 ],
16333 "configuration": [ 16358 "configuration": [
16334 "Debug", 16359 "Debug",
16335 "Release" 16360 "Release"
16336 ], 16361 ],
16337 "cpu_or_gpu": [ 16362 "cpu_or_gpu": [
16338 "GPU" 16363 "GPU"
16339 ], 16364 ],
16340 "cpu_or_gpu_value": [ 16365 "cpu_or_gpu_value": [
16341 "MaliT604" 16366 "MaliT604"
16342 ], 16367 ],
16343 "ext": [ 16368 "ext": [
16344 "png" 16369 "png"
16345 ], 16370 ],
16346 "gamma_correct": [ 16371 "gamma_correct": [
16347 "no" 16372 "no"
16348 ], 16373 ],
16349 "model": [ 16374 "model": [
16350 "Nexus10" 16375 "Nexus10"
16351 ], 16376 ],
16352 "name": [ 16377 "name": [
16353 "filterfastbounds" 16378 "filterfastbounds"
16354 ], 16379 ],
16355 "os": [ 16380 "os": [
16356 "Android" 16381 "Android"
16357 ], 16382 ],
16358 "source_type": [ 16383 "source_type": [
16359 "gm" 16384 "gm"
16360 ] 16385 ]
16361 }, 16386 },
16362 "41f3b36e61d6fba56aadddd78858b52a": { 16387 "41f3b36e61d6fba56aadddd78858b52a": {
16363 "arch": [ 16388 "arch": [
16364 "Arm7" 16389 "Arm7"
16365 ], 16390 ],
16366 "builder": [ 16391 "builder": [
16367 "Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Debug", 16392 "Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Debug",
16368 "Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Release" 16393 "Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Release"
16369 ], 16394 ],
16370 "compiler": [ 16395 "compiler": [
16371 "GCC" 16396 "GCC"
16372 ], 16397 ],
16373 "config": [ 16398 "config": [
16374 "msaa4" 16399 "msaa4"
16375 ], 16400 ],
16376 "configuration": [ 16401 "configuration": [
16377 "Debug", 16402 "Debug",
16378 "Release" 16403 "Release"
16379 ], 16404 ],
16380 "cpu_or_gpu": [ 16405 "cpu_or_gpu": [
16381 "GPU" 16406 "GPU"
16382 ], 16407 ],
16383 "cpu_or_gpu_value": [ 16408 "cpu_or_gpu_value": [
16384 "MaliT604" 16409 "MaliT604"
16385 ], 16410 ],
16386 "ext": [ 16411 "ext": [
16387 "png" 16412 "png"
16388 ], 16413 ],
16389 "gamma_correct": [ 16414 "gamma_correct": [
16390 "no" 16415 "no"
16391 ], 16416 ],
16392 "model": [ 16417 "model": [
16393 "Nexus10" 16418 "Nexus10"
16394 ], 16419 ],
16395 "name": [ 16420 "name": [
16396 "filterfastbounds" 16421 "filterfastbounds"
16397 ], 16422 ],
16398 "os": [ 16423 "os": [
16399 "Android" 16424 "Android"
16400 ], 16425 ],
16401 "source_type": [ 16426 "source_type": [
16402 "gm" 16427 "gm"
16403 ] 16428 ]
16404 }, 16429 },
16405 "5772e5d0d7bd372fd692ec58f3122746": { 16430 "5772e5d0d7bd372fd692ec58f3122746": {
16406 "arch": [ 16431 "arch": [
16407 "Arm64" 16432 "Arm64"
16408 ], 16433 ],
16409 "builder": [ 16434 "builder": [
16410 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Debug", 16435 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Debug",
16411 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Release" 16436 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Release"
16412 ], 16437 ],
16413 "compiler": [ 16438 "compiler": [
16414 "GCC" 16439 "GCC"
16415 ], 16440 ],
16416 "config": [ 16441 "config": [
16417 "nvprdit4", 16442 "nvprdit4",
16418 "nvprmsaa4" 16443 "nvprmsaa4"
16419 ], 16444 ],
16420 "configuration": [ 16445 "configuration": [
16421 "Debug", 16446 "Debug",
16422 "Release" 16447 "Release"
16423 ], 16448 ],
16424 "cpu_or_gpu": [ 16449 "cpu_or_gpu": [
16425 "GPU" 16450 "GPU"
16426 ], 16451 ],
16427 "cpu_or_gpu_value": [ 16452 "cpu_or_gpu_value": [
16428 "TegraK1" 16453 "TegraK1"
16429 ], 16454 ],
16430 "ext": [ 16455 "ext": [
16431 "png" 16456 "png"
16432 ], 16457 ],
16433 "gamma_correct": [ 16458 "gamma_correct": [
16434 "no" 16459 "no"
16435 ], 16460 ],
16436 "model": [ 16461 "model": [
16437 "Nexus9" 16462 "Nexus9"
16438 ], 16463 ],
16439 "name": [ 16464 "name": [
16440 "filterfastbounds" 16465 "filterfastbounds"
16441 ], 16466 ],
16442 "os": [ 16467 "os": [
16443 "Android" 16468 "Android"
16444 ], 16469 ],
16445 "source_type": [ 16470 "source_type": [
16446 "gm" 16471 "gm"
16447 ] 16472 ]
16448 }, 16473 },
16449 "595dc6ad38a09a84acfd77b2e2b521ca": { 16474 "595dc6ad38a09a84acfd77b2e2b521ca": {
16450 "arch": [ 16475 "arch": [
16451 "x86_64" 16476 "x86_64"
16452 ], 16477 ],
16453 "builder": [ 16478 "builder": [
16454 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Debug-Trybot", 16479 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Debug-Trybot",
16455 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release" 16480 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release"
16456 ], 16481 ],
16457 "compiler": [ 16482 "compiler": [
16458 "MSVC" 16483 "MSVC"
16459 ], 16484 ],
16460 "config": [ 16485 "config": [
16461 "gpu" 16486 "gpu"
16462 ], 16487 ],
16463 "configuration": [ 16488 "configuration": [
16464 "Debug", 16489 "Debug",
16465 "Release" 16490 "Release"
16466 ], 16491 ],
16467 "cpu_or_gpu": [ 16492 "cpu_or_gpu": [
16468 "GPU" 16493 "GPU"
16469 ], 16494 ],
16470 "cpu_or_gpu_value": [ 16495 "cpu_or_gpu_value": [
16471 "HD7770" 16496 "HD7770"
16472 ], 16497 ],
16473 "ext": [ 16498 "ext": [
16474 "png" 16499 "png"
16475 ], 16500 ],
16476 "gamma_correct": [ 16501 "gamma_correct": [
16477 "no" 16502 "no"
16478 ], 16503 ],
16479 "model": [ 16504 "model": [
16480 "ShuttleA" 16505 "ShuttleA"
16481 ], 16506 ],
16482 "name": [ 16507 "name": [
16483 "filterfastbounds" 16508 "filterfastbounds"
16484 ], 16509 ],
16485 "os": [ 16510 "os": [
16486 "Win8" 16511 "Win8"
16487 ], 16512 ],
16488 "source_type": [ 16513 "source_type": [
16489 "gm" 16514 "gm"
16490 ] 16515 ]
16491 }, 16516 },
16492 "5a7abdec11c636faa3aa735c93b155a1": { 16517 "5a7abdec11c636faa3aa735c93b155a1": {
16493 "arch": [ 16518 "arch": [
16494 "x86", 16519 "x86",
16495 "x86_64" 16520 "x86_64"
16496 ], 16521 ],
16497 "builder": [ 16522 "builder": [
16498 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug", 16523 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug",
16499 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Release", 16524 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Release",
16500 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug", 16525 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug",
16501 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release", 16526 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release",
16502 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug", 16527 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug",
16503 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAG ECACHE", 16528 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAG ECACHE",
16504 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot", 16529 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot",
16505 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release", 16530 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release",
16506 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot", 16531 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot",
16507 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot", 16532 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot",
16508 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Debug-Trybot", 16533 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Debug-Trybot",
16509 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Release-Trybot", 16534 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Release-Trybot",
16510 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug", 16535 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug",
16511 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug-GDI", 16536 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug-GDI",
16512 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-GDI", 16537 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-GDI",
16513 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot" 16538 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot"
16514 ], 16539 ],
16515 "compiler": [ 16540 "compiler": [
16516 "Clang", 16541 "Clang",
16517 "GCC", 16542 "GCC",
16518 "MSVC" 16543 "MSVC"
16519 ], 16544 ],
16520 "config": [ 16545 "config": [
16521 "tiles_rt-8888" 16546 "tiles_rt-8888"
16522 ], 16547 ],
16523 "configuration": [ 16548 "configuration": [
16524 "Debug", 16549 "Debug",
16525 "Release" 16550 "Release"
16526 ], 16551 ],
16527 "cpu_or_gpu": [ 16552 "cpu_or_gpu": [
16528 "CPU" 16553 "CPU"
16529 ], 16554 ],
16530 "cpu_or_gpu_value": [ 16555 "cpu_or_gpu_value": [
16531 "AVX", 16556 "AVX",
16532 "AVX2" 16557 "AVX2"
16533 ], 16558 ],
16534 "ext": [ 16559 "ext": [
16535 "png" 16560 "png"
16536 ], 16561 ],
16537 "extra_config": [ 16562 "extra_config": [
16538 "GDI", 16563 "GDI",
16539 "SKNX_NO_SIMD", 16564 "SKNX_NO_SIMD",
16540 "SK_USE_DISCARDABLE_SCALEDIMAGECACHE", 16565 "SK_USE_DISCARDABLE_SCALEDIMAGECACHE",
16541 "Shared" 16566 "Shared"
16542 ], 16567 ],
16543 "gamma_correct": [ 16568 "gamma_correct": [
16544 "no" 16569 "no"
16545 ], 16570 ],
16546 "model": [ 16571 "model": [
16547 "GCE", 16572 "GCE",
16548 "Link", 16573 "Link",
16549 "MacMini6.2", 16574 "MacMini6.2",
16550 "ShuttleB" 16575 "ShuttleB"
16551 ], 16576 ],
16552 "name": [ 16577 "name": [
16553 "filterfastbounds" 16578 "filterfastbounds"
16554 ], 16579 ],
16555 "os": [ 16580 "os": [
16556 "ChromeOS", 16581 "ChromeOS",
16557 "Mac", 16582 "Mac",
16558 "Ubuntu", 16583 "Ubuntu",
16559 "Win8" 16584 "Win8"
16560 ], 16585 ],
16561 "source_type": [ 16586 "source_type": [
16562 "gm" 16587 "gm"
16563 ] 16588 ]
16564 }, 16589 },
16565 "6604be544186ee931aee34b01b57b846": { 16590 "6604be544186ee931aee34b01b57b846": {
16566 "arch": [ 16591 "arch": [
16567 "Arm64", 16592 "Arm64",
16568 "Arm7" 16593 "Arm7"
16569 ], 16594 ],
16570 "builder": [ 16595 "builder": [
16571 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Debug", 16596 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Debug",
16572 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Release", 16597 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Release",
16573 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Debug", 16598 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Debug",
16574 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Release" 16599 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Release"
16575 ], 16600 ],
16576 "compiler": [ 16601 "compiler": [
16577 "GCC" 16602 "GCC"
16578 ], 16603 ],
16579 "config": [ 16604 "config": [
16580 "8888", 16605 "8888",
16581 "pic-8888", 16606 "pic-8888",
16582 "serialize-8888" 16607 "serialize-8888"
16583 ], 16608 ],
16584 "configuration": [ 16609 "configuration": [
16585 "Debug", 16610 "Debug",
16586 "Release" 16611 "Release"
16587 ], 16612 ],
16588 "cpu_or_gpu": [ 16613 "cpu_or_gpu": [
16589 "CPU" 16614 "CPU"
16590 ], 16615 ],
16591 "cpu_or_gpu_value": [ 16616 "cpu_or_gpu_value": [
16592 "Denver", 16617 "Denver",
16593 "NEON" 16618 "NEON"
16594 ], 16619 ],
16595 "ext": [ 16620 "ext": [
16596 "png" 16621 "png"
16597 ], 16622 ],
16598 "gamma_correct": [ 16623 "gamma_correct": [
16599 "no" 16624 "no"
16600 ], 16625 ],
16601 "model": [ 16626 "model": [
16602 "Nexus5", 16627 "Nexus5",
16603 "Nexus9" 16628 "Nexus9"
16604 ], 16629 ],
16605 "name": [ 16630 "name": [
16606 "filterfastbounds" 16631 "filterfastbounds"
16607 ], 16632 ],
16608 "os": [ 16633 "os": [
16609 "Android" 16634 "Android"
16610 ], 16635 ],
16611 "source_type": [ 16636 "source_type": [
16612 "gm" 16637 "gm"
16613 ] 16638 ]
16614 }, 16639 },
16615 "6926c533d5756efb76cbc9a8b6f0b325": { 16640 "6926c533d5756efb76cbc9a8b6f0b325": {
16616 "arch": [ 16641 "arch": [
16617 "Arm7" 16642 "Arm7"
16618 ], 16643 ],
16619 "builder": [ 16644 "builder": [
16620 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Debug", 16645 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Debug",
16621 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Release", 16646 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Release",
16622 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug", 16647 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug",
16623 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Release" 16648 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Release"
16624 ], 16649 ],
16625 "compiler": [ 16650 "compiler": [
16626 "GCC" 16651 "GCC"
16627 ], 16652 ],
16628 "config": [ 16653 "config": [
16629 "gpu", 16654 "gpu",
16630 "gpudft" 16655 "gpudft"
16631 ], 16656 ],
16632 "configuration": [ 16657 "configuration": [
16633 "Debug", 16658 "Debug",
16634 "Release" 16659 "Release"
16635 ], 16660 ],
16636 "cpu_or_gpu": [ 16661 "cpu_or_gpu": [
16637 "GPU" 16662 "GPU"
16638 ], 16663 ],
16639 "cpu_or_gpu_value": [ 16664 "cpu_or_gpu_value": [
16640 "Mali400", 16665 "Mali400",
16641 "Mali400MP2" 16666 "Mali400MP2"
16642 ], 16667 ],
16643 "ext": [ 16668 "ext": [
16644 "png" 16669 "png"
16645 ], 16670 ],
16646 "gamma_correct": [ 16671 "gamma_correct": [
16647 "no" 16672 "no"
16648 ], 16673 ],
16649 "model": [ 16674 "model": [
16650 "AndroidOne", 16675 "AndroidOne",
16651 "GalaxyS3" 16676 "GalaxyS3"
16652 ], 16677 ],
16653 "name": [ 16678 "name": [
16654 "filterfastbounds" 16679 "filterfastbounds"
16655 ], 16680 ],
16656 "os": [ 16681 "os": [
16657 "Android" 16682 "Android"
16658 ], 16683 ],
16659 "source_type": [ 16684 "source_type": [
16660 "gm" 16685 "gm"
16661 ] 16686 ]
16662 }, 16687 },
16663 "69ee6aeaef96a3c45016dfaaab9d136f": { 16688 "69ee6aeaef96a3c45016dfaaab9d136f": {
16664 "arch": [ 16689 "arch": [
16665 "Arm7" 16690 "Arm7"
16666 ], 16691 ],
16667 "builder": [ 16692 "builder": [
16668 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Debug", 16693 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Debug",
16669 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release" 16694 "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release"
16670 ], 16695 ],
16671 "compiler": [ 16696 "compiler": [
16672 "GCC" 16697 "GCC"
16673 ], 16698 ],
16674 "config": [ 16699 "config": [
16675 "msaa4" 16700 "msaa4"
16676 ], 16701 ],
16677 "configuration": [ 16702 "configuration": [
16678 "Debug", 16703 "Debug",
16679 "Release" 16704 "Release"
16680 ], 16705 ],
16681 "cpu_or_gpu": [ 16706 "cpu_or_gpu": [
16682 "GPU" 16707 "GPU"
16683 ], 16708 ],
16684 "cpu_or_gpu_value": [ 16709 "cpu_or_gpu_value": [
16685 "Adreno330" 16710 "Adreno330"
16686 ], 16711 ],
16687 "ext": [ 16712 "ext": [
16688 "png" 16713 "png"
16689 ], 16714 ],
16690 "gamma_correct": [ 16715 "gamma_correct": [
16691 "no" 16716 "no"
16692 ], 16717 ],
16693 "model": [ 16718 "model": [
16694 "Nexus5" 16719 "Nexus5"
16695 ], 16720 ],
16696 "name": [ 16721 "name": [
16697 "filterfastbounds" 16722 "filterfastbounds"
16698 ], 16723 ],
16699 "os": [ 16724 "os": [
16700 "Android" 16725 "Android"
16701 ], 16726 ],
16702 "source_type": [ 16727 "source_type": [
16703 "gm" 16728 "gm"
16704 ] 16729 ]
16705 }, 16730 },
16706 "6cbdd98555938436e0aa1c08c525bf21": { 16731 "6cbdd98555938436e0aa1c08c525bf21": {
16707 "arch": [ 16732 "arch": [
16708 "Arm64" 16733 "Arm64"
16709 ], 16734 ],
16710 "builder": [ 16735 "builder": [
16711 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug", 16736 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug",
16712 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Release" 16737 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Release"
16713 ], 16738 ],
16714 "compiler": [ 16739 "compiler": [
16715 "GCC" 16740 "GCC"
16716 ], 16741 ],
16717 "config": [ 16742 "config": [
16718 "msaa4" 16743 "msaa4"
16719 ], 16744 ],
16720 "configuration": [ 16745 "configuration": [
16721 "Debug", 16746 "Debug",
16722 "Release" 16747 "Release"
16723 ], 16748 ],
16724 "cpu_or_gpu": [ 16749 "cpu_or_gpu": [
16725 "GPU" 16750 "GPU"
16726 ], 16751 ],
16727 "cpu_or_gpu_value": [ 16752 "cpu_or_gpu_value": [
16728 "TegraX1" 16753 "TegraX1"
16729 ], 16754 ],
16730 "ext": [ 16755 "ext": [
16731 "png" 16756 "png"
16732 ], 16757 ],
16733 "gamma_correct": [ 16758 "gamma_correct": [
16734 "no" 16759 "no"
16735 ], 16760 ],
16736 "model": [ 16761 "model": [
16737 "NVIDIA_Shield" 16762 "NVIDIA_Shield"
16738 ], 16763 ],
16739 "name": [ 16764 "name": [
16740 "filterfastbounds" 16765 "filterfastbounds"
16741 ], 16766 ],
16742 "os": [ 16767 "os": [
16743 "Android" 16768 "Android"
16744 ], 16769 ],
16745 "source_type": [ 16770 "source_type": [
16746 "gm" 16771 "gm"
16747 ] 16772 ]
16748 }, 16773 },
16749 "7a8b3cd9204b04a5a5f129c3fc7cf2d8": { 16774 "7a8b3cd9204b04a5a5f129c3fc7cf2d8": {
16750 "arch": [ 16775 "arch": [
16751 "Arm7" 16776 "Arm7"
16752 ], 16777 ],
16753 "builder": [ 16778 "builder": [
16754 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Debug", 16779 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Debug",
16755 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Release", 16780 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Release",
16756 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug", 16781 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug",
16757 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Release" 16782 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Release"
16758 ], 16783 ],
16759 "compiler": [ 16784 "compiler": [
16760 "GCC" 16785 "GCC"
16761 ], 16786 ],
16762 "config": [ 16787 "config": [
16763 "msaa4" 16788 "msaa4"
16764 ], 16789 ],
16765 "configuration": [ 16790 "configuration": [
16766 "Debug", 16791 "Debug",
16767 "Release" 16792 "Release"
16768 ], 16793 ],
16769 "cpu_or_gpu": [ 16794 "cpu_or_gpu": [
16770 "GPU" 16795 "GPU"
16771 ], 16796 ],
16772 "cpu_or_gpu_value": [ 16797 "cpu_or_gpu_value": [
16773 "Mali400", 16798 "Mali400",
16774 "Mali400MP2" 16799 "Mali400MP2"
16775 ], 16800 ],
16776 "ext": [ 16801 "ext": [
16777 "png" 16802 "png"
16778 ], 16803 ],
16779 "gamma_correct": [ 16804 "gamma_correct": [
16780 "no" 16805 "no"
16781 ], 16806 ],
16782 "model": [ 16807 "model": [
16783 "AndroidOne", 16808 "AndroidOne",
16784 "GalaxyS3" 16809 "GalaxyS3"
16785 ], 16810 ],
16786 "name": [ 16811 "name": [
16787 "filterfastbounds" 16812 "filterfastbounds"
16788 ], 16813 ],
16789 "os": [ 16814 "os": [
16790 "Android" 16815 "Android"
16791 ], 16816 ],
16792 "source_type": [ 16817 "source_type": [
16793 "gm" 16818 "gm"
16794 ] 16819 ]
16795 }, 16820 },
16796 "8af851e7f61d1649089a39a0be361fe4": { 16821 "8af851e7f61d1649089a39a0be361fe4": {
16797 "arch": [ 16822 "arch": [
16798 "x86_64" 16823 "x86_64"
16799 ], 16824 ],
16800 "builder": [ 16825 "builder": [
16801 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Debug-Trybot", 16826 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Debug-Trybot",
16802 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release" 16827 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release"
16803 ], 16828 ],
16804 "compiler": [ 16829 "compiler": [
16805 "MSVC" 16830 "MSVC"
16806 ], 16831 ],
16807 "config": [ 16832 "config": [
16808 "msaa16" 16833 "msaa16"
16809 ], 16834 ],
16810 "configuration": [ 16835 "configuration": [
16811 "Debug", 16836 "Debug",
16812 "Release" 16837 "Release"
16813 ], 16838 ],
16814 "cpu_or_gpu": [ 16839 "cpu_or_gpu": [
16815 "GPU" 16840 "GPU"
16816 ], 16841 ],
16817 "cpu_or_gpu_value": [ 16842 "cpu_or_gpu_value": [
16818 "HD7770" 16843 "HD7770"
16819 ], 16844 ],
16820 "ext": [ 16845 "ext": [
16821 "png" 16846 "png"
16822 ], 16847 ],
16823 "gamma_correct": [ 16848 "gamma_correct": [
16824 "no" 16849 "no"
16825 ], 16850 ],
16826 "model": [ 16851 "model": [
16827 "ShuttleA" 16852 "ShuttleA"
16828 ], 16853 ],
16829 "name": [ 16854 "name": [
16830 "filterfastbounds" 16855 "filterfastbounds"
16831 ], 16856 ],
16832 "os": [ 16857 "os": [
16833 "Win8" 16858 "Win8"
16834 ], 16859 ],
16835 "source_type": [ 16860 "source_type": [
16836 "gm" 16861 "gm"
16837 ] 16862 ]
16838 }, 16863 },
16839 "90f17b56481e7ac0cc430f15d7e1642b": { 16864 "90f17b56481e7ac0cc430f15d7e1642b": {
16840 "arch": [ 16865 "arch": [
16841 "x86_64" 16866 "x86_64"
16842 ], 16867 ],
16843 "builder": [ 16868 "builder": [
16844 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Debug", 16869 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Debug",
16845 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Debug-ANGLE", 16870 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Debug-ANGLE",
16846 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release", 16871 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release",
16847 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-ANGLE" 16872 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-ANGLE"
16848 ], 16873 ],
16849 "compiler": [ 16874 "compiler": [
16850 "MSVC" 16875 "MSVC"
16851 ], 16876 ],
16852 "config": [ 16877 "config": [
16853 "gpu" 16878 "gpu"
16854 ], 16879 ],
16855 "configuration": [ 16880 "configuration": [
16856 "Debug", 16881 "Debug",
16857 "Release" 16882 "Release"
16858 ], 16883 ],
16859 "cpu_or_gpu": [ 16884 "cpu_or_gpu": [
16860 "GPU" 16885 "GPU"
16861 ], 16886 ],
16862 "cpu_or_gpu_value": [ 16887 "cpu_or_gpu_value": [
16863 "HD4600" 16888 "HD4600"
16864 ], 16889 ],
16865 "ext": [ 16890 "ext": [
16866 "png" 16891 "png"
16867 ], 16892 ],
16868 "extra_config": [ 16893 "extra_config": [
16869 "ANGLE" 16894 "ANGLE"
16870 ], 16895 ],
16871 "gamma_correct": [ 16896 "gamma_correct": [
16872 "no" 16897 "no"
16873 ], 16898 ],
16874 "model": [ 16899 "model": [
16875 "ShuttleB" 16900 "ShuttleB"
16876 ], 16901 ],
16877 "name": [ 16902 "name": [
16878 "filterfastbounds" 16903 "filterfastbounds"
16879 ], 16904 ],
16880 "os": [ 16905 "os": [
16881 "Win8" 16906 "Win8"
16882 ], 16907 ],
16883 "source_type": [ 16908 "source_type": [
16884 "gm" 16909 "gm"
16885 ] 16910 ]
16886 }, 16911 },
16887 "948aca6cdc9b4c70ad576d1c979b8962": { 16912 "948aca6cdc9b4c70ad576d1c979b8962": {
16888 "arch": [ 16913 "arch": [
16889 "Arm64" 16914 "Arm64"
16890 ], 16915 ],
16891 "builder": [ 16916 "builder": [
16892 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Debug", 16917 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Debug",
16893 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Release" 16918 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Release"
16894 ], 16919 ],
16895 "compiler": [ 16920 "compiler": [
16896 "GCC" 16921 "GCC"
16897 ], 16922 ],
16898 "config": [ 16923 "config": [
16899 "msaa4" 16924 "msaa4"
16900 ], 16925 ],
16901 "configuration": [ 16926 "configuration": [
16902 "Debug", 16927 "Debug",
16903 "Release" 16928 "Release"
16904 ], 16929 ],
16905 "cpu_or_gpu": [ 16930 "cpu_or_gpu": [
16906 "GPU" 16931 "GPU"
16907 ], 16932 ],
16908 "cpu_or_gpu_value": [ 16933 "cpu_or_gpu_value": [
16909 "TegraK1" 16934 "TegraK1"
16910 ], 16935 ],
16911 "ext": [ 16936 "ext": [
16912 "png" 16937 "png"
16913 ], 16938 ],
16914 "gamma_correct": [ 16939 "gamma_correct": [
16915 "no" 16940 "no"
16916 ], 16941 ],
16917 "model": [ 16942 "model": [
16918 "Nexus9" 16943 "Nexus9"
16919 ], 16944 ],
16920 "name": [ 16945 "name": [
16921 "filterfastbounds" 16946 "filterfastbounds"
16922 ], 16947 ],
16923 "os": [ 16948 "os": [
16924 "Android" 16949 "Android"
16925 ], 16950 ],
16926 "source_type": [ 16951 "source_type": [
16927 "gm" 16952 "gm"
16928 ] 16953 ]
16929 }, 16954 },
16930 "995b9c0bf3380106cef08464d251f7b4": { 16955 "995b9c0bf3380106cef08464d251f7b4": {
16931 "arch": [ 16956 "arch": [
16932 "Arm64" 16957 "Arm64"
16933 ], 16958 ],
16934 "builder": [ 16959 "builder": [
16935 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug", 16960 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug",
16936 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Release" 16961 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Release"
16937 ], 16962 ],
16938 "compiler": [ 16963 "compiler": [
16939 "GCC" 16964 "GCC"
16940 ], 16965 ],
16941 "config": [ 16966 "config": [
16942 "gpu" 16967 "gpu"
16943 ], 16968 ],
16944 "configuration": [ 16969 "configuration": [
16945 "Debug", 16970 "Debug",
16946 "Release" 16971 "Release"
16947 ], 16972 ],
16948 "cpu_or_gpu": [ 16973 "cpu_or_gpu": [
16949 "GPU" 16974 "GPU"
16950 ], 16975 ],
16951 "cpu_or_gpu_value": [ 16976 "cpu_or_gpu_value": [
16952 "TegraX1" 16977 "TegraX1"
16953 ], 16978 ],
16954 "ext": [ 16979 "ext": [
16955 "png" 16980 "png"
16956 ], 16981 ],
16957 "gamma_correct": [ 16982 "gamma_correct": [
16958 "no" 16983 "no"
16959 ], 16984 ],
16960 "model": [ 16985 "model": [
16961 "NVIDIA_Shield" 16986 "NVIDIA_Shield"
16962 ], 16987 ],
16963 "name": [ 16988 "name": [
16964 "filterfastbounds" 16989 "filterfastbounds"
16965 ], 16990 ],
16966 "os": [ 16991 "os": [
16967 "Android" 16992 "Android"
16968 ], 16993 ],
16969 "source_type": [ 16994 "source_type": [
16970 "gm" 16995 "gm"
16971 ] 16996 ]
16972 }, 16997 },
16973 "a14bcf11cc513677a23e61531fb5fa23": { 16998 "a14bcf11cc513677a23e61531fb5fa23": {
16974 "arch": [ 16999 "arch": [
16975 "Arm7" 17000 "Arm7"
16976 ], 17001 ],
16977 "builder": [ 17002 "builder": [
16978 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug", 17003 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug",
16979 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release" 17004 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release"
16980 ], 17005 ],
16981 "compiler": [ 17006 "compiler": [
16982 "Clang" 17007 "Clang"
16983 ], 17008 ],
16984 "config": [ 17009 "config": [
16985 "gpu" 17010 "gpu"
16986 ], 17011 ],
16987 "configuration": [ 17012 "configuration": [
16988 "Debug", 17013 "Debug",
16989 "Release" 17014 "Release"
16990 ], 17015 ],
16991 "cpu_or_gpu": [ 17016 "cpu_or_gpu": [
16992 "GPU" 17017 "GPU"
16993 ], 17018 ],
16994 "cpu_or_gpu_value": [ 17019 "cpu_or_gpu_value": [
16995 "SGX554" 17020 "SGX554"
16996 ], 17021 ],
16997 "ext": [ 17022 "ext": [
16998 "png" 17023 "png"
16999 ], 17024 ],
17000 "gamma_correct": [ 17025 "gamma_correct": [
17001 "no" 17026 "no"
17002 ], 17027 ],
17003 "model": [ 17028 "model": [
17004 "iPad4" 17029 "iPad4"
17005 ], 17030 ],
17006 "name": [ 17031 "name": [
17007 "filterfastbounds" 17032 "filterfastbounds"
17008 ], 17033 ],
17009 "os": [ 17034 "os": [
17010 "iOS" 17035 "iOS"
17011 ], 17036 ],
17012 "source_type": [ 17037 "source_type": [
17013 "gm" 17038 "gm"
17014 ] 17039 ]
17015 }, 17040 },
17016 "ad146cc5ffb80215b7275c8a1707429f": { 17041 "ad146cc5ffb80215b7275c8a1707429f": {
17017 "arch": [ 17042 "arch": [
17018 "x86_64" 17043 "x86_64"
17019 ], 17044 ],
17020 "builder": [ 17045 "builder": [
17021 "Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug", 17046 "Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug",
17022 "Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Release" 17047 "Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Release"
17023 ], 17048 ],
17024 "compiler": [ 17049 "compiler": [
17025 "Clang" 17050 "Clang"
17026 ], 17051 ],
17027 "config": [ 17052 "config": [
17028 "msaa16" 17053 "msaa16"
17029 ], 17054 ],
17030 "configuration": [ 17055 "configuration": [
17031 "Debug", 17056 "Debug",
17032 "Release" 17057 "Release"
17033 ], 17058 ],
17034 "cpu_or_gpu": [ 17059 "cpu_or_gpu": [
17035 "GPU" 17060 "GPU"
17036 ], 17061 ],
17037 "cpu_or_gpu_value": [ 17062 "cpu_or_gpu_value": [
17038 "GeForce320M" 17063 "GeForce320M"
17039 ], 17064 ],
17040 "ext": [ 17065 "ext": [
17041 "png" 17066 "png"
17042 ], 17067 ],
17043 "gamma_correct": [ 17068 "gamma_correct": [
17044 "no" 17069 "no"
17045 ], 17070 ],
17046 "model": [ 17071 "model": [
17047 "MacMini4.1" 17072 "MacMini4.1"
17048 ], 17073 ],
17049 "name": [ 17074 "name": [
17050 "filterfastbounds" 17075 "filterfastbounds"
17051 ], 17076 ],
17052 "os": [ 17077 "os": [
17053 "Mac" 17078 "Mac"
17054 ], 17079 ],
17055 "source_type": [ 17080 "source_type": [
17056 "gm" 17081 "gm"
17057 ] 17082 ]
17058 }, 17083 },
17059 "bd79594d41262ce4cb88e6cd6e862ab8": { 17084 "bd79594d41262ce4cb88e6cd6e862ab8": {
17060 "arch": [ 17085 "arch": [
17061 "Arm7" 17086 "Arm7"
17062 ], 17087 ],
17063 "builder": [ 17088 "builder": [
17064 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug", 17089 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug",
17065 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release" 17090 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release"
17066 ], 17091 ],
17067 "compiler": [ 17092 "compiler": [
17068 "GCC" 17093 "GCC"
17069 ], 17094 ],
17070 "config": [ 17095 "config": [
17071 "msaa4" 17096 "msaa4"
17072 ], 17097 ],
17073 "configuration": [ 17098 "configuration": [
17074 "Debug", 17099 "Debug",
17075 "Release" 17100 "Release"
17076 ], 17101 ],
17077 "cpu_or_gpu": [ 17102 "cpu_or_gpu": [
17078 "GPU" 17103 "GPU"
17079 ], 17104 ],
17080 "cpu_or_gpu_value": [ 17105 "cpu_or_gpu_value": [
17081 "Adreno420" 17106 "Adreno420"
17082 ], 17107 ],
17083 "ext": [ 17108 "ext": [
17084 "png" 17109 "png"
17085 ], 17110 ],
17086 "gamma_correct": [ 17111 "gamma_correct": [
17087 "no" 17112 "no"
17088 ], 17113 ],
17089 "model": [ 17114 "model": [
17090 "Nexus6" 17115 "Nexus6"
17091 ], 17116 ],
17092 "name": [ 17117 "name": [
17093 "filterfastbounds" 17118 "filterfastbounds"
17094 ], 17119 ],
17095 "os": [ 17120 "os": [
17096 "Android" 17121 "Android"
17097 ], 17122 ],
17098 "source_type": [ 17123 "source_type": [
17099 "gm" 17124 "gm"
17100 ] 17125 ]
17101 }, 17126 },
17102 "d10afe13f189047cbda77d7d8ced47f3": { 17127 "d10afe13f189047cbda77d7d8ced47f3": {
17103 "arch": [ 17128 "arch": [
17104 "x86_64" 17129 "x86_64"
17105 ], 17130 ],
17106 "builder": [ 17131 "builder": [
17107 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Debug", 17132 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Debug",
17108 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot" 17133 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot"
17109 ], 17134 ],
17110 "compiler": [ 17135 "compiler": [
17111 "GCC" 17136 "GCC"
17112 ], 17137 ],
17113 "config": [ 17138 "config": [
17114 "msaa16" 17139 "msaa16"
17115 ], 17140 ],
17116 "configuration": [ 17141 "configuration": [
17117 "Debug", 17142 "Debug",
17118 "Release" 17143 "Release"
17119 ], 17144 ],
17120 "cpu_or_gpu": [ 17145 "cpu_or_gpu": [
17121 "GPU" 17146 "GPU"
17122 ], 17147 ],
17123 "cpu_or_gpu_value": [ 17148 "cpu_or_gpu_value": [
17124 "GTX660" 17149 "GTX660"
17125 ], 17150 ],
17126 "ext": [ 17151 "ext": [
17127 "png" 17152 "png"
17128 ], 17153 ],
17129 "gamma_correct": [ 17154 "gamma_correct": [
17130 "no" 17155 "no"
17131 ], 17156 ],
17132 "model": [ 17157 "model": [
17133 "ShuttleA" 17158 "ShuttleA"
17134 ], 17159 ],
17135 "name": [ 17160 "name": [
17136 "filterfastbounds" 17161 "filterfastbounds"
17137 ], 17162 ],
17138 "os": [ 17163 "os": [
17139 "Ubuntu" 17164 "Ubuntu"
17140 ], 17165 ],
17141 "source_type": [ 17166 "source_type": [
17142 "gm" 17167 "gm"
17143 ] 17168 ]
17144 }, 17169 },
17145 "d45224e0c353bc1090853f52e37753b3": { 17170 "d45224e0c353bc1090853f52e37753b3": {
17146 "arch": [ 17171 "arch": [
17147 "x86_64" 17172 "x86_64"
17148 ], 17173 ],
17149 "builder": [ 17174 "builder": [
17150 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Debug-ZeroGPUCache" 17175 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Debug-ZeroGPUCache"
17151 ], 17176 ],
17152 "compiler": [ 17177 "compiler": [
17153 "GCC" 17178 "GCC"
17154 ], 17179 ],
17155 "config": [ 17180 "config": [
17156 "msaa16" 17181 "msaa16"
17157 ], 17182 ],
17158 "configuration": [ 17183 "configuration": [
17159 "Debug" 17184 "Debug"
17160 ], 17185 ],
17161 "cpu_or_gpu": [ 17186 "cpu_or_gpu": [
17162 "GPU" 17187 "GPU"
17163 ], 17188 ],
17164 "cpu_or_gpu_value": [ 17189 "cpu_or_gpu_value": [
17165 "GTX550Ti" 17190 "GTX550Ti"
17166 ], 17191 ],
17167 "ext": [ 17192 "ext": [
17168 "png" 17193 "png"
17169 ], 17194 ],
17170 "extra_config": [ 17195 "extra_config": [
17171 "ZeroGPUCache" 17196 "ZeroGPUCache"
17172 ], 17197 ],
17173 "gamma_correct": [ 17198 "gamma_correct": [
17174 "no" 17199 "no"
17175 ], 17200 ],
17176 "model": [ 17201 "model": [
17177 "ShuttleA" 17202 "ShuttleA"
17178 ], 17203 ],
17179 "name": [ 17204 "name": [
17180 "filterfastbounds" 17205 "filterfastbounds"
17181 ], 17206 ],
17182 "os": [ 17207 "os": [
17183 "Ubuntu" 17208 "Ubuntu"
17184 ], 17209 ],
17185 "source_type": [ 17210 "source_type": [
17186 "gm" 17211 "gm"
17187 ] 17212 ]
17188 }, 17213 },
17189 "d89329c61d228d2c87866a4c3dafa9ba": { 17214 "d89329c61d228d2c87866a4c3dafa9ba": {
17190 "arch": [ 17215 "arch": [
17191 "x86_64" 17216 "x86_64"
17192 ], 17217 ],
17193 "builder": [ 17218 "builder": [
17194 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug", 17219 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug",
17195 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer", 17220 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer",
17196 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Release" 17221 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Release"
17197 ], 17222 ],
17198 "compiler": [ 17223 "compiler": [
17199 "Clang" 17224 "Clang"
17200 ], 17225 ],
17201 "config": [ 17226 "config": [
17202 "msaa16" 17227 "msaa16"
17203 ], 17228 ],
17204 "configuration": [ 17229 "configuration": [
17205 "Debug", 17230 "Debug",
17206 "Release" 17231 "Release"
17207 ], 17232 ],
17208 "cpu_or_gpu": [ 17233 "cpu_or_gpu": [
17209 "GPU" 17234 "GPU"
17210 ], 17235 ],
17211 "cpu_or_gpu_value": [ 17236 "cpu_or_gpu_value": [
17212 "HD4000" 17237 "HD4000"
17213 ], 17238 ],
17214 "ext": [ 17239 "ext": [
17215 "png" 17240 "png"
17216 ], 17241 ],
17217 "extra_config": [ 17242 "extra_config": [
17218 "CommandBuffer" 17243 "CommandBuffer"
17219 ], 17244 ],
17220 "gamma_correct": [ 17245 "gamma_correct": [
17221 "no" 17246 "no"
17222 ], 17247 ],
17223 "model": [ 17248 "model": [
17224 "MacMini6.2" 17249 "MacMini6.2"
17225 ], 17250 ],
17226 "name": [ 17251 "name": [
17227 "filterfastbounds" 17252 "filterfastbounds"
17228 ], 17253 ],
17229 "os": [ 17254 "os": [
17230 "Mac" 17255 "Mac"
17231 ], 17256 ],
17232 "source_type": [ 17257 "source_type": [
17233 "gm" 17258 "gm"
17234 ] 17259 ]
17235 }, 17260 },
17236 "dcfcfb7ae99083ef4fff9fb86e43df93": { 17261 "dcfcfb7ae99083ef4fff9fb86e43df93": {
17237 "arch": [ 17262 "arch": [
17238 "x86_64" 17263 "x86_64"
17239 ], 17264 ],
17240 "builder": [ 17265 "builder": [
17241 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Debug", 17266 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Debug",
17242 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Debug-ANGLE", 17267 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Debug-ANGLE",
17243 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release", 17268 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release",
17244 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-ANGLE" 17269 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-ANGLE"
17245 ], 17270 ],
17246 "compiler": [ 17271 "compiler": [
17247 "MSVC" 17272 "MSVC"
17248 ], 17273 ],
17249 "config": [ 17274 "config": [
17250 "msaa16" 17275 "msaa16"
17251 ], 17276 ],
17252 "configuration": [ 17277 "configuration": [
17253 "Debug", 17278 "Debug",
17254 "Release" 17279 "Release"
17255 ], 17280 ],
17256 "cpu_or_gpu": [ 17281 "cpu_or_gpu": [
17257 "GPU" 17282 "GPU"
17258 ], 17283 ],
17259 "cpu_or_gpu_value": [ 17284 "cpu_or_gpu_value": [
17260 "HD4600" 17285 "HD4600"
17261 ], 17286 ],
17262 "ext": [ 17287 "ext": [
17263 "png" 17288 "png"
17264 ], 17289 ],
17265 "extra_config": [ 17290 "extra_config": [
17266 "ANGLE" 17291 "ANGLE"
17267 ], 17292 ],
17268 "gamma_correct": [ 17293 "gamma_correct": [
17269 "no" 17294 "no"
17270 ], 17295 ],
17271 "model": [ 17296 "model": [
17272 "ShuttleB" 17297 "ShuttleB"
17273 ], 17298 ],
17274 "name": [ 17299 "name": [
17275 "filterfastbounds" 17300 "filterfastbounds"
17276 ], 17301 ],
17277 "os": [ 17302 "os": [
17278 "Win8" 17303 "Win8"
17279 ], 17304 ],
17280 "source_type": [ 17305 "source_type": [
17281 "gm" 17306 "gm"
17282 ] 17307 ]
17283 }, 17308 },
17284 "e0e62daa5c6ea68b58fe5c4e14cc73c3": { 17309 "e0e62daa5c6ea68b58fe5c4e14cc73c3": {
17285 "arch": [ 17310 "arch": [
17286 "x86_64" 17311 "x86_64"
17287 ], 17312 ],
17288 "builder": [ 17313 "builder": [
17289 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Fast" 17314 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Fast"
17290 ], 17315 ],
17291 "compiler": [ 17316 "compiler": [
17292 "GCC" 17317 "GCC"
17293 ], 17318 ],
17294 "config": [ 17319 "config": [
17295 "tiles_rt-8888" 17320 "tiles_rt-8888"
17296 ], 17321 ],
17297 "configuration": [ 17322 "configuration": [
17298 "Release" 17323 "Release"
17299 ], 17324 ],
17300 "cpu_or_gpu": [ 17325 "cpu_or_gpu": [
17301 "CPU" 17326 "CPU"
17302 ], 17327 ],
17303 "cpu_or_gpu_value": [ 17328 "cpu_or_gpu_value": [
17304 "AVX2" 17329 "AVX2"
17305 ], 17330 ],
17306 "ext": [ 17331 "ext": [
17307 "png" 17332 "png"
17308 ], 17333 ],
17309 "extra_config": [ 17334 "extra_config": [
17310 "Fast" 17335 "Fast"
17311 ], 17336 ],
17312 "gamma_correct": [ 17337 "gamma_correct": [
17313 "no" 17338 "no"
17314 ], 17339 ],
17315 "model": [ 17340 "model": [
17316 "GCE" 17341 "GCE"
17317 ], 17342 ],
17318 "name": [ 17343 "name": [
17319 "filterfastbounds" 17344 "filterfastbounds"
17320 ], 17345 ],
17321 "os": [ 17346 "os": [
17322 "Ubuntu" 17347 "Ubuntu"
17323 ], 17348 ],
17324 "source_type": [ 17349 "source_type": [
17325 "gm" 17350 "gm"
17326 ] 17351 ]
17327 }, 17352 },
17328 "e31135c1ac5e358f2f8696f825415106": { 17353 "e31135c1ac5e358f2f8696f825415106": {
17329 "arch": [ 17354 "arch": [
17330 "Arm7" 17355 "Arm7"
17331 ], 17356 ],
17332 "builder": [ 17357 "builder": [
17333 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Debug" 17358 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Debug"
17334 ], 17359 ],
17335 "compiler": [ 17360 "compiler": [
17336 "GCC" 17361 "GCC"
17337 ], 17362 ],
17338 "config": [ 17363 "config": [
17339 "msaa4" 17364 "msaa4"
17340 ], 17365 ],
17341 "configuration": [ 17366 "configuration": [
17342 "Debug" 17367 "Debug"
17343 ], 17368 ],
17344 "cpu_or_gpu": [ 17369 "cpu_or_gpu": [
17345 "GPU" 17370 "GPU"
17346 ], 17371 ],
17347 "cpu_or_gpu_value": [ 17372 "cpu_or_gpu_value": [
17348 "Mali400MP2" 17373 "Mali400MP2"
17349 ], 17374 ],
17350 "ext": [ 17375 "ext": [
17351 "png" 17376 "png"
17352 ], 17377 ],
17353 "gamma_correct": [ 17378 "gamma_correct": [
17354 "no" 17379 "no"
17355 ], 17380 ],
17356 "model": [ 17381 "model": [
17357 "AndroidOne" 17382 "AndroidOne"
17358 ], 17383 ],
17359 "name": [ 17384 "name": [
17360 "filterfastbounds" 17385 "filterfastbounds"
17361 ], 17386 ],
17362 "os": [ 17387 "os": [
17363 "Android" 17388 "Android"
17364 ], 17389 ],
17365 "source_type": [ 17390 "source_type": [
17366 "gm" 17391 "gm"
17367 ] 17392 ]
17368 }, 17393 },
17369 "e64963ec97a4ecb8d15439e0c0ed0d35": { 17394 "e64963ec97a4ecb8d15439e0c0ed0d35": {
17370 "arch": [ 17395 "arch": [
17371 "Arm7" 17396 "Arm7"
17372 ], 17397 ],
17373 "builder": [ 17398 "builder": [
17374 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug", 17399 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug",
17375 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release" 17400 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release"
17376 ], 17401 ],
17377 "compiler": [ 17402 "compiler": [
17378 "GCC" 17403 "GCC"
17379 ], 17404 ],
17380 "config": [ 17405 "config": [
17381 "gpu" 17406 "gpu"
17382 ], 17407 ],
17383 "configuration": [ 17408 "configuration": [
17384 "Debug", 17409 "Debug",
17385 "Release" 17410 "Release"
17386 ], 17411 ],
17387 "cpu_or_gpu": [ 17412 "cpu_or_gpu": [
17388 "GPU" 17413 "GPU"
17389 ], 17414 ],
17390 "cpu_or_gpu_value": [ 17415 "cpu_or_gpu_value": [
17391 "Adreno420" 17416 "Adreno420"
17392 ], 17417 ],
17393 "ext": [ 17418 "ext": [
17394 "png" 17419 "png"
17395 ], 17420 ],
17396 "gamma_correct": [ 17421 "gamma_correct": [
17397 "no" 17422 "no"
17398 ], 17423 ],
17399 "model": [ 17424 "model": [
17400 "Nexus6" 17425 "Nexus6"
17401 ], 17426 ],
17402 "name": [ 17427 "name": [
17403 "filterfastbounds" 17428 "filterfastbounds"
17404 ], 17429 ],
17405 "os": [ 17430 "os": [
17406 "Android" 17431 "Android"
17407 ], 17432 ],
17408 "source_type": [ 17433 "source_type": [
17409 "gm" 17434 "gm"
17410 ] 17435 ]
17411 }, 17436 },
17412 "eee5bac7f5fb6d5152f99d60858cc953": { 17437 "eee5bac7f5fb6d5152f99d60858cc953": {
17413 "arch": [ 17438 "arch": [
17414 "Arm64", 17439 "Arm64",
17415 "x86_64" 17440 "x86_64"
17416 ], 17441 ],
17417 "builder": [ 17442 "builder": [
17418 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Debug", 17443 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Debug",
17419 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Release", 17444 "Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Release",
17420 "Test-Win8-MSVC-ShuttleA-GPU-GTX960-x86_64-Debug", 17445 "Test-Win8-MSVC-ShuttleA-GPU-GTX960-x86_64-Debug",
17421 "Test-Win8-MSVC-ShuttleA-GPU-GTX960-x86_64-Release-Trybot" 17446 "Test-Win8-MSVC-ShuttleA-GPU-GTX960-x86_64-Release-Trybot"
17422 ], 17447 ],
17423 "compiler": [ 17448 "compiler": [
17424 "GCC", 17449 "GCC",
17425 "MSVC" 17450 "MSVC"
17426 ], 17451 ],
17427 "config": [ 17452 "config": [
17428 "gpu" 17453 "gpu"
17429 ], 17454 ],
17430 "configuration": [ 17455 "configuration": [
17431 "Debug", 17456 "Debug",
17432 "Release" 17457 "Release"
17433 ], 17458 ],
17434 "cpu_or_gpu": [ 17459 "cpu_or_gpu": [
17435 "GPU" 17460 "GPU"
17436 ], 17461 ],
17437 "cpu_or_gpu_value": [ 17462 "cpu_or_gpu_value": [
17438 "GTX960", 17463 "GTX960",
17439 "TegraK1" 17464 "TegraK1"
17440 ], 17465 ],
17441 "ext": [ 17466 "ext": [
17442 "png" 17467 "png"
17443 ], 17468 ],
17444 "gamma_correct": [ 17469 "gamma_correct": [
17445 "no" 17470 "no"
17446 ], 17471 ],
17447 "model": [ 17472 "model": [
17448 "Nexus9", 17473 "Nexus9",
17449 "ShuttleA" 17474 "ShuttleA"
17450 ], 17475 ],
17451 "name": [ 17476 "name": [
17452 "filterfastbounds" 17477 "filterfastbounds"
17453 ], 17478 ],
17454 "os": [ 17479 "os": [
17455 "Android", 17480 "Android",
17456 "Win8" 17481 "Win8"
17457 ], 17482 ],
17458 "source_type": [ 17483 "source_type": [
17459 "gm" 17484 "gm"
17460 ] 17485 ]
17461 }, 17486 },
17462 "f132882581937c2af750fc845a02d4a5": { 17487 "f132882581937c2af750fc845a02d4a5": {
17463 "arch": [ 17488 "arch": [
17464 "Arm64", 17489 "Arm64",
17465 "Arm7", 17490 "Arm7",
17466 "x86", 17491 "x86",
17467 "x86_64" 17492 "x86_64"
17468 ], 17493 ],
17469 "builder": [ 17494 "builder": [
17470 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Debug", 17495 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Debug",
17471 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Release", 17496 "Test-Android-GCC-Nexus5-CPU-NEON-Arm7-Release",
17472 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Debug", 17497 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Debug",
17473 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Release", 17498 "Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Release",
17474 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug", 17499 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug",
17475 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Release", 17500 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Release",
17476 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug", 17501 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug",
17477 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release", 17502 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release",
17478 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug", 17503 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug",
17479 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAG ECACHE", 17504 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAG ECACHE",
17480 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot", 17505 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot",
17481 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release", 17506 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release",
17482 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Fast", 17507 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Fast",
17483 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot", 17508 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot",
17484 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot", 17509 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot",
17485 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Debug-Trybot", 17510 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Debug-Trybot",
17486 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Release-Trybot", 17511 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Release-Trybot",
17487 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug", 17512 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug",
17488 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug-GDI", 17513 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Debug-GDI",
17489 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-GDI", 17514 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-GDI",
17490 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot" 17515 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot"
17491 ], 17516 ],
17492 "compiler": [ 17517 "compiler": [
17493 "Clang", 17518 "Clang",
17494 "GCC", 17519 "GCC",
17495 "MSVC" 17520 "MSVC"
17496 ], 17521 ],
17497 "config": [ 17522 "config": [
17498 "565" 17523 "565"
17499 ], 17524 ],
17500 "configuration": [ 17525 "configuration": [
17501 "Debug", 17526 "Debug",
17502 "Release" 17527 "Release"
17503 ], 17528 ],
17504 "cpu_or_gpu": [ 17529 "cpu_or_gpu": [
17505 "CPU" 17530 "CPU"
17506 ], 17531 ],
17507 "cpu_or_gpu_value": [ 17532 "cpu_or_gpu_value": [
17508 "AVX", 17533 "AVX",
17509 "AVX2", 17534 "AVX2",
17510 "Denver", 17535 "Denver",
17511 "NEON" 17536 "NEON"
17512 ], 17537 ],
17513 "ext": [ 17538 "ext": [
17514 "png" 17539 "png"
17515 ], 17540 ],
17516 "extra_config": [ 17541 "extra_config": [
17517 "Fast", 17542 "Fast",
17518 "GDI", 17543 "GDI",
17519 "SKNX_NO_SIMD", 17544 "SKNX_NO_SIMD",
17520 "SK_USE_DISCARDABLE_SCALEDIMAGECACHE", 17545 "SK_USE_DISCARDABLE_SCALEDIMAGECACHE",
17521 "Shared" 17546 "Shared"
17522 ], 17547 ],
17523 "gamma_correct": [ 17548 "gamma_correct": [
17524 "no" 17549 "no"
17525 ], 17550 ],
17526 "model": [ 17551 "model": [
17527 "GCE", 17552 "GCE",
17528 "Link", 17553 "Link",
17529 "MacMini6.2", 17554 "MacMini6.2",
17530 "Nexus5", 17555 "Nexus5",
17531 "Nexus9", 17556 "Nexus9",
17532 "ShuttleB" 17557 "ShuttleB"
17533 ], 17558 ],
17534 "name": [ 17559 "name": [
17535 "filterfastbounds" 17560 "filterfastbounds"
17536 ], 17561 ],
17537 "os": [ 17562 "os": [
17538 "Android", 17563 "Android",
17539 "ChromeOS", 17564 "ChromeOS",
17540 "Mac", 17565 "Mac",
17541 "Ubuntu", 17566 "Ubuntu",
17542 "Win8" 17567 "Win8"
17543 ], 17568 ],
17544 "source_type": [ 17569 "source_type": [
17545 "gm" 17570 "gm"
17546 ] 17571 ]
17547 }, 17572 },
17548 "fa8175cc18a8c646e3b00d96af9e66ab": { 17573 "fa8175cc18a8c646e3b00d96af9e66ab": {
17549 "arch": [ 17574 "arch": [
17550 "x86_64" 17575 "x86_64"
17551 ], 17576 ],
17552 "builder": [ 17577 "builder": [
17553 "Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug", 17578 "Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug",
17554 "Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Release" 17579 "Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Release"
17555 ], 17580 ],
17556 "compiler": [ 17581 "compiler": [
17557 "Clang" 17582 "Clang"
17558 ], 17583 ],
17559 "config": [ 17584 "config": [
17560 "gpu" 17585 "gpu"
17561 ], 17586 ],
17562 "configuration": [ 17587 "configuration": [
17563 "Debug", 17588 "Debug",
17564 "Release" 17589 "Release"
17565 ], 17590 ],
17566 "cpu_or_gpu": [ 17591 "cpu_or_gpu": [
17567 "GPU" 17592 "GPU"
17568 ], 17593 ],
17569 "cpu_or_gpu_value": [ 17594 "cpu_or_gpu_value": [
17570 "GeForce320M" 17595 "GeForce320M"
17571 ], 17596 ],
17572 "ext": [ 17597 "ext": [
17573 "png" 17598 "png"
17574 ], 17599 ],
17575 "gamma_correct": [ 17600 "gamma_correct": [
17576 "no" 17601 "no"
17577 ], 17602 ],
17578 "model": [ 17603 "model": [
17579 "MacMini4.1" 17604 "MacMini4.1"
17580 ], 17605 ],
17581 "name": [ 17606 "name": [
17582 "filterfastbounds" 17607 "filterfastbounds"
17583 ], 17608 ],
17584 "os": [ 17609 "os": [
17585 "Mac" 17610 "Mac"
17586 ], 17611 ],
17587 "source_type": [ 17612 "source_type": [
17588 "gm" 17613 "gm"
17589 ] 17614 ]
17590 }, 17615 },
17591 "fce1e561011532edbd042e7b700f8aab": { 17616 "fce1e561011532edbd042e7b700f8aab": {
17592 "arch": [ 17617 "arch": [
17593 "Arm7" 17618 "Arm7"
17594 ], 17619 ],
17595 "builder": [ 17620 "builder": [
17596 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Release" 17621 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Release"
17597 ], 17622 ],
17598 "compiler": [ 17623 "compiler": [
17599 "GCC" 17624 "GCC"
17600 ], 17625 ],
17601 "config": [ 17626 "config": [
17602 "msaa4" 17627 "msaa4"
17603 ], 17628 ],
17604 "configuration": [ 17629 "configuration": [
17605 "Release" 17630 "Release"
17606 ], 17631 ],
17607 "cpu_or_gpu": [ 17632 "cpu_or_gpu": [
17608 "GPU" 17633 "GPU"
17609 ], 17634 ],
17610 "cpu_or_gpu_value": [ 17635 "cpu_or_gpu_value": [
17611 "Mali400MP2" 17636 "Mali400MP2"
17612 ], 17637 ],
17613 "ext": [ 17638 "ext": [
17614 "png" 17639 "png"
17615 ], 17640 ],
17616 "gamma_correct": [ 17641 "gamma_correct": [
17617 "no" 17642 "no"
17618 ], 17643 ],
17619 "model": [ 17644 "model": [
17620 "AndroidOne" 17645 "AndroidOne"
17621 ], 17646 ],
17622 "name": [ 17647 "name": [
17623 "filterfastbounds" 17648 "filterfastbounds"
17624 ], 17649 ],
17625 "os": [ 17650 "os": [
17626 "Android" 17651 "Android"
17627 ], 17652 ],
17628 "source_type": [ 17653 "source_type": [
17629 "gm" 17654 "gm"
17630 ] 17655 ]
17631 }, 17656 },
17632 "fd82684bb826eef358292a7d876050b3": { 17657 "fd82684bb826eef358292a7d876050b3": {
17633 "arch": [ 17658 "arch": [
17634 "Arm7" 17659 "Arm7"
17635 ], 17660 ],
17636 "builder": [ 17661 "builder": [
17637 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", 17662 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug",
17638 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release" 17663 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release"
17639 ], 17664 ],
17640 "compiler": [ 17665 "compiler": [
17641 "GCC" 17666 "GCC"
17642 ], 17667 ],
17643 "config": [ 17668 "config": [
17644 "gpu" 17669 "gpu"
17645 ], 17670 ],
17646 "configuration": [ 17671 "configuration": [
17647 "Debug", 17672 "Debug",
17648 "Release" 17673 "Release"
17649 ], 17674 ],
17650 "cpu_or_gpu": [ 17675 "cpu_or_gpu": [
17651 "GPU" 17676 "GPU"
17652 ], 17677 ],
17653 "cpu_or_gpu_value": [ 17678 "cpu_or_gpu_value": [
17654 "Tegra3" 17679 "Tegra3"
17655 ], 17680 ],
17656 "ext": [ 17681 "ext": [
17657 "png" 17682 "png"
17658 ], 17683 ],
17659 "gamma_correct": [ 17684 "gamma_correct": [
17660 "no" 17685 "no"
17661 ], 17686 ],
17662 "model": [ 17687 "model": [
17663 "Nexus7" 17688 "Nexus7"
17664 ], 17689 ],
17665 "name": [ 17690 "name": [
17666 "filterfastbounds" 17691 "filterfastbounds"
17667 ], 17692 ],
17668 "os": [ 17693 "os": [
17669 "Android" 17694 "Android"
17670 ], 17695 ],
17671 "source_type": [ 17696 "source_type": [
17672 "gm" 17697 "gm"
17673 ] 17698 ]
17674 } 17699 }
17675 } 17700 }
17676 }; 17701 };
17677 17702
17678 testdata.triageLogResults = { 17703 testdata.triageLogResults = {
17679 "data": [ 17704 "data": [
17680 { 17705 {
17681 "changeCount": 1, 17706 "changeCount": 1,
17682 "details": null, 17707 "details": null,
17683 "id": 59146, 17708 "id": 59146,
17684 "name": "robertphillips@example.com", 17709 "name": "robertphillips@example.com",
17685 "ts": 1461017776858, 17710 "ts": 1461017776858,
17686 "undoChangeId": 0 17711 "undoChangeId": 0
17687 }, 17712 },
17688 { 17713 {
17689 "changeCount": 1, 17714 "changeCount": 1,
17690 "details": null, 17715 "details": null,
17691 "id": 59145, 17716 "id": 59145,
17692 "name": "robertphillips@example.com", 17717 "name": "robertphillips@example.com",
17693 "ts": 1460929907600, 17718 "ts": 1460929907600,
17694 "undoChangeId": 0 17719 "undoChangeId": 0
17695 }, 17720 },
17696 { 17721 {
17697 "changeCount": 1, 17722 "changeCount": 1,
17698 "details": null, 17723 "details": null,
17699 "id": 59144, 17724 "id": 59144,
17700 "name": "robertphillips@example.com", 17725 "name": "robertphillips@example.com",
17701 "ts": 1460929859065, 17726 "ts": 1460929859065,
17702 "undoChangeId": 0 17727 "undoChangeId": 0
17703 }, 17728 },
17704 { 17729 {
17705 "changeCount": 1, 17730 "changeCount": 1,
17706 "details": null, 17731 "details": null,
17707 "id": 59143, 17732 "id": 59143,
17708 "name": "robertphillips@example.com", 17733 "name": "robertphillips@example.com",
17709 "ts": 1460929831550, 17734 "ts": 1460929831550,
17710 "undoChangeId": 0 17735 "undoChangeId": 0
17711 }, 17736 },
17712 { 17737 {
17713 "changeCount": 1, 17738 "changeCount": 1,
17714 "details": null, 17739 "details": null,
17715 "id": 59142, 17740 "id": 59142,
17716 "name": "robertphillips@example.com", 17741 "name": "robertphillips@example.com",
17717 "ts": 1460898965143, 17742 "ts": 1460898965143,
17718 "undoChangeId": 0 17743 "undoChangeId": 0
17719 }, 17744 },
17720 { 17745 {
17721 "changeCount": 1, 17746 "changeCount": 1,
17722 "details": null, 17747 "details": null,
17723 "id": 59141, 17748 "id": 59141,
17724 "name": "robertphillips@example.com", 17749 "name": "robertphillips@example.com",
17725 "ts": 1460898943563, 17750 "ts": 1460898943563,
17726 "undoChangeId": 0 17751 "undoChangeId": 0
17727 }, 17752 },
17728 { 17753 {
17729 "changeCount": 1, 17754 "changeCount": 1,
17730 "details": null, 17755 "details": null,
17731 "id": 59140, 17756 "id": 59140,
17732 "name": "robertphillips@example.com", 17757 "name": "robertphillips@example.com",
17733 "ts": 1460898924313, 17758 "ts": 1460898924313,
17734 "undoChangeId": 0 17759 "undoChangeId": 0
17735 }, 17760 },
17736 { 17761 {
17737 "changeCount": 1, 17762 "changeCount": 1,
17738 "details": null, 17763 "details": null,
17739 "id": 59139, 17764 "id": 59139,
17740 "name": "robertphillips@example.com", 17765 "name": "robertphillips@example.com",
17741 "ts": 1460898916399, 17766 "ts": 1460898916399,
17742 "undoChangeId": 0 17767 "undoChangeId": 0
17743 }, 17768 },
17744 { 17769 {
17745 "changeCount": 1, 17770 "changeCount": 1,
17746 "details": null, 17771 "details": null,
17747 "id": 59138, 17772 "id": 59138,
17748 "name": "robertphillips@example.com", 17773 "name": "robertphillips@example.com",
17749 "ts": 1460898909745, 17774 "ts": 1460898909745,
17750 "undoChangeId": 0 17775 "undoChangeId": 0
17751 }, 17776 },
17752 { 17777 {
17753 "changeCount": 1, 17778 "changeCount": 1,
17754 "details": null, 17779 "details": null,
17755 "id": 59137, 17780 "id": 59137,
17756 "name": "robertphillips@example.com", 17781 "name": "robertphillips@example.com",
17757 "ts": 1460898900908, 17782 "ts": 1460898900908,
17758 "undoChangeId": 0 17783 "undoChangeId": 0
17759 }, 17784 },
17760 { 17785 {
17761 "changeCount": 1, 17786 "changeCount": 1,
17762 "details": null, 17787 "details": null,
17763 "id": 59136, 17788 "id": 59136,
17764 "name": "robertphillips@example.com", 17789 "name": "robertphillips@example.com",
17765 "ts": 1460898894865, 17790 "ts": 1460898894865,
17766 "undoChangeId": 0 17791 "undoChangeId": 0
17767 }, 17792 },
17768 { 17793 {
17769 "changeCount": 1, 17794 "changeCount": 1,
17770 "details": null, 17795 "details": null,
17771 "id": 59135, 17796 "id": 59135,
17772 "name": "robertphillips@example.com", 17797 "name": "robertphillips@example.com",
17773 "ts": 1460898888034, 17798 "ts": 1460898888034,
17774 "undoChangeId": 0 17799 "undoChangeId": 0
17775 }, 17800 },
17776 { 17801 {
17777 "changeCount": 1, 17802 "changeCount": 1,
17778 "details": null, 17803 "details": null,
17779 "id": 59134, 17804 "id": 59134,
17780 "name": "robertphillips@example.com", 17805 "name": "robertphillips@example.com",
17781 "ts": 1460898880285, 17806 "ts": 1460898880285,
17782 "undoChangeId": 0 17807 "undoChangeId": 0
17783 }, 17808 },
17784 { 17809 {
17785 "changeCount": 1, 17810 "changeCount": 1,
17786 "details": null, 17811 "details": null,
17787 "id": 59133, 17812 "id": 59133,
17788 "name": "robertphillips@example.com", 17813 "name": "robertphillips@example.com",
17789 "ts": 1460898872647, 17814 "ts": 1460898872647,
17790 "undoChangeId": 0 17815 "undoChangeId": 0
17791 }, 17816 },
17792 { 17817 {
17793 "changeCount": 1, 17818 "changeCount": 1,
17794 "details": null, 17819 "details": null,
17795 "id": 59132, 17820 "id": 59132,
17796 "name": "robertphillips@example.com", 17821 "name": "robertphillips@example.com",
17797 "ts": 1460898865559, 17822 "ts": 1460898865559,
17798 "undoChangeId": 0 17823 "undoChangeId": 0
17799 }, 17824 },
17800 { 17825 {
17801 "changeCount": 1, 17826 "changeCount": 1,
17802 "details": null, 17827 "details": null,
17803 "id": 59131, 17828 "id": 59131,
17804 "name": "robertphillips@example.com", 17829 "name": "robertphillips@example.com",
17805 "ts": 1460898858716, 17830 "ts": 1460898858716,
17806 "undoChangeId": 0 17831 "undoChangeId": 0
17807 }, 17832 },
17808 { 17833 {
17809 "changeCount": 1, 17834 "changeCount": 1,
17810 "details": null, 17835 "details": null,
17811 "id": 59130, 17836 "id": 59130,
17812 "name": "robertphillips@example.com", 17837 "name": "robertphillips@example.com",
17813 "ts": 1460898834458, 17838 "ts": 1460898834458,
17814 "undoChangeId": 0 17839 "undoChangeId": 0
17815 }, 17840 },
17816 { 17841 {
17817 "changeCount": 1, 17842 "changeCount": 1,
17818 "details": null, 17843 "details": null,
17819 "id": 59129, 17844 "id": 59129,
17820 "name": "robertphillips@example.com", 17845 "name": "robertphillips@example.com",
17821 "ts": 1460898811764, 17846 "ts": 1460898811764,
17822 "undoChangeId": 0 17847 "undoChangeId": 0
17823 }, 17848 },
17824 { 17849 {
17825 "changeCount": 1, 17850 "changeCount": 1,
17826 "details": null, 17851 "details": null,
17827 "id": 59128, 17852 "id": 59128,
17828 "name": "robertphillips@example.com", 17853 "name": "robertphillips@example.com",
17829 "ts": 1460898784579, 17854 "ts": 1460898784579,
17830 "undoChangeId": 0 17855 "undoChangeId": 0
17831 }, 17856 },
17832 { 17857 {
17833 "changeCount": 1, 17858 "changeCount": 1,
17834 "details": null, 17859 "details": null,
17835 "id": 59127, 17860 "id": 59127,
17836 "name": "robertphillips@example.com", 17861 "name": "robertphillips@example.com",
17837 "ts": 1460898769817, 17862 "ts": 1460898769817,
17838 "undoChangeId": 0 17863 "undoChangeId": 0
17839 } 17864 }
17840 ], 17865 ],
17841 "err": null, 17866 "err": null,
17842 "pagination": { 17867 "pagination": {
17843 "offset": 0, 17868 "offset": 0,
17844 "size": 20, 17869 "size": 20,
17845 "total": 50668 17870 "total": 50668
17846 }, 17871 },
17847 "status": 200 17872 "status": 200
17848 }; 17873 };
17849 17874
17850 17875
17851 testdata.trybotListResults = { 17876 testdata.trybotListResults = {
17852 "data": [ 17877 "data": [
17853 { 17878 {
17854 "id": "1919993002", 17879 "id": "1919993002",
17855 "owner": "Brian Osman", 17880 "owner": "Brian Osman",
17856 "patchsets": [ 17881 "patchsets": [
17857 1, 17882 1,
17858 20001, 17883 20001,
17859 40001, 17884 40001,
17860 60001, 17885 60001,
17861 80001, 17886 80001,
17862 100001, 17887 100001,
17863 120001, 17888 120001,
17864 140001, 17889 140001,
17865 160001, 17890 160001,
17866 180001, 17891 180001,
17867 200001, 17892 200001,
17868 220001, 17893 220001,
17869 240001, 17894 240001,
17870 260001 17895 260001
17871 ], 17896 ],
17872 "subject": "Added --tenBit option to SampleApp, triggers creation of a ten -bit/channel buffer.", 17897 "subject": "Added --tenBit option to SampleApp, triggers creation of a ten -bit/channel buffer.",
17873 "updated": 1461956865, 17898 "updated": 1461956865,
17874 "url": "https://codereview.chromium.org/1919993002" 17899 "url": "https://codereview.chromium.org/1919993002"
17875 }, 17900 },
17876 { 17901 {
17877 "id": "1930323003", 17902 "id": "1930323003",
17878 "owner": "bsalomon", 17903 "owner": "bsalomon",
17879 "patchsets": [ 17904 "patchsets": [
17880 1 17905 1
17881 ], 17906 ],
17882 "subject": "Unbreak vulkan after stencil constant name changes", 17907 "subject": "Unbreak vulkan after stencil constant name changes",
17883 "updated": 1461956635, 17908 "updated": 1461956635,
17884 "url": "https://codereview.chromium.org/1930323003" 17909 "url": "https://codereview.chromium.org/1930323003"
17885 }, 17910 },
17886 { 17911 {
17887 "id": "1926163002", 17912 "id": "1926163002",
17888 "owner": "borenet2", 17913 "owner": "borenet2",
17889 "patchsets": [ 17914 "patchsets": [
17890 1 17915 1
17891 ], 17916 ],
17892 "subject": "Delete ChromeOS code", 17917 "subject": "Delete ChromeOS code",
17893 "updated": 1461955523, 17918 "updated": 1461955523,
17894 "url": "https://codereview.chromium.org/1926163002" 17919 "url": "https://codereview.chromium.org/1926163002"
17895 }, 17920 },
17896 { 17921 {
17897 "id": "1925303002", 17922 "id": "1925303002",
17898 "owner": "jvanverth1", 17923 "owner": "jvanverth1",
17899 "patchsets": [ 17924 "patchsets": [
17900 1, 17925 1,
17901 20001, 17926 20001,
17902 40001, 17927 40001,
17903 60001 17928 60001
17904 ], 17929 ],
17905 "subject": "Add mipmap loading to Vulkan.", 17930 "subject": "Add mipmap loading to Vulkan.",
17906 "updated": 1461954421, 17931 "updated": 1461954421,
17907 "url": "https://codereview.chromium.org/1925303002" 17932 "url": "https://codereview.chromium.org/1925303002"
17908 }, 17933 },
17909 { 17934 {
17910 "id": "1935623002", 17935 "id": "1935623002",
17911 "owner": "robertphillips", 17936 "owner": "robertphillips",
17912 "patchsets": [ 17937 "patchsets": [
17913 1 17938 1
17914 ], 17939 ],
17915 "subject": "Fix old debugger", 17940 "subject": "Fix old debugger",
17916 "updated": 1461954090, 17941 "updated": 1461954090,
17917 "url": "https://codereview.chromium.org/1935623002" 17942 "url": "https://codereview.chromium.org/1935623002"
17918 }, 17943 },
17919 { 17944 {
17920 "id": "1931293003", 17945 "id": "1931293003",
17921 "owner": "Ben Wagner", 17946 "owner": "Ben Wagner",
17922 "patchsets": [ 17947 "patchsets": [
17923 1 17948 1
17924 ], 17949 ],
17925 "subject": "Revert of Make stencils be attachable to render targets create d via\u2026", 17950 "subject": "Revert of Make stencils be attachable to render targets create d via\u2026",
17926 "updated": 1461953831, 17951 "updated": 1461953831,
17927 "url": "https://codereview.chromium.org/1931293003" 17952 "url": "https://codereview.chromium.org/1931293003"
17928 }, 17953 },
17929 { 17954 {
17930 "id": "1917223006", 17955 "id": "1917223006",
17931 "owner": "djsollen", 17956 "owner": "djsollen",
17932 "patchsets": [ 17957 "patchsets": [
17933 1 17958 1
17934 ], 17959 ],
17935 "subject": "Fix warnings that were exposed when running with SK_DEBUG enab le on an optimized release build.", 17960 "subject": "Fix warnings that were exposed when running with SK_DEBUG enab le on an optimized release build.",
17936 "updated": 1461953438, 17961 "updated": 1461953438,
17937 "url": "https://codereview.chromium.org/1917223006" 17962 "url": "https://codereview.chromium.org/1917223006"
17938 }, 17963 },
17939 { 17964 {
17940 "id": "1936563002", 17965 "id": "1936563002",
17941 "owner": "mtklein_C", 17966 "owner": "mtklein_C",
17942 "patchsets": [ 17967 "patchsets": [
17943 1 17968 1
17944 ], 17969 ],
17945 "subject": "remove SkWriteBuffer::getWriter32().", 17970 "subject": "remove SkWriteBuffer::getWriter32().",
17946 "updated": 1461952744, 17971 "updated": 1461952744,
17947 "url": "https://codereview.chromium.org/1936563002" 17972 "url": "https://codereview.chromium.org/1936563002"
17948 }, 17973 },
17949 { 17974 {
17950 "id": "1920423002", 17975 "id": "1920423002",
17951 "owner": "Brian Osman", 17976 "owner": "Brian Osman",
17952 "patchsets": [ 17977 "patchsets": [
17953 1, 17978 1,
17954 20001, 17979 20001,
17955 40001, 17980 40001,
17956 60001 17981 60001
17957 ], 17982 ],
17958 "subject": "Prototype code that turns any/every flattenable into JSON", 17983 "subject": "Prototype code that turns any/every flattenable into JSON",
17959 "updated": 1461952542, 17984 "updated": 1461952542,
17960 "url": "https://codereview.chromium.org/1920423002" 17985 "url": "https://codereview.chromium.org/1920423002"
17961 }, 17986 },
17962 { 17987 {
17963 "id": "1933753002", 17988 "id": "1933753002",
17964 "owner": "msarett", 17989 "owner": "msarett",
17965 "patchsets": [ 17990 "patchsets": [
17966 1, 17991 1,
17967 20001 17992 20001
17968 ], 17993 ],
17969 "subject": "Add ColorCodecSrc for testing/comparison on color corrected de codes", 17994 "subject": "Add ColorCodecSrc for testing/comparison on color corrected de codes",
17970 "updated": 1461951652, 17995 "updated": 1461951652,
17971 "url": "https://codereview.chromium.org/1933753002" 17996 "url": "https://codereview.chromium.org/1933753002"
17972 }, 17997 },
17973 { 17998 {
17974 "id": "1928123002", 17999 "id": "1928123002",
17975 "owner": "msarett", 18000 "owner": "msarett",
17976 "patchsets": [ 18001 "patchsets": [
17977 1, 18002 1,
17978 20001, 18003 20001,
17979 80001, 18004 80001,
17980 120001, 18005 120001,
17981 140001, 18006 140001,
17982 160001, 18007 160001,
17983 40002 18008 40002
17984 ], 18009 ],
17985 "subject": "Introduce SkGammas type to represent ICC gamma curves", 18010 "subject": "Introduce SkGammas type to represent ICC gamma curves",
17986 "updated": 1461949289, 18011 "updated": 1461949289,
17987 "url": "https://codereview.chromium.org/1928123002" 18012 "url": "https://codereview.chromium.org/1928123002"
17988 }, 18013 },
17989 { 18014 {
17990 "id": "1935523002", 18015 "id": "1935523002",
17991 "owner": "liyuqian", 18016 "owner": "liyuqian",
17992 "patchsets": [ 18017 "patchsets": [
17993 1, 18018 1,
17994 20001 18019 20001
17995 ], 18020 ],
17996 "subject": "Fix Vulkan Build in Android", 18021 "subject": "Fix Vulkan Build in Android",
17997 "updated": 1461949229, 18022 "updated": 1461949229,
17998 "url": "https://codereview.chromium.org/1935523002" 18023 "url": "https://codereview.chromium.org/1935523002"
17999 }, 18024 },
18000 { 18025 {
18001 "id": "1933293002", 18026 "id": "1933293002",
18002 "owner": "Jvsquare", 18027 "owner": "Jvsquare",
18003 "patchsets": [ 18028 "patchsets": [
18004 1 18029 1
18005 ], 18030 ],
18006 "subject": "Don't mark mipmaps dirty if uploading > 1 levels", 18031 "subject": "Don't mark mipmaps dirty if uploading > 1 levels",
18007 "updated": 1461948628, 18032 "updated": 1461948628,
18008 "url": "https://codereview.chromium.org/1933293002" 18033 "url": "https://codereview.chromium.org/1933293002"
18009 }, 18034 },
18010 { 18035 {
18011 "id": "1930103003", 18036 "id": "1930103003",
18012 "owner": "mtklein_C", 18037 "owner": "mtklein_C",
18013 "patchsets": [ 18038 "patchsets": [
18014 1, 18039 1,
18015 20001, 18040 20001,
18016 40001 18041 40001
18017 ], 18042 ],
18018 "subject": "remove SkWriteBuffer::reserve()", 18043 "subject": "remove SkWriteBuffer::reserve()",
18019 "updated": 1461946265, 18044 "updated": 1461946265,
18020 "url": "https://codereview.chromium.org/1930103003" 18045 "url": "https://codereview.chromium.org/1930103003"
18021 }, 18046 },
18022 { 18047 {
18023 "id": "1933053002", 18048 "id": "1933053002",
18024 "owner": "bsalomon", 18049 "owner": "bsalomon",
18025 "patchsets": [ 18050 "patchsets": [
18026 1, 18051 1,
18027 20001, 18052 20001,
18028 40001, 18053 40001,
18029 60001 18054 60001
18030 ], 18055 ],
18031 "subject": "Use constexpr constructors of GrStencilSettings rather than ha cky macro system", 18056 "subject": "Use constexpr constructors of GrStencilSettings rather than ha cky macro system",
18032 "updated": 1461944659, 18057 "updated": 1461944659,
18033 "url": "https://codereview.chromium.org/1933053002" 18058 "url": "https://codereview.chromium.org/1933053002"
18034 }, 18059 },
18035 { 18060 {
18036 "id": "1929343002", 18061 "id": "1929343002",
18037 "owner": "bungeman-skia", 18062 "owner": "bungeman-skia",
18038 "patchsets": [ 18063 "patchsets": [
18039 1 18064 1
18040 ], 18065 ],
18041 "subject": "Remove skstd::is_function.", 18066 "subject": "Remove skstd::is_function.",
18042 "updated": 1461943637, 18067 "updated": 1461943637,
18043 "url": "https://codereview.chromium.org/1929343002" 18068 "url": "https://codereview.chromium.org/1929343002"
18044 }, 18069 },
18045 { 18070 {
18046 "id": "1930423002", 18071 "id": "1930423002",
18047 "owner": "djsollen", 18072 "owner": "djsollen",
18048 "patchsets": [ 18073 "patchsets": [
18049 1, 18074 1,
18050 20001 18075 20001
18051 ], 18076 ],
18052 "subject": "Require Android SDK copy of CMake to build Vulkan on Android." , 18077 "subject": "Require Android SDK copy of CMake to build Vulkan on Android." ,
18053 "updated": 1461942587, 18078 "updated": 1461942587,
18054 "url": "https://codereview.chromium.org/1930423002" 18079 "url": "https://codereview.chromium.org/1930423002"
18055 }, 18080 },
18056 { 18081 {
18057 "id": "1928133002", 18082 "id": "1928133002",
18058 "owner": "bsalomon", 18083 "owner": "bsalomon",
18059 "patchsets": [ 18084 "patchsets": [
18060 1, 18085 1,
18061 20001, 18086 20001,
18062 40001, 18087 40001,
18063 60001, 18088 60001,
18064 80001 18089 80001
18065 ], 18090 ],
18066 "subject": "Unify implementations of stroking radius calculations", 18091 "subject": "Unify implementations of stroking radius calculations",
18067 "updated": 1461938826, 18092 "updated": 1461938826,
18068 "url": "https://codereview.chromium.org/1928133002" 18093 "url": "https://codereview.chromium.org/1928133002"
18069 }, 18094 },
18070 { 18095 {
18071 "id": "1925803004", 18096 "id": "1925803004",
18072 "owner": "robertphillips", 18097 "owner": "robertphillips",
18073 "patchsets": [ 18098 "patchsets": [
18074 1, 18099 1,
18075 20001 18100 20001
18076 ], 18101 ],
18077 "subject": "Add sk_sp to SkSurface_Gpu and SkGpuDevice", 18102 "subject": "Add sk_sp to SkSurface_Gpu and SkGpuDevice",
18078 "updated": 1461937601, 18103 "updated": 1461937601,
18079 "url": "https://codereview.chromium.org/1925803004" 18104 "url": "https://codereview.chromium.org/1925803004"
18080 }, 18105 },
18081 { 18106 {
18082 "id": "1931903002", 18107 "id": "1931903002",
18083 "owner": "djsollen", 18108 "owner": "djsollen",
18084 "patchsets": [ 18109 "patchsets": [
18085 1 18110 1
18086 ], 18111 ],
18087 "subject": "Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. ", 18112 "subject": "Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. ",
18088 "updated": 1461937298, 18113 "updated": 1461937298,
18089 "url": "https://codereview.chromium.org/1931903002" 18114 "url": "https://codereview.chromium.org/1931903002"
18090 }, 18115 },
18091 { 18116 {
18092 "id": "1924183003", 18117 "id": "1924183003",
18093 "owner": "Kimmo Kinnunen", 18118 "owner": "Kimmo Kinnunen",
18094 "patchsets": [ 18119 "patchsets": [
18095 1, 18120 1,
18096 20001, 18121 20001,
18097 40001, 18122 40001,
18098 60001, 18123 60001,
18099 80001 18124 80001
18100 ], 18125 ],
18101 "subject": "Make stencils be attachable to render targets created via SkSu rface::MakeFromBackendTextureAsRender\u2026", 18126 "subject": "Make stencils be attachable to render targets created via SkSu rface::MakeFromBackendTextureAsRender\u2026",
18102 "updated": 1461937292, 18127 "updated": 1461937292,
18103 "url": "https://codereview.chromium.org/1924183003" 18128 "url": "https://codereview.chromium.org/1924183003"
18104 } 18129 }
18105 ], 18130 ],
18106 "err": null, 18131 "err": null,
18107 "pagination": { 18132 "pagination": {
18108 "offset": 0, 18133 "offset": 0,
18109 "size": 20, 18134 "size": 20,
18110 "total": 195 18135 "total": 195
18111 }, 18136 },
18112 "status": 200 18137 "status": 200
18113 }; 18138 };
18114 18139
18115 testdata.trybotResults = { 18140 testdata.trybotResults = {
18116 "NumMatches": 0, 18141 "NumMatches": 0,
18117 "commits": null, 18142 "commits": null,
18118 "digests": [], 18143 "digests": [],
18119 "issue": { 18144 "issue": {
18120 "id": "1953533002", 18145 "id": "1953533002",
18121 "owner": "mtklein_C", 18146 "owner": "mtklein_C",
18122 "patchsets": [ 18147 "patchsets": [
18123 { 18148 {
18124 "digests": 0, 18149 "digests": 0,
18125 "id": 1, 18150 "id": 1,
18126 "inMaster": 0, 18151 "inMaster": 0,
18127 "jobDone": 13, 18152 "jobDone": 13,
18128 "jobTotal": 13, 18153 "jobTotal": 13,
18129 "tryjobs": [ 18154 "tryjobs": [
18130 { 18155 {
18131 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybo t", 18156 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybo t",
18132 "buildnumber": "", 18157 "buildnumber": "",
18133 "status": "ingested" 18158 "status": "ingested"
18134 }, 18159 },
18135 { 18160 {
18136 "builder": "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybo t", 18161 "builder": "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybo t",
18137 "buildnumber": "", 18162 "buildnumber": "",
18138 "status": "ingested" 18163 "status": "ingested"
18139 }, 18164 },
18140 { 18165 {
18141 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot", 18166 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot",
18142 "buildnumber": "", 18167 "buildnumber": "",
18143 "status": "failed" 18168 "status": "failed"
18144 } 18169 }
18145 ], 18170 ],
18146 "url": "" 18171 "url": ""
18147 }, 18172 },
18148 { 18173 {
18149 "digests": 0, 18174 "digests": 0,
18150 "id": 20001, 18175 "id": 20001,
18151 "inMaster": 0, 18176 "inMaster": 0,
18152 "jobDone": 14, 18177 "jobDone": 14,
18153 "jobTotal": 14, 18178 "jobTotal": 14,
18154 "tryjobs": [ 18179 "tryjobs": [
18155 { 18180 {
18156 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD -Trybot", 18181 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD -Trybot",
18157 "buildnumber": "", 18182 "buildnumber": "",
18158 "status": "ingested" 18183 "status": "ingested"
18159 }, 18184 },
18160 { 18185 {
18161 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybo t", 18186 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybo t",
18162 "buildnumber": "", 18187 "buildnumber": "",
18163 "status": "failed" 18188 "status": "failed"
18164 }, 18189 },
18165 { 18190 {
18166 "builder": "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybo t", 18191 "builder": "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybo t",
18167 "buildnumber": "", 18192 "buildnumber": "",
18168 "status": "ingested" 18193 "status": "ingested"
18169 }, 18194 },
18170 { 18195 {
18171 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot", 18196 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot",
18172 "buildnumber": "", 18197 "buildnumber": "",
18173 "status": "ingested" 18198 "status": "ingested"
18174 } 18199 }
18175 ], 18200 ],
18176 "url": "" 18201 "url": ""
18177 }, 18202 },
18178 { 18203 {
18179 "digests": 0, 18204 "digests": 0,
18180 "id": 40001, 18205 "id": 40001,
18181 "inMaster": 0, 18206 "inMaster": 0,
18182 "jobDone": 14, 18207 "jobDone": 14,
18183 "jobTotal": 14, 18208 "jobTotal": 14,
18184 "tryjobs": [ 18209 "tryjobs": [
18185 { 18210 {
18186 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD -Trybot", 18211 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD -Trybot",
18187 "buildnumber": "", 18212 "buildnumber": "",
18188 "status": "ingested" 18213 "status": "ingested"
18189 }, 18214 },
18190 { 18215 {
18191 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybo t", 18216 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybo t",
18192 "buildnumber": "", 18217 "buildnumber": "",
18193 "status": "ingested" 18218 "status": "ingested"
18194 }, 18219 },
18195 { 18220 {
18196 "builder": "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybo t", 18221 "builder": "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybo t",
18197 "buildnumber": "", 18222 "buildnumber": "",
18198 "status": "ingested" 18223 "status": "ingested"
18199 }, 18224 },
18200 { 18225 {
18201 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot", 18226 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot",
18202 "buildnumber": "", 18227 "buildnumber": "",
18203 "status": "failed" 18228 "status": "failed"
18204 } 18229 }
18205 ], 18230 ],
18206 "url": "" 18231 "url": ""
18207 }, 18232 },
18208 { 18233 {
18209 "digests": 0, 18234 "digests": 0,
18210 "id": 60001, 18235 "id": 60001,
18211 "inMaster": 0, 18236 "inMaster": 0,
18212 "jobDone": 15, 18237 "jobDone": 15,
18213 "jobTotal": 15, 18238 "jobTotal": 15,
18214 "tryjobs": [ 18239 "tryjobs": [
18215 { 18240 {
18216 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD -Trybot", 18241 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD -Trybot",
18217 "buildnumber": "", 18242 "buildnumber": "",
18218 "status": "running" 18243 "status": "running"
18219 }, 18244 },
18220 { 18245 {
18221 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybo t", 18246 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybo t",
18222 "buildnumber": "", 18247 "buildnumber": "",
18223 "status": "complete" 18248 "status": "complete"
18224 }, 18249 },
18225 { 18250 {
18226 "builder": "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybo t", 18251 "builder": "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybo t",
18227 "buildnumber": "", 18252 "buildnumber": "",
18228 "status": "ingested" 18253 "status": "ingested"
18229 }, 18254 },
18230 { 18255 {
18231 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot", 18256 "builder": "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot",
18232 "buildnumber": "", 18257 "buildnumber": "",
18233 "status": "failed" 18258 "status": "failed"
18234 } 18259 }
18235 ], 18260 ],
18236 "url": "" 18261 "url": ""
18237 } 18262 }
18238 ], 18263 ],
18239 "queryPatchsets": [ 18264 "queryPatchsets": [
18240 "60001" 18265 "60001"
18241 ], 18266 ],
18242 "subject": "SkOncePtr -> SkOnce", 18267 "subject": "SkOncePtr -> SkOnce",
18243 "updated": 1462455882, 18268 "updated": 1462455882,
18244 "url": "https://codereview.chromium.org/1953533002" 18269 "url": "https://codereview.chromium.org/1953533002"
18245 } 18270 }
18246 }; 18271 };
OLDNEW
« no previous file with comments | « golden/frontend/res/imp/ignores-page-sk.html ('k') | golden/go/ignore/ignorestore.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698