Lines Matching refs:fActiveVerb
813 int fActiveVerb; member in AAGeometryView
839 , fActiveVerb(-1) in AAGeometryView()
1082 if (activeOnly && counter != fActiveVerb && counter - 1 != fActiveVerb in draw_bisects()
1083 && counter + 1 != fActiveVerb in draw_bisects()
1084 && (fActiveVerb != 1 || counter != fPath.countVerbs())) { in draw_bisects()
1189 if (++counter < fActiveVerb) { in draw_segment()
1541 canvas->drawPath(fPath, fActiveVerb >= 0 ? fLightSkeletonPaint : fSkeletonPaint); in onDrawContent()
1543 if (fActiveVerb >= 0) { in onDrawContent()
1547 draw_bisects(canvas, fActiveVerb >= 0); in onDrawContent()
1550 if (fActiveVerb >= 0) { in onDrawContent()
1551 draw_stroke(canvas, fActiveVerb); in onDrawContent()
1636 fActiveVerb = -1; in onFindClickHandler()
1670 fActiveVerb = myClick->verbHit(); in onClick()
1700 set_path_weight(fActiveVerb, w, &fPath); in onClick()
1711 set_path_verb(fActiveVerb, SkPath::kLine_Verb, &fPath, 1); in onClick()
1718 set_path_verb(fActiveVerb, SkPath::kQuad_Verb, &fPath, 1); in onClick()
1726 set_path_verb(fActiveVerb, SkPath::kConic_Verb, &fPath, defaultConicWeight); in onClick()
1728 fWeightControl.fValLo = get_path_weight(fActiveVerb, fPath); in onClick()
1734 set_path_verb(fActiveVerb, SkPath::kCubic_Verb, &fPath, 1); in onClick()
1739 add_path_segment(fActiveVerb, &fPath); in onClick()
1742 fWeightControl.fValLo = get_path_weight(fActiveVerb, fPath); in onClick()
1747 delete_path_segment(fActiveVerb, &fPath); in onClick()