Home
last modified time | relevance | path

Searched refs:fStrategy (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkLinearBitmapPipeline.cpp133 , fStrategy{std::forward<Args>(args)...}{ }
136 fStrategy.processPoints(&xs, &ys); in pointListFew()
141 fStrategy.processPoints(&xs, &ys); in pointList4()
146 if (!fStrategy.maybeProcessSpan(start, length, count, fNext)) { in pointSpan()
153 Strategy fStrategy; member in __anona5e74b550111::PointProcessor
163 , fStrategy{std::forward<Args>(args)...}{ }
166 fStrategy.processPoints(&xs, &ys); in pointListFew()
171 fStrategy.processPoints(&xs, &ys); in pointList4()
176 fStrategy.processPoints(&xs, &ys); in bilerpList()
181 if (!fStrategy.maybeProcessSpan(start, length, count, fNext)) { in pointSpan()
[all …]
/external/skia/bench/
DBitmapRegionDecoderBench.cpp18 , fStrategy(strategy) in BitmapRegionDecoderBench()
56 fBRD.reset(SkBitmapRegionDecoder::Create(fData, fStrategy)); in onDelayedSetup()
DBitmapRegionDecoderBench.h43 const SkBitmapRegionDecoder::Strategy fStrategy; variable
Dnanobench.cpp837 SkBitmapRegionDecoder::Strategy fStrategy; in rawNext() member
868 strategies[fCurrentBRDStrategy].fStrategy; in rawNext()
/external/skia/dm/
DDMSrcSink.h184 SkBitmapRegionDecoder::Strategy fStrategy; variable
DDMSrcSink.cpp74 , fStrategy(strategy) in BRDSrc()
112 SkAutoTDelete<SkBitmapRegionDecoder> brd(create_brd(fPath, fStrategy)); in draw()
214 SkAutoTDelete<SkBitmapRegionDecoder> brd(create_brd(fPath, fStrategy)); in size()