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

  /external/pdfium/core/fpdfapi/font/
cpdf_cmapparser.cpp 74 uint32_t StartCode, EndCode;
80 EndCode = StartCode = m_CodePoints[0];
86 StartCode = m_CodePoints[0];
91 for (uint32_t code = StartCode; code <= EndCode; code++) {
93 code, static_cast<uint16_t>(StartCID + code - StartCode));
97 {StartCode, EndCode, StartCID});
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 616 int32_t start_code = StartCode(segment);
643 int32_t CMapTable::CMapFormat4::StartCode(int32_t segment) {
647 return StartCode(data_.p_, seg_count_, segment);
669 int32_t CMapTable::CMapFormat4::StartCode(ReadableFontData* data,
807 first_char_in_segment_ = parent_->StartCode(segment_index_);
983 segment->set_start_count(CMapFormat4::StartCode(data, seg_count, index));
    [all...]
cmap_table.h 426 // @param startCode the start code for the segment
441 int32_t StartCode(int32_t segment);
469 static int32_t StartCode(ReadableFontData* data,

Completed in 136 milliseconds