Home
last modified time | relevance | path

Searched refs:GrIsPrimTypeLines (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/gpu/
DGrTypes.h156 static inline bool GrIsPrimTypeLines(GrPrimitiveType type) { in GrIsPrimTypeLines() function
/external/skia/src/gpu/
DGrDrawContext.cpp433 if (!paint.isAntiAlias() || GrIsPrimTypeLines(primitiveType) || in drawVertices()