Symbol: translation
headers/libs/agg/agg_trans_affine.h
287
void translation(double* dx, double* dy) const;
headers/libs/agg/agg_trans_perspective.h
223
void translation(double* dx, double* dy) const;
headers/libs/agg/agg_trans_perspective.h
700
inline void trans_perspective::translation(double* dx, double* dy) const
headers/private/kernel/acpi.h
351
uint8 translation;
headers/private/kernel/acpi.h
356
uint8 translation;
src/add-ons/input_server/devices/mouse/movement_maker.cpp
207
const float translation = 12.0;
src/add-ons/input_server/devices/mouse/movement_maker.cpp
247
xDelta = fDeltaSumX / translation;
src/add-ons/input_server/devices/mouse/movement_maker.cpp
248
yDelta = fDeltaSumY / translation;
src/apps/aboutsystem/AboutSystem.cpp
1636
const Translation* translation = &kTranslations[i];
src/apps/aboutsystem/AboutSystem.cpp
1637
sortedTranslations.AddItem((void*)translation);
src/apps/aboutsystem/AboutSystem.cpp
1642
const Translation& translation
src/apps/aboutsystem/AboutSystem.cpp
1646
if (BLocaleRoster::Default()->GetLanguage(translation.languageCode,
src/apps/aboutsystem/AboutSystem.cpp
1653
langName.Append(translation.languageCode);
src/apps/aboutsystem/AboutSystem.cpp
1661
fCreditsView->Insert(translation.names);
src/apps/icon-o-matic/shape/commands/NudgePointsCommand.cpp
85
BPoint translation,
src/apps/icon-o-matic/shape/commands/NudgePointsCommand.cpp
97
fPath->SetPoint(fIndices[i], fPoints[i].point + translation,
src/apps/icon-o-matic/shape/commands/NudgePointsCommand.cpp
98
fPoints[i].point_in + translation,
src/apps/icon-o-matic/shape/commands/NudgePointsCommand.cpp
99
fPoints[i].point_out + translation,
src/apps/icon-o-matic/shape/commands/NudgePointsCommand.h
40
BPoint translation,
src/apps/icon-o-matic/shape/commands/TransformPointsCommand.cpp
101
fTransformBox->SetTransformation(pivot, translation,
src/apps/icon-o-matic/shape/commands/TransformPointsCommand.cpp
108
transform.SetTransformation(pivot, translation,
src/apps/icon-o-matic/shape/commands/TransformPointsCommand.cpp
29
BPoint translation,
src/apps/icon-o-matic/shape/commands/TransformPointsCommand.cpp
36
translation,
src/apps/icon-o-matic/shape/commands/TransformPointsCommand.cpp
96
BPoint pivot, BPoint translation,
src/apps/icon-o-matic/shape/commands/TransformPointsCommand.h
38
BPoint translation,
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
55
other.translation(&tx, &ty);
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
74
ChannelTransform::SetTransformation(BPoint pivot, BPoint translation,
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
81
if (fTranslation != translation ||
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
88
fTranslation = translation;
src/apps/icon-o-matic/transformable/ChannelTransform.h
26
BPoint translation,
src/apps/icon-o-matic/transformable/TransformBox.cpp
263
BPoint translation(B_ORIGIN);
src/apps/icon-o-matic/transformable/TransformBox.cpp
271
translation.y = -offset;
src/apps/icon-o-matic/transformable/TransformBox.cpp
274
translation.y = offset;
src/apps/icon-o-matic/transformable/TransformBox.cpp
277
translation.x = -offset;
src/apps/icon-o-matic/transformable/TransformBox.cpp
280
translation.x = offset;
src/apps/icon-o-matic/transformable/TransformBox.cpp
295
TranslateBy(translation);
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
134
BPoint translation(0.0, 0.0);
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
153
translation.x = fOrigin.x - fOrigin.x * xScale;
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
154
translation.y = fOrigin.y - fOrigin.y * yScale;
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
157
x = translation.x;
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
158
y = translation.y;
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
160
translation.x = x;
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
161
translation.y = y;
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
163
fParent->SetTranslationAndScale(translation, xScale * fOldXScale, yScale * fOldYScale);
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
344
BPoint translation(0.0, 0.0);
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
351
translation.x = fOrigin.x - fOrigin.x * xScale;
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
358
translation.y = fOrigin.y - fOrigin.y * yScale;
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
361
x = translation.x;
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
362
y = translation.y;
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
364
translation.x = x;
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
365
translation.y = y;
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
367
fParent->SetTranslationAndScale(translation, xScale * fOldXScale, yScale * fOldYScale);
src/apps/icon-o-matic/transformable/TransformCommand.cpp
117
BPoint translation,
src/apps/icon-o-matic/transformable/TransformCommand.cpp
123
fNewTranslation = translation;
src/apps/icon-o-matic/transformable/TransformCommand.cpp
131
TransformCommand::SetNewTranslation(BPoint translation)
src/apps/icon-o-matic/transformable/TransformCommand.cpp
134
fNewTranslation = translation;
src/apps/icon-o-matic/transformable/TransformCommand.cpp
15
BPoint translation,
src/apps/icon-o-matic/transformable/TransformCommand.cpp
22
fOldTranslation(translation),
src/apps/icon-o-matic/transformable/TransformCommand.cpp
28
fNewTranslation(translation),
src/apps/icon-o-matic/transformable/TransformCommand.h
20
BPoint translation,
src/apps/icon-o-matic/transformable/TransformCommand.h
42
BPoint translation,
src/apps/icon-o-matic/transformable/TransformCommand.h
47
void SetNewTranslation(BPoint translation);
src/apps/icon-o-matic/transformable/TransformCommand.h
54
BPoint translation,
src/apps/icon-o-matic/transformable/TransformGradientCommand.cpp
19
Gradient* gradient, BPoint pivot, BPoint translation, double rotation,
src/apps/icon-o-matic/transformable/TransformGradientCommand.cpp
22
TransformCommand(pivot, translation, rotation, xScale, yScale, name),
src/apps/icon-o-matic/transformable/TransformGradientCommand.cpp
70
TransformGradientCommand::_SetTransformation(BPoint pivot, BPoint translation,
src/apps/icon-o-matic/transformable/TransformGradientCommand.cpp
74
fTransformBox->SetTransformation(pivot, translation, rotation, xScale,
src/apps/icon-o-matic/transformable/TransformGradientCommand.cpp
80
transform.SetTransformation(pivot, translation, rotation, xScale, yScale);
src/apps/icon-o-matic/transformable/TransformGradientCommand.h
26
BPoint pivot, BPoint translation,
src/apps/icon-o-matic/transformable/TransformObjectsCommand.cpp
105
transform.SetTransformation(pivot, translation,
src/apps/icon-o-matic/transformable/TransformObjectsCommand.cpp
26
BPoint translation,
src/apps/icon-o-matic/transformable/TransformObjectsCommand.cpp
33
translation,
src/apps/icon-o-matic/transformable/TransformObjectsCommand.cpp
94
BPoint pivot, BPoint translation,
src/apps/icon-o-matic/transformable/TransformObjectsCommand.cpp
99
fTransformBox->SetTransformation(pivot, translation,
src/apps/icon-o-matic/transformable/TransformObjectsCommand.h
34
BPoint translation,
src/libs/icon/transformer/AffineTransformer.cpp
133
translation(&tx, &ty);
src/libs/icon/transformer/AffineTransformer.cpp
161
translation(&tx, &ty);
src/tests/add-ons/print/ppd/model/Value.cpp
46
void Value::SetTranslation(BString* translation)
src/tests/add-ons/print/ppd/model/Value.cpp
48
fTranslation = translation;
src/tests/add-ons/print/ppd/model/Value.h
43
void SetTranslation(BString* translation);
src/tests/add-ons/print/ppd/parser/Parser.cpp
67
BString* translation = fScanner.ScanTranslationValue(separator);
src/tests/add-ons/print/ppd/parser/Parser.cpp
68
if (translation == NULL) {
src/tests/add-ons/print/ppd/parser/Parser.cpp
72
value->SetTranslation(translation);
src/tests/add-ons/print/ppd/test/TestParser.cpp
108
const char* translation = group.GetGroupTranslation();
src/tests/add-ons/print/ppd/test/TestParser.cpp
110
if (translation != NULL) {
src/tests/add-ons/print/ppd/test/TestParser.cpp
111
printf("%s", translation);
src/tests/add-ons/print/ppd/test/TestParser.cpp
90
BString* translation = arg->GetTranslation();
src/tests/add-ons/print/ppd/test/TestParser.cpp
91
if (translation != NULL) {
src/tests/add-ons/print/ppd/test/TestParser.cpp
92
printf("%s", translation->String());
src/tests/add-ons/print/ppd/ui/PPDConfigView.cpp
369
const char* translation = group->GetGroupTranslation();
src/tests/add-ons/print/ppd/ui/PPDConfigView.cpp
373
if (translation != NULL) {
src/tests/add-ons/print/ppd/ui/PPDConfigView.cpp
374
text = translation;
src/tests/add-ons/print/ppd/ui/PPDConfigView.cpp
79
const char* translation = group->GetGroupTranslation();
src/tests/add-ons/print/ppd/ui/PPDConfigView.cpp
83
if (translation != NULL) {
src/tests/add-ons/print/ppd/ui/PPDConfigView.cpp
84
text = translation;