OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BilerpProcessorInterface
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkLinearBitmapPipeline.h
56
class
BilerpProcessorInterface
;
61
using TileStage = PolymorphicUnion<
BilerpProcessorInterface
, 96>;
62
using SampleStage = PolymorphicUnion<
BilerpProcessorInterface
, 80>;
SkLinearBitmapPipeline.cpp
46
class SkLinearBitmapPipeline::
BilerpProcessorInterface
158
class BilerpProcessor final : public SkLinearBitmapPipeline::
BilerpProcessorInterface
{
191
class SkippedStage final : public SkLinearBitmapPipeline::
BilerpProcessorInterface
{
310
template <typename Next = SkLinearBitmapPipeline::
BilerpProcessorInterface
>
344
SkLinearBitmapPipeline::
BilerpProcessorInterface
* next,
386
template <typename Next = SkLinearBitmapPipeline::
BilerpProcessorInterface
>
420
template <typename Next = SkLinearBitmapPipeline::
BilerpProcessorInterface
>
423
static SkLinearBitmapPipeline::
BilerpProcessorInterface
* choose_tiler(
424
SkLinearBitmapPipeline::
BilerpProcessorInterface
* next,
560
class Sampler final : public SkLinearBitmapPipeline::
BilerpProcessorInterface
{
[
all
...]
Completed in 171 milliseconds