Home | History | Annotate | Download | only in core

Lines Matching refs:idst

64         SkIRect idst;
65 dst.round(&idst);
66 return idst.width() == bitmap.width() && idst.height() == bitmap.height();