Home
last modified time | relevance | path

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

/external/skia/experimental/skrive/include/
DSkRive.h29 #define ACTOR_ATTR(attr_name, attr_type, attr_default) \ macro
49 ACTOR_ATTR(Name, SkString, SkString()) in ACTOR_ATTR() function
110 ACTOR_ATTR(Translation , SkV2 , SkV2({0, 0}))
111 ACTOR_ATTR(Scale , SkV2 , SkV2({1, 1}))
112 ACTOR_ATTR(Rotation , float, 0 )
113 ACTOR_ATTR(Opacity , float, 1 )
136 ACTOR_ATTR(CollapsedVisibility, bool , false )
157 ACTOR_ATTR(Opacity , float , 1 )
158 ACTOR_ATTR(FillRule , SkPathFillType, SkPathFillType::kWinding )
159 ACTOR_ATTR(StrokeWidth, float , 1 )
[all …]