Searched refs:PointProcessorInterface (Results 1 – 2 of 2) sorted by relevance
55 class PointProcessorInterface; variable59 using MatrixStage = PolymorphicUnion<PointProcessorInterface, 112>;60 using FilterStage = PolymorphicUnion<PointProcessorInterface, 8>;66 PointProcessorInterface* fFirstStage;
26 class SkLinearBitmapPipeline::PointProcessorInterface { class in SkLinearBitmapPipeline28 virtual ~PointProcessorInterface() { } in ~PointProcessorInterface()47 : public SkLinearBitmapPipeline::PointProcessorInterface {128 class PointProcessor final : public SkLinearBitmapPipeline::PointProcessorInterface {226 template <typename Next = SkLinearBitmapPipeline::PointProcessorInterface>252 template <typename Next = SkLinearBitmapPipeline::PointProcessorInterface>279 template <typename Next = SkLinearBitmapPipeline::PointProcessorInterface>282 static SkLinearBitmapPipeline::PointProcessorInterface* choose_matrix( in choose_matrix()283 SkLinearBitmapPipeline::PointProcessorInterface* next, in choose_matrix()311 class ExpandBilerp final : public SkLinearBitmapPipeline::PointProcessorInterface {[all …]