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

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 61 if (index < 0 || index > NumCMaps()) {
110 int32_t CMapTable::NumCMaps() {
162 if (table_index_ < table_->NumCMaps()) {
168 for (; table_index_ < table_->NumCMaps(); ++table_index_) {
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 61 if (index < 0 || index > NumCMaps()) {
110 int32_t CMapTable::NumCMaps() {
162 if (table_index_ < table_->NumCMaps()) {
168 for (; table_index_ < table_->NumCMaps(); ++table_index_) {
    [all...]

Completed in 234 milliseconds