Searched refs:matchName (Results 1 – 4 of 4) sorted by relevance
384 const char* matchName = strings[i]; in ShouldSkipImpl() local385 size_t matchLen = strlen(matchName); in ShouldSkipImpl()387 if ((matchExclude = matchName[0] == '~')) { in ShouldSkipImpl()389 matchName++; in ShouldSkipImpl()392 if ((matchStart = matchName[0] == '^')) { in ShouldSkipImpl()393 matchName++; in ShouldSkipImpl()396 if ((matchEnd = matchName[matchLen - 1] == '$')) { in ShouldSkipImpl()400 && strncmp(name, matchName, matchLen) == 0 in ShouldSkipImpl()402 && strncmp(name + testLen - matchLen, matchName, matchLen) == 0 in ShouldSkipImpl()403 : strstr(name, matchName) != 0) { in ShouldSkipImpl()
91 virtual SkRemotableFontIdentitySet* matchName(const char familyName[]) const = 0;
76 return new SkStyleSet_Indirect(this, -1, fProxy->matchName(familyName)); in onMatchFamily()
181 SkRemotableFontIdentitySet* matchName(const char familyName[]) const override { in matchName() function in SkRemotableFontMgr_DirectWrite