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

  /external/freetype/src/cff/
cffobjs.c 774 char* fullp = full; local
793 while ( *fullp )
796 if ( *fullp == *family )
799 fullp++;
804 if ( *fullp == ' ' || *fullp == '-' )
806 fullp++;
817 if ( !*family && *fullp )
821 /* case, the remaining string in `fullp' will be used as */
823 style_name = cff_strcpy( memory, fullp );
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/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 4923 milliseconds