HomeSort by relevance Sort by last modified time
    Searched refs:as32 (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkResourceCache.h 52 const uint32_t* a = this->as32();
53 const uint32_t* b = other.as32();
71 const uint32_t* as32() const { return (const uint32_t*)this; } function in struct:SkResourceCache::Key
SkResourceCache.cpp 50 fHash = SkOpts::hash(this->as32() + kUnhashedLocal32s,

Completed in 55 milliseconds