Searched defs:bx (Results 1 – 5 of 5) sorted by relevance
76 uint64_t bx = x; in mul32() local
50 static float SkUnitCubicInterp(float value, float bx, float by, float cx, float cy) { in SkUnitCubicInterp()
54 RectF bx = null; in GestureStroke() local
271 int bx = 0; in etc_average_colors_subblock() local355 int bx = 0; in etc_encode_subblock_helper() local
3522 private static float cross(float ax, float ay, float bx, float by) { in cross()