Home
last modified time | relevance | path

Searched refs:tessellatePoints (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DPathTessellator.h92 static void tessellatePoints(const float* points, int count, const SkPaint* paint,
DPathTessellator.cpp768 void PathTessellator::tessellatePoints(const float* points, int count, const SkPaint* paint, in tessellatePoints() function in android::uirenderer::PathTessellator
DBakedOpDispatcher.cpp626 PathTessellator::tessellatePoints(op.points, op.floatCount, op.paint, in onPointsOp()