Home
last modified time | relevance | path

Searched refs:skAT (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/c/
H A Dsk_imageinfo.cpp60 static bool from_c_alphatype(sk_alphatype_t cAT, SkAlphaType* skAT) { in from_c_alphatype() argument
63 if (skAT) { in from_c_alphatype()
64 *skAT = gAlphaTypeMap[i].fSK; in from_c_alphatype()
72 static bool to_c_alphatype(SkAlphaType skAT, sk_alphatype_t* cAT) { in to_c_alphatype() argument
74 if (gAlphaTypeMap[i].fSK == skAT) { in to_c_alphatype()

Completed in 1 milliseconds