Searched refs:EndCode (Results 1 – 4 of 4) sorted by relevance
372 uint32_t StartCode, EndCode; in ParseWord() local378 EndCode = StartCode = m_CodePoints[0]; in ParseWord()385 EndCode = m_CodePoints[1]; in ParseWord()388 if (EndCode < 0x10000) { in ParseWord()389 for (uint32_t code = StartCode; code <= EndCode; code++) { in ParseWord()395 buf[1] = ((EndCode - StartCode) << 16) + StartCID; in ParseWord()
685 int32_t CMapTable::CMapFormat4::EndCode(ReadableFontData* data, in EndCode() function in sfntly::CMapTable::CMapFormat4736 int32_t CMapTable::CMapFormat4::EndCode(int32_t segment) { in EndCode() function in sfntly::CMapTable::CMapFormat4738 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()
445 int32_t EndCode(int32_t segment);473 static int32_t EndCode(ReadableFontData* data,
147 EndCode enumerator511 for (i=0; path_info[i].code != EndCode; i++) in ConvertPathToPolygon()701 for (p=path_info; p->code != EndCode; p++) in LogPathInfo()794 path_info[n].code=EndCode; in ConvertPrimitiveToPath()