Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFFont.cpp518 BFRange currentRangeEntry = {0, 0, 0}; in append_cmap_sections() local
531 i == currentRangeEntry.fEnd + 1 && in append_cmap_sections()
532 i >> 8 == currentRangeEntry.fStart >> 8 && in append_cmap_sections()
535 currentRangeEntry.fUnicode + i - currentRangeEntry.fStart; in append_cmap_sections()
537 if (currentRangeEntry.fEnd > currentRangeEntry.fStart) { in append_cmap_sections()
538 bfrangeEntries.push(currentRangeEntry); in append_cmap_sections()
541 entry->fGlyphId = currentRangeEntry.fStart; in append_cmap_sections()
542 entry->fUnicode = currentRangeEntry.fUnicode; in append_cmap_sections()
548 currentRangeEntry.fEnd = i; in append_cmap_sections()
550 currentRangeEntry.fStart = i; in append_cmap_sections()
[all …]