Home
last modified time | relevance | path

Searched refs:FGlyph (Results 1 – 19 of 19) sorted by relevance

/dports/editors/lazarus/lazarus/lcl/include/
H A Dspeedbutton.inc38 FGlyph := TButtonGlyph.Create;
40 FGlyph.ShowMode := gsmAlways;
42 FGlyph.OnChange := @GlyphChanged;
70 FreeAndNil(FGlyph);
195 FGlyph.Glyph := Value;
444 Result := FGlyph;
486 Result := FGlyph.Glyph;
582 if FGlyph = nil then exit;
789 if FGlyph = nil then exit;
887 if (Operation = opRemove) and (FGlyph<>nil) and (AComponent = FGlyph.ExternalImages) then
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dspeedbutton.inc38 FGlyph := TButtonGlyph.Create;
40 FGlyph.ShowMode := gsmAlways;
42 FGlyph.OnChange := @GlyphChanged;
70 FreeAndNil(FGlyph);
195 FGlyph.Glyph := Value;
442 Result := FGlyph;
484 Result := FGlyph.Glyph;
580 if FGlyph = nil then exit;
787 if FGlyph = nil then exit;
885 if (Operation = opRemove) and (FGlyph<>nil) and (AComponent = FGlyph.ExternalImages) then
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dspeedbutton.inc38 FGlyph := TButtonGlyph.Create;
40 FGlyph.ShowMode := gsmAlways;
42 FGlyph.OnChange := @GlyphChanged;
70 FreeAndNil(FGlyph);
195 FGlyph.Glyph := Value;
444 Result := FGlyph;
486 Result := FGlyph.Glyph;
582 if FGlyph = nil then exit;
789 if FGlyph = nil then exit;
887 if (Operation = opRemove) and (FGlyph<>nil) and (AComponent = FGlyph.ExternalImages) then
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dspeedbutton.inc38 FGlyph := TButtonGlyph.Create;
40 FGlyph.ShowMode := gsmAlways;
42 FGlyph.OnChange := @GlyphChanged;
70 FreeAndNil(FGlyph);
195 FGlyph.Glyph := Value;
442 Result := FGlyph;
484 Result := FGlyph.Glyph;
580 if FGlyph = nil then exit;
787 if FGlyph = nil then exit;
885 if (Operation = opRemove) and (FGlyph<>nil) and (AComponent = FGlyph.ExternalImages) then
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbcbuttonfocus.pas102 FGlyph: TBitmap;
615 if Assigned(FGlyph) and not FGlyph.Empty then
617 NeededWidth := FGlyph.Width;
618 NeededHeight := FGlyph.Height;
672 Result := FGlyph as TBitmap;
691 if Assigned(FGlyph) and not FGlyph.Empty then result := FGlyph else
791 if g <> FGlyph then g.Free;
958 if (FGlyph <> nil) and (FGlyph = AValue) then
961 FGlyph.Assign(AValue);
1820 FGlyph := TBitmap.Create;
[all …]
H A Dbcbutton.pas108 FGlyph: TBitmap;
644 if Assigned(FGlyph) and not FGlyph.Empty then
701 Result := FGlyph as TBitmap;
720 if Assigned(FGlyph) and not FGlyph.Empty then
722 ABitmap := FGlyph;
860 if g <> FGlyph then g.Free;
1042 if (FGlyph <> nil) and (FGlyph = AValue) then
1045 FGlyph.Assign(AValue);
2020 FGlyph := TBitmap.Create;
2021 FGlyph.OnChange := OnChangeGlyph;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_ctrls.pas32 FGlyph: Pointer;
780 FGlyph := TButtonGlyph.Create;
781 TButtonGlyph(FGlyph).OnChange := @GlyphChanged;
794 TButtonGlyph(FGlyph).Free;
813 TButtonGlyph(FGlyph).CreateButtonGlyph(State);
980 Result := TButtonGlyph(FGlyph).Glyph;
985 TButtonGlyph(FGlyph).Glyph := Value;
991 Result := TButtonGlyph(FGlyph).NumGlyphs;
998 if Value <> TButtonGlyph(FGlyph).NumGlyphs then
1000 TButtonGlyph(FGlyph).NumGlyphs := Value;
[all …]
/dports/editors/lazarus/lazarus/components/lazreport/source/
H A Dlr_ctrls.pas32 FGlyph: Pointer;
780 FGlyph := TButtonGlyph.Create;
781 TButtonGlyph(FGlyph).OnChange := @GlyphChanged;
794 TButtonGlyph(FGlyph).Free;
813 TButtonGlyph(FGlyph).CreateButtonGlyph(State);
980 Result := TButtonGlyph(FGlyph).Glyph;
985 TButtonGlyph(FGlyph).Glyph := Value;
991 Result := TButtonGlyph(FGlyph).NumGlyphs;
998 if Value <> TButtonGlyph(FGlyph).NumGlyphs then
1000 TButtonGlyph(FGlyph).NumGlyphs := Value;
[all …]
/dports/editors/lazarus-qt5/lazarus/components/lazreport/source/
H A Dlr_ctrls.pas32 FGlyph: Pointer;
780 FGlyph := TButtonGlyph.Create;
781 TButtonGlyph(FGlyph).OnChange := @GlyphChanged;
794 TButtonGlyph(FGlyph).Free;
813 TButtonGlyph(FGlyph).CreateButtonGlyph(State);
980 Result := TButtonGlyph(FGlyph).Glyph;
985 TButtonGlyph(FGlyph).Glyph := Value;
991 Result := TButtonGlyph(FGlyph).NumGlyphs;
998 if Value <> TButtonGlyph(FGlyph).NumGlyphs then
1000 TButtonGlyph(FGlyph).NumGlyphs := Value;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_ctrls.pas32 FGlyph: Pointer;
780 FGlyph := TButtonGlyph.Create;
781 TButtonGlyph(FGlyph).OnChange := @GlyphChanged;
794 TButtonGlyph(FGlyph).Free;
813 TButtonGlyph(FGlyph).CreateButtonGlyph(State);
980 Result := TButtonGlyph(FGlyph).Glyph;
985 TButtonGlyph(FGlyph).Glyph := Value;
991 Result := TButtonGlyph(FGlyph).NumGlyphs;
998 if Value <> TButtonGlyph(FGlyph).NumGlyphs then
1000 TButtonGlyph(FGlyph).NumGlyphs := Value;
[all …]
/dports/x11-fonts/roboto-fonts-ttf/roboto-2.134/scripts/lib/fontbuild/
H A Dmix.py44 self.glyphs[g.name] = FGlyph(g)
82 class FGlyph: class
195 ng = FGlyph()
321 gF = FGlyph(g)
322 if not isinstance(gThin,FGlyph):
323 gThin = FGlyph(gThin)
/dports/editors/lazarus/lazarus/lcl/
H A Dcustomdrawncontrols.pas130 FGlyph: TBitmap;
156 property Glyph: TBitmap read FGlyph write SetGlyph;
2128 if FGlyph=AValue then Exit;
2129 FGlyph.Assign(AValue);
2208 FBState.Glyph := FGlyph;
2218 FGlyph := TBitmap.Create;
2223 FGlyph.Free;
H A Dbuttons.pp303 FGlyph: TButtonGlyph;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dcustomdrawncontrols.pas130 FGlyph: TBitmap;
156 property Glyph: TBitmap read FGlyph write SetGlyph;
2128 if FGlyph=AValue then Exit;
2129 FGlyph.Assign(AValue);
2208 FBState.Glyph := FGlyph;
2218 FGlyph := TBitmap.Create;
2223 FGlyph.Free;
H A Dbuttons.pp306 FGlyph: TButtonGlyph;
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dcustomdrawncontrols.pas130 FGlyph: TBitmap;
156 property Glyph: TBitmap read FGlyph write SetGlyph;
2128 if FGlyph=AValue then Exit;
2129 FGlyph.Assign(AValue);
2208 FBState.Glyph := FGlyph;
2218 FGlyph := TBitmap.Create;
2223 FGlyph.Free;
H A Dbuttons.pp303 FGlyph: TButtonGlyph;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dcustomdrawncontrols.pas130 FGlyph: TBitmap;
156 property Glyph: TBitmap read FGlyph write SetGlyph;
2128 if FGlyph=AValue then Exit;
2129 FGlyph.Assign(AValue);
2208 FBState.Glyph := FGlyph;
2218 FGlyph := TBitmap.Create;
2223 FGlyph.Free;
H A Dbuttons.pp306 FGlyph: TButtonGlyph;