Searched refs:yuvaLocations (Results 1 – 4 of 4) sorted by relevance
72 SkYUVAInfo::YUVALocations yuvaLocations = fPixmaps.toYUVALocations(); in onGetPixels() local73 SkASSERT(SkYUVAInfo::YUVALocation::AreValidLocations(yuvaLocations)); in onGetPixels()96 const auto& pmap = fPixmaps.plane(yuvaLocations[c].fPlane); in onGetPixels()97 yuva[c] = look_up(xy1, pmap, yuvaLocations[c].fChannel); in onGetPixels()99 auto [aPlane, aChan] = yuvaLocations[SkYUVAInfo::YUVAChannels::kA]; in onGetPixels()
262 YUVALocations yuvaLocations; in GetYUVALocations() local270 yuvaLocations[i] = {plane, channel}; in GetYUVALocations()273 yuvaLocations[i] = {-1, SkColorChannel::kR}; in GetYUVALocations()276 return yuvaLocations; in GetYUVALocations()
66 const SkYUVAInfo::YUVALocations& yuvaLocations() const { return fYUVALocations; } in yuvaLocations() function
24 auto [plane, channel] = yuvaProxies.yuvaLocations()[i]; in border_colors()192 yuvaProxies.yuvaLocations(), in Make()