HomeSort by relevance Sort by last modified time
    Searched refs:desty (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 121 int desty = 0; local
123 desty = -originy;
135 unsigned char* destRows = data + desty * destBytesPerRow + destx * 4;
181 int desty = destPoint.y() + sourceRect.y(); local
182 ASSERT(desty >= 0);
183 ASSERT(desty < m_size.height());
189 int numRows = endy - desty;
195 SkPMColor* dstRows = dst.getAddr32(destx, desty);
  /external/webkit/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 166 int desty = 0; local
168 desty = -originy;
179 unsigned char* destRows = dataDst + desty * destBytesPerRow + destx * 4;
234 int desty = destPoint.y() + sourceRect.y(); local
235 ASSERT(desty >= 0);
236 ASSERT(desty < size.height());
242 int numRows = endy - desty;
249 unsigned* row = reinterpret_cast<unsigned*>(dataDst + stride * (y + desty));
265 destx, desty,
  /external/webkit/WebCore/platform/graphics/cg/
ImageBufferCG.cpp 146 int desty = 0; local
148 desty = -originy;
161 unsigned char* destRows = data + desty * destBytesPerRow + destx * 4;
209 int desty = destPoint.y() + sourceRect.y(); local
210 ASSERT(desty >= 0);
211 ASSERT(desty < size.height());
217 int numRows = endy - desty;
223 unsigned char* destRows = reinterpret_cast<unsigned char*>(imageData.m_data) + desty * destBytesPerRow + destx * 4;
  /external/webkit/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 149 int desty = 0; local
151 desty = -originy;
168 unsigned char* destRows = data + desty * destBytesPerRow + destx * 4;
214 int desty = destPoint.y() + sourceRect.y(); local
215 ASSERT(desty >= 0);
216 ASSERT(desty < size.height());
222 int numRows = endy - desty;
238 quint32* scanLine = reinterpret_cast<quint32*>(image.scanLine(y + desty));
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 2319 unsigned int destx, desty,destW, destH; local
    [all...]

Completed in 4441 milliseconds