Searched refs:WriteKey (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrPath.cpp | 13 GrStyle::WriteKey(key, style, GrStyle::Apply::kPathEffectAndStrokeRec, SK_Scalar1); in write_style_key()
|
D | GrStyle.h | 74 static void WriteKey(uint32_t*, const GrStyle&, Apply, SkScalar scale, uint32_t flags = 0);
|
D | GrStyle.cpp | 33 void GrStyle::WriteKey(uint32_t *key, const GrStyle &style, Apply apply, SkScalar scale, in WriteKey() function in GrStyle
|
/third_party/skia/src/gpu/ |
D | GrStyle.h | 75 static void WriteKey(uint32_t*, const GrStyle&, Apply, SkScalar scale, uint32_t flags = 0);
|
D | GrStyle.cpp | 33 void GrStyle::WriteKey(uint32_t *key, const GrStyle &style, Apply apply, SkScalar scale, in WriteKey() function in GrStyle
|
/third_party/skia/src/gpu/geometry/ |
D | GrStyledShape.cpp | 286 GrStyle::WriteKey(fInheritedKey.get() + parentCnt, parent.fStyle, apply, scale, in setInheritedKey()
|
/third_party/flutter/skia/src/gpu/geometry/ |
D | GrShape.cpp | 352 GrStyle::WriteKey(fInheritedKey.get() + parentCnt, parent.fStyle, apply, scale, in setInheritedKey()
|