Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPath.cpp17 void GrPath::ComputeKey(const GrShape& shape, GrUniqueKey* key, bool* outIsVolatile) { in ComputeKey() argument
24 *outIsVolatile = true; in ComputeKey()
33 *outIsVolatile = false; in ComputeKey()
DGrPath.h35 static void ComputeKey(const GrShape&, GrUniqueKey* key, bool* outIsVolatile);