Searched refs:unchecked_append (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkRasterPipeline.cpp | 38 this->unchecked_append(stage, ctx); in append() 40 void SkRasterPipeline::unchecked_append(StockStage stage, void* ctx) { in unchecked_append() function in SkRasterPipeline 105 this->unchecked_append(stage, arg); in append_set_rgb() 132 this->unchecked_append(uniform_color, ctx); in append_constant_color() 134 this->unchecked_append(unbounded_uniform_color, ctx); in append_constant_color() 333 this->unchecked_append(gamma_, ctx); in append_transfer_function() 335 this->unchecked_append(parametric, ctx); in append_transfer_function() 338 case PQish_TF: this->unchecked_append(PQish, ctx); break; in append_transfer_function() 339 case HLGish_TF: this->unchecked_append(HLGish, ctx); break; in append_transfer_function() 340 case HLGinvish_TF: this->unchecked_append(HLGinvis in append_transfer_function() [all...] |
H A D | SkRasterPipeline.h | 266 void unchecked_append(StockStage, void*);
|
Completed in 2 milliseconds