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

  /external/webkit/Source/WebCore/platform/image-encoders/
JPEGImageEncoder.cpp 118 const unsigned char* pixelEnd = pixel + compressData.image_width * compressData.image_height * 4;
119 while (pixel < pixelEnd) {
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java     [all...]

Completed in 2481 milliseconds