Searched refs:cAT (Results 1 – 2 of 2) sorted by relevance
60 static bool from_c_alphatype(sk_alphatype_t cAT, SkAlphaType* skAT) { in from_c_alphatype() argument62 if (gAlphaTypeMap[i].fC == cAT) { in from_c_alphatype()72 static bool to_c_alphatype(SkAlphaType skAT, sk_alphatype_t* cAT) { in to_c_alphatype() argument75 if (cAT) { in to_c_alphatype()76 *cAT = gAlphaTypeMap[i].fC; in to_c_alphatype()