Lines Matching refs:TileMode
18 SkShader::TileMode tmx;
19 SkShader::TileMode tmy;
90 unsigned tileMode) {
96 this->drawScene(canvas, ctm, localMatrix, tileMode);
102 this->drawScene(canvas, ctm, localMatrix, tileMode);
108 this->drawScene(canvas, ctm, localMatrix, tileMode);
114 this->drawScene(canvas, ctm, localMatrix, tileMode);
121 this->drawScene(canvas, ctm, localMatrix, tileMode);
142 unsigned tileMode) {
143 SkASSERT(tileMode < SK_ARRAY_COUNT(kTileConfigs));
154 auto pictureShader = SkShader::MakePictureShader(fPicture, kTileConfigs[tileMode].tmx,
155 kTileConfigs[tileMode].tmy,
167 kTileConfigs[tileMode].tmx,
168 kTileConfigs[tileMode].tmy,