Searched refs:skCT (Results 1 – 2 of 2) sorted by relevance
36 static bool from_c_colortype(sk_colortype_t cCT, SkColorType* skCT) { in from_c_colortype() argument39 if (skCT) { in from_c_colortype()40 *skCT = gColorTypeMap[i].fSK; in from_c_colortype()48 static bool to_c_colortype(SkColorType skCT, sk_colortype_t* cCT) { in to_c_colortype() argument50 if (gColorTypeMap[i].fSK == skCT) { in to_c_colortype()