HomeSort by relevance Sort by last modified time
    Searched refs:TransformationPatcher (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/courgette/
ensemble.h 138 // 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 {
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...]
patcher_x86_32.h 15 // Courgette32X86Patcher is a TransformationPatcher for Windows 32-bit
18 class PatcherX86_32 : public TransformationPatcher {
ensemble_apply.cc 68 std::vector<TransformationPatcher*> patchers_;
138 TransformationPatcher* patcher = NULL;
ensemble_create.cc 39 TransformationPatcher* patcher)

Completed in 60 milliseconds