Searched refs:CharToIdx (Results 1 – 1 of 1) sorted by relevance
107 static int CharToIdx(char c) { in CharToIdx() function142 fKey = SkToU8(CharToIdx(fSwiz[0]) | (CharToIdx(fSwiz[1]) << 2) | in GrSwizzle()143 (CharToIdx(fSwiz[2]) << 4) | (CharToIdx(fSwiz[3]) << 6)); in GrSwizzle()