Lines Matching refs:opacity
114 LottieOpacity opacity = 255; member
197 LottieOpacity opacity = 255; member
470 if (!opacity.frames && opacity.value == 255) return true; in mergeable()
480 if (opacity.ix == ix) return &opacity; in property()
494 LottieOpacity opacity = 255; member
506 LottieOpacity opacity = 255; member
511 if (opacity.ix == ix) return &opacity; in property()
575 …if (start.frames || end.frames || height.frames || angle.frames || opacity.frames || colorStops.fr… in prepare()
585 if (opacity.ix == ix) return &opacity; in property()
598 LottieOpacity opacity = 255; member
755 uint8_t opacity(float frameNo) in opacity() function
759 return transform->opacity(frameNo); in opacity()
791 uint8_t opacity; member