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

  /external/skia/src/gpu/ops/
GrMSAAPathRenderer.cpp 50 struct MSAALineVertices {
81 MSAALineVertices& lines) {
87 static inline void add_quad(MSAALineVertices& lines, MSAAQuadVertices& quads, const SkPoint pts[],
350 MSAALineVertices lines;
351 int lineVertexStride = sizeof(MSAALineVertices::Vertex);
352 lines.vertices = (MSAALineVertices::Vertex*) target->makeVertexSpace(lineVertexStride,
499 bool createGeom(MSAALineVertices& lines,
  /external/skqp/src/gpu/ops/
GrMSAAPathRenderer.cpp 50 struct MSAALineVertices {
81 MSAALineVertices& lines) {
87 static inline void add_quad(MSAALineVertices& lines, MSAAQuadVertices& quads, const SkPoint pts[],
350 MSAALineVertices lines;
351 int lineVertexStride = sizeof(MSAALineVertices::Vertex);
352 lines.vertices = (MSAALineVertices::Vertex*) target->makeVertexSpace(lineVertexStride,
499 bool createGeom(MSAALineVertices& lines,

Completed in 327 milliseconds