Home
last modified time | relevance | path

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

/external/skia/src/c/
Dsk_surface.cpp69 static bool from_c_alphatype(sk_alphatype_t cAT, SkAlphaType* skAT) { in from_c_alphatype() argument
72 if (skAT) { in from_c_alphatype()
73 *skAT = gAlphaTypeMap[i].fSK; in from_c_alphatype()