Searched defs:yStart (Results 1 – 3 of 3) sorted by relevance
90 val yStart = if (ySel < 0) 0 else ySel regex115 val yStart = if (ySel < 0) 0 else ySel regex
50 int yStart = static_cast<int>(height * top); in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore() local
1463 void BootAnimation::drawTexturedQuad(float xStart, float yStart, float width, float height) { in drawTexturedQuad()