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

  /external/fonttools/Lib/fontTools/ttLib/tables/
_h_d_m_x.py 59 maxNameLen = max(map(len, glyphNames))
60 format = "%" + repr(maxNameLen) + 's:' + format + ' ;'
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 820 int maxNameLen = 0;
823 gl.getProgramiv(program, GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH, &maxNameLen);
828 vector<char> nameBuf(maxNameLen+1);
    [all...]

Completed in 850 milliseconds