Searched refs:ymax (Results 1 – 2 of 2) sorted by relevance
/system/extras/tests/workloads/ |
D | capture.sh | 44 ymax=0;; 48 ymax=2304 67 (0036) y=$(convert $value $ymax $yscale);;
|
/system/core/libpixelflinger/ |
D | trap.cpp | 668 int32_t ymax ) in edge_setup() argument 682 if ( dy == 0 || y1 > ymax || y2 < ymin ) in edge_setup() 688 if ( y2 < ymax ) in edge_setup() 689 ymax = TRI_SNAP_PREV_HALF(y2); in edge_setup() 691 if ( ymin > ymax ) // when the edge doesn't cross any scanline in edge_setup() 704 edge->y_bot = ymax; in edge_setup() 706 if (ggl_likely(ymin <= ymax && dx)) { in edge_setup() 768 int32_t ymax = TRI_FROM_INT(c->state.scissor.bottom) - TRI_HALF; in trianglex_big() local 770 edge_setup( edges, &num_edges, v0, v1, ymin, ymax ); in trianglex_big() 771 edge_setup( edges, &num_edges, v0, v2, ymin, ymax ); in trianglex_big() [all …]
|