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

  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJCompressor.java 150 srcPitch = width * TJ.getPixelSize(pixelFormat);
152 srcPitch = pitch;
250 srcPitch = sm.getScanlineStride();
345 compressedSize = compress(srcBuf, srcX, srcY, srcWidth, srcPitch,
349 compressedSize = compress(srcBuf, srcWidth, srcPitch, srcHeight,
437 encodeYUV(srcBuf, srcX, srcY, srcWidth, srcPitch, srcHeight,
639 private int srcPitch = 0;
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 186 const int srcPitch = srcFTBitmap.pitch;
187 const size_t srcRowBytes = SkTAbs(srcPitch);
207 src += srcPitch;
225 src += srcPitch;
243 src += srcPitch;

Completed in 142 milliseconds