Lines Matching refs:pattern

178         // We need to fill in the remaining values with the pattern specified.
179 for (FillLayer* pattern = this; curr; curr = curr->next()) {
180 curr->m_xPosition = pattern->m_xPosition;
181 if (pattern->isBackgroundXOriginSet())
182 curr->m_backgroundXOrigin = pattern->m_backgroundXOrigin;
183 if (pattern->isBackgroundYOriginSet())
184 curr->m_backgroundYOrigin = pattern->m_backgroundYOrigin;
185 pattern = pattern->next();
186 if (pattern == curr || !pattern)
187 pattern = this;
193 // We need to fill in the remaining values with the pattern specified.
194 for (FillLayer* pattern = this; curr; curr = curr->next()) {
195 curr->m_yPosition = pattern->m_yPosition;
196 if (pattern->isBackgroundXOriginSet())
197 curr->m_backgroundXOrigin = pattern->m_backgroundXOrigin;
198 if (pattern->isBackgroundYOriginSet())
199 curr->m_backgroundYOrigin = pattern->m_backgroundYOrigin;
200 pattern = pattern->next();
201 if (pattern == curr || !pattern)
202 pattern = this;
208 // We need to fill in the remaining values with the pattern specified.
209 for (FillLayer* pattern = this; curr; curr = curr->next()) {
210 curr->m_attachment = pattern->m_attachment;
211 pattern = pattern->next();
212 if (pattern == curr || !pattern)
213 pattern = this;
219 // We need to fill in the remaining values with the pattern specified.
220 for (FillLayer* pattern = this; curr; curr = curr->next()) {
221 curr->m_clip = pattern->m_clip;
222 pattern = pattern->next();
223 if (pattern == curr || !pattern)
224 pattern = this;
230 // We need to fill in the remaining values with the pattern specified.
231 for (FillLayer* pattern = this; curr; curr = curr->next()) {
232 curr->m_composite = pattern->m_composite;
233 pattern = pattern->next();
234 if (pattern == curr || !pattern)
235 pattern = this;
241 // We need to fill in the remaining values with the pattern specified.
242 for (FillLayer* pattern = this; curr; curr = curr->next()) {
243 curr->m_blendMode = pattern->m_blendMode;
244 pattern = pattern->next();
245 if (pattern == curr || !pattern)
246 pattern = this;
252 // We need to fill in the remaining values with the pattern specified.
253 for (FillLayer* pattern = this; curr; curr = curr->next()) {
254 curr->m_origin = pattern->m_origin;
255 pattern = pattern->next();
256 if (pattern == curr || !pattern)
257 pattern = this;
263 // We need to fill in the remaining values with the pattern specified.
264 for (FillLayer* pattern = this; curr; curr = curr->next()) {
265 curr->m_repeatX = pattern->m_repeatX;
266 pattern = pattern->next();
267 if (pattern == curr || !pattern)
268 pattern = this;
274 // We need to fill in the remaining values with the pattern specified.
275 for (FillLayer* pattern = this; curr; curr = curr->next()) {
276 curr->m_repeatY = pattern->m_repeatY;
277 pattern = pattern->next();
278 if (pattern == curr || !pattern)
279 pattern = this;
285 // We need to fill in the remaining values with the pattern specified.
286 for (FillLayer* pattern = this; curr; curr = curr->next()) {
287 curr->m_sizeType = pattern->m_sizeType;
288 curr->m_sizeLength = pattern->m_sizeLength;
289 pattern = pattern->next();
290 if (pattern == curr || !pattern)
291 pattern = this;