Searched refs:yRepeat (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)
1384 if (xRepeat == RepeatFill && yRepeat == NoRepeatFill)
1386 if (xRepeat == NoRepeatFill && yRepeat == RepeatFill)
1391 list->append(cssValuePool().createValue(yRepeat));
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkImgPhoto.c4730 int pitch, xRepeat, yRepeat, blockXSkip, blockYSkip, sourceIsSimplePhoto;
4840 yRepeat = zoomY;
4897 yRepeat--;
4898 if (yRepeat <= 0) {
4900 yRepeat = zoomY;
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;
4823 yRepeat = zoomY;
4877 yRepeat--;
4878 if (yRepeat <= 0) {
4880 yRepeat = zoomY;
4686 int xRepeat, yRepeat; local

Completed in 291 milliseconds