Searched refs:ColorAtFast (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/icon/style/
H A DGradientTransformable.h90 BGradient::ColorStop* ColorAtFast(int32 index) const;
H A DGradientTransformable.cpp211 BGradient::ColorStop* ourStep = ColorAtFast(i);
212 BGradient::ColorStop* otherStep = other.ColorAtFast(i);
249 BGradient::ColorStop* s = ColorAtFast(index);
348 // ColorAtFast
350 Gradient::ColorAtFast(int32 index) const function in class:Gradient
619 delete ColorAtFast(i);
H A DStyle.cpp215 BGradient::ColorStop* step = fGradient->ColorAtFast(i);
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp664 BGradient::ColorStop* step = gradient->ColorAtFast(i);
690 BGradient::ColorStop* step = gradient->ColorAtFast(i);

Completed in 97 milliseconds