Home | History | Annotate | Download | only in core

Lines Matching refs:PointProcessorInterface

26 class SkLinearBitmapPipeline::PointProcessorInterface {
28 virtual ~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(
283 SkLinearBitmapPipeline::PointProcessorInterface* next,
311 class ExpandBilerp final : public SkLinearBitmapPipeline::PointProcessorInterface {
343 static SkLinearBitmapPipeline::PointProcessorInterface* choose_filter(