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

/macosx-10.9.5/WebCore-7537.78.1/platform/image-encoders/
H A DJPEGImageEncoder.cpp124 for (const unsigned char* rowEnd = pixel + compressData.image_width * 4; pixel < rowEnd;) {
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkGrid.c139 int rowEnd; /* The last row occupied by any slave. */ member in struct:__anon13780
470 endY = MAX(gridPtr->rowEnd, gridPtr->rowMax);
719 endY = MAX(gridPtr->rowEnd, gridPtr->rowMax);
1109 MAX(gridPtr->rowEnd, gridPtr->rowMax)));
1608 MAX(slotPtr->rowEnd,slotPtr->rowMax), slotPtr->rowPtr);
1750 slotCount = masterPtr->masterDataPtr->rowEnd;
2219 masterPtr->masterDataPtr->rowEnd = maxY;
2427 gridPtr->rowEnd = 0;
2975 masterPtr->masterDataPtr->rowEnd, -1) != TCL_OK) {
3039 lastRow = masterPtr->masterDataPtr->rowEnd
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkGrid.c139 int rowEnd; /* The last row occupied by any slave. */ member in struct:__anon13433
549 endY = MAX(gridPtr->rowEnd, gridPtr->rowMax);
805 endY = MAX(gridPtr->rowEnd, gridPtr->rowMax);
1281 MAX(gridPtr->rowEnd, gridPtr->rowMax)));
1778 usedY = AdjustOffsets(realHeight, MAX(slotPtr->rowEnd, slotPtr->rowMax),
1919 slotCount = masterPtr->masterDataPtr->rowEnd;
2479 masterPtr->masterDataPtr->rowEnd = maxY;
2686 gridPtr->rowEnd = 0;
3034 defaultRow = masterPtr->masterDataPtr->rowEnd;

Completed in 720 milliseconds