Home | History | Annotate | Download | only in sfnt

Lines Matching refs:stringLength

59     len = (FT_UInt)entry->stringLength / 2;
90 len = (FT_UInt)entry->stringLength;
169 if ( rec->nameID == nameid && rec->stringLength > 0 )
271 if ( FT_QNEW_ARRAY ( rec->string, rec->stringLength ) ||
273 FT_STREAM_READ( rec->string, rec->stringLength ) )
276 rec->stringLength = 0;