Searched refs:PAD_HEIGHT (Results 1 - 3 of 3) sorted by relevance

/external/skia/gm/
H A 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),
75 auto y = SkIntToScalar(cellRow * CELL_HEIGHT + PAD_HEIGHT + RECT_HEIGHT/2);
/external/skqp/gm/
H A 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),
75 auto y = SkIntToScalar(cellRow * CELL_HEIGHT + PAD_HEIGHT + RECT_HEIGHT/2);
/external/tensorflow/tensorflow/core/kernels/hexagon/
H A Dgraph_transferer.cc707 static constexpr int PAD_HEIGHT = 2; local
736 CHECK_EQ(PAD_HEIGHT, const_tensor.shape().dim_size(1));
749 for (int i = 0; i < PAD_HEIGHT; ++i) {

Completed in 157 milliseconds