HomeSort by relevance Sort by last modified time
    Searched refs:vsIndex (Results 1 - 3 of 3) sorted by null

  /frameworks/minikin/libs/minikin/
FontFamily.cpp 182 const uint16_t vsIndex = getVsIndex(variationSelector);
184 if (vsIndex >= mCmapFmt14Coverage.size()) {
185 // Even if vsIndex is INVALID_VS_INDEX, we reach here since INVALID_VS_INDEX is defined to
190 const std::unique_ptr<SparseBitSet>& bitset = mCmapFmt14Coverage[vsIndex];
CmapCoverage.cpp 407 const uint16_t vsIndex = getVsIndex(vsCodePoint);
408 if (vsIndex == INVALID_VS_INDEX) {
416 if (out->size() < vsIndex + 1) {
417 out->resize(vsIndex + 1);
419 (*out)[vsIndex].reset(new SparseBitSet(ranges.data(), ranges.size() >> 1));
  /frameworks/minikin/tests/unittest/
CmapCoverageTest.cpp     [all...]

Completed in 80 milliseconds