Home
last modified time | relevance | path

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

/haiku/src/kits/interface/
H A DGradient.cpp192 for (int32 i = 0; ColorStop* stop = ColorStopAt(i); i++) { in Archive()
333 for (int32 i = 0; ColorStop* stop = other.ColorStopAt(i); i++) in SetColorStops()
393 if (ColorStop* stop = ColorStopAt(index)) { in SetColorStop()
408 ColorStop* stop = ColorStopAt(index); in SetColor()
421 ColorStop* stop = ColorStopAt(index); in SetOffset()
440 BGradient::ColorStopAt(int32 index) const in ColorStopAt() function in BGradient
/haiku/headers/os/interface/
H A DGradient.h81 ColorStop* ColorStopAt(int32 index) const;
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp269 BGradient::ColorStop* stop = gradient.ColorStopAt(i); in AddGradient()
/haiku/docs/user/interface/
H A DGradient.dox277 \fn ColorStop* BGradient::ColorStopAt(int32 index) const
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp1996 BGradient::ColorStop* from = gradient.ColorStopAt(0); in _MakeGradient()