Searched refs:ordinate (Results 1 – 1 of 1) sorted by relevance
292 static int contribution_64(SkFDot6 ordinate) { in contribution_64() argument294 int result = ordinate & 63; in contribution_64()299 int result = ((ordinate - 1) & 63) + 1; in contribution_64()