Searched refs:PAD_HEIGHT (Results 1 – 5 of 5) sorted by relevance
53 const int PAD_HEIGHT = 3; variable56 const int RECT_HEIGHT = CELL_HEIGHT - (2 * PAD_HEIGHT);63 SkIntToScalar(cellRow * CELL_HEIGHT + PAD_HEIGHT), in shade_rect()75 auto y = SkIntToScalar(cellRow * CELL_HEIGHT + PAD_HEIGHT + RECT_HEIGHT/2); in create_gradient_points()
101 const int PAD_HEIGHT = 3; variable104 const int RECT_HEIGHT = CELL_HEIGHT - (2 * PAD_HEIGHT);112 SkIntToScalar(cellRow * CELL_HEIGHT + PAD_HEIGHT)); in shade_rect()
714 static constexpr int PAD_HEIGHT = 2; in RegisterPadNode() local743 CHECK_EQ(PAD_HEIGHT, const_tensor.shape().dim_size(1)); in RegisterPadNode()756 for (int i = 0; i < PAD_HEIGHT; ++i) { in RegisterPadNode()