Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFFont.cpp517 BFRange currentRangeEntry = {0, 0, 0}; in append_cmap_sections() local
530 i == currentRangeEntry.fEnd + 1 && in append_cmap_sections()
531 i >> 8 == currentRangeEntry.fStart >> 8 && in append_cmap_sections()
534 currentRangeEntry.fUnicode + i - currentRangeEntry.fStart; in append_cmap_sections()
536 if (currentRangeEntry.fEnd > currentRangeEntry.fStart) { in append_cmap_sections()
537 bfrangeEntries.push(currentRangeEntry); in append_cmap_sections()
540 entry->fGlyphId = currentRangeEntry.fStart; in append_cmap_sections()
541 entry->fUnicode = currentRangeEntry.fUnicode; in append_cmap_sections()
547 currentRangeEntry.fEnd = i; in append_cmap_sections()
549 currentRangeEntry.fStart = i; in append_cmap_sections()
[all …]