Searched refs:TransformationPatcher (Results 1 - 4 of 4) 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...]
H A Dpatcher_x86_32.h15 // Courgette32X86Patcher is a TransformationPatcher for Windows 32-bit
18 class PatcherX86_32 : public TransformationPatcher {
H A Densemble_apply.cc68 std::vector<TransformationPatcher*> patchers_;
138 TransformationPatcher* patcher = NULL;
H A Densemble_create.cc39 TransformationPatcher* patcher)

Completed in 867 milliseconds