Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPrimitiveProcessor.h172 bool isPathRendering() const { return fIsPathRendering; } in isPathRendering()
178 , fIsPathRendering(isPathRendering) {} in GrPrimitiveProcessor()
187 bool fIsPathRendering; variable