OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:brx_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libjasper/jasper/
jas_image.h
191
jas_image_coord_t
brx_
;
member in struct:__anon20828
315
((image)->
brx_
- (image)->tlx_)
334
((image)->
brx_
)
/external/opencv3/3rdparty/libjasper/
jas_image.c
196
image->
brx_
= 0;
745
image->
brx_
= cmpt->tlx_ + cmpt->hstep_ * (cmpt->width_ - 1) + 1;
756
if (image->
brx_
< x) {
757
image->
brx_
= x;
767
image->
brx_
= 0;
[
all
...]
Completed in 108 milliseconds