OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeDigestInternal
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/utils/
SkBitmapHasher.h
32
static bool
ComputeDigestInternal
(const SkBitmap& bitmap, uint64_t *result);
SkBitmapHasher.cpp
33
/*static*/ bool SkBitmapHasher::
ComputeDigestInternal
(const SkBitmap& bitmap, uint64_t *result) {
53
if (
ComputeDigestInternal
(bitmap, result)) {
63
return
ComputeDigestInternal
(copyBitmap, result);
/external/skia/src/utils/
SkBitmapHasher.h
32
static bool
ComputeDigestInternal
(const SkBitmap& bitmap, uint64_t *result);
SkBitmapHasher.cpp
33
/*static*/ bool SkBitmapHasher::
ComputeDigestInternal
(const SkBitmap& bitmap, uint64_t *result) {
53
if (
ComputeDigestInternal
(bitmap, result)) {
63
return
ComputeDigestInternal
(copyBitmap, result);
Completed in 74 milliseconds