Lines Matching refs:SurfaceData

47  * SurfaceData representations of a primary SurfaceData.
49 * primary SurfaceData and updating the associated SurfaceData
56 * SurfaceData
59 * source SurfaceData
64 * standard Blit operation between the two SurfaceData objects.
106 public abstract boolean isSupportedOperation(SurfaceData srcData,
112 * Construct an alternate form of the given SurfaceData.
113 * The contents of the returned SurfaceData may be undefined
122 public abstract SurfaceData validateSurfaceData(SurfaceData srcData,
123 SurfaceData cachedData,
128 * SurfaceData then this method will be used to get a
136 public StateTracker getRetryTracker(SurfaceData srcData) {
155 * to be cached - either the source SurfaceData was of an
169 public boolean isSupportedOperation(SurfaceData srcData,
178 public SurfaceData validateSurfaceData(SurfaceData srcData,
179 SurfaceData cachedData,
186 public SurfaceData replaceData(SurfaceData srcData,
219 * We cache a SurfaceData created by the subclass in cachedSD and
227 private SurfaceData cachedSD;
237 * Create a SurfaceData proxy manager that attempts to create
238 * and cache a variant copy of the source SurfaceData after
247 * Create a SurfaceData proxy manager that attempts to create
248 * and cache a variant copy of the source SurfaceData after
263 * Returns true iff this SurfaceData proxy is still the best
273 * proxy is fetched to generate a replacement SurfaceData,
274 * the code in SurfaceData knows to replace the proxy first.
302 SurfaceData csd = this.cachedSD;
311 * Returns true iff this SurfaceData proxy is still valid
323 * cached SurfaceData objects that depend on the current
377 * original SurfaceData if the operation cannot be accelerated.
393 public SurfaceData replaceData(SurfaceData srcData,
425 // Then deal with checking the validity of the cached SurfaceData
426 SurfaceData csd = this.cachedSD;
483 * SurfaceData from the source (primary) SurfaceData.
485 * the destination SurfaceData.
489 public void updateSurfaceData(SurfaceData srcData,
490 SurfaceData dstData,
506 * SurfaceData from the source (primary) SurfaceData using a
509 * the destination SurfaceData with the specified bgColor.
514 public void updateSurfaceDataBg(SurfaceData srcData,
515 SurfaceData dstData,