Home | History | Annotate | Download | only in skpdiff

Lines Matching full:diff

48      * Queues a diff on a pair of bitmaps to be done at some future time.
51 * @return An non-negative diff ID on success, a negative integer on failure.
56 * Gets whether a queued diff of the given id has finished
57 * @param id The id of the queued diff to query
58 * @return True if the queued diff is finished and has results, false otherwise
63 * Deletes memory associated with a diff and its results. This may block execution until the
64 * diff is finished,
65 * @param id The id of the diff to query
70 * Gets the results of the queued diff of the given id. The results are only meaningful after
71 * the queued diff has finished.
72 * @param id The id of the queued diff to query
77 * Gets the number of points of interest for the diff of the given id. The results are only
78 * meaningful after the queued diff has finished.
79 * @param id The id of the queued diff to query
84 * Gets an array of the points of interest for the diff of the given id. The results are only
85 * meaningful after the queued diff has finished.
86 * @param id The id of the queued diff to query