Searched refs:CountColorStops (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/interface/
H A DGradient.cpp105 fColorStops(std::max((int32)4, other.CountColorStops()))
309 int32 count = CountColorStops();
310 if (count == other.CountColorStops() &&
349 int32 count = CountColorStops();
430 // CountColorStops
432 BGradient::CountColorStops() const function in class:BGradient
458 if (CountColorStops() > 0) {
483 int32 count = CountColorStops();
493 int32 stopCount = CountColorStops();
/haiku/headers/os/interface/
H A DGradient.h80 int32 CountColorStops() const;
/haiku/src/kits/app/
H A DServerLink.cpp145 int32 stopCount = gradient.CountColorStops();
/haiku/src/servers/app/
H A DSimpleTransform.h174 gradient->CountColorStops() - 1);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp265 int32 stopCount = gradient.CountColorStops();
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp2021 int32 stopCount = gradient.CountColorStops();
2075 for (int i = 0; i < gradient.CountColorStops() - 1; i++) {

Completed in 123 milliseconds