Home
last modified time | relevance | path

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

/external/skqp/src/pdf/
DSkPDFMakeToUnicodeCmap.cpp166 BFRange currentRangeEntry = {0, 0, 0}; in SkPDFAppendCmapSections() local
178 i == currentRangeEntry.fEnd + 1 && in SkPDFAppendCmapSections()
179 i >> 8 == currentRangeEntry.fStart >> 8 && in SkPDFAppendCmapSections()
182 currentRangeEntry.fUnicode + i - currentRangeEntry.fStart; in SkPDFAppendCmapSections()
184 if (currentRangeEntry.fEnd > currentRangeEntry.fStart) { in SkPDFAppendCmapSections()
185 bfrangeEntries.push_back(currentRangeEntry); in SkPDFAppendCmapSections()
187 bfcharEntries.push_back({currentRangeEntry.fStart, currentRangeEntry.fUnicode}); in SkPDFAppendCmapSections()
193 currentRangeEntry.fEnd = i; in SkPDFAppendCmapSections()
195 currentRangeEntry.fStart = i; in SkPDFAppendCmapSections()
196 currentRangeEntry.fUnicode = glyphToUnicode[gid]; in SkPDFAppendCmapSections()
/external/skia/src/pdf/
DSkPDFMakeToUnicodeCmap.cpp166 BFRange currentRangeEntry = {0, 0, 0}; in SkPDFAppendCmapSections() local
178 i == currentRangeEntry.fEnd + 1 && in SkPDFAppendCmapSections()
179 i >> 8 == currentRangeEntry.fStart >> 8 && in SkPDFAppendCmapSections()
182 currentRangeEntry.fUnicode + i - currentRangeEntry.fStart; in SkPDFAppendCmapSections()
184 if (currentRangeEntry.fEnd > currentRangeEntry.fStart) { in SkPDFAppendCmapSections()
185 bfrangeEntries.push_back(currentRangeEntry); in SkPDFAppendCmapSections()
187 bfcharEntries.push_back({currentRangeEntry.fStart, currentRangeEntry.fUnicode}); in SkPDFAppendCmapSections()
193 currentRangeEntry.fEnd = i; in SkPDFAppendCmapSections()
195 currentRangeEntry.fStart = i; in SkPDFAppendCmapSections()
196 currentRangeEntry.fUnicode = glyphToUnicode[gid]; in SkPDFAppendCmapSections()