HomeSort by relevance Sort by last modified time
    Searched refs:Translation (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Translation.h 16 * \class Translation
18 * \brief Represents a translation transformation
23 * \note This class is not aimed to be used to store a translation transformation,
29 class Translation
53 Translation() {}
55 inline Translation(const Scalar& sx, const Scalar& sy)
62 inline Translation(const Scalar& sx, const Scalar& sy, const Scalar& sz)
70 explicit inline Translation(const VectorType& vector) : m_coeffs(vector) {}
75 /** Concatenates two translation */
76 inline Translation operator* (const Translation& other) cons
    [all...]
All.h 16 #include "Translation.h"
43 #define Translation eigen2_Translation
69 #include "Translation.h"
98 #undef Translation
RotationBase.h 44 /** \returns the concatenation of the rotation \c *this with a translation \a t */
45 inline Transform<Scalar,Dim> operator*(const Translation<Scalar,Dim>& t) const
Scaling.h 26 * \sa class Translation, class Transform
41 /** corresponding translation type */
42 typedef Translation<Scalar,Dim> TranslationType;
81 /** Concatenates a scaling and a translation */
153 res.translation() = m_coeffs.cwise() * t.vector();
  /external/eigen/Eigen/src/Geometry/
Translation.h 17 * \class Translation
19 * \brief Represents a translation transformation
24 * \note This class is not aimed to be used to store a translation transformation,
30 class Translation
54 Translation() {}
56 inline Translation(const Scalar& sx, const Scalar& sy)
63 inline Translation(const Scalar& sx, const Scalar& sy, const Scalar& sz)
70 /** Constructs and initialize the translation transformation from a vector of translation coefficients */
71 explicit inline Translation(const VectorType& vector) : m_coeffs(vector) {
90 const VectorType& translation() const { return m_coeffs; } function in class:Eigen::Translation
91 VectorType& translation() { return m_coeffs; } function in class:Eigen::Translation
    [all...]
Scaling.h 30 * \sa Scaling(), class DiagonalMatrix, MatrixBase::asDiagonal(), class Translation, class Transform
57 /** Concatenates a uniform scaling and a translation */
59 inline Transform<Scalar,Dim,Affine> operator* (const Translation<Scalar,Dim>& t) const;
154 UniformScaling<Scalar>::operator* (const Translation<Scalar,Dim>& t) const
159 res.translation() = factor() * t.vector();
  /external/chromium_org/v8/src/
deoptimizer.cc 786 // Do the input frame to output frame(s) translation.
788 Translation::Opcode opcode =
789 static_cast<Translation::Opcode>(iterator.Next());
790 DCHECK(Translation::BEGIN == opcode);
811 Translation::Opcode opcode =
812 static_cast<Translation::Opcode>(iterator.Next());
814 case Translation::JS_FRAME:
818 case Translation::ARGUMENTS_ADAPTOR_FRAME:
821 case Translation::CONSTRUCT_STUB_FRAME:
824 case Translation::GETTER_STUB_FRAME
    [all...]
frames.cc 923 if (literal_id == Translation::kSelfLiteralId) {
946 // throw-statements, we can't use the translation at the call-site of
954 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next());
955 DCHECK(opcode == Translation::BEGIN);
960 // in the deoptimization translation are ordered bottom-to-top.
964 opcode = static_cast<Translation::Opcode>(it.Next());
965 if (opcode == Translation::JS_FRAME) {
971 // The translation commands are ordered and the receiver is always
975 opcode = static_cast<Translation::Opcode>(it.Next())
    [all...]
  /external/chromium_org/tools/grit/grit/node/custom/
filename_unittest.py 27 translation = tclib.Translation(id=msg.GetId(), text='Bilingo bolongo:')
28 c.AddTranslation(translation, 'fr')
  /external/chromium_org/v8/src/compiler/
code-generator.h 96 Translation* translation, size_t frame_state_offset,
98 void AddTranslationForOperand(Translation* translation, Instruction* instr,
code-generator.cc 302 Translation* translation, size_t frame_state_offset,
304 // Outer-most state must be added to translation first.
307 translation, frame_state_offset,
311 int id = Translation::kSelfLiteralId;
319 translation->BeginJSFrame(
324 translation->BeginArgumentsAdaptorFrame(
332 translation, instr,
339 AddTranslationForOperand(translation, instr, instr->OutputAt(0));
354 Translation translation
    [all...]
  /external/chromium_org/tools/grit/grit/
pseudo_rtl.py 88 '''Returns a pseudo-RTL (aka Fake-Bidi) translation of the provided message.
94 tclib.Translation()
96 transl = tclib.Translation()
pseudo.py 17 To make the pseudotranslations more obviously "not a translation" and to make
117 tclib.Translation()
119 transl = tclib.Translation()
clique_unittest.py 35 msg_fr = tclib.Translation(text='Bonjour USERNAME, comment ca va?',
38 msg_de = tclib.Translation(text='Guten tag USERNAME, wie geht es dir?',
138 # Both of the above would share a translation.
139 translation = tclib.Translation(id=messages[0].GetId(),
148 clq.AddTranslation(translation, 'fr')
188 translation = tclib.Translation(id=message.GetId(), text='Bilingo bolongo')
189 c.AddTranslation(translation, 'fr')
253 def ValidateAndModify(self, lang, translation)
    [all...]
tclib.py 29 '''Base class with methods shared by Message and Translation.
181 class Translation(BaseMessage):
182 '''A translation.'''
185 super(Translation, self).__init__(text, placeholders, description, meaning)
clique.py 114 def FindCliqueAndAddTranslation(self, translation, language):
115 '''Adds the specified translation to the clique with the source message
116 it is a translation of.
119 translation: tclib.Translation()
125 if translation.GetId() in self.cliques_:
126 for clique in self.cliques_[translation.GetId()]:
127 clique.AddTranslation(translation, language)
199 This callback will create Translation objects for each message from
210 if debug: print "Ignoring translation #%s" % i
    [all...]
tclib_unittest.py 43 trans = tclib.Translation(text=text, placeholders=phs)
55 '''Regression tests a bug that was caused by grit.tclib.Translation
56 inheriting from the translation console's Translation object
64 transl = tclib.Translation(text=msg.GetPresentableContent(),
  /external/chromium_org/tools/grit/grit/tool/
newgrd.py 29 <!-- TODO add references to each of the XTB files (from the Translation
transl2tc.py 20 Translation Console.
27 translation of precisely the source RC file (not of an older or newer version).
47 Bulk Translation Upload tool.
123 # Proceed to create a map from ID to translation, getting the ID from the
124 # source GRD and the translation from the translated GRD.
140 'Warning: Translation for %s has wrong # of cliques, skipping.\n' %
144 self.Out('Warning: No translation for %s, skipping.\n' % node_id)
171 # message structure of translation is different, don't try fixup
202 # Only put each translation once into the map. Warn if translations
215 ' Translation 1: "%s"\n
    [all...]
  /external/llvm/lib/Option/
ArgList.cpp 253 const char *Translation,
259 Output.push_back(MakeArgString(StringRef(Translation) +
262 Output.push_back(Translation);
  /external/chromium_org/tools/grit/grit/gather/
rc.py 244 # VALUE "Translation", 0x409, 1252
270 # "Translation" VALUE block to indicate the correct language code.
  /external/giflib/
gifalloc.c 201 Apply a given color translation to the raster bits of an image
204 GifApplyTranslation(SavedImage *Image, GifPixelType Translation[])
210 Image->RasterBits[i] = Translation[Image->RasterBits[i]];
  /external/eigen/test/
geo_transformations.cpp 25 typedef Translation<Scalar,3> Translation3;
64 // translation * vector
93 typedef Translation<Scalar,2> Translation2;
94 typedef Translation<Scalar,3> Translation3;
254 // mat * aligned scaling and mat * translation
261 // mat * transformation and aligned scaling * translation
292 // translation * aligned scaling and transformation * mat
295 // scaling * mat and translation * mat
301 // translation * mat and aligned scaling * transformation
308 // transformation * translation
    [all...]
  /external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.js 115 * @param {string} error Translation error type from the browser.
128 6: 'Translation Error',
129 7: 'Translation Timeout',
  /external/chromium_org/tools/grit/grit/extern/
tclib.py 7 # messages destined for the Translation Console, as well as for reading
21 # The basic classes defined here for external use are Message and Translation,
99 # BaseMessage is the common parent class of Message and Translation.
454 # The Translation class represents translated messages
456 class Translation(BaseMessage):
500 Returns a copy of this Translation.
502 return Translation(None, clone_from=self)

Completed in 3502 milliseconds

1 2 3