Lines Matching refs:get
21 sk_careful_memcpy(fInheritedKey.get(), that.fInheritedKey.get(),
182 memcpy(key, fInheritedKey.get(), sizeof(uint32_t) * fInheritedKey.count());
249 // If we do ApplyPathEffect we get geo,path_effect as the inherited key. If we then
272 // we try to get a key for the shape.
279 parent.writeUnstyledKey(fInheritedKey.get());
282 memcpy(fInheritedKey.get(), parent.fInheritedKey.get(),
286 GrStyle::WriteKey(fInheritedKey.get() + parentCnt, parent.fStyle, apply, scale,
293 return fInheritedPathForListeners.get();
324 sk_careful_memcpy(fInheritedKey.get(), that.fInheritedKey.get(),
356 parent.asPath(tmpPath.get());
383 tmpParent->asPath(tmpPath.get());
387 SkAssertResult(tmpParent.get()->style().applyToPath(&fShape.path(), &fillOrHairline,
388 *tmpPath.get(), scale));
392 SkASSERT(tmpParent.get()->style().isSimpleHairline());
396 parentForKey = tmpParent.get();
406 parent.asPath(tmpPath.get());