Searched refs:kBGRAIsNative (Results 1 – 1 of 1) sorted by relevance
71 constexpr bool kBGRAIsNative = kN32_SkColorType == kBGRA_8888_SkColorType; in addSubImage() local72 if (4 == fBytesPerPixel && kBGRAIsNative) { in addSubImage()