HomeSort by relevance Sort by last modified time
    Searched refs:rowLen (Results 1 - 14 of 14) sorted by null

  /external/skia/src/images/
bmpdecoderhelper.cpp 127 int rowLen;
129 rowLen = width_ * 4;
132 rowLen = width_ * 3;
134 rowLen = width_ * 2;
136 rowLen = width_;
138 rowLen = width_ / 2;
140 rowLen++;
143 rowLen = width_ / 8;
145 rowLen++;
150 // Round the rowLen up to a multiple of 4
    [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
writer_test.go 192 const rowLen = 32
207 const rowLen = 32
209 for offset := 0; len(a)+len(b) > 0; offset += rowLen {
210 na, nb := rowLen, rowLen
  /prebuilts/go/linux-x86/src/archive/tar/
writer_test.go 192 const rowLen = 32
207 const rowLen = 32
209 for offset := 0; len(a)+len(b) > 0; offset += rowLen {
210 na, nb := rowLen, rowLen
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBITableBuilder.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBITableBuilder.java     [all...]
  /external/skia/tests/
CodexTest.cpp 33 size_t rowLen = bm.info().bytesPerPixel() * bm.width();
35 md5.update(static_cast<uint8_t*>(bm.getAddr(0, y)), rowLen);
    [all...]
PictureTest.cpp 879 size_t rowLen = bm.info().bytesPerPixel() * bm.width();
881 md5.update(static_cast<uint8_t*>(bm.getAddr(0, y)), rowLen);
    [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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 811 milliseconds