Home | History | Annotate | Download | only in base

Lines Matching refs:srcH

168     int srcH = (int)src.bottom - (int)src.top;
171 if (srcW != dstW || srcH != dstH) {
231 int srcH = (int)src.bottom - (int)src.top;
234 if (srcW != dstW || srcH != dstH) {
236 srcW, srcH, dstW, dstH);
240 if (srcW > 256 || srcH > 256) {
241 WLOGTRACE("unexpected size %dx%d for cursor", srcW, srcH);