Home
last modified time | relevance | path

Searched refs:StartCode (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp631 FX_DWORD StartCode, EndCode; in ParseWord() local
637 EndCode = StartCode = m_CodePoints[0]; in ParseWord()
643 StartCode = m_CodePoints[0]; in ParseWord()
648 for (FX_DWORD code = StartCode; code <= EndCode; code++) { in ParseWord()
649 m_pCMap->m_pMapping[code] = (FX_WORD)(StartCID + code - StartCode); in ParseWord()
653 buf[0] = StartCode; in ParseWord()
654 buf[1] = ((EndCode - StartCode) << 16) + StartCID; in ParseWord()
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc616 int32_t start_code = StartCode(segment); in GlyphId()
643 int32_t CMapTable::CMapFormat4::StartCode(int32_t segment) { in StartCode() function in sfntly::CMapTable::CMapFormat4
647 return StartCode(data_.p_, seg_count_, segment); in StartCode()
669 int32_t CMapTable::CMapFormat4::StartCode(ReadableFontData* data, in StartCode() function in sfntly::CMapTable::CMapFormat4
807 first_char_in_segment_ = parent_->StartCode(segment_index_); in HasNext()
983 segment->set_start_count(CMapFormat4::StartCode(data, seg_count, index)); in Initialize()
Dcmap_table.h441 int32_t StartCode(int32_t segment);
469 static int32_t StartCode(ReadableFontData* data,