Searched refs:compute_hash (Results 1 - 2 of 2) sorted by path

/external/skia/src/core/
H A DSkImageFilter.cpp355 static uint32_t compute_hash(const uint32_t* data, int count) { function
399 return compute_hash(reinterpret_cast<const uint32_t*>(&key), sizeof(Key) / sizeof(uint32_t));
H A DSkScaledImageCache.cpp33 static uint32_t compute_hash(const uint32_t data[], int count) { function
67 fHash = compute_hash(&fGenID, 7);

Completed in 317 milliseconds