OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:code_count
(Results
1 - 2
of
2
) sorted by null
/external/opencv/otherlibs/highgui/
bitstrm.cpp
606
int
code_count
= src[k++];
local
610
k +=
code_count
;
612
for(
code_count
+= k; k <
code_count
; k++ )
649
int
code_count
= src[k++];
local
650
for(
code_count
+= k; k <
code_count
; k++ )
694
int
code_count
= src[i - 1];
local
695
dst[0] =
code_count
;
697
for( int k = 0; k <
code_count
; k++
1067
int
code_count
= src[k++];
local
1094
int
code_count
= src[k++];
local
[
all
...]
/external/freetype/src/sfnt/
ttcmap.c
319
FT_UInt first_code,
code_count
, offset;
local
325
code_count
= TT_NEXT_USHORT( p );
330
if (
code_count
== 0 )
336
if ( first_code >= 256 || first_code +
code_count
> 256 )
344
if ( ids < glyph_ids || ids +
code_count
*2 > table + length )
350
FT_Byte* limit = p +
code_count
* 2;
[
all
...]
Completed in 122 milliseconds