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

  /external/skia/src/core/
SkLinearBitmapPipeline.cpp 116 // * processPoints(xs, ys) - must mutate the xs and ys for the stage.
136 fStrategy.processPoints(&xs, &ys);
141 fStrategy.processPoints(&xs, &ys);
166 fStrategy.processPoints(&xs, &ys);
171 fStrategy.processPoints(&xs, &ys);
176 fStrategy.processPoints(&xs, &ys);
212 void processPoints(Sk4f* xs, Sk4f* ys) {
234 void processPoints(Sk4f* xs, Sk4f* ys) {
261 void processPoints(Sk4f* xs, Sk4f* ys) {
370 void processPoints(Sk4f* xs, Sk4f* ys)
    [all...]
  /external/skia/tools/json/
SkJSONRenderer.cpp 67 void processPoints(Json::Value& command, SkCanvas* target);
133 this->processPoints(command, target);
798 void Renderer::processPoints(Json::Value& command, SkCanvas* target) {
    [all...]

Completed in 591 milliseconds