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

  /libcore/luni/src/main/native/
java_text_Bidi.cpp 164 ScopedByteArrayRO levelBytes(env, javaLevels);
165 if (levelBytes.get() == NULL) {
169 const UBiDiLevel* levels = reinterpret_cast<const UBiDiLevel*>(levelBytes.get());
  /external/opencv/cv/src/
cvlkpyramid.cpp 183 int levelBytes;
193 levelBytes = step[0][i] * levelSize.height;
195 ptrA += levelBytes;
207 ptrB += levelBytes;
    [all...]

Completed in 59 milliseconds