Searched refs:xRepeat (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.cpp1378 static PassRefPtr<CSSValue> fillRepeatToCSSValue(EFillRepeat xRepeat, EFillRepeat yRepeat) argument
1382 if (xRepeat == yRepeat)
1383 return cssValuePool().createValue(xRepeat);
1384 if (xRepeat == RepeatFill && yRepeat == NoRepeatFill)
1386 if (xRepeat == NoRepeatFill && yRepeat == RepeatFill)
1390 list->append(cssValuePool().createValue(xRepeat));
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkImgPhoto.c4730 int pitch, xRepeat, yRepeat, blockXSkip, blockYSkip, sourceIsSimplePhoto;
4849 for (xRepeat = MIN(wCopy, zoomX); xRepeat > 0; xRepeat--) {
4701 int pitch, xRepeat, yRepeat, blockXSkip, blockYSkip, sourceIsSimplePhoto; local
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkImgPhoto.c4715 int xRepeat, yRepeat;
4832 for (xRepeat = MIN(wCopy, zoomX); xRepeat > 0; xRepeat--) {
4686 int xRepeat, yRepeat; local

Completed in 144 milliseconds