OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_Err_Not_Covered
(Results
1 - 8
of
8
) sorted by null
/external/harfbuzz/src/
harfbuzz-dump-main.c
74
else if (error !=
HB_Err_Not_Covered
)
84
else if (error !=
HB_Err_Not_Covered
)
harfbuzz-gsub.c
279
return
HB_Err_Not_Covered
;
313
if ( error && error !=
HB_Err_Not_Covered
)
485
return
HB_Err_Not_Covered
;
513
if ( error && error !=
HB_Err_Not_Covered
)
683
return
HB_Err_Not_Covered
;
712
if ( error && error !=
HB_Err_Not_Covered
)
995
if ( error && error !=
HB_Err_Not_Covered
)
1016
if ( error && error !=
HB_Err_Not_Covered
)
1069
return
HB_Err_Not_Covered
;
1105
if ( error ==
HB_Err_Not_Covered
)
[
all
...]
harfbuzz-global.h
90
HB_Err_Not_Covered
= 0xFFFF,
93
* and in a couple places for
HB_Err_Not_Covered
too. */
harfbuzz-gpos.c
73
return ERR(
HB_Err_Not_Covered
); /* ERR() call intended */
745
return
HB_Err_Not_Covered
;
803
return ERR(
HB_Err_Not_Covered
);
1026
return
HB_Err_Not_Covered
;
[
all
...]
harfbuzz-open.c
132
error =
HB_Err_Not_Covered
;
247
else if ( error !=
HB_Err_Not_Covered
)
824
return
HB_Err_Not_Covered
;
858
return
HB_Err_Not_Covered
;
874
return
HB_Err_Not_Covered
;
908
return
HB_Err_Not_Covered
;
1183
return
HB_Err_Not_Covered
;
1210
return
HB_Err_Not_Covered
;
1237
error =
HB_Err_Not_Covered
;
1247
error =
HB_Err_Not_Covered
;
[
all
...]
harfbuzz-gdef.c
707
if ( error && error !=
HB_Err_Not_Covered
)
717
if ( error && error !=
HB_Err_Not_Covered
)
723
if ( error ==
HB_Err_Not_Covered
&& gdef->NewGlyphClasses )
996
if ( error && error !=
HB_Err_Not_Covered
)
1002
return
HB_Err_Not_Covered
;
1103
return
HB_Err_Not_Covered
;
1114
return
HB_Err_Not_Covered
;
harfbuzz-shaper.cpp
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
GlyphMapAndroid.cpp
65
if (error !=
HB_Err_Not_Covered
)
Completed in 303 milliseconds