Lines Matching refs:currentRangeEntry
517 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()
550 currentRangeEntry.fUnicode = glyphToUnicode[i + glyphOffset]; in append_cmap_sections()