Searched defs:fullp (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/freetype/src/cff/
H A Dcffobjs.c771 char* fullp = full; local
790 while ( *fullp )
793 if ( *fullp == *family )
796 fullp++;
801 if ( *fullp == ' ' || *fullp == '-' )
803 fullp++;
814 if ( !*family && *fullp )
818 /* case, the remaining string in `fullp' will be used as */
820 style_name = cff_strcpy( memory, fullp );
[all...]
/external/freetype/src/cff/
H A Dcffobjs.c771 char* fullp = full; local
790 while ( *fullp )
793 if ( *fullp == *family )
796 fullp++;
801 if ( *fullp == ' ' || *fullp == '-' )
803 fullp++;
814 if ( !*family && *fullp )
818 /* case, the remaining string in `fullp' will be used as */
820 style_name = cff_strcpy( memory, fullp );
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffobjs.c772 char* fullp = full; local
791 while ( *fullp )
794 if ( *fullp == *family )
797 fullp++;
802 if ( *fullp == ' ' || *fullp == '-' )
804 fullp++;
815 if ( !*family && *fullp )
819 /* case, the remaining string in `fullp' will be used as */
821 style_name = cff_strcpy( memory, fullp );
[all...]

Completed in 3930 milliseconds