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

  /external/skia/src/gpu/
GrTextureProducer.h 84 static void MakeCopyKeyFromOrigKey(const GrUniqueKey& origKey,
88 if (origKey.isValid()) {
90 GrUniqueKey::Builder builder(copyKey, origKey, kDomain, 3);
GrShape.cpp 92 static void write_path_key_from_data(const SkPath& path, uint32_t* origKey) {
93 uint32_t* key = origKey;
115 SkASSERT(key - origKey == path_key_from_data_size(path));
152 SkDEBUGCODE(uint32_t* origKey = key;)
189 SkASSERT(key - origKey == this->unstyledKeySize());
  /external/skia/src/core/
SkImageCacherator.h 149 void makeCacheKeyFromOrigKey(const GrUniqueKey& origKey, CachedFormat, GrUniqueKey* cacheKey);
SkImageCacherator.cpp 452 void SkImageCacherator::makeCacheKeyFromOrigKey(const GrUniqueKey& origKey, CachedFormat format,
455 if (origKey.isValid()) {
457 GrUniqueKey::Builder builder(cacheKey, origKey, kDomain, 1);
517 const GrUniqueKey& origKey,
541 this->makeCacheKeyFromOrigKey(origKey, format, &key);
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]

Completed in 159 milliseconds