HomeSort by relevance Sort by last modified time
    Searched defs:fKey (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/third_party/skia/include/core/
SkAnnotation.h 48 SkString fKey;
SkPicture.h 52 AccelData(Key key) : fKey(key) { }
54 const Key& getKey() const { return fKey; }
60 Key fKey;
  /external/skia/include/core/
SkAnnotation.h 48 SkString fKey;
SkPicture.h 50 AccelData(Key key) : fKey(key) { }
52 const Key& getKey() const { return fKey; }
58 Key fKey;
  /external/chromium_org/third_party/skia/bench/
ImageCacheBench.cpp 23 TestKey fKey;
26 TestRec(const TestKey& key, intptr_t value) : fKey(key), fValue(value) {}
28 virtual const Key& getKey() const SK_OVERRIDE { return fKey; }
29 virtual size_t bytesUsed() const SK_OVERRIDE { return sizeof(fKey) + sizeof(fValue); }
  /external/chromium_org/third_party/skia/include/gpu/
GrFontScaler.h 80 GrFontDescKey* fKey;
GrBackendProcessorFactory.h 58 GrProcessorKey(const uint32_t* key, int count) : fKey(key), fCount(count) {
65 return fKey[index];
72 const uint32_t* fKey; // unowned ptr into the larger key.
GrResourceKey.h 37 GrResourceKey(const GrResourceKey& src) { fKey = src.fKey; }
39 GrResourceKey() { fKey.reset(); }
45 uint32_t getHash() const { return fKey.getHash(); }
49 *reinterpret_cast<const GrCacheID::Domain*>(fKey.getData() +
54 return *reinterpret_cast<const ResourceType*>(fKey.getData() +
59 return *reinterpret_cast<const ResourceFlags*>(fKey.getData() +
63 bool operator==(const GrResourceKey& other) const { return fKey == other.fKey; }
108 fKey.setKeyData(keyData.fKey32)
    [all...]
  /external/chromium_org/third_party/skia/tests/
GLProgramsTest.cpp 51 fKey.reset();
56 fKey.push_back_n(kEffectKeyOffsetsAndLengthOffset + 2 * sizeof(uint16_t) * (numStages +
65 uint16_t* offsetAndSize = reinterpret_cast<uint16_t*>(fKey.begin() +
68 uint32_t effectKeyOffset = fKey.count();
70 fKey.reset();
73 GrProcessorKeyBuilder b(&fKey);
76 fKey.reset();
88 uint16_t* offsetAndSize = reinterpret_cast<uint16_t*>(fKey.begin() +
91 uint32_t effectKeyOffset = fKey.count();
93 fKey.reset()
    [all...]
ImageCacheTest.cpp 23 TestingRec(const TestingKey& key, uint32_t value) : fKey(key), fValue(value) {}
25 TestingKey fKey;
28 virtual const Key& getKey() const SK_OVERRIDE { return fKey; }
29 virtual size_t bytesUsed() const SK_OVERRIDE { return sizeof(fKey) + sizeof(fValue); }
PathOpsThreadedCommon.h 28 const char* fKey;
  /external/skia/include/gpu/
SkGr.h 125 GrKey* fKey;
  /external/skia/tests/
HashCacheTest.cpp 15 int fKey;
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 == b.fKey
    [all...]
PathOpsThreadedCommon.h 28 const char* fKey;
  /external/chromium_org/third_party/skia/src/core/
SkBitmapCache.cpp 53 : fKey(genID, scaleX, scaleY, bounds)
57 BitmapKey fKey;
60 virtual const Key& getKey() const SK_OVERRIDE { return fKey; }
61 virtual size_t bytesUsed() const SK_OVERRIDE { return sizeof(fKey) + fBitmap.getSize(); }
127 : fKey(src.getGenerationID(), 0, 0, get_bounds_from_bitmap(src))
135 BitmapKey fKey;
138 virtual const Key& getKey() const SK_OVERRIDE { return fKey; }
139 virtual size_t bytesUsed() const SK_OVERRIDE { return sizeof(fKey) + fMipMap->getSize(); }
  /external/chromium_org/third_party/icu/source/common/
uresimp.h 73 const char *fKey; /*tag*/
  /external/chromium_org/third_party/skia/include/views/
SkOSMenu.h 65 void setKeyEquivalent(SkUnichar key) { fKey = key; }
66 SkUnichar getKeyEquivalent() const { return fKey; }
89 SkUnichar fKey;
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.h 83 AtlasRow() : fKey(kEmptyAtlasRowKey), fLocks(0), fNext(NULL), fPrev(NULL) { }
85 uint32_t fKey;
124 return lhs.fKey < rhs.fKey;
142 static const Key& GetKey(const AtlasEntry& entry) { return entry.fKey; }
148 Key fKey;
  /external/chromium_org/third_party/skia/third_party/ktx/
ktx.h 103 const SkString& key() const { return fKey; }
108 SkString fKey;
  /external/icu/icu4c/source/common/
uresimp.h 73 const char *fKey; /*tag*/
  /external/skia/include/views/
SkOSMenu.h 65 void setKeyEquivalent(SkUnichar key) { fKey = key; }
66 SkUnichar getKeyEquivalent() const { return fKey; }
89 SkUnichar fKey;
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 83 AtlasRow() : fKey(kEmptyAtlasRowKey), fLocks(0), fNext(NULL), fPrev(NULL) { }
85 uint32_t fKey;
124 return lhs.fKey < rhs.fKey;
148 AtlasHashKey fKey;
186 return entry.fKey == key;
191 return entry.fKey < key;
  /external/skia/third_party/ktx/
ktx.h 102 const SkString& key() const { return fKey; }
107 SkString fKey;
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.h 172 int32_t fKey; /* Index into bundle->fKeys; -1 if no key. */
  /external/chromium_org/third_party/skia/src/gpu/
GrLayerCache.h 94 static const Key& GetKey(const GrCachedLayer& layer) { return layer.fKey; }
103 : fKey(pictureID, start, stop, offset, ctm)
117 uint32_t pictureID() const { return fKey.pictureID(); }
118 int start() const { return fKey.start(); }
119 int stop() const { return fKey.stop(); }
120 const SkIPoint& offset() const { return fKey.offset(); }
121 const SkMatrix& ctm() const { return fKey.ctm(); }
146 const Key fKey;

Completed in 999 milliseconds

1 2