Searched defs:by (Results 1 – 3 of 3) sorted by relevance
77 uint64_t by = y; in mul32() local
50 static float SkUnitCubicInterp(float value, float bx, float by, float cx, float cy) { in SkUnitCubicInterp()
3522 private static float cross(float ax, float ay, float bx, float by) { in cross()