Home
last modified time | relevance | path

Searched refs:CharToIdx (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/
DGrSwizzle.h107 static int CharToIdx(char c) { in CharToIdx() function
142 fKey = SkToU8(CharToIdx(fSwiz[0]) | (CharToIdx(fSwiz[1]) << 2) | in GrSwizzle()
143 (CharToIdx(fSwiz[2]) << 4) | (CharToIdx(fSwiz[3]) << 6)); in GrSwizzle()