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

1 2

  /external/skia/include/core/
SkAnnotation.h 45 SkString fKey;
SkDocument.h 148 SkString fKey, fValue;
149 Attribute(const SkString& k, const SkString& v) : fKey(k), fValue(v) {}
  /external/skia/src/gpu/text/
GrFontScaler.h 64 GrFontDescKey* fKey;
GrStencilAndCoverTextContext.h 125 : fKey(&blobId, 1) { this->init(skBlob, skPaint); }
128 : fKey(key) {
130 SkASSERT(fKey.count() > 1);
134 const Key& key() const { return fKey; }
141 const SkSTArray<1, uint32_t, true> fKey;
  /external/skia/bench/
ImageCacheBench.cpp 22 TestKey fKey;
25 TestRec(const TestKey& key, intptr_t value) : fKey(key), fValue(value) {}
27 const Key& getKey() const override { return fKey; }
28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); }
  /external/skia/src/core/
SkLayerInfo.h 21 BlockInfo() : fPicture(nullptr), fPaint(nullptr), fKey(nullptr), fKeySize(0) {}
25 delete[] fKey;
63 int* fKey;
SkYUVPlanesCache.cpp 36 : fKey(key)
46 YUVPlanesKey fKey;
49 const Key& getKey() const override { return fKey; }
SkMaskCache.cpp 41 : fKey(key)
51 RRectBlurKey fKey;
54 const Key& getKey() const override { return fKey; }
136 : fKey(key)
146 RectsBlurKey fKey;
149 const Key& getKey() const override { return fKey; }
SkBitmapCache.cpp 121 : fKey(genID, width, height, bounds)
125 fKey.dump();
130 : fKey(desc)
134 fKey.dump();
138 const Key& getKey() const override { return fKey; }
139 size_t bytesUsed() const override { return sizeof(fKey) + fBitmap.getSize(); }
156 BitmapKey fKey;
244 : fKey(src.getGenerationID(), get_bounds_from_bitmap(src))
254 const Key& getKey() const override { return fKey; }
255 size_t bytesUsed() const override { return sizeof(fKey) + fMipMap->size();
    [all...]
SkPictureShader.cpp 67 : fKey(key)
71 BitmapShaderKey fKey;
75 const Key& getKey() const override { return fKey; }
77 return sizeof(fKey) + sizeof(SkShader) + fBitmapBytes;
SkImageFilter.cpp 529 : fKey(key), fBitmap(bitmap), fOffset(offset) {}
531 : fKey(key), fImage(SkRef(image)), fOffset(offset) {}
533 Key fKey;
538 return v.fKey;
637 fLookup.remove(v->fKey);
  /external/skia/src/gpu/vk/
GrVkResource.h 41 static const uint32_t& GetKey(const GrVkResource& r) { return r.fKey; }
51 fKey = fRandom.nextU();
163 uint32_t fKey;
  /external/skia/tests/
ImageCacheTest.cpp 22 TestingRec(const TestingKey& key, uint32_t value) : fKey(key), fValue(value) {}
24 TestingKey fKey;
27 const Key& getKey() const override { return fKey; }
28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); }
PathOpsThreadedCommon.h 27 const char* fKey;
  /external/skia/src/gpu/batches/
GrAADistanceFieldPathRenderer.h 61 Key fKey;
69 return data.fKey;
  /external/icu/icu4c/source/common/
uresimp.h 62 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/
GrProgramDesc.h 24 return reinterpret_cast<const uint32_t*>(fKey.begin());
37 fKey.reset(SkToInt(keyLength));
38 memcpy(fKey.begin(), other.fKey.begin(), keyLength);
99 return reinterpret_cast<T*>(reinterpret_cast<intptr_t>(fKey.begin()) + OFFSET);
103 return reinterpret_cast<const T*>(reinterpret_cast<intptr_t>(fKey.begin()) + OFFSET);
107 int keyLength = fKey.count();
113 *checksum = SkChecksum::Murmur3(fKey.begin(), keyLength);
116 // The key, stored in fKey, is composed of four parts:
138 SkSTArray<kPreAllocSize, uint8_t, true>& key() { return fKey; }
    [all...]
GrSwizzle.h 30 fKey = key;
43 uint8_t asKey() const { return fKey; }
51 uint32_t key = fKey;
105 uint8_t fKey;
142 fKey = SkToU8(CharToIdx(fSwiz[0]) | (CharToIdx(fSwiz[1]) << 2) |
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 86 AtlasRow() : fKey(kEmptyAtlasRowKey), fLocks(0), fNext(nullptr), fPrev(nullptr) { }
88 uint32_t fKey;
127 return lhs.fKey < rhs.fKey;
  /external/skia/third_party/ktx/
ktx.h 103 const SkString& key() const { return fKey; }
108 SkString fKey;
  /external/skia/include/gpu/
GrResourceKey.h 27 return fKey[kHash_MetaDataIdx];
44 fKey.reset(kMetaDataCnt);
45 fKey[kHash_MetaDataIdx] = 0;
46 fKey[kDomainAndSize_MetaDataIdx] = kInvalidDomain;
51 0 == memcmp(&fKey[kHash_MetaDataIdx + 1],
52 &that.fKey[kHash_MetaDataIdx + 1],
61 fKey.reset(SkToInt(bytes / sizeof(uint32_t)));
62 memcpy(fKey.get(), that.fKey.get(), bytes);
70 uint32_t domain() const { return fKey[kDomainAndSize_MetaDataIdx] & 0xffff;
    [all...]
  /external/skia/src/pdf/
SkPDFTypes.h 299 SkPDFUnion fKey;
  /external/icu/icu4c/source/tools/genrb/
reslist.h 217 int32_t fKey; /* Index into bundle->fKeys; -1 if no key. */
218 int32_t fKey16; /* Key16 version of fKey for Table & Table16; -1 if no key or it does not fit. */
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 30 void* fKey;
35 DataId(DataId&& that) : fLoader(that.fLoader), fKey(that.fKey), fKeySize(that.fKeySize) {
37 that.fKey = nullptr;
45 sk_free(fKey);
67 0 == memcmp(refKey, current.fKey, refKeySize))
74 added.fKey = sk_malloc_throw(refKeySize);
75 memcpy(added.fKey, refKey, refKeySize);
465 HRNM(loader->CreateStreamFromKey(id.fKey, id.fKeySize, &fontFileStream),

Completed in 837 milliseconds

1 2