Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRasterPipeline.cpp36 this->unchecked_append(stage, ctx); in append()
38 void SkRasterPipeline::unchecked_append(StockStage stage, void* ctx) { in unchecked_append() function in SkRasterPipeline
103 this->unchecked_append(stage, arg); in append_set_rgb()
130 this->unchecked_append(uniform_color, ctx); in append_constant_color()
132 this->unchecked_append(unbounded_uniform_color, ctx); in append_constant_color()
313 this->unchecked_append(gamma_, ctx); in append_transfer_function()
315 this->unchecked_append(parametric, ctx); in append_transfer_function()
318 case PQish_TF: this->unchecked_append(PQish, ctx); break; in append_transfer_function()
319 case HLGish_TF: this->unchecked_append(HLGish, ctx); break; in append_transfer_function()
320 case HLGinvish_TF: this->unchecked_append(HLGinvish, ctx); break; in append_transfer_function()
[all …]
DSkRasterPipeline.h266 void unchecked_append(StockStage, void*);
/external/skqp/src/core/
DSkRasterPipeline.cpp27 this->unchecked_append(stage, ctx); in append()
29 void SkRasterPipeline::unchecked_append(StockStage stage, void* ctx) { in unchecked_append() function in SkRasterPipeline
94 this->unchecked_append(stage, arg); in append_set_rgb()
121 this->unchecked_append(uniform_color, ctx); in append_constant_color()
123 this->unchecked_append(unbounded_uniform_color, ctx); in append_constant_color()
254 this->unchecked_append(SkRasterPipeline::clamp_gamut, nullptr); in append_gamut_clamp_if_normalized()
DSkRasterPipeline.h250 void unchecked_append(StockStage, void*);