Searched refs:stopCount (Results 1 – 5 of 5) sorted by relevance
146 int32 stopCount = gradient.CountColorStops(); in AttachGradient() local148 (int)stopCount)); in AttachGradient()150 fSender->Attach(&stopCount, sizeof(int32)); in AttachGradient()151 if (stopCount > 0) { in AttachGradient()152 for (int i = 0; i < stopCount; i++) { in AttachGradient()
265 int32 stopCount = gradient.CountColorStops(); in AddGradient() local266 Add(stopCount); in AddGradient()268 for (int32 i = 0; i < stopCount; i++) { in AddGradient()533 int32 stopCount; in ReadGradient() local534 status_t result = Read(stopCount); in ReadGradient()540 for (int32 i = 0; i < stopCount; i++) { in ReadGradient()
493 int32 stopCount = CountColorStops(); in Flatten() local495 stream->Write(&stopCount, sizeof(int32)); in Flatten()496 if (stopCount > 0) { in Flatten()497 for (int i = 0; i < stopCount; i++) { in Flatten()
864 var stopCount = remoteMessage.dataView.readUint32();865 for (var i = 0; i < stopCount; i++) {
2021 int32 stopCount = gradient.CountColorStops(); in _MakeGradient() local2022 for (int32 i = 1; i < stopCount; i++) { in _MakeGradient()