Home
last modified time | relevance | path

Searched refs:StrSegInfo (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dminiline.e36 typedef void (STRSEGFN)ARGS_DECL((StrSegInfo*, void*));
79 extern int CanFindSingleByteFontAtCursor ARGS_DECL((StrSegInfo*));
80 extern int CanFindDoubleByteFontAtCursor ARGS_DECL((StrSegInfo*));
100 extern void FreeStrSeg ARGS_DECL((StrSegInfo*));
111 extern StrSegInfo *NewStrSeg ARGS_DECL((void));
126 extern int BlankStrSeg ARGS_DECL((StrSegInfo*));
131 extern StrSegInfo *GetTextFirstStrSeg ARGS_DECL((struct ObjRec *));
137 StrSegInfo*));
138 extern void CopyCurInfoFromStrSeg ARGS_DECL((StrSegInfo*));
203 StrSegInfo*));
[all …]
H A Dminiline.c126 StrSegInfo *pStrSeg; in SetCopyUTF8FontInfo()
171 StrSegInfo *pStrSeg;
193 StrSegInfo *pStrSeg; in CanFindSingleOrDoubleByteFontAtCursor()
239 StrSegInfo *pStrSeg; in CanFindSingleByteFontAtCursor()
245 StrSegInfo *pStrSeg; in CanFindDoubleByteFontAtCursor()
563 StrSegInfo *pStrSeg; in FreeStrSeg()
679 StrSegInfo *NewStrSeg() in NewStrSeg()
681 StrSegInfo *pStrSeg=(StrSegInfo*)malloc(sizeof(StrSegInfo)); in NewStrSeg()
757 StrSegInfo *pStrSeg; in BlankStrSeg()
849 StrSegInfo *pStrSeg;
[all …]
H A Dtypes.h253 } StrSegInfo; typedef
267 StrSegInfo *seg;
661 StrSegInfo single_byte_seg;
662 StrSegInfo double_byte_seg;
H A Dtext.e88 extern int SwitchToSingleByteFont ARGS_DECL((StrSegInfo*));
89 extern int SwitchToDoubleByteFont ARGS_DECL((StrSegInfo*));
H A Dfont.e202 extern void GetCurFontMsg ARGS_DECL((char*, StrSegInfo*));
204 int nShowInStatusWindow, StrSegInfo*));
217 extern void StrSegInfoToCurFontInfo ARGS_DECL((StrSegInfo*));
H A Dtext.c694 StrSegInfo *pStrSeg; in RestoreStrSegFromUsingEditTextSize()
702 StrSegInfo *pStrSeg; in SaveStrSegToUseEditTextSize()
2633 StrSegInfo *pStrSeg; in SwitchToSingleOrDoubleByteFont()
2700 StrSegInfo *pStrSeg; in SwitchToSingleByteFont()
2706 StrSegInfo *pStrSeg; in SwitchToDoubleByteFont()
2873 StrSegInfo ssi;
2899 StrSegInfo ssi;
3417 StrSegInfo ssi;
4360 StrSegInfo **ppStrSeg;
4367 StrSegInfo *pStrSeg=NULL;
[all …]
H A Ddup.e50 extern void DupStrSeg ARGS_DECL((StrBlockInfo*, StrSegInfo*));
H A Ddup.c774 StrSegInfo *pFromStrSeg;
778 StrSegInfo *str_seg=(StrSegInfo*)malloc(sizeof(StrSegInfo));
781 memcpy(str_seg, pFromStrSeg, sizeof(StrSegInfo));
H A Dauxtext.e95 extern StrSegInfo * CreateStrSegFromString ARGS_DECL((char*,
H A Dauxtext.c1602 StrSegInfo *pStrSeg; in NeedToCacheStrSeg()
1721 StrSegInfo *pStrSeg;
2061 StrSegInfo *CreateStrSegFromString(buf, pOwnerStrBlock) in CreateStrSegFromString()
2065 StrSegInfo *pStrSeg=NewStrSeg();
H A Dcutpaste.c263 StrSegInfo *pStrSeg=pStrBlock->seg;
824 StrSegInfo ssi; in PasteFromCutBuffer()
826 memset(&ssi, 0, sizeof(StrSegInfo)); in PasteFromCutBuffer()
1149 StrSegInfo *pssi;
1320 StrSegInfo ssi;
1324 memset(&ssi, 0, sizeof(StrSegInfo));
H A Dfont.c2103 StrSegInfo *pStrSeg; in PrepareStrSeg()
2584 StrSegInfo *pStrSeg;
2613 StrSegInfo *pStrSeg;
2897 StrSegInfo *pStrSeg; in StrSegInfoToCurFontInfo()
4259 StrSegInfo *pStrSeg; in ChangeStrSegFontProp()
H A Dpage.c2177 StrSegInfo *pStrSeg; in FixPageNumInStrSeg()
H A Dcolor.c2196 StrSegInfo *pStrSeg; in UpdatePixelForStrSeg()
H A Dattr.c264 StrSegInfo *pStrSeg=NULL;
H A Dedit.c5186 StrSegInfo ssi;
5188 memset(&ssi, 0, sizeof(StrSegInfo));
H A Dxbitmap.c1356 StrSegInfo *pStrSeg; in BuildStrSegColors()