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

  /external/skia/src/pathops/
SkPathOpsDebug.cpp 723 void SkDQuad::debugSet(const SkDPoint* pts) {
728 void SkDCubic::debugSet(const SkDPoint* pts) {
733 void SkDConic::debugSet(const SkDPoint* pts, SkScalar weight) {
734 fPts.debugSet(pts);
    [all...]
  /external/skqp/src/pathops/
SkPathOpsDebug.cpp 723 void SkDQuad::debugSet(const SkDPoint* pts) {
728 void SkDCubic::debugSet(const SkDPoint* pts) {
733 void SkDConic::debugSet(const SkDPoint* pts, SkScalar weight) {
734 fPts.debugSet(pts);
    [all...]

Completed in 188 milliseconds