Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.h173 fNumTotalConicWeights += SkPathPriv::ConicWeightCnt(path); in statPath()
DGrCoverageCountingPathRenderer.cpp121 if (SkPathPriv::ConicWeightCnt(path)) { in onCanDrawPath()
DGrCCFiller.cpp90 SkASSERT(conicWeightsIdx == SkPathPriv::ConicWeightCnt(path)); in parseDeviceSpaceFill()
/external/skqp/src/core/
DSkPathPriv.h161 static int ConicWeightCnt(const SkPath& path) { in ConicWeightCnt() function
/external/skia/src/gpu/tessellate/
DGrStrokeTessellateOp.cpp29 if (SkPathPriv::ConicWeightCnt(path) != 0) { in GrStrokeTessellateOp()
/external/skia/src/core/
DSkPathPriv.h196 static int ConicWeightCnt(const SkPath& path) { in ConicWeightCnt() function
/external/skia/src/gpu/geometry/
DGrStyledShape.cpp98 const int conicWeightCnt = SkPathPriv::ConicWeightCnt(path); in path_key_from_data_size()
113 const int conicWeightCnt = SkPathPriv::ConicWeightCnt(path); in write_path_key_from_data()
/external/skqp/src/gpu/
DGrShape.cpp187 const int conicWeightCnt = SkPathPriv::ConicWeightCnt(path); in path_key_from_data_size()
202 const int conicWeightCnt = SkPathPriv::ConicWeightCnt(path); in write_path_key_from_data()