HomeSort by relevance Sort by last modified time
    Searched defs:TransformationPatchGenerator (Results 1 - 2 of 2) 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();
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 849 milliseconds