Home | History | Annotate | Download | only in gm

Lines Matching full:offsetheight

108     SkScalar offsetHeight = 10.f;
111 canvas->translate(10.f, offsetHeight);
114 offsetHeight += image->height() + 10;
119 canvas->translate(10.f, offsetHeight);
124 offsetHeight += mipSize.height() + 10;
128 offsetHeight = 10;
131 canvas->translate(image->width() + 20.f, offsetHeight);
134 offsetHeight += image->height() + 10;
139 canvas->translate(image->width() + 20.f, offsetHeight);
144 offsetHeight += mipSize.height() + 10;