Searched refs:skCT (Results 1 – 1 of 1) sorted by relevance
45 static bool from_c_colortype(sk_colortype_t cCT, SkColorType* skCT) { in from_c_colortype() argument48 if (skCT) { in from_c_colortype()49 *skCT = gColorTypeMap[i].fSK; in from_c_colortype()57 static bool to_c_colortype(SkColorType skCT, sk_colortype_t* cCT) { in to_c_colortype() argument59 if (gColorTypeMap[i].fSK == skCT) { in to_c_colortype()