Searched defs:TransformationPatcher (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/courgette/
H A Densemble.h138 // For any transform you would implement both a TransformationPatcher and a
141 // TransformationPatcher is the interface which abstracts out the actual
143 // actions of a TransformationPatcher. There are four steps.
161 class TransformationPatcher { class in namespace:courgette
163 virtual ~TransformationPatcher() {}
194 // corresponding subclass of TransformationPatcher.
200 TransformationPatcher* patcher);
207 // Writes the parameters that will be passed to TransformationPatcher::Init.
212 // method of the corresponding subclass of TransformationPatcher. This method
224 // TransformationPatcher
[all...]

Completed in 2783 milliseconds