Home
last modified time | relevance | path

Searched refs:rowLen (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java1147 …int rowLen = RBBIDataWrapper.NEXTSTATES + fRB.fSetBuilder.getNumCharCategories(); // Row Length …
1152 table.fRowLen = rowLen; // Row length in bytes.
1156 table.fRowLen = rowLen * 2; // Row length in bytes.
1172 int row = state*rowLen;
1312 int rowLen = RBBIDataWrapper.NEXTSTATES + numCharCategories;
1319 table.fRowLen = rowLen; // Row length in bytes.
1323 table.fRowLen = rowLen * 2; // Row length in bytes.
1328 int row = state * rowLen;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBITableBuilder.java1132 int rowLen = 4 + fRB.fSetBuilder.getNumCharCategories(); // Row Length in shorts.
1135 table.fRowLen = rowLen * 2; // Row length in bytes.
1147 int row = state*rowLen;
1277 int rowLen = 4 + numCharCategories;
1282 table.fRowLen = rowLen * 2; // Row length in bytes.
1286 int row = state * rowLen;
/third_party/skia/tests/
DCodecAnimTest.cpp457 const size_t rowLen = info.bytesPerPixel() * info.width(); in DEF_TEST() local
463 const bool lineMatches = memcmp(cachedAddr, addr, rowLen) == 0; in DEF_TEST()
DCodecTest.cpp71 size_t rowLen = bm.info().bytesPerPixel() * bm.width(); in md5() local
73 md5.write(bm.getAddr(0, y), rowLen); in md5()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp823 static inline int getRowPitch (const tcu::TextureFormat& transferFmt, int rowLen, int alignment) in getRowPitch() argument
825 int basePitch = transferFmt.getPixelSize()*rowLen; in getRowPitch()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.cpp952 int rowLen = m_pixelUnpackRowLength > 0 ? m_pixelUnpackRowLength : width; in getUnpack2DAccess() local
953 int rowPitch = deAlign32(rowLen*pixelSize, m_pixelUnpackAlignment); in getUnpack2DAccess()
962 int rowLen = m_pixelUnpackRowLength > 0 ? m_pixelUnpackRowLength : width; in getUnpack3DAccess() local
964 int rowPitch = deAlign32(rowLen*pixelSize, m_pixelUnpackAlignment); in getUnpack3DAccess()