Lines Matching +defs:path +defs:key
233 sk_sp<SkVertices> add(const SkPath& path, const FACTORY& factory, const SkMatrix& matrix, in add()
275 CachedTessellationsRec(const SkResourceCache::Key& key, in CachedTessellationsRec()
348 ShadowedPath(const SkPath* path, const SkMatrix* viewMatrix) in ShadowedPath()
356 const SkPath& path() const { return *fPath; } in path() function in __anonee488b7b0111::ShadowedPath
385 ShadowInvalidator(const SkResourceCache::Key& key) { in ShadowInvalidator()
414 SkScalar tx, SkScalar ty, bool)> drawProc, ShadowedPath& path, SkColor color) { in draw_shadow()
417 SkResourceCache::Key* key = nullptr; in draw_shadow() local
538 static bool fill_shadow_rec(const SkPath& path, const SkPoint3& zPlaneParams, in fill_shadow_rec()
564 void SkShadowUtils::DrawShadow(SkCanvas* canvas, const SkPath& path, const SkPoint3& zPlaneParams, in DrawShadow()
577 bool SkShadowUtils::GetLocalBounds(const SkMatrix& ctm, const SkPath& path, in GetLocalBounds()
598 void SkDevice::drawShadow(const SkPath& path, const SkDrawShadowRec& rec) { in drawShadow()