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

  /external/opencore/fileformats/mp4/parser/src/
fonttableatom.cpp 21 #define MAX_ALLOWED_FONT_RECORD_ENTRIES 255
36 if ((tmp < 0) || (tmp > MAX_ALLOWED_FONT_RECORD_ENTRIES))
  /external/opencore/fileformats/mp4/composer/src/
fonttableatom.cpp 25 #define MAX_ALLOWED_FONT_RECORD_ENTRIES 255
50 if ((tmp < 0) || (tmp > MAX_ALLOWED_FONT_RECORD_ENTRIES))

Completed in 53 milliseconds