Searched refs:kStretchy (Results 1 – 2 of 2) sorted by relevance
/external/skia/gm/ |
D | ninepatchstretch.cpp | 19 const int kStretchy = 8; in make_image() local 20 const int kSize = 2*kFixed + kStretchy; in make_image() 29 center->setXYWH(kFixed, kFixed, kStretchy, kStretchy); in make_image() 36 r.setXYWH(SkIntToScalar(kFixed), 0, SkIntToScalar(kStretchy), SkIntToScalar(kSize)); in make_image() 39 r.setXYWH(0, SkIntToScalar(kFixed), SkIntToScalar(kSize), SkIntToScalar(kStretchy)); in make_image()
|
/external/skqp/gm/ |
D | ninepatchstretch.cpp | 19 const int kStretchy = 8; in make_image() local 20 const int kSize = 2*kFixed + kStretchy; in make_image() 29 center->setXYWH(kFixed, kFixed, kStretchy, kStretchy); in make_image() 36 r.setXYWH(SkIntToScalar(kFixed), 0, SkIntToScalar(kStretchy), SkIntToScalar(kSize)); in make_image() 39 r.setXYWH(0, SkIntToScalar(kFixed), SkIntToScalar(kSize), SkIntToScalar(kStretchy)); in make_image()
|