OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PointProcessorInterface
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkLinearBitmapPipeline.h
55
class
PointProcessorInterface
;
59
using MatrixStage = PolymorphicUnion<
PointProcessorInterface
, 112>;
60
using FilterStage = PolymorphicUnion<
PointProcessorInterface
, 8>;
66
PointProcessorInterface
* fFirstStage;
SkLinearBitmapPipeline.cpp
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
{
[
all
...]
Completed in 438 milliseconds