Searched refs:StartCode (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_cmapparser.cpp | 74 uint32_t StartCode, EndCode; in ParseWord() local 80 EndCode = StartCode = m_CodePoints[0]; in ParseWord() 86 StartCode = m_CodePoints[0]; in ParseWord() 91 for (uint32_t code = StartCode; code <= EndCode; code++) { in ParseWord() 93 code, static_cast<uint16_t>(StartCID + code - StartCode)); in ParseWord() 97 {StartCode, EndCode, StartCID}); in ParseWord()
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 616 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()
|
D | cmap_table.h | 441 int32_t StartCode(int32_t segment); 469 static int32_t StartCode(ReadableFontData* data,
|