Home
last modified time | relevance | path

Searched refs:xmid (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
DBlend.cpp1154 double xmid = m_AllSites[ce->first].getVCenter().x + dx/2.0; in ClipBlendRect() local
1161 …if ((inter = m_wb.roundoffOverlap + xmid - dy * (((dy >= 0.0) ? brect.bot : brect.top) - ymid) / d… in ClipBlendRect()
1167 …if ((inter = -m_wb.roundoffOverlap + xmid - dy * (((dy >= 0.0) ? brect.bot : brect.top) - ymid) / … in ClipBlendRect()
1173 …_wb.roundoffOverlap + ymid - dx * (((dx >= 0.0) ? brect.lft : brect.rgt) - xmid) / dy) < brect.top) in ClipBlendRect()
1179 …_wb.roundoffOverlap + ymid - dx * (((dx >= 0.0) ? brect.lft : brect.rgt) - xmid) / dy) > brect.bot) in ClipBlendRect()
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DBlend.cpp1134 double xmid = m_AllSites[ce->first].getVCenter().x + dx/2.0; in ClipBlendRect() local
1141 …if ((inter = m_wb.roundoffOverlap + xmid - dy * (((dy >= 0.0) ? brect.bot : brect.top) - ymid) / d… in ClipBlendRect()
1147 …if ((inter = -m_wb.roundoffOverlap + xmid - dy * (((dy >= 0.0) ? brect.bot : brect.top) - ymid) / … in ClipBlendRect()
1153 …_wb.roundoffOverlap + ymid - dx * (((dx >= 0.0) ? brect.lft : brect.rgt) - xmid) / dy) < brect.top) in ClipBlendRect()
1159 …_wb.roundoffOverlap + ymid - dx * (((dx >= 0.0) ? brect.lft : brect.rgt) - xmid) / dy) > brect.bot) in ClipBlendRect()