Searched refs:origKey (Results 1 – 2 of 2) sorted by relevance
108 static void write_path_key_from_data(const SkPath& path, uint32_t* origKey) { in write_path_key_from_data() argument109 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()
840 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]);