Searched refs:imageLeft (Results 1 – 2 of 2) sorted by relevance
235 int imageLeft = desc.Left; local247 imageLeft = 0;248 } else if (imageLeft + innerWidth > width) {250 imageLeft = width - innerWidth;251 } else if (imageLeft < 0) {253 imageLeft = 0;343 if ((imageTop | imageLeft) > 0 ||349 SkIRect subsetRect(SkIRect::MakeXYWH(imageLeft / sampler.srcDX(),