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));
155 kTileConfigs[tileMode].tmx,
156 kTileConfigs[tileMode].tmy,
166 kTileConfigs[tileMode].tmx,
167 kTileConfigs[tileMode].tmy,