Home | History | Annotate | Download | only in gm

Lines Matching refs:TileMode

17     SkShader::TileMode tmx;
18 SkShader::TileMode tmy;
89 unsigned tileMode) {
95 this->drawScene(canvas, ctm, localMatrix, tileMode);
101 this->drawScene(canvas, ctm, localMatrix, tileMode);
107 this->drawScene(canvas, ctm, localMatrix, tileMode);
113 this->drawScene(canvas, ctm, localMatrix, tileMode);
120 this->drawScene(canvas, ctm, localMatrix, tileMode);
141 unsigned tileMode) {
142 SkASSERT(tileMode < SK_ARRAY_COUNT(kTileConfigs));
154 SkShader::CreatePictureShader(fPicture, kTileConfigs[tileMode].tmx,
155 kTileConfigs[tileMode].tmy, &localMatrix, nullptr));
163 kTileConfigs[tileMode].tmx,
164 kTileConfigs[tileMode].tmy,