OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indexInsert
(Results
1 - 3
of
3
) sorted by null
/external/freetype/src/cff/
cf2hints.c
563
CF2_UInt
indexInsert
;
594
indexInsert
= 0;
595
for ( ;
indexInsert
< hintmap->count;
indexInsert
++ )
597
if ( hintmap->edge[
indexInsert
].csCoord >= firstHintEdge->csCoord )
612
if (
indexInsert
< hintmap->count )
616
if ( hintmap->edge[
indexInsert
].csCoord == firstHintEdge->csCoord )
621
hintmap->edge[
indexInsert
].csCoord <= secondHintEdge->csCoord )
625
if ( cf2_hint_isPairTop( &hintmap->edge[
indexInsert
] ) )
676
if (
indexInsert
> 0
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2hints.c
563
CF2_UInt
indexInsert
;
595
indexInsert
= 0;
596
for ( ;
indexInsert
< hintmap->count;
indexInsert
++ )
598
if ( hintmap->edge[
indexInsert
].csCoord >= firstHintEdge->csCoord )
613
if (
indexInsert
< hintmap->count )
617
if ( hintmap->edge[
indexInsert
].csCoord == firstHintEdge->csCoord )
622
hintmap->edge[
indexInsert
].csCoord <= secondHintEdge->csCoord )
626
if ( cf2_hint_isPairTop( &hintmap->edge[
indexInsert
] ) )
677
if (
indexInsert
> 0
[
all
...]
/external/pdfium/third_party/freetype/src/cff/
cf2hints.c
563
CF2_UInt
indexInsert
;
594
indexInsert
= 0;
595
for ( ;
indexInsert
< hintmap->count;
indexInsert
++ )
597
if ( hintmap->edge[
indexInsert
].csCoord >= firstHintEdge->csCoord )
612
if (
indexInsert
< hintmap->count )
616
if ( hintmap->edge[
indexInsert
].csCoord == firstHintEdge->csCoord )
621
hintmap->edge[
indexInsert
].csCoord <= secondHintEdge->csCoord )
625
if ( cf2_hint_isPairTop( &hintmap->edge[
indexInsert
] ) )
676
if (
indexInsert
> 0
[
all
...]
Completed in 87 milliseconds