Searched refs:fKey (Results 1 - 25 of 69) sorted by relevance

123

/external/chromium_org/third_party/skia/tests/
H A DHashCacheTest.cpp15 int fKey; member in struct:HashElement
37 HashKey(int key) : fKey(key) {}
39 uint32_t getHash() const { return fKey; }
42 return entry.fKey < key.fKey;
45 return entry.fKey == key.fKey;
50 return a.fKey < b.fKey;
53 return a.fKey
58 int fKey; member in class:HashKey
[all...]
/external/skia/tests/
H A DHashCacheTest.cpp15 int fKey; member in struct:HashElement
37 HashKey(int key) : fKey(key) {}
39 uint32_t getHash() const { return fKey; }
42 return entry.fKey < key.fKey;
45 return entry.fKey == key.fKey;
50 return a.fKey < b.fKey;
53 return a.fKey
58 int fKey; member in class:HashKey
[all...]
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h83 AtlasRow() : fKey(kEmptyAtlasRowKey), fLocks(0), fNext(NULL), fPrev(NULL) { }
85 uint32_t fKey; member in struct:GrTextureStripAtlas::AtlasRow
124 return lhs.fKey < rhs.fKey;
148 AtlasHashKey fKey; member in class:GrTextureStripAtlas::AtlasEntry
186 return entry.fKey == key;
191 return entry.fKey < key;
H A DGrTextureStripAtlas.cpp43 GetCache()->remove(entry->fKey, entry);
62 entry->fKey = key;
133 uint32_t oldKey = row->fKey;
149 row->fKey = key;
227 fRows[i].fKey = kEmptyAtlasRowKey;
275 target.fKey = key;
287 uint32_t prev = 1 > fKeyTable.count() ? 0 : fKeyTable[0]->fKey;
289 SkASSERT(prev < fKeyTable[i]->fKey);
290 SkASSERT(fKeyTable[i]->fKey != kEmptyAtlasRowKey);
291 prev = fKeyTable[i]->fKey;
[all...]
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h83 AtlasRow() : fKey(kEmptyAtlasRowKey), fLocks(0), fNext(NULL), fPrev(NULL) { }
85 uint32_t fKey; member in struct:GrTextureStripAtlas::AtlasRow
124 return lhs.fKey < rhs.fKey;
148 AtlasHashKey fKey; member in class:GrTextureStripAtlas::AtlasEntry
186 return entry.fKey == key;
191 return entry.fKey < key;
H A DGrTextureStripAtlas.cpp43 GetCache()->remove(entry->fKey, entry);
62 entry->fKey = key;
133 uint32_t oldKey = row->fKey;
149 row->fKey = key;
227 fRows[i].fKey = kEmptyAtlasRowKey;
275 target.fKey = key;
287 uint32_t prev = 1 > fKeyTable.count() ? 0 : fKeyTable[0]->fKey;
289 SkASSERT(prev < fKeyTable[i]->fKey);
290 SkASSERT(fKeyTable[i]->fKey != kEmptyAtlasRowKey);
291 prev = fKeyTable[i]->fKey;
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrResourceCache.h48 fKey = src.fKey;
52 fKey.reset();
60 return fKey.getHash();
65 *reinterpret_cast<const GrCacheID::Domain*>(fKey.getData() +
70 return *reinterpret_cast<const ResourceType*>(fKey.getData() +
75 return *reinterpret_cast<const ResourceFlags*>(fKey.getData() +
79 bool operator==(const GrResourceKey& other) const { return fKey == other.fKey; }
107 fKey
109 GrBinHashKey<kKeySize> fKey; member in class:GrResourceKey
146 GrResourceKey fKey; member in class:GrResourceCacheEntry
[all...]
H A DSkGrFontScaler.cpp73 fKey = NULL;
77 SkSafeUnref(fKey);
100 if (NULL == fKey) {
101 fKey = SkNEW_ARGS(SkGrDescKey, (fStrike->getDescriptor()));
103 return fKey;
/external/skia/src/gpu/
H A DGrResourceCache.h48 fKey = src.fKey;
52 fKey.reset();
60 return fKey.getHash();
65 *reinterpret_cast<const GrCacheID::Domain*>(fKey.getData() +
70 return *reinterpret_cast<const ResourceType*>(fKey.getData() +
75 return *reinterpret_cast<const ResourceFlags*>(fKey.getData() +
79 bool operator==(const GrResourceKey& other) const { return fKey == other.fKey; }
107 fKey
109 GrBinHashKey<kKeySize> fKey; member in class:GrResourceKey
146 GrResourceKey fKey; member in class:GrResourceCacheEntry
[all...]
H A DSkGrFontScaler.cpp73 fKey = NULL;
77 SkSafeUnref(fKey);
100 if (NULL == fKey) {
101 fKey = SkNEW_ARGS(SkGrDescKey, (fStrike->getDescriptor()));
103 return fKey;
/external/chromium_org/third_party/skia/src/core/
H A DSkAnnotation.cpp15 SkAnnotation::SkAnnotation(const char key[], SkData* value) : fKey(key) {
29 return fKey.equals(key) ? fData : NULL;
33 buffer.readString(&fKey);
38 buffer.writeString(fKey.c_str());
/external/skia/src/core/
H A DSkAnnotation.cpp15 SkAnnotation::SkAnnotation(const char key[], SkData* value) : fKey(key) {
29 return fKey.equals(key) ? fData : NULL;
33 buffer.readString(&fKey);
38 buffer.writeString(fKey.c_str());
/external/chromium_org/third_party/skia/include/views/
H A DSkOSMenu.h65 void setKeyEquivalent(SkUnichar key) { fKey = key; }
66 SkUnichar getKeyEquivalent() const { return fKey; }
89 SkUnichar fKey; member in class:SkOSMenu::Item
/external/skia/include/views/
H A DSkOSMenu.h65 void setKeyEquivalent(SkUnichar key) { fKey = key; }
66 SkUnichar getKeyEquivalent() const { return fKey; }
89 SkUnichar fKey; member in class:SkOSMenu::Item
/external/chromium_org/third_party/skia/include/core/
H A DSkAnnotation.h48 SkString fKey; member in class:SkAnnotation
H A DSkPicture.h50 AccelData(Key key) : fKey(key) { }
52 const Key& getKey() const { return fKey; }
58 Key fKey; member in class:SkPicture::AccelData
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramDesc.h39 return reinterpret_cast<const uint32_t*>(fKey.get());
188 return reinterpret_cast<T*>(reinterpret_cast<intptr_t>(fKey.get()) + OFFSET);
192 return reinterpret_cast<const T*>(reinterpret_cast<intptr_t>(fKey.get()) + OFFSET);
214 SkAutoSMalloc<kPreAllocSize> fKey; member in class:GrGLProgramDesc
H A DGrGLProgramDesc.cpp102 desc->fKey.reset(newKeyLength, SkAutoMalloc::kAlloc_OnShrink, &allocChanged);
272 *desc->checksum() = SkChecksum::Compute(reinterpret_cast<uint32_t*>(desc->fKey.get()),
281 fKey.reset(keyLength);
282 memcpy(fKey.get(), other.fKey.get(), keyLength);
/external/skia/include/core/
H A DSkAnnotation.h48 SkString fKey; member in class:SkAnnotation
H A DSkPicture.h50 AccelData(Key key) : fKey(key) { }
52 const Key& getKey() const { return fKey; }
58 Key fKey; member in class:SkPicture::AccelData
/external/skia/src/gpu/gl/
H A DGrGLProgramDesc.h39 return reinterpret_cast<const uint32_t*>(fKey.get());
188 return reinterpret_cast<T*>(reinterpret_cast<intptr_t>(fKey.get()) + OFFSET);
192 return reinterpret_cast<const T*>(reinterpret_cast<intptr_t>(fKey.get()) + OFFSET);
214 SkAutoSMalloc<kPreAllocSize> fKey; member in class:GrGLProgramDesc
H A DGrGLProgramDesc.cpp102 desc->fKey.reset(newKeyLength, SkAutoMalloc::kAlloc_OnShrink, &allocChanged);
272 *desc->checksum() = SkChecksum::Compute(reinterpret_cast<uint32_t*>(desc->fKey.get()),
281 fKey.reset(keyLength);
282 memcpy(fKey.get(), other.fKey.get(), keyLength);
/external/chromium_org/third_party/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp49 void* fKey; member in struct:SkRemotableFontMgr_DirectWrite::DataId
56 : fLoader(that.fLoader), fKey(that.fKey), fKeySize(that.fKeySize)
59 that.fKey = NULL;
67 sk_free(fKey);
89 0 == memcmp(refKey, current.fKey, refKeySize))
96 added.fKey = sk_malloc_throw(refKeySize);
97 memcpy(added.fKey, refKey, refKeySize);
486 HRNM(loader->CreateStreamFromKey(id.fKey, id.fKeySize, &fontFileStream),
/external/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp49 void* fKey; member in struct:SkRemotableFontMgr_DirectWrite::DataId
56 : fLoader(that.fLoader), fKey(that.fKey), fKeySize(that.fKeySize)
59 that.fKey = NULL;
67 sk_free(fKey);
89 0 == memcmp(refKey, current.fKey, refKeySize))
96 added.fKey = sk_malloc_throw(refKeySize);
97 memcpy(added.fKey, refKey, refKeySize);
486 HRNM(loader->CreateStreamFromKey(id.fKey, id.fKeySize, &fontFileStream),
/external/chromium_org/third_party/skia/third_party/ktx/
H A Dktx.h102 const SkString& key() const { return fKey; }
107 SkString fKey; member in class:SkKTXFile::KeyValue

Completed in 467 milliseconds

123