| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2006, 2007, 2008, 2009, 2010 Apple Computer, Inc. All rights reserv
ed. | 2 * Copyright 2006, 2007, 2008, 2009, 2010 Apple Computer, Inc. All rights reserv
ed. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
| 6 * are met: | 6 * are met: |
| 7 * 1. Redistributions of source code must retain the above copyright | 7 * 1. Redistributions of source code must retain the above copyright |
| 8 * notice, this list of conditions and the following disclaimer. | 8 * notice, this list of conditions and the following disclaimer. |
| 9 * 2. Redistributions in binary form must reproduce the above copyright | 9 * 2. Redistributions in binary form must reproduce the above copyright |
| 10 * notice, this list of conditions and the following disclaimer in the | 10 * notice, this list of conditions and the following disclaimer in the |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 #endif | 198 #endif |
| 199 | 199 |
| 200 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070 | 200 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070 |
| 201 void (*wkCGPathAddRoundedRect)(CGMutablePathRef path, const CGAffineTransform* m
atrix, CGRect rect, CGFloat cornerWidth, CGFloat cornerHeight); | 201 void (*wkCGPathAddRoundedRect)(CGMutablePathRef path, const CGAffineTransform* m
atrix, CGRect rect, CGFloat cornerWidth, CGFloat cornerHeight); |
| 202 #endif | 202 #endif |
| 203 | 203 |
| 204 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070 | 204 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070 |
| 205 void (*wkCFURLRequestAllowAllPostCaching)(CFURLRequestRef); | 205 void (*wkCFURLRequestAllowAllPostCaching)(CFURLRequestRef); |
| 206 #endif | 206 #endif |
| 207 | 207 |
| 208 #if !PLATFORM(IOS) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080 | 208 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080 |
| 209 CGFloat (*wkNSElasticDeltaForTimeDelta)(CGFloat initialPosition, CGFloat initial
Velocity, CGFloat elapsedTime); | 209 CGFloat (*wkNSElasticDeltaForTimeDelta)(CGFloat initialPosition, CGFloat initial
Velocity, CGFloat elapsedTime); |
| 210 CGFloat (*wkNSElasticDeltaForReboundDelta)(CGFloat delta); | 210 CGFloat (*wkNSElasticDeltaForReboundDelta)(CGFloat delta); |
| 211 CGFloat (*wkNSReboundDeltaForElasticDelta)(CGFloat delta); | 211 CGFloat (*wkNSReboundDeltaForElasticDelta)(CGFloat delta); |
| 212 #endif | 212 #endif |
| 213 | 213 |
| OLD | NEW |