Home
last modified time | relevance | path

Searched refs:rowLen (Results 1 - 7 of 7) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBITableBuilder.java1147 int rowLen = RBBIDataWrapper.NEXTSTATES + fRB.fSetBuilder.getNumCharCategories(); // Row Length in shorts. in exportTable()
1152 table.fRowLen = rowLen; // Row length in bytes. in exportTable()
1156 table.fRowLen = rowLen * 2; // Row length in bytes. in exportTable()
1172 int row = state*rowLen; in exportTable()
1312 int rowLen = RBBIDataWrapper.NEXTSTATES + numCharCategories; in exportSafeTable()
1319 table.fRowLen = rowLen; // Row length in bytes. in exportSafeTable()
1323 table.fRowLen = rowLen * 2; // Row length in bytes. in exportSafeTable()
1328 int row = state * rowLen; in exportSafeTable()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRBBITableBuilder.java1132 int rowLen = 4 + fRB.fSetBuilder.getNumCharCategories(); // Row Length in shorts. in exportTable()
1135 table.fRowLen = rowLen * 2; // Row length in bytes. in exportTable()
1147 int row = state*rowLen; in exportTable()
1277 int rowLen = 4 + numCharCategories; in exportSafeTable()
1282 table.fRowLen = rowLen * 2; // Row length in bytes. in exportSafeTable()
1286 int row = state * rowLen; in exportSafeTable()
/third_party/skia/tests/
H A 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()
H A 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/
H A 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/
H A DsglrReferenceContext.cpp952 int rowLen = m_pixelUnpackRowLength > 0 ? m_pixelUnpackRowLength : width;
953 int rowPitch = deAlign32(rowLen*pixelSize, m_pixelUnpackAlignment);
962 int rowLen = m_pixelUnpackRowLength > 0 ? m_pixelUnpackRowLength : width;
964 int rowPitch = deAlign32(rowLen*pixelSize, m_pixelUnpackAlignment);
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 18 milliseconds