Home
last modified time | relevance | path

Searched refs:EndCode (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()
644 EndCode = m_CodePoints[1]; in ParseWord()
647 if (EndCode < 0x10000) { in ParseWord()
648 for (FX_DWORD code = StartCode; code <= EndCode; code++) { in ParseWord()
654 buf[1] = ((EndCode - StartCode) << 16) + StartCID; in ParseWord()
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc685 int32_t CMapTable::CMapFormat4::EndCode(ReadableFontData* data, in EndCode() function in sfntly::CMapTable::CMapFormat4
736 int32_t CMapTable::CMapFormat4::EndCode(int32_t segment) { in EndCode() function in sfntly::CMapTable::CMapFormat4
738 return EndCode(data_, seg_count_, segment); in EndCode()
808 last_char_in_segment_ = parent_->EndCode(segment_index_); in HasNext()
987 segment->set_end_count(CMapFormat4::EndCode(data, seg_count, index)); in Initialize()
Dcmap_table.h445 int32_t EndCode(int32_t segment);
473 static int32_t EndCode(ReadableFontData* data,