Searched defs:fKey (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/skia/include/core/
H A DSkAnnotation.h39 SkString fKey; member in class:SkAnnotation
/external/skia/include/core/
H A DSkAnnotation.h39 SkString fKey; member in class:SkAnnotation
/external/chromium_org/third_party/skia/include/gpu/
H A DSkGr.h92 GrKey* fKey; member in class:SkGrFontScaler
H A DGrTypes.h477 memcpy(&fKey, &key, sizeof(Key));
483 const Key& getKey() const { SkASSERT(this->isValid()); return fKey; }
490 Key fKey; member in struct:GrCacheID
/external/skia/include/gpu/
H A DSkGr.h92 GrKey* fKey; member in class:SkGrFontScaler
/external/skia/tests/
H A DHashCacheTest.cpp16 int fKey; member in struct:HashElement
38 HashKey(int key) : fKey(key) {}
40 uint32_t getHash() const { return fKey; }
43 return entry.fKey < key.fKey;
46 return entry.fKey == key.fKey;
51 return a.fKey < b.fKey;
54 return a.fKey
59 int fKey; member in class:HashKey
[all...]
H A DPathOpsThreadedCommon.h28 const char* fKey; member in struct:PathOpsThreadState
/external/chromium_org/third_party/icu/source/common/
H A Duresimp.h71 const char *fKey; /*tag*/ member in struct:UResourceBundle
/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/icu4c/common/
H A Duresimp.h73 const char *fKey; /*tag*/ member in struct:UResourceBundle
/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/icu/source/tools/genrb/
H A Dreslist.h172 int32_t fKey; /* Index into bundle->fKeys; -1 if no key. */ member in struct:SResource
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGr.cpp97 explicit GrResourceInvalidator(GrResourceKey key) : fKey(key) {}
99 GrResourceKey fKey; member in class:__anon14525::GrResourceInvalidator
102 const GrResourceInvalidatedMessage message = { fKey };
H A DGrResourceCache.h53 fKey = src.fKey;
57 fKey.reset();
66 return fKey.getHash() & kHashMask;
71 *reinterpret_cast<const GrCacheID::Domain*>(fKey.getData() +
76 return *reinterpret_cast<const ResourceType*>(fKey.getData() +
81 return *reinterpret_cast<const ResourceFlags*>(fKey.getData() +
85 bool operator==(const GrResourceKey& other) const { return fKey == other.fKey; }
86 bool operator<(const GrResourceKey& other) const { return fKey < othe
123 GrBinHashKey<kKeySize> fKey; member in class:GrResourceKey
148 GrResourceKey fKey; member in class:GrResourceEntry
[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;
/external/icu4c/tools/genrb/
H A Dreslist.h172 int32_t fKey; /* Index into bundle->fKeys; -1 if no key. */ member in struct:SResource
/external/skia/src/gpu/
H A DSkGr.cpp97 explicit GrResourceInvalidator(GrResourceKey key) : fKey(key) {}
99 GrResourceKey fKey; member in class:__anon26415::GrResourceInvalidator
102 const GrResourceInvalidatedMessage message = { fKey };
H A DGrResourceCache.h53 fKey = src.fKey;
57 fKey.reset();
66 return fKey.getHash() & kHashMask;
71 *reinterpret_cast<const GrCacheID::Domain*>(fKey.getData() +
76 return *reinterpret_cast<const ResourceType*>(fKey.getData() +
81 return *reinterpret_cast<const ResourceFlags*>(fKey.getData() +
85 bool operator==(const GrResourceKey& other) const { return fKey == other.fKey; }
86 bool operator<(const GrResourceKey& other) const { return fKey < othe
123 GrBinHashKey<kKeySize> fKey; member in class:GrResourceKey
148 GrResourceKey fKey; member in class:GrResourceEntry
[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;
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramDesc.h38 return reinterpret_cast<const uint32_t*>(fKey.get());
190 return reinterpret_cast<T*>(reinterpret_cast<intptr_t>(fKey.get()) + OFFSET);
194 return reinterpret_cast<const T*>(reinterpret_cast<intptr_t>(fKey.get()) + OFFSET);
216 SkAutoSMalloc<kPreAllocSize> fKey; member in class:GrGLProgramDesc
/external/skia/src/gpu/gl/
H A DGrGLProgramDesc.h38 return reinterpret_cast<const uint32_t*>(fKey.get());
190 return reinterpret_cast<T*>(reinterpret_cast<intptr_t>(fKey.get()) + OFFSET);
194 return reinterpret_cast<const T*>(reinterpret_cast<intptr_t>(fKey.get()) + OFFSET);
216 SkAutoSMalloc<kPreAllocSize> fKey; member in class:GrGLProgramDesc
/external/chromium_org/third_party/skia/src/views/mac/
H A DSkOSWindow_Mac.cpp275 SkKey fKey; member in struct:__anon14612
298 return gKeys[i].fKey;
/external/chromium_org/third_party/skia/src/views/win/
H A DSkOSWindow_win.cpp88 SkKey fKey; member in struct:__anon14614
100 return gPair[i].fKey;
272 SkKey fKey; member in struct:__anon14616
295 return gKeys[i].fKey;
/external/skia/src/views/mac/
H A DSkOSWindow_Mac.cpp275 SkKey fKey; member in struct:__anon26502
298 return gKeys[i].fKey;
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp88 SkKey fKey; member in struct:__anon26504
100 return gPair[i].fKey;
272 SkKey fKey; member in struct:__anon26506
295 return gKeys[i].fKey;

Completed in 505 milliseconds

12