HomeSort by relevance Sort by last modified time
    Searched refs:PixelAccessorInterface (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkLinearBitmapPipeline.h 65 class PixelAccessorInterface;
95 PixelAccessorInterface* chooseSpecificAccessor(const SkPixmap& srcPixmap,
98 PixelAccessorInterface* choosePixelAccessor(
SkLinearBitmapPipeline_core.h 236 class SkLinearBitmapPipeline::PixelAccessorInterface {
238 virtual ~PixelAccessorInterface() { }
SkLinearBitmapPipeline_sample.h 197 explicit PixelAccessorShim(SkLinearBitmapPipeline::PixelAccessorInterface* accessor)
228 SkLinearBitmapPipeline::PixelAccessorInterface* const fPixelAccessor;
234 class PixelAccessor final : public SkLinearBitmapPipeline::PixelAccessorInterface {
    [all...]
SkLinearBitmapPipeline.cpp 597 SkLinearBitmapPipeline::PixelAccessorInterface*
611 SkLinearBitmapPipeline::PixelAccessorInterface* SkLinearBitmapPipeline::choosePixelAccessor(

Completed in 84 milliseconds