Home
last modified time | relevance | path

Searched refs:EndCode (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dfpdf_font_cid.cpp372 uint32_t StartCode, EndCode; in ParseWord() local
378 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()
/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,
/external/ImageMagick/MagickCore/
Ddraw.c147 EndCode enumerator
511 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()