Searched refs:rowLen (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBITableBuilder.java | 1092 int rowLen = 4 + fRB.fSetBuilder.getNumCharCategories(); // Row Length in shorts. 1095 table.fRowLen = rowLen * 2; // Row length in bytes. 1107 int row = state*rowLen; 1237 int rowLen = 4 + numCharCategories; 1242 table.fRowLen = rowLen * 2; // Row length in bytes. 1246 int row = state * rowLen;
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RBBITableBuilder.java | 1093 int rowLen = 4 + fRB.fSetBuilder.getNumCharCategories(); // Row Length in shorts. 1096 table.fRowLen = rowLen * 2; // Row length in bytes. 1108 int row = state*rowLen; 1238 int rowLen = 4 + numCharCategories; 1243 table.fRowLen = rowLen * 2; // Row length in bytes. 1247 int row = state * rowLen;
|
/external/skqp/tests/ |
D | CodecAnimTest.cpp | 365 const size_t rowLen = info.bytesPerPixel() * info.width(); in DEF_TEST() local 371 const bool lineMatches = memcmp(cachedAddr, addr, rowLen) == 0; in DEF_TEST()
|
D | CodecTest.cpp | 63 size_t rowLen = bm.info().bytesPerPixel() * bm.width(); in md5() local 65 md5.write(bm.getAddr(0, y), rowLen); in md5()
|
/external/skia/tests/ |
D | CodecAnimTest.cpp | 365 const size_t rowLen = info.bytesPerPixel() * info.width(); in DEF_TEST() local 371 const bool lineMatches = memcmp(cachedAddr, addr, rowLen) == 0; in DEF_TEST()
|
D | CodecTest.cpp | 63 size_t rowLen = bm.info().bytesPerPixel() * bm.width(); in md5() local 65 md5.write(bm.getAddr(0, y), rowLen); in md5()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureSpecificationTests.cpp | 823 static inline int getRowPitch (const tcu::TextureFormat& transferFmt, int rowLen, int alignment) in getRowPitch() argument 825 int basePitch = transferFmt.getPixelSize()*rowLen; in getRowPitch()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 932 int rowLen = m_pixelUnpackRowLength > 0 ? m_pixelUnpackRowLength : width; in getUnpack2DAccess() local 933 int rowPitch = deAlign32(rowLen*pixelSize, m_pixelUnpackAlignment); in getUnpack2DAccess() 942 int rowLen = m_pixelUnpackRowLength > 0 ? m_pixelUnpackRowLength : width; in getUnpack3DAccess() local 944 int rowPitch = deAlign32(rowLen*pixelSize, m_pixelUnpackAlignment); in getUnpack3DAccess()
|