Searched refs:fromSize (Results 1 – 3 of 3) sorted by relevance
300 unsigned int fromSize = fromValue->value()->size(); in applyForProgress() local301 if (fromSize) { in applyForProgress()302 if (toValue->value()->size() != fromSize) in applyForProgress()305 for (unsigned int j = 0; j < fromSize && valid; j++) { in applyForProgress()
576 int32_t fromSize = ures_getSize(fromArray); in compareArrays() local581 if (fromSize > toSize) { in compareArrays()582 fromSize = toSize; in compareArrays()
163 unsigned fromSize = from.operations().size(); in blendFunc() local165 unsigned size = max(fromSize, toSize); in blendFunc()167 RefPtr<TransformOperation> fromOp = (i < fromSize) ? from.operations()[i].get() : 0; in blendFunc()