Searched refs:SIZE_OF_THREE (Results 1 – 3 of 3) sorted by relevance
32 constexpr int32_t SIZE_OF_THREE = 3; variable538 if (res.size() != SIZE_OF_THREE) { in GetPickerTextStyle()
29 constexpr int SIZE_OF_THREE = 3; variable243 uint32_t size = SIZE_OF_THREE; in SetDivider()
69 constexpr int SIZE_OF_THREE = 3; variable1233 if (valuesLength != SIZE_OF_EIGHT || unitsLength != SIZE_OF_THREE) { in ParseRotate()3261 uint32_t size = SIZE_OF_THREE; in SetTranslate()3360 int units[SIZE_OF_THREE]; in SetRotate()3362 if (ParseRotate(runtimeCallInfo, values, units, SIZE_OF_EIGHT, SIZE_OF_THREE)) { in SetRotate()3364 nativeNode, values, SIZE_OF_EIGHT, units, SIZE_OF_THREE); in SetRotate()