HomeSort by relevance Sort by last modified time
    Searched defs:scanLine (Results 1 - 2 of 2) sorted by null

  /frameworks/base/awt/java/awt/image/renderable/
RenderableImageProducer.java 132 int scanLine[] = new int[w];
138 scanLine[x] = cm.getDataElement(pixel, 0);
142 c.setPixels(0, y, w, 1, cm, scanLine, 0, w);
  /external/webkit/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 238 quint32* scanLine = reinterpret_cast<quint32*>(image.scanLine(y + desty));
243 scanLine[x + destx] = pixel;

Completed in 178 milliseconds