OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2006 The Android Open Source Project | 2 * Copyright (C) 2006 The Android Open Source Project |
3 * | 3 * |
4 * Licensed under the Apache License, Version 2.0 (the "License"); | 4 * Licensed under the Apache License, Version 2.0 (the "License"); |
5 * you may not use this file except in compliance with the License. | 5 * you may not use this file except in compliance with the License. |
6 * You may obtain a copy of the License at | 6 * You may obtain a copy of the License at |
7 * | 7 * |
8 * http://www.apache.org/licenses/LICENSE-2.0 | 8 * http://www.apache.org/licenses/LICENSE-2.0 |
9 * | 9 * |
10 * Unless required by applicable law or agreed to in writing, software | 10 * Unless required by applicable law or agreed to in writing, software |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 #endif | 235 #endif |
236 | 236 |
237 #ifndef SK_SUPPORT_LEGACY_PATH_MEASURE_TVALUE | 237 #ifndef SK_SUPPORT_LEGACY_PATH_MEASURE_TVALUE |
238 # define SK_SUPPORT_LEGACY_PATH_MEASURE_TVALUE | 238 # define SK_SUPPORT_LEGACY_PATH_MEASURE_TVALUE |
239 #endif | 239 #endif |
240 | 240 |
241 #ifndef SK_SUPPORT_LEGACY_BITMAP_FILTER | 241 #ifndef SK_SUPPORT_LEGACY_BITMAP_FILTER |
242 # define SK_SUPPORT_LEGACY_BITMAP_FILTER | 242 # define SK_SUPPORT_LEGACY_BITMAP_FILTER |
243 #endif | 243 #endif |
244 | 244 |
245 #ifndef SK_SUPPORT_LEGACY_TRANSLATEROUNDHACK | |
246 # define SK_SUPPORT_LEGACY_TRANSLATEROUNDHACK | |
247 #endif | |
248 | |
249 #ifndef SK_SUPPORT_LEGACY_ARCTO | 245 #ifndef SK_SUPPORT_LEGACY_ARCTO |
250 # define SK_SUPPORT_LEGACY_ARCTO | 246 # define SK_SUPPORT_LEGACY_ARCTO |
251 #endif | 247 #endif |
252 | 248 |
253 #ifndef SK_SUPPORT_LEGACY_DASH_MEASURE | 249 #ifndef SK_SUPPORT_LEGACY_DASH_MEASURE |
254 # define SK_SUPPORT_LEGACY_DASH_MEASURE | 250 # define SK_SUPPORT_LEGACY_DASH_MEASURE |
255 #endif | 251 #endif |
256 | 252 |
257 ///////////////////////// Imported from BUILD.gn and skia_common.gypi | 253 ///////////////////////// Imported from BUILD.gn and skia_common.gypi |
258 | 254 |
(...skipping 21 matching lines...) Expand all Loading... |
280 #define SK_SUPPORT_LEGACY_DIVBITS_UB | 276 #define SK_SUPPORT_LEGACY_DIVBITS_UB |
281 | 277 |
282 // mtklein's fiddling with Src / SrcOver. Will rebaseline these only once when
done. | 278 // mtklein's fiddling with Src / SrcOver. Will rebaseline these only once when
done. |
283 #define SK_SUPPORT_LEGACY_X86_BLITS | 279 #define SK_SUPPORT_LEGACY_X86_BLITS |
284 | 280 |
285 #define SK_DISABLE_TILE_IMAGE_FILTER_OPTIMIZATION | 281 #define SK_DISABLE_TILE_IMAGE_FILTER_OPTIMIZATION |
286 | 282 |
287 // ===== End Chrome-specific definitions ===== | 283 // ===== End Chrome-specific definitions ===== |
288 | 284 |
289 #endif | 285 #endif |
OLD | NEW |