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

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
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/sfntly/cpp/src/sfntly/table/core/
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/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp 246 FX_DWORD StartCode, EndCode;
252 EndCode = StartCode = m_CodePoints[0];
259 EndCode = m_CodePoints[1];
262 if (EndCode < 0x10000) {
263 for (FX_DWORD code = StartCode; code <= EndCode; code ++) {
269 buf[1] = ((EndCode - StartCode) << 16) + StartCID;
    [all...]

Completed in 71 milliseconds