OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PixelPlacerInterface
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkLinearBitmapPipeline.h
57
class
PixelPlacerInterface
;
63
using PixelStage = PolymorphicUnion<
PixelPlacerInterface
, 80>;
SkLinearBitmapPipeline.cpp
64
class SkLinearBitmapPipeline::
PixelPlacerInterface
{
66
virtual ~
PixelPlacerInterface
() { }
563
Sampler(SkLinearBitmapPipeline::
PixelPlacerInterface
* next, Args&&... args)
594
SkLinearBitmapPipeline::
PixelPlacerInterface
* const fNext;
599
SkLinearBitmapPipeline::
PixelPlacerInterface
* next,
628
class PlaceFPPixel final : public SkLinearBitmapPipeline::
PixelPlacerInterface
{
664
static SkLinearBitmapPipeline::
PixelPlacerInterface
* choose_pixel_placer(
Completed in 423 milliseconds