Searched refs:skAT (Results 1 – 1 of 1) sorted by relevance
69 static bool from_c_alphatype(sk_alphatype_t cAT, SkAlphaType* skAT) { in from_c_alphatype() argument72 if (skAT) { in from_c_alphatype()73 *skAT = gAlphaTypeMap[i].fSK; in from_c_alphatype()