OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:processPoints
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkLinearBitmapPipeline_matrix.h
20
void
processPoints
(Sk4s* xs, Sk4s* ys) const {
42
void
processPoints
(Sk4s* xs, Sk4s* ys) const {
69
void
processPoints
(Sk4s* xs, Sk4s* ys) const {
95
void
processPoints
(Sk4s* xs, Sk4s* ys) const {
SkLinearBitmapPipeline.cpp
30
// *
processPoints
(xs, ys) - must mutate the xs and ys for the stage.
50
fStrategy.
processPoints
(&xs, &ys);
55
fStrategy.
processPoints
(&xs, &ys);
Completed in 195 milliseconds