Searched refs:xEnd (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp197 int xEnd = lowerBoundScaledX(std::min(static_cast<int>(frameContext->xOffset + width), size().width()) - 1, xBegin + 1) + 1; local
199 if (rowBuffer.isEmpty() || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
222 for (int x = xBegin; x < xEnd; ++x) {
244 buffer.copyRowNTimes(xBegin, xEnd, yBegin, yEnd);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFilterEffect.cpp331 int xEnd = rect.maxX(); local
332 if (xEnd > m_absolutePaintRect.width())
333 xEnd = m_absolutePaintRect.width();
345 int size = (xEnd - xOrigin) * 4;
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkImgPhoto.c4351 int xEnd, yEnd, greenOffset, blueOffset, alphaOffset;
4371 xEnd = x + width;
4373 if ((xEnd > masterPtr->width) || (yEnd > masterPtr->height)) {
4376 if (ImgPhotoSetSize(masterPtr, MAX(xEnd, masterPtr->width),
4727 int xEnd, yEnd, greenOffset, blueOffset, alphaOffset;
4755 xEnd = x + width;
4757 if ((xEnd > masterPtr->width) || (yEnd > masterPtr->height)) {
4759 if (ImgPhotoSetSize(masterPtr, MAX(xEnd, masterPtr->width),
5094 int nLines, bigEndian, i, c, x, y, xEnd, doDithering = 1;
5147 xEnd
4323 int xEnd, yEnd, greenOffset, blueOffset, alphaOffset; local
4698 int xEnd, yEnd, greenOffset, blueOffset, alphaOffset; local
5063 int nLines, bigEndian, i, c, x, y, xEnd, doDithering = 1; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkImgPhoto.c4371 int xEnd, yEnd;
4395 xEnd = x + width;
4397 if ((xEnd > masterPtr->width) || (yEnd > masterPtr->height)) {
4399 if (ImgPhotoSetSize(masterPtr, MAX(xEnd, masterPtr->width),
4707 int xEnd, yEnd;
4742 xEnd = x + width;
4744 if ((xEnd > masterPtr->width) || (yEnd > masterPtr->height)) {
4746 if (ImgPhotoSetSize(masterPtr, MAX(xEnd, masterPtr->width),
5102 int xEnd, yEnd;
5162 xEnd
4343 int xEnd, yEnd; local
4678 int xEnd, yEnd; local
5071 int xEnd, yEnd; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkCanvSpeg.c1464 int i, j, len, nCols, xStart = drawX, xEnd, doWidth, bytesPerLine; local
1524 xEnd = xStart + nCols;
1525 for (i = xStart; i < xEnd; i++) {
1615 if ((int)(i+k) >= xStart && (int)(i+k) < xEnd) {
1631 if ((int) i >= xStart && (int) i < xEnd) {
1654 if (i >= xStart && i < xEnd) {
1674 if (i >= xStart && i < xEnd) {
1691 xStart = xEnd;
/macosx-10.9.5/vim-53/src/
H A Dmisc2.c2331 {K_XEND, (char_u *)"xEnd"},

Completed in 269 milliseconds