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

  /external/skia/src/core/
SkPathRef.cpp 17 static bool validate_conic_weights(const SkScalar weights[], int count) { function
332 if (!validate_conic_weights(ref->fConicWeights.begin(), ref->fConicWeights.count())) {
  /external/skqp/src/core/
SkPathRef.cpp 17 static bool validate_conic_weights(const SkScalar weights[], int count) { function
333 if (!validate_conic_weights(ref->fConicWeights.begin(), ref->fConicWeights.count())) {

Completed in 60 milliseconds