Searched refs:ColorStopAtFast (Results 1 - 5 of 5) sorted by relevance

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

Completed in 46 milliseconds