Lines Matching refs:fActiveVerb
818 int fActiveVerb; member in AAGeometryView
845 , fActiveVerb(-1) in AAGeometryView()
1087 if (activeOnly && counter != fActiveVerb && counter - 1 != fActiveVerb in draw_bisects()
1088 && counter + 1 != fActiveVerb in draw_bisects()
1089 && (fActiveVerb != 1 || counter != fPath.countVerbs())) { in draw_bisects()
1194 if (++counter < fActiveVerb) { in draw_segment()
1546 canvas->drawPath(fPath, fActiveVerb >= 0 ? fLightSkeletonPaint : fSkeletonPaint); in onDrawContent()
1548 if (fActiveVerb >= 0) { in onDrawContent()
1552 draw_bisects(canvas, fActiveVerb >= 0); in onDrawContent()
1555 if (fActiveVerb >= 0) { in onDrawContent()
1556 draw_stroke(canvas, fActiveVerb); in onDrawContent()
1641 fActiveVerb = -1; in onFindClickHandler()
1675 fActiveVerb = myClick->verbHit(); in onClick()
1705 set_path_weight(fActiveVerb, w, &fPath); in onClick()
1716 set_path_verb(fActiveVerb, SkPath::kLine_Verb, &fPath, 1); in onClick()
1723 set_path_verb(fActiveVerb, SkPath::kQuad_Verb, &fPath, 1); in onClick()
1731 set_path_verb(fActiveVerb, SkPath::kConic_Verb, &fPath, defaultConicWeight); in onClick()
1733 fWeightControl.fValLo = get_path_weight(fActiveVerb, fPath); in onClick()
1739 set_path_verb(fActiveVerb, SkPath::kCubic_Verb, &fPath, 1); in onClick()
1744 add_path_segment(fActiveVerb, &fPath); in onClick()
1747 fWeightControl.fValLo = get_path_weight(fActiveVerb, fPath); in onClick()
1752 delete_path_segment(fActiveVerb, &fPath); in onClick()