Searched refs:translation (Results 1 - 25 of 48) sorted by relevance

12

/haiku-fatelf/src/bin/coreutils/lib/
H A Dpropername.c154 /* See whether there is a translation. */
155 const char *translation = gettext (name); local
157 if (translation != name)
159 /* See whether the translation contains the original name. */
160 if (mbsstr_trimmed_wordbounded (translation, name))
161 return translation;
166 XNMALLOC (strlen (translation) + 2 + strlen (name) + 1 + 1, char);
168 sprintf (result, "%s (%s)", translation, name);
184 /* See whether there is a translation. */
185 const char *translation local
[all...]
H A Dgettext.h101 translation is done at a different place in the code.
150 const char *translation = dcgettext (domain, msg_ctxt_id, category); local
151 if (translation == msg_ctxt_id)
154 return translation;
170 const char *translation = local
172 if (translation == msg_ctxt_id || translation == msgid_plural)
175 return translation;
211 const char *translation; local
226 translation
257 const char *translation; local
[all...]
/haiku-fatelf/src/apps/icon-o-matic/transformable/
H A DTransformCommand.cpp15 BPoint translation,
23 fOldTranslation(translation),
29 fNewTranslation(translation),
121 BPoint translation,
127 fNewTranslation = translation;
135 TransformCommand::SetNewTranslation(BPoint translation) argument
138 fNewTranslation = translation;
14 TransformCommand(BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* actionName, uint32 nameIndex) argument
120 SetNewTransformation(BPoint pivot, BPoint translation, double rotation, double xScale, double yScale) argument
H A DTransformGradientCommand.cpp19 Gradient* gradient, BPoint pivot, BPoint translation, double rotation,
22 TransformCommand(pivot, translation, rotation, xScale, yScale, name,
71 TransformGradientCommand::_SetTransformation(BPoint pivot, BPoint translation, argument
75 fTransformBox->SetTransformation(pivot, translation, rotation, xScale,
81 transform.SetTransformation(pivot, translation, rotation, xScale, yScale);
18 TransformGradientCommand(TransformBox* box, Gradient* gradient, BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* name, int32 nameIndex) argument
H A DTransformCommand.h20 BPoint translation,
44 BPoint translation,
49 void SetNewTranslation(BPoint translation);
57 BPoint translation,
H A DTransformObjectsCommand.cpp26 BPoint translation,
34 translation,
96 BPoint pivot, BPoint translation,
101 fTransformBox->SetTransformation(pivot, translation,
107 transform.SetTransformation(pivot, translation,
19 TransformObjectsCommand( TransformBox* box, Transformable** const objects, const double* originals, int32 count, BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* name, int32 nameIndex) argument
95 _SetTransformation( BPoint pivot, BPoint translation, double rotation, double xScale, double yScale) const argument
H A DTransformGradientCommand.h26 BPoint pivot, BPoint translation,
H A DChannelTransform.cpp52 // translation
55 other.translation(&tx, &ty);
74 ChannelTransform::SetTransformation(BPoint pivot, BPoint translation, argument
78 //"%.2f, %.2f, %.2f)\n", pivot.x, pivot.y, translation.x, translation.y,
81 if (fTranslation != translation ||
88 fTranslation = translation;
126 a combined local rotation and a translation.
168 // a combined local scalation and a translation
H A DTransformBoxStates.cpp156 BPoint translation(0.0, 0.0);
175 translation.x = fOrigin.x - fOrigin.x * xScale;
176 translation.y = fOrigin.y - fOrigin.y * yScale;
179 x = translation.x;
180 y = translation.y;
182 translation.x = x;
183 translation.y = y;
185 fParent->SetTranslationAndScale(translation, xScale * fOldXScale,
380 BPoint translation(0.0, 0.0);
387 translation
[all...]
H A DTransformObjectsCommand.h34 BPoint translation,
H A DChannelTransform.h26 BPoint translation,
/haiku-fatelf/src/apps/icon-o-matic/shape/commands/
H A DNudgePointsCommand.cpp75 BPoint translation,
87 fPath->SetPoint(fIndices[i], fPoints[i].point + translation,
88 fPoints[i].point_in + translation,
89 fPoints[i].point_out + translation,
74 _SetTransformation(BPoint pivot, BPoint translation, double rotation, double xScale, double yScale) const argument
H A DTransformPointsCommand.cpp29 BPoint translation,
37 translation,
98 BPoint pivot, BPoint translation,
103 fTransformBox->SetTransformation(pivot, translation,
110 transform.SetTransformation(pivot, translation,
20 TransformPointsCommand( TransformBox* box, VectorPath* path, const int32* indices, const control_point* points, int32 count, BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* name, int32 nameIndex) argument
97 _SetTransformation( BPoint pivot, BPoint translation, double rotation, double xScale, double yScale) const argument
H A DNudgePointsCommand.h40 BPoint translation,
H A DTransformPointsCommand.h38 BPoint translation,
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dgettext.h88 translation is done at a different place in the code.
137 const char *translation = dcgettext (domain, msg_ctxt_id, category); local
138 if (translation == msg_ctxt_id)
141 return translation;
157 const char *translation = local
159 if (translation == msg_ctxt_id || translation == msgid_plural)
162 return translation;
198 const char *translation; local
213 translation
244 const char *translation; local
[all...]
/haiku-fatelf/src/bin/network/wget/lib/
H A Dgettext.h97 translation is done at a different place in the code.
146 const char *translation = dcgettext (domain, msg_ctxt_id, category); local
147 if (translation == msg_ctxt_id)
150 return translation;
166 const char *translation = local
168 if (translation == msg_ctxt_id || translation == msgid_plural)
171 return translation;
207 const char *translation; local
222 translation
253 const char *translation; local
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Dgettext.h90 translation is done at a different place in the code.
139 const char *translation = dcgettext (domain, msg_ctxt_id, category); local
140 if (translation == msg_ctxt_id)
143 return translation;
159 const char *translation = local
161 if (translation == msg_ctxt_id || translation == msgid_plural)
164 return translation;
200 const char *translation; local
215 translation
246 const char *translation; local
[all...]
/haiku-fatelf/src/tests/add-ons/print/ppd/test/
H A DTestParser.cpp90 BString* translation = arg->GetTranslation(); local
91 if (translation != NULL) {
92 printf("%s", translation->String());
108 const char* translation = group.GetGroupTranslation(); local
110 if (translation != NULL) {
111 printf("%s", translation);
/haiku-fatelf/src/apps/codycam/
H A Dmakefile59 LIBS= be media translation netapi
/haiku-fatelf/src/tests/add-ons/print/ppd/model/
H A DValue.h43 void SetTranslation(BString* translation);
H A DValue.cpp46 void Value::SetTranslation(BString* translation) argument
48 fTranslation = translation;
97 printf("\t\t\t<translation>%s</translation>\n", fTranslation->String());
/haiku-fatelf/src/add-ons/opengl/swpipe/
H A Dbitmap_wrapper.cpp16 #include <translation/BitmapStream.h>
17 #include <translation/TranslatorRoster.h>
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcharset.c78 - However, a translation can be incomplete: some functions can be
79 omitted. Where there is not a translation to specify exactly
89 /* The character set and translation structures. */
122 /* A translation from one character set to another. */
123 struct translation {
126 struct translation *next;
133 /* Pointers to translation-specific functions, and data pointers to
222 static struct translation *all_translations;
226 register_translation (struct translation *t)
233 static struct translation *
121 struct translation { struct
[all...]
/haiku-fatelf/src/tests/add-ons/print/ppd/parser/
H A DParser.cpp67 BString* translation = fScanner.ScanTranslationValue(separator); local
68 if (translation == NULL) {
72 value->SetTranslation(translation);

Completed in 200 milliseconds

12