Home
last modified time | relevance | path

Searched refs:PAD_HEIGHT (Results 1 – 5 of 5) sorted by relevance

/external/skqp/gm/
Dhardstop_gradients.cpp53 const int PAD_HEIGHT = 3; variable
56 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()
Danalytic_gradients.cpp101 const int PAD_HEIGHT = 3; variable
104 const int RECT_HEIGHT = CELL_HEIGHT - (2 * PAD_HEIGHT);
112 SkIntToScalar(cellRow * CELL_HEIGHT + PAD_HEIGHT)); in shade_rect()
/external/skia/gm/
Dhardstop_gradients.cpp53 const int PAD_HEIGHT = 3; variable
56 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()
Danalytic_gradients.cpp101 const int PAD_HEIGHT = 3; variable
104 const int RECT_HEIGHT = CELL_HEIGHT - (2 * PAD_HEIGHT);
112 SkIntToScalar(cellRow * CELL_HEIGHT + PAD_HEIGHT)); in shade_rect()
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dgraph_transferer.cc714 static constexpr int PAD_HEIGHT = 2; in RegisterPadNode() local
743 CHECK_EQ(PAD_HEIGHT, const_tensor.shape().dim_size(1)); in RegisterPadNode()
756 for (int i = 0; i < PAD_HEIGHT; ++i) { in RegisterPadNode()