Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkColorSpaceXform.cpp1165 LoadTablesContext loadTables; in applyPipeline() local
1171 loadTables.fSrc = src; in applyPipeline()
1172 loadTables.fR = fSrcGammaTables[0]; in applyPipeline()
1173 loadTables.fG = fSrcGammaTables[1]; in applyPipeline()
1174 loadTables.fB = fSrcGammaTables[2]; in applyPipeline()
1175 pipeline.append(SkRasterPipeline::load_tables, &loadTables); in applyPipeline()
1183 loadTables.fSrc = src; in applyPipeline()
1184 loadTables.fR = fSrcGammaTables[2]; in applyPipeline()
1185 loadTables.fG = fSrcGammaTables[1]; in applyPipeline()
1186 loadTables.fB = fSrcGammaTables[0]; in applyPipeline()
[all …]