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

  /frameworks/base/libs/hwui/
PathTessellator.h 54 class PathTessellator {
PathTessellator.cpp 35 #include "PathTessellator.h"
67 void PathTessellator::extractTessellationScales(const Matrix4& transform,
110 PathTessellator::extractTessellationScales(transform, &scaleX, &scaleY);
723 void PathTessellator::tessellatePath(const SkPath &path, const SkPaint* paint,
808 void PathTessellator::tessellatePoints(const float* points, int count, const SkPaint* paint,
    [all...]
TessellationCache.cpp 22 #include "PathTessellator.h"
55 PathTessellator::extractTessellationScales(transform, &scaleX, &scaleY);
217 PathTessellator::approximatePathOutlineVertices(*casterPerimeter,
430 PathTessellator::tessellatePath(path, &paint, matrix, *buffer);
Android.mk 80 PathTessellator.cpp \
BakedOpDispatcher.cpp 24 #include "PathTessellator.h"
370 PathTessellator::tessellatePath(path, &paint, state.computedState.transform, vertexBuffer);
565 PathTessellator::tessellateLines(op.points, op.floatCount, op.paint,
635 PathTessellator::tessellatePoints(op.points, op.floatCount, op.paint,
    [all...]
OpenGLRenderer.cpp 25 #include "PathTessellator.h"
    [all...]

Completed in 3617 milliseconds