Home
last modified time | relevance | path

Searched refs:Cel (Results 1 – 25 of 1497) sorted by relevance

12345678910>>...60

/dports/graphics/aseprite/aseprite-1.2.9/src/doc/
H A Dcel.cpp20 Cel::Cel(frame_t frame, const ImageRef& image) in Cel() function in doc::Cel
21 : Object(ObjectType::Cel) in Cel()
28 Cel::Cel(frame_t frame, const CelDataRef& celData) in Cel() function in doc::Cel
29 : Object(ObjectType::Cel) in Cel()
37 Cel* Cel::createCopy(const Cel* other) in createCopy()
39 Cel* cel = new Cel(other->frame(), in createCopy()
48 Cel* Cel::createLink(const Cel* other) in createLink()
99 Sprite* Cel::sprite() const in sprite()
108 Cel* Cel::link() const in link()
125 std::size_t Cel::links() const in links()
[all …]
H A Dsprite_tests.cpp105 Cel* celA = new Cel(frame_t(0), imgA); in TEST()
106 Cel* celB = Cel::createLink(celA); in TEST()
112 Cel* celC = new Cel(frame_t(0), imgC); in TEST()
113 Cel* celD = Cel::createCopy(celC); in TEST()
114 Cel* celE = Cel::createLink(celD); in TEST()
123 Cel* celF = new Cel(frame_t(0), imgF); in TEST()
124 Cel* celG = new Cel(frame_t(1), imgG); in TEST()
125 Cel* celH = Cel::createLink(celG); in TEST()
132 for (Cel* cel : spr->cels()) { in TEST()
148 for (Cel* cel : spr->uniqueCels()) { in TEST()
[all …]
H A Dcel.h25 class Cel : public Object {
27 Cel(frame_t frame, const ImageRef& image);
28 Cel(frame_t frame, const CelDataRef& celData);
30 static Cel* createCopy(const Cel* other);
31 static Cel* createLink(const Cel* other);
48 Cel* link() const;
63 return sizeof(Cel) + m_data->getMemSize(); in getMemSize()
75 Cel();
76 DISABLE_COPYING(Cel);
H A Dlayer.cpp179 Cel* Layer::cel(frame_t frame) const in cel()
206 const Cel* cel = *it; in getMemSize()
222 Cel* cel = *it; in destroyAllCels()
228 Cel* LayerImage::cel(frame_t frame) const in cel()
246 Cel* LayerImage::getLastCel() const in getLastCel()
268 [frame](Cel* cel, Cel*) -> bool { in findCelIterator() argument
287 [firstAfterFrame](Cel* cel, Cel*) -> bool { in findFirstCelIteratorAfter() argument
294 void LayerImage::addCel(Cel* cel) in addCel()
314 void LayerImage::removeCel(Cel* cel) in removeCel()
357 if (Cel* cel = this->cel(c)) in displaceFrames()
[all …]
H A Dcel_io.cpp25 void write_cel(std::ostream& os, const Cel* cel) in write_cel()
32 Cel* read_cel(std::istream& is, SubObjectsIO* subObjects, bool setId) in read_cel()
41 base::UniquePtr<Cel> cel(new Cel(frame, celData)); in read_cel()
H A Dcel_io.h15 class Cel; variable
18 void write_cel(std::ostream& os, const Cel* cel);
19 Cel* read_cel(std::istream& is, SubObjectsIO* subObjects, bool setId = true);
H A Dlayer.h22 class Cel; variable
119 virtual Cel* cel(frame_t frame) const;
149 void addCel(Cel *cel);
150 void removeCel(Cel *cel);
151 void moveCel(Cel *cel, frame_t frame);
153 Cel* cel(frame_t frame) const override;
157 Cel* getLastCel() const;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/addons/lrspreadsheetexport/
H A Dle_e_spreadsheet.pas159 if (Cel.Col < Cel.MergedCol) then
169 if (Cel.Row < Cel.MergedRow) then
224 X:=Cel.Col;
226 if (Cel.ObjType = gtMemo) and (Cel.Text<>'') then
237 if (Cel.ObjType = gtPicture) and (Assigned(Cel.Picture)) then
246 …FWorksheet.WriteImage(Y, X, FS, 0, 0, Cel.Picture.Width / Cel.Widht / FISF, Cel.Picture.Height / C…
251 if (Cel.Col < Cel.MergedCol) or (Cel.Row < Cel.MergedRow) then
252 FWorksheet.MergeCells(Y, X, Cel.MergedRow, Cel.MergedCol);
254 if Assigned(Cel.Font) and (Cel.Font.Size > 0) then
255 …FWorksheet.WriteFont(Y, X, Cel.Font.Name, Cel.Font.Size, sftofs(Cel.Font), Cel.Font.Color, fpNorm…
[all …]
/dports/editors/lazarus/lazarus/components/lazreport/source/addons/lrspreadsheetexport/
H A Dle_e_spreadsheet.pas157 if (Cel.Col < Cel.MergedCol) then
167 if (Cel.Row < Cel.MergedRow) then
222 X:=Cel.Col;
224 if (Cel.ObjType = gtMemo) and (Cel.Text<>'') then
235 if (Cel.ObjType = gtPicture) and (Assigned(Cel.Picture)) then
244 …FWorksheet.WriteImage(Y, X, FS, 0, 0, Cel.Picture.Width / Cel.Widht / FISF, Cel.Picture.Height / C…
249 if (Cel.Col < Cel.MergedCol) or (Cel.Row < Cel.MergedRow) then
250 FWorksheet.MergeCells(Y, X, Cel.MergedRow, Cel.MergedCol);
252 if Assigned(Cel.Font) and (Cel.Font.Size > 0) then
253 …FWorksheet.WriteFont(Y, X, Cel.Font.Name, Cel.Font.Size, sftofs(Cel.Font), Cel.Font.Color, fpNorm…
[all …]
/dports/editors/lazarus-qt5/lazarus/components/lazreport/source/addons/lrspreadsheetexport/
H A Dle_e_spreadsheet.pas157 if (Cel.Col < Cel.MergedCol) then
167 if (Cel.Row < Cel.MergedRow) then
222 X:=Cel.Col;
224 if (Cel.ObjType = gtMemo) and (Cel.Text<>'') then
235 if (Cel.ObjType = gtPicture) and (Assigned(Cel.Picture)) then
244 …FWorksheet.WriteImage(Y, X, FS, 0, 0, Cel.Picture.Width / Cel.Widht / FISF, Cel.Picture.Height / C…
249 if (Cel.Col < Cel.MergedCol) or (Cel.Row < Cel.MergedRow) then
250 FWorksheet.MergeCells(Y, X, Cel.MergedRow, Cel.MergedCol);
252 if Assigned(Cel.Font) and (Cel.Font.Size > 0) then
253 …FWorksheet.WriteFont(Y, X, Cel.Font.Name, Cel.Font.Size, sftofs(Cel.Font), Cel.Font.Color, fpNorm…
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/addons/lrspreadsheetexport/
H A Dle_e_spreadsheet.pas159 if (Cel.Col < Cel.MergedCol) then
169 if (Cel.Row < Cel.MergedRow) then
224 X:=Cel.Col;
226 if (Cel.ObjType = gtMemo) and (Cel.Text<>'') then
237 if (Cel.ObjType = gtPicture) and (Assigned(Cel.Picture)) then
246 …FWorksheet.WriteImage(Y, X, FS, 0, 0, Cel.Picture.Width / Cel.Widht / FISF, Cel.Picture.Height / C…
251 if (Cel.Col < Cel.MergedCol) or (Cel.Row < Cel.MergedRow) then
252 FWorksheet.MergeCells(Y, X, Cel.MergedRow, Cel.MergedCol);
254 if Assigned(Cel.Font) and (Cel.Font.Size > 0) then
255 …FWorksheet.WriteFont(Y, X, Cel.Font.Name, Cel.Font.Size, sftofs(Cel.Font), Cel.Font.Color, fpNorm…
[all …]
/dports/games/megaglest-data/megaglest-data-3.13.0/scenarios/amazones/
H A Damazones_polish.lng9 Firstwave=Twój Cel: Kobiety w zieleni.
10 Secondwave=Twój Cel: Więcej kobiet.
11 Thirdwave=Twój Cel: Prawdopodobnie za dużo kobiet...
12 Fourthwave=Twój Cel: Kobiety fajne, ale trochę niebezpieczne ;-)
13 Lastwave=Twój Cel: Ostatnia fala!!
/dports/games/megaglest-data/megaglest-data-3.13.0/scenarios/amazones_light/
H A Damazones_light_polish.lng9 Firstwave=Twój Cel: Kobiety w zieleni.
10 Secondwave=Twój Cel: Więcej kobiet.
11 Thirdwave=Twój Cel: Prawdopodobnie za dużo kobiet...
12 Fourthwave=Twój Cel: Kobiety fajne, ale trochę niebezpieczne ;-)
13 Lastwave=Twój Cel: Ostatnia fala!!
/dports/games/megaglest-data/megaglest-data-3.13.0/scenarios/amazones_pro/
H A Damazones_pro_polish.lng9 Firstwave=Twój Cel: Kobiety w zieleni.
10 Secondwave=Twój Cel: Więcej kobiet.
11 Thirdwave=Twój Cel: Prawdopodobnie za dużo kobiet...
12 Fourthwave=Twój Cel: Kobiety fajne, ale trochę niebezpieczne ;-)
13 Lastwave=Twój Cel: Ostatnia fala!!
/dports/graphics/aseprite/aseprite-1.2.9/src/app/cmd/
H A Dset_cel_data.cpp25 SetCelData::SetCelData(Cel* cel, const CelDataRef& newData) in SetCelData()
36 Cel* cel = this->cel(); in onExecute()
47 Cel* cel = this->cel(); in onUndo()
68 Cel* cel = this->cel(); in onRedo()
80 Cel* cel = this->cel(); in createCopy()
H A Dadd_cel.cpp30 AddCel::AddCel(Layer* layer, Cel* cel) in AddCel()
40 Cel* cel = this->cel(); in onExecute()
50 Cel* cel = this->cel(); in onUndo()
81 Cel* cel = read_cel(m_stream, &io); in onRedo()
91 void AddCel::addCel(Layer* layer, Cel* cel) in addCel()
104 void AddCel::removeCel(Layer* layer, Cel* cel) in removeCel()
H A Dadd_cel.h18 class Cel; variable
30 AddCel(Layer* layer, Cel* cel);
41 void addCel(Layer* layer, Cel* cel);
42 void removeCel(Layer* layer, Cel* cel);
H A Dset_cel_frame.cpp24 SetCelFrame::SetCelFrame(Cel* cel, frame_t frame) in SetCelFrame()
33 Cel* cel = this->cel(); in onExecute()
40 Cel* cel = this->cel(); in onUndo()
47 Cel* cel = this->cel(); in onFireNotifications()
H A Dwith_cel.cpp20 WithCel::WithCel(Cel* cel) in WithCel()
25 Cel* WithCel::cel() in cel()
27 return get<Cel>(m_celId); in cel()
H A Dwith_cel.h14 class Cel; variable
23 WithCel(Cel* cel);
24 Cel* cel();
/dports/graphics/aseprite/aseprite-1.2.9/src/app/util/
H A Dcreate_cel_copy.cpp29 Cel* create_cel_copy(const Cel* srcCel, in create_cel_copy()
36 base::UniquePtr<Cel> dstCel( in create_cel_copy()
37 new Cel(dstFrame, in create_cel_copy()
86 base::UniquePtr<Cel> dstCel2( in create_cel_copy()
87 new Cel(dstFrame, in create_cel_copy()
H A Dcreate_cel_copy.h14 class Cel; variable
20 Cel* create_cel_copy(const Cel* srcCel,
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Ddoc_api.h20 class Cel; variable
70 void addCel(LayerImage* layer, Cel* cel);
71 Cel* addCel(LayerImage* layer, frame_t frameNumber, const ImageRef& image);
73 void clearCel(Cel* cel);
74 void setCelPosition(Sprite* sprite, Cel* cel, int x, int y);
75 void setCelOpacity(Sprite* sprite, Cel* cel, int newOpacity);
115 void setCelFramePosition(Cel* cel, frame_t frame);
H A Ddoc_event.h15 class Cel; variable
46 Cel* cel() const { return m_cel; } in cel()
55 void cel(Cel* cel) { m_cel = cel; } in cel()
73 Cel* m_cel;
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Dmoving_cel_state.h20 class Cel; variable
32 Cel* mainCel() const { return m_mainCel; } in mainCel()
36 Cel* m_mainCel;
58 Cel* m_cel;

12345678910>>...60