HomeSort by relevance Sort by last modified time
    Searched refs:fullp (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/cff/
cffobjs.c 896 char* fullp = full; local
915 while ( *fullp )
918 if ( *fullp == *family )
921 fullp++;
926 if ( *fullp == ' ' || *fullp == '-' )
928 fullp++;
939 if ( !*family && *fullp )
943 /* case, the remaining string in `fullp' will be used as */
945 style_name = cff_strcpy( memory, fullp );
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffobjs.c 780 char* fullp = full; local
799 while ( *fullp )
802 if ( *fullp == *family )
805 fullp++;
810 if ( *fullp == ' ' || *fullp == '-' )
812 fullp++;
823 if ( !*family && *fullp )
827 /* case, the remaining string in `fullp' will be used as */
829 style_name = cff_strcpy( memory, fullp );
    [all...]
  /external/curl/tests/
runtests.pl     [all...]

Completed in 4250 milliseconds