Searched refs:X_OFFSET (Results 1 – 2 of 2) sorted by relevance
81 const int X_OFFSET = 30; in create_gradient_points() local83 auto x0 = SkIntToScalar(cellCol * CELL_WIDTH + PAD_WIDTH + X_OFFSET); in create_gradient_points()84 auto x1 = SkIntToScalar((cellCol+1) * CELL_WIDTH - PAD_WIDTH - X_OFFSET); in create_gradient_points()