Searched refs:nameIndex (Results 1 - 21 of 21) sorted by relevance

/haiku-fatelf/src/apps/icon-o-matic/transformable/
H A DTransformCommand.cpp20 uint32 nameIndex)
35 fNameIndex(nameIndex)
41 uint32 nameIndex)
56 fNameIndex(nameIndex)
143 TransformCommand::SetName(const char* actionName, uint32 nameIndex) argument
146 fNameIndex = nameIndex;
14 TransformCommand(BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* actionName, uint32 nameIndex) argument
40 TransformCommand(const char* actionName, uint32 nameIndex) argument
H A DTransformCommand.h26 uint32 nameIndex);
29 uint32 nameIndex);
53 uint32 nameIndex);
H A DTransformGradientCommand.h29 int32 nameIndex);
H A DTransformPointsBox.h44 uint32 nameIndex);
H A DTransformShapesBox.h37 uint32 nameIndex);
H A DTransformGradientCommand.cpp20 double xScale, double yScale, const char* name, int32 nameIndex)
23 nameIndex),
18 TransformGradientCommand(TransformBox* box, Gradient* gradient, BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* name, int32 nameIndex) argument
H A DTransformGradientBox.h45 uint32 nameIndex);
H A DTransformObjectsCommand.h40 int32 nameIndex);
H A DTransformGradientBox.cpp180 TransformGradientBox::MakeCommand(const char* commandName, uint32 nameIndex) argument
184 commandName, nameIndex);
H A DTransformObjectsCommand.cpp32 int32 nameIndex)
39 nameIndex),
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
H A DTransformPointsBox.cpp121 uint32 nameIndex)
136 nameIndex);
120 MakeCommand(const char* commandName, uint32 nameIndex) argument
H A DTransformShapesBox.cpp132 TransformShapesBox::MakeCommand(const char* commandName, uint32 nameIndex) argument
147 nameIndex);
H A DTransformBox.h84 uint32 nameIndex) = 0;
/haiku-fatelf/src/apps/icon-o-matic/generic/command/
H A DCompoundCommand.h19 int32 nameIndex);
H A DCompoundCommand.cpp17 int32 nameIndex)
22 fNameIndex(nameIndex)
14 CompoundCommand(Command** commands, int32 count, const char* name, int32 nameIndex) argument
/haiku-fatelf/src/apps/icon-o-matic/shape/commands/
H A DTransformPointsCommand.h44 int32 nameIndex);
H A DTransformPointsCommand.cpp35 int32 nameIndex)
42 nameIndex),
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
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A DDirectoryIterator.cpp176 size_t nameIndex = 0; local
201 memcpy((uint8*)name + nameIndex, fCurrent->name_label.name,
203 nameIndex += sizeof(fCurrent->name_label.name);
204 name[nameIndex] = '\0';
210 if (chunkCount == 0 || nameIndex >= nameMax)
215 //*_nameLength = nameIndex;
219 unicode_to_utf8(name, nameIndex, (uint8*)utfName, &utfLen);
/haiku-fatelf/src/tools/
H A Dset_haiku_revision.cpp629 uint32_t nameIndex = GetValue(sectionHeader.sh_name); local
651 if (nameIndex >= (uint32_t)fSectionHeaderStringsLength) {
653 "invalid name index: %lu.", nameIndex);
655 info.name = fSectionHeaderStrings + nameIndex;
/haiku-fatelf/src/bin/bfs_tools/
H A Dchkindex.cpp209 bool nameIndex = !strcmp(attribute,"name"); local
240 else if (nameIndex)
/haiku-fatelf/src/system/kernel/
H A Delf.cpp2652 int32 nameIndex = image->debug_symbols[i].st_name; local
2653 if (nameIndex != 0) {
2654 stringTableSize = nameIndex
2655 + strlen(image->debug_string_table + nameIndex) + 1;

Completed in 87 milliseconds