/external/pdfium/third_party/libtiff/ |
tif_luv.c | 399 tmsize_t rowlen = TIFFScanlineSize(tif); local 401 if (rowlen == 0) 404 assert(cc%rowlen == 0); 405 while (cc && (*tif->tif_decoderow)(tif, bp, rowlen, s)) { 406 bp += rowlen; 407 cc -= rowlen; 420 tmsize_t rowlen = TIFFTileRowSize(tif); local 422 if (rowlen == 0) 425 assert(cc%rowlen == 0); 426 while (cc && (*tif->tif_decoderow)(tif, bp, rowlen, s)) 689 tmsize_t rowlen = TIFFScanlineSize(tif); local 709 tmsize_t rowlen = TIFFTileRowSize(tif); local [all...] |
/external/skia/tests/ |
CodecAnimTest.cpp | 353 const size_t rowLen = info.bytesPerPixel() * info.width(); 359 const bool lineMatches = memcmp(cachedAddr, addr, rowLen) == 0;
|
CodecTest.cpp | 49 size_t rowLen = bm.info().bytesPerPixel() * bm.width(); 51 md5.write(bm.getAddr(0, y), rowLen); [all...] |
/external/skqp/tests/ |
CodecAnimTest.cpp | 353 const size_t rowLen = info.bytesPerPixel() * info.width(); 359 const bool lineMatches = memcmp(cachedAddr, addr, rowLen) == 0;
|
CodecTest.cpp | 47 size_t rowLen = bm.info().bytesPerPixel() * bm.width(); 49 md5.write(bm.getAddr(0, y), rowLen); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
RBBITableBuilder.java | [all...] |
RBBIDataWrapper.java | 92 static final int ROWLEN = 2;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RBBITableBuilder.java | [all...] |
RBBIDataWrapper.java | 91 static final int ROWLEN = 2;
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
GLClientState.cpp | 600 ALOGV("%s: pack rowlen %d", __FUNCTION__, m_pixelStore.pack_row_length); 606 ALOGV("%s: unpack rowlen %d", __FUNCTION__, m_pixelStore.unpack_row_length); 631 ALOGV("%s: pack rowlen %d", __FUNCTION__, m_pixelStore.pack_row_length); 637 ALOGV("%s: unpack rowlen %d", __FUNCTION__, m_pixelStore.unpack_row_length); [all...] |
/external/deqp/modules/gles2/functional/ |
es2fTextureSpecificationTests.cpp | 807 static inline int getRowPitch (const tcu::TextureFormat& transferFmt, int rowLen, int alignment) 809 int basePitch = transferFmt.getPixelSize()*rowLen; [all...] |
/external/deqp/framework/opengl/simplereference/ |
sglrReferenceContext.cpp | 932 int rowLen = m_pixelUnpackRowLength > 0 ? m_pixelUnpackRowLength : width; 933 int rowPitch = deAlign32(rowLen*pixelSize, m_pixelUnpackAlignment); 942 int rowLen = m_pixelUnpackRowLength > 0 ? m_pixelUnpackRowLength : width; 944 int rowPitch = deAlign32(rowLen*pixelSize, m_pixelUnpackAlignment); [all...] |
/art/tools/ahat/etc/ |
O.hprof | [all...] |