Home | History | Annotate | Download | only in core

Lines Matching refs:dp0

121         int dp0 = (m00 | m11) ^ 1;  // true if both are 0
128 mask |= ((dp0 & ds1) | (dp1 & ds0)) << kRectStaysRect_Shift;