Home
last modified time | relevance | path

Searched refs:fIdRangeOffset (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/samples/layout/
H A Dcmaps.cpp126 fIdRangeOffset = &fIdDelta[segCount]; in CMAPFormat4Mapper()
153 if (fIdRangeOffset[index] == 0) { in unicodeToGlyph()
157 le_uint16 rangeOffset = SWAPW(fIdRangeOffset[index]); in unicodeToGlyph()
158 le_uint16 *glyphIndexTable = (le_uint16 *) ((char *) &fIdRangeOffset[index] + rangeOffset); in unicodeToGlyph()
H A Dcmaps.h62 const le_uint16 *fIdRangeOffset; member in CMAPFormat4Mapper
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dcmaps.cpp126 fIdRangeOffset = &fIdDelta[segCount]; in CMAPFormat4Mapper()
153 if (fIdRangeOffset[index] == 0) { in unicodeToGlyph()
157 le_uint16 rangeOffset = SWAPW(fIdRangeOffset[index]); in unicodeToGlyph()
158 le_uint16 *glyphIndexTable = (le_uint16 *) ((char *) &fIdRangeOffset[index] + rangeOffset); in unicodeToGlyph()
H A Dcmaps.h62 const le_uint16 *fIdRangeOffset; member in CMAPFormat4Mapper
/third_party/icu/icu4c/source/test/perf/leperf/
H A Dcmaps.cpp167 fIdRangeOffset = &fIdDelta[segCount]; in CMAPFormat4Mapper()
194 if (fIdRangeOffset[index] == 0) { in unicodeToGlyph()
198 le_uint16 rangeOffset = SWAPW(fIdRangeOffset[index]); in unicodeToGlyph()
199 le_uint16 *glyphIndexTable = (le_uint16 *) ((char *) &fIdRangeOffset[index] + rangeOffset); in unicodeToGlyph()
H A Dcmaps.h58 const le_uint16 *fIdRangeOffset; member in CMAPFormat4Mapper
/third_party/icu/icu4c/source/test/letest/
H A Dcmaps.cpp166 fIdRangeOffset = &fIdDelta[segCount]; in CMAPFormat4Mapper()
193 if (fIdRangeOffset[index] == 0) { in unicodeToGlyph()
197 le_uint16 rangeOffset = SWAPW(fIdRangeOffset[index]); in unicodeToGlyph()
198 le_uint16 *glyphIndexTable = (le_uint16 *) ((char *) &fIdRangeOffset[index] + rangeOffset); in unicodeToGlyph()
H A Dcmaps.h54 const le_uint16 *fIdRangeOffset; member in CMAPFormat4Mapper

Completed in 4 milliseconds