Home
last modified time | relevance | path

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

/haiku/src/kits/interface/
H A DGradient.cpp315 ColorStop* ourStop = ColorStopAtFast(i); in ColorStopsAreEqual()
316 ColorStop* otherStop = other.ColorStopAtFast(i); in ColorStopsAreEqual()
351 ColorStop* s = ColorStopAtFast(index); in AddColor()
448 BGradient::ColorStopAtFast(int32 index) const in ColorStopAtFast() function in BGradient
485 delete ColorStopAtFast(i); in MakeEmpty()
498 stream->Write(ColorStopAtFast(i), in Flatten()
/haiku/src/servers/app/
H A DSimpleTransform.h173 BGradient::ColorStop* end = gradient->ColorStopAtFast( in Apply()
179 BGradient::ColorStop* start = gradient->ColorStopAtFast(0); in Apply()
/haiku/headers/os/interface/
H A DGradient.h82 ColorStop* ColorStopAtFast(int32 index) const;
/haiku/src/kits/app/
H A DServerLink.cpp153 fSender->Attach(gradient.ColorStopAtFast(i), in AttachGradient()
/haiku/docs/user/interface/
H A DGradient.dox290 \fn ColorStop* BGradient::ColorStopAtFast(int32 index) const
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp2024 BGradient::ColorStop* to = gradient.ColorStopAtFast(i); in _MakeGradient()
2076 BGradient::ColorStop* from = gradient.ColorStopAtFast(i); in _MakeGradient()
2077 BGradient::ColorStop* to = gradient.ColorStopAtFast(i + 1); in _MakeGradient()