Home | History | Annotate | Download | only in courgette

Lines Matching refs:Transform

138 // For any transform you would implement both a TransformationPatcher and a
151 // The two final steps are 'Transform' - to transform the element into a new
152 // representation, and to 'Reform' - to transform from the new representation
155 // The Transform step takes some parameters. This allows the transform to be
157 // analysis required to perform the transform. The transform parameters might
158 // be extensive but mostly predicable, so preceeding Transform is a
169 // Second step: predicts transform parameters.
175 virtual Status Transform(SourceStreamSet* corrected_parameters,
210 // Predicts the transform parameters for the |old_element|. This must match
217 // Writes the desired parameters for the transform of the old element from the
223 // the Transform method of the corresponding sublcass of
227 // output written by the Transform method of the corresponding subclass of
229 virtual Status Transform(SourceStreamSet* old_corrected_parameters,