/external/webkit/WebCore/platform/graphics/skia/ |
D | ImageBufferSkia.cpp | 143 int endX = rect.x() + rect.width(); in getImageData() local 144 if (endX > size.width()) in getImageData() 145 endX = size.width(); in getImageData() 146 int numColumns = endX - originX; in getImageData() 215 int endX = destPoint.x() + sourceRect.right(); in putImageData() local 216 ASSERT(endX <= size.width()); in putImageData() 218 int numColumns = endX - destX; in putImageData()
|
/external/webkit/WebCore/platform/image-decoders/bmp/ |
D | BMPImageReader.cpp | 640 const int endX = in processRLEData() local 649 fillRGBA(endX, m_data->data()[m_decodedOffset + 3], in processRLEData() 664 for (int which = 0; m_coord.x() < endX; ) { in processRLEData() 684 const int endX = m_coord.x() + numPixels; in processNonRLEData() local 685 if (endX > m_parent->size().width()) in processNonRLEData() 715 (pixel < pixelsPerByte) && (m_coord.x() < endX); ++pixel) { in processNonRLEData() 739 while (m_coord.x() < endX) { in processNonRLEData()
|
/external/webkit/WebCore/svg/graphics/filters/ |
D | SVGFEMorphology.cpp | 130 unsigned endX = min(x + radiusX, effectDrawingRect.width() - 1); in apply() local 131 … unsigned char columnExtrema = srcPixelArray->get(startY * effectWidth + endX * 4 + channel); in apply() 133 unsigned char pixel = srcPixelArray->get(i * effectWidth + endX * 4 + channel); in apply()
|
/external/webkit/WebCore/platform/image-decoders/ |
D | ImageDecoder.h | 94 void copyRowNTimes(int startX, int endX, int startY, int endY) in copyRowNTimes() argument 97 ASSERT(endX <= width()); in copyRowNTimes() 100 const int rowBytes = (endX - startX) * sizeof(PixelData); in copyRowNTimes()
|
/external/junit/src/junit/awtui/ |
D | ProgressBar.java | 49 private void paintStep(int startX, int endX) { in paintStep() argument 50 repaint(startX, 1, endX-startX, getBounds().height-2); in paintStep()
|
/external/webkit/WebCore/platform/graphics/wince/ |
D | PlatformPathWince.cpp | 720 float startX, startY, endX, endY; in addEllipse() local 726 getEllipsePointByAngle(ear, a, b, endX, endY); in addEllipse() 729 transformArcPoint(endX, endY, p); in addEllipse() 734 … PlatformPathElement::ArcTo data = { { endX, endY }, { p.x(), p.y() }, { a, b }, !anticlockwise }; in addEllipse()
|
D | GraphicsContextWince.cpp | 825 int startX, startY, endX, endY; in strokeArc() local 830 endX = stableRound(fendX); in strokeArc() 835 endX += centerX; in strokeArc() 838 if (startX < endX) { in strokeArc() 840 clipRect.right = endX; in strokeArc() 842 clipRect.left = endX; in strokeArc()
|
/external/chromium/third_party/icu/source/i18n/ |
D | regexcmp.cpp | 3675 int32_t endX = fNextIndex; // sequence following the '\' in nextChar() local 3684 c.fChar = fRXPat->fPattern.unescapeAt(endX); in nextChar() 3685 if (startX == endX) { in nextChar() 3688 fCharNum += endX - startX; in nextChar() 3689 fNextIndex = endX; in nextChar()
|
/external/quake/quake/src/QW/scitech/include/ |
D | mgraph.h | 685 m_int endX,endY; /* Ending point on arc */ member
|
/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
D | MGRAPH.H | 685 m_int endX,endY; /* Ending point on arc */ member
|