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

  /external/chromium_org/courgette/
ensemble.h 139 // TransformationPatchGenerator.
184 // TransformationPatchGenerator is the interface which abstracts out the actual
193 // When TransformationPatchGenerator is subclassed, there will be a
196 class TransformationPatchGenerator {
198 TransformationPatchGenerator(Element* old_element,
202 virtual ~TransformationPatchGenerator();
patch_generator_x86_32.h 19 class PatchGeneratorX86_32 : public TransformationPatchGenerator {
25 : TransformationPatchGenerator(old_element, new_element, patcher),
42 return TransformationPatchGenerator::PredictTransformParameters(prediction);
137 return TransformationPatchGenerator::Reform(transformed_element,
ensemble_create.cc 36 TransformationPatchGenerator::TransformationPatchGenerator(
45 TransformationPatchGenerator::~TransformationPatchGenerator() {
51 Status TransformationPatchGenerator::PredictTransformParameters(
57 Status TransformationPatchGenerator::Reform(
63 // Makes a TransformationPatchGenerator of the appropriate variety for the
65 TransformationPatchGenerator* MakeGenerator(Element* old_element,
71 TransformationPatchGenerator* generator =
80 TransformationPatchGenerator* generator
    [all...]

Completed in 50 milliseconds