HomeSort by relevance Sort by last modified time
    Searched refs:EndCode (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fpdfapi/font/
fpdf_font_cid.cpp 372 uint32_t StartCode, EndCode;
378 EndCode = StartCode = m_CodePoints[0];
385 EndCode = m_CodePoints[1];
388 if (EndCode < 0x10000) {
389 for (uint32_t code = StartCode; code <= EndCode; code++) {
395 buf[1] = ((EndCode - StartCode) << 16) + StartCID;
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.h 445 int32_t EndCode(int32_t segment);
473 static int32_t EndCode(ReadableFontData* data,
cmap_table.cc 685 int32_t CMapTable::CMapFormat4::EndCode(ReadableFontData* data,
736 int32_t CMapTable::CMapFormat4::EndCode(int32_t segment) {
738 return EndCode(data_, seg_count_, segment);
808 last_char_in_segment_ = parent_->EndCode(segment_index_);
987 segment->set_end_count(CMapFormat4::EndCode(data, seg_count, index));
    [all...]
  /external/ImageMagick/MagickCore/
draw.c 150 EndCode
518 for (i=0; path_info[i].code != EndCode; i++)
709 for (p=path_info; p->code != EndCode; p++)
802 path_info[n].code=EndCode;
    [all...]

Completed in 575 milliseconds