Searched refs:fColorStops (Results 1 – 2 of 2) sorted by relevance
97 fColorStops(4), in BGradient()105 fColorStops(std::max((int32)4, other.CountColorStops())) in BGradient()114 fColorStops(4), in BGradient()355 if (!fColorStops.AddItem((void*)stop, index)) { in AddColor()368 if (!fColorStops.AddItem((void*)stop, index)) { in AddColorStop()380 ColorStop* stop = (ColorStop*)fColorStops.RemoveItem(index); in RemoveColor()434 return fColorStops.CountItems(); in CountColorStops()442 return (ColorStop*)fColorStops.ItemAt(index); in ColorStopAt()450 return (ColorStop*)fColorStops.ItemAtFast(index); in ColorStopAtFast()459 return (ColorStop*) fColorStops.Items(); in ColorStops()[all …]
119 BList fColorStops; variable