Lines Matching refs:tps
77637 + int tps[totalCount];
77639 + tps[i] = -1;
77644 + int ret = compareLangs(fallbackSet[i]->langs, bcp47, bcp47Count, tps);
77648 + tps[ret] = i;
77652 + if (tps[i] == -1) {
77655 + const TypefaceSet& tpSet = *(fallbackSet[tps[i]]->typefaceSet.get());
77662 + if (tps[i] == -1) {
77665 + const TypefaceSet& tpSet = *(fallbackSet[tps[i]]->typefaceSet.get());
77678 + * \param tps an array of the index of typeface which is matching one value of bcp47
77683 + int bcp47Count, const int tps[]) const
77692 + if (tps[i] != -1) {
77976 + int compareLangs(const SkString& langs, const char* bcp47[], int bcp47Count, const int tps[]) …