HomeSort by relevance Sort by last modified time
    Searched full:vsindex (Results 1 - 11 of 11) sorted by null

  /external/freetype/src/cff/
cffload.h 88 FT_UInt vsindex,
94 FT_UInt vsindex,
cf2font.h 81 CF2_UInt vsindex; /* current vsindex */ member in struct:CF2_FontRec_
cfftoken.h 145 CFF_FIELD_CALLBACK ( 22, vsindex, "vsindex" )
cfftypes.h 142 /* vsindex indexes this array */
162 /* vsindex cannot be changed after a BV is used. */
170 FT_UInt lastVsindex; /* last vsindex used */
272 FT_UInt vsindex; member in struct:CFF_PrivateRec_
cf2font.c 291 subFont->private_dict.vsindex,
311 font->vsindex = subFont->private_dict.vsindex;
cffparse.c 853 /* vsindex operator can only be used in a Private DICT */
870 FT_ERROR(( " cff_parse_vsindex: vsindex not allowed after blend\n" ));
875 priv->vsindex = (FT_UInt)cff_parse_num( parser, data++ );
877 FT_TRACE4(( " %d\n", priv->vsindex ));
909 priv->vsindex,
914 priv->vsindex,
    [all...]
cf2intrp.c 650 FT_TRACE4(( " vsindex\n" ));
657 /* vsindex not allowed after blend */
667 font->vsindex = (FT_UInt)temp;
690 font->vsindex,
695 font->vsindex,
    [all...]
cffload.c     [all...]
  /frameworks/minikin/libs/minikin/
FontFamily.cpp 195 const uint16_t vsIndex = getVsIndex(variationSelector);
197 if (vsIndex >= mCmapFmt14Coverage.size()) {
198 // Even if vsIndex is INVALID_VS_INDEX, we reach here since INVALID_VS_INDEX is defined to
203 const std::unique_ptr<SparseBitSet>& bitset = mCmapFmt14Coverage[vsIndex];
CmapCoverage.cpp 410 const uint16_t vsIndex = getVsIndex(vsCodePoint);
411 if (vsIndex == INVALID_VS_INDEX) {
419 if (out->size() < vsIndex + 1) {
420 out->resize(vsIndex + 1);
422 (*out)[vsIndex].reset(new SparseBitSet(ranges.data(), ranges.size() >> 1));
  /frameworks/minikin/tests/unittest/
CmapCoverageTest.cpp     [all...]

Completed in 279 milliseconds