Home
last modified time | relevance | path

Searched defs:curr_y (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkScan_Path.cpp44 static void insert_new_edges(SkEdge* newEdge, int curr_y) { in insert_new_edges()
76 static void validate_edges_for_y(const SkEdge* edge, int curr_y) { in validate_edges_for_y()
88 #define validate_edges_for_y(edge, curr_y) argument
105 int curr_y = start_y; in walk_edges() local
/external/skqp/src/core/
DSkScan_Path.cpp44 static void insert_new_edges(SkEdge* newEdge, int curr_y) { in insert_new_edges()
76 static void validate_edges_for_y(const SkEdge* edge, int curr_y) { in validate_edges_for_y()
88 #define validate_edges_for_y(edge, curr_y) argument
105 int curr_y = start_y; in walk_edges() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.h176 int curr_x, curr_y; /**< for iterating over bins */ member
/external/libaom/libaom/av1/common/
Dav1_loopfilter.c2111 const uint32_t curr_y = ((mi_row * MI_SIZE) >> scale_vert) + y * MI_SIZE; in av1_filter_block_plane_vert() local
2198 const uint32_t curr_y = ((mi_row * MI_SIZE) >> scale_vert) + y * MI_SIZE; in av1_filter_block_plane_horz() local
2287 const uint32_t curr_y = ((mi_row * MI_SIZE) >> scale_vert) + y * MI_SIZE; in av1_filter_block_plane_vert_test() local
2330 const uint32_t curr_y = ((mi_row * MI_SIZE) >> scale_vert) + y * MI_SIZE; in av1_filter_block_plane_horz_test() local
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage-inl.h256 for (int curr_y = orig_y; curr_y < y_bound; ++curr_y) { in DownsampleAveraged() local