Searched refs:bot (Results 1 – 5 of 5) sorted by relevance
36 if (y < brect.bot) brect.bot = y; in ClipRect()44 if (rrect.bot < brect.bot) brect.bot = rrect.bot; in ClipRect()
113 int top, int bot) in BorderSpread() argument134 if (top || bot) { in BorderSpread()141 base = pyr->ptr[pyr->height + pyr->border - bot] - pyr->border; in BorderSpread()142 for (h = bot; h--; base += pyr->pitch) { in BorderSpread()
47 static void BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot);
59 double lft, rgt, top, bot;
133 global_rect.lft = global_rect.bot = 2e30; // min values in runBlend()208 fullRect.top = (int) floor(global_rect.bot); // min-y in runBlend()808 int b = (int) ((vcrect.bot - rect.top)); in ComputeMask()817 if (vcrect.bot == brect.bot) in ComputeMask()892 int b = (int) ((vcrect.bot - rect.top) / (1 << dscale)); in ProcessPyramidForThisFrame()901 if (vcrect.bot == brect.bot) in ProcessPyramidForThisFrame()1143 …if ((inter = m_wb.roundoffOverlap + xmid - dy * (((dy >= 0.0) ? brect.bot : brect.top) - ymid) / d… in ClipBlendRect()1149 …if ((inter = -m_wb.roundoffOverlap + xmid - dy * (((dy >= 0.0) ? brect.bot : brect.top) - ymid) / … in ClipBlendRect()1161 …_wb.roundoffOverlap + ymid - dx * (((dx >= 0.0) ? brect.lft : brect.rgt) - xmid) / dy) > brect.bot) in ClipBlendRect()1162 brect.bot = inter; in ClipBlendRect()[all …]