Home
last modified time | relevance | path

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

/third_party/flutter/skia/dm/
DDMSrcSink.cpp168 auto recommendedCT = brd->computeOutputColorType(colorType); in draw() local
169 if (kRGB_565_SkColorType == colorType && recommendedCT != colorType) { in draw()
172 colorType = recommendedCT; in draw()
/third_party/skia/dm/
DDMSrcSink.cpp214 auto recommendedCT = brd->computeOutputColorType(colorType); in draw() local
215 if (kRGB_565_SkColorType == colorType && recommendedCT != colorType) { in draw()
218 colorType = recommendedCT; in draw()