Lines Matching refs:PointProcessorInterface
26 class SkLinearBitmapPipeline::PointProcessorInterface { class in SkLinearBitmapPipeline
28 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 {
343 static SkLinearBitmapPipeline::PointProcessorInterface* choose_filter( in choose_filter()