OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:levelBytes
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/native/
java_text_Bidi.cpp
162
ScopedByteArrayRO
levelBytes
(env, javaLevels);
163
if (
levelBytes
.get() == NULL) {
167
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 183 milliseconds