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

  /external/pdfium/core/fpdfapi/font/
fpdf_font_cid.cpp 372 uint32_t StartCode, EndCode;
378 EndCode = StartCode = m_CodePoints[0];
384 StartCode = m_CodePoints[0];
389 for (uint32_t code = StartCode; code <= EndCode; code++) {
390 m_pCMap->m_pMapping[code] = (uint16_t)(StartCID + code - StartCode);
394 buf[0] = StartCode;
395 buf[1] = ((EndCode - StartCode) << 16) + 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 1981 milliseconds