Home
last modified time | relevance | path

Searched refs:orig_pitch (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimptoolgyroscope.c81 gdouble orig_pitch; member
755 private->orig_pitch = private->pitch; in gimp_tool_gyroscope_save()
767 "pitch", private->orig_pitch, in gimp_tool_gyroscope_restore()
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/piano/
H A Dpiano.c248 int orig_percent, orig_pitch, orig_duration; variable
845 orig_pitch = stateValues.bell_pitch; in GetBell()
900 SetBell(note->display, orig_pitch, orig_duration); in PlayNote()