Home
last modified time | relevance | path

Searched refs:origKey (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/geometry/
DGrStyledShape.cpp108 static void write_path_key_from_data(const SkPath& path, uint32_t* origKey) { in write_path_key_from_data() argument
109 uint32_t* key = origKey; in write_path_key_from_data()
130 SkASSERT(key - origKey == path_key_from_data_size(path)); in write_path_key_from_data()
180 SkDEBUGCODE(uint32_t* origKey = key;) in writeUnstyledKey()
238 SkASSERT(key - origKey == this->unstyledKeySize()); in writeUnstyledKey()
/third_party/node/lib/
Dzlib.js840 ArrayPrototypeForEach(ObjectKeys(opts.params), (origKey) => {
841 const key = +origKey;
844 throw new ERR_BROTLI_INVALID_PARAM(origKey);
847 const value = opts.params[origKey];
850 'number', opts.params[origKey]);