Home
last modified time | relevance | path

Searched refs:Tk_TextLayout (Results 1 – 25 of 87) sorted by relevance

1234

/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkEntry.h135 Tk_TextLayout placeholderLayout;/* Cached placeholder text layout information. */
165 Tk_TextLayout textLayout; /* Cached text layout information. */
H A DtkDecls.h120 EXTERN int Tk_CharBbox(Tk_TextLayout layout, int index,
151 EXTERN Tk_TextLayout Tk_ComputeTextLayout(Tk_Font font, const char *str,
228 EXTERN int Tk_DistanceToTextLayout(Tk_TextLayout layout, int x,
250 Tk_TextLayout layout, int x, int y,
290 EXTERN void Tk_FreeTextLayout(Tk_TextLayout textLayout);
422 EXTERN int Tk_IntersectTextLayout(Tk_TextLayout layout, int x,
510 EXTERN int Tk_PointToChar(Tk_TextLayout layout, int x, int y);
578 Tk_TextLayout layout);
592 Tk_TextLayout layout, int x, int y,
987 void (*tk_FreeTextLayout) (Tk_TextLayout textLayout); /* 76 */
[all …]
H A DtkFont.c1951 Tk_TextLayout
2234 return (Tk_TextLayout) layoutPtr; in Tk_ComputeTextLayout()
2256 Tk_TextLayout textLayout) /* The text layout to be released. */ in Tk_FreeTextLayout()
2291 Tk_TextLayout layout, /* Layout information, from a previous call to in Tk_DrawTextLayout()
2361 Tk_TextLayout layout, /* Layout information, from a previous call to in TkDrawAngledTextLayout()
2469 Tk_TextLayout layout, /* Layout information, from a previous call to in Tk_UnderlineTextLayout()
2495 Tk_TextLayout layout, /* Layout information, from a previous call to in TkUnderlineAngledTextLayout()
2586 Tk_TextLayout layout, /* Layout information, from a previous call to in Tk_PointToChar()
2726 Tk_TextLayout layout, /* Layout information, from a previous call to in Tk_CharBbox()
2842 Tk_TextLayout layout, /* Layout information, from a previous call in Tk_DistanceToTextLayout()
[all …]
H A DtkMenubutton.h145 Tk_TextLayout textLayout; /* Saved text layout information. */
H A Dtk.decls123 int Tk_CharBbox(Tk_TextLayout layout, int index, int *xPtr,
157 Tk_TextLayout Tk_ComputeTextLayout(Tk_Font font,
251 int Tk_DistanceToTextLayout(Tk_TextLayout layout, int x, int y)
274 Drawable drawable, GC gc, Tk_TextLayout layout,
327 void Tk_FreeTextLayout(Tk_TextLayout textLayout)
485 int Tk_IntersectTextLayout(Tk_TextLayout layout, int x, int y,
594 int Tk_PointToChar(Tk_TextLayout layout, int x, int y)
672 void Tk_TextLayoutToPostscript(Tcl_Interp *interp, Tk_TextLayout layout)
688 Tk_TextLayout layout, int x, int y,
H A DtkFont.h213 MODULE_SCOPE int TkFontGetFirstTextLayout(Tk_TextLayout layout,
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkDecls.h112 EXTERN int Tk_CharBbox(Tk_TextLayout layout, int index,
143 EXTERN Tk_TextLayout Tk_ComputeTextLayout(Tk_Font font, const char *str,
220 EXTERN int Tk_DistanceToTextLayout(Tk_TextLayout layout, int x,
242 Tk_TextLayout layout, int x, int y,
282 EXTERN void Tk_FreeTextLayout(Tk_TextLayout textLayout);
413 EXTERN int Tk_IntersectTextLayout(Tk_TextLayout layout, int x,
498 EXTERN int Tk_PointToChar(Tk_TextLayout layout, int x, int y);
566 Tk_TextLayout layout);
580 Tk_TextLayout layout, int x, int y,
963 void (*tk_FreeTextLayout) (Tk_TextLayout textLayout); /* 76 */
[all …]
H A DtkFont.c1964 Tk_TextLayout
2247 return (Tk_TextLayout) layoutPtr; in Tk_ComputeTextLayout()
2269 Tk_TextLayout textLayout) /* The text layout to be released. */ in Tk_FreeTextLayout()
2304 Tk_TextLayout layout, /* Layout information, from a previous call to in Tk_DrawTextLayout()
2374 Tk_TextLayout layout, /* Layout information, from a previous call to in TkDrawAngledTextLayout()
2482 Tk_TextLayout layout, /* Layout information, from a previous call to in Tk_UnderlineTextLayout()
2508 Tk_TextLayout layout, /* Layout information, from a previous call to in TkUnderlineAngledTextLayout()
2599 Tk_TextLayout layout, /* Layout information, from a previous call to in Tk_PointToChar()
2739 Tk_TextLayout layout, /* Layout information, from a previous call to in Tk_CharBbox()
2856 Tk_TextLayout layout, /* Layout information, from a previous call in Tk_DistanceToTextLayout()
[all …]
H A DtkMenubutton.h145 Tk_TextLayout textLayout; /* Saved text layout information. */
H A Dtk.decls123 int Tk_CharBbox(Tk_TextLayout layout, int index, int *xPtr,
157 Tk_TextLayout Tk_ComputeTextLayout(Tk_Font font,
251 int Tk_DistanceToTextLayout(Tk_TextLayout layout, int x, int y)
274 Drawable drawable, GC gc, Tk_TextLayout layout,
327 void Tk_FreeTextLayout(Tk_TextLayout textLayout)
485 int Tk_IntersectTextLayout(Tk_TextLayout layout, int x, int y,
594 int Tk_PointToChar(Tk_TextLayout layout, int x, int y)
672 void Tk_TextLayoutToPostscript(Tcl_Interp *interp, Tk_TextLayout layout)
688 Tk_TextLayout layout, int x, int y,
H A DtkFont.h209 MODULE_SCOPE int TkFontGetFirstTextLayout(Tk_TextLayout layout,
H A DtkEntry.h152 Tk_TextLayout textLayout; /* Cached text layout information. */
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.6/
H A DtkDecls.h112 EXTERN int Tk_CharBbox(Tk_TextLayout layout, int index,
143 EXTERN Tk_TextLayout Tk_ComputeTextLayout(Tk_Font font, const char *str,
220 EXTERN int Tk_DistanceToTextLayout(Tk_TextLayout layout, int x,
242 Tk_TextLayout layout, int x, int y,
282 EXTERN void Tk_FreeTextLayout(Tk_TextLayout textLayout);
413 EXTERN int Tk_IntersectTextLayout(Tk_TextLayout layout, int x,
498 EXTERN int Tk_PointToChar(Tk_TextLayout layout, int x, int y);
566 Tk_TextLayout layout);
580 Tk_TextLayout layout, int x, int y,
955 void (*tk_FreeTextLayout) (Tk_TextLayout textLayout); /* 76 */
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkDecls.h183 EXTERN int Tk_CharBbox(Tk_TextLayout layout, int index,
238 EXTERN Tk_TextLayout Tk_ComputeTextLayout(Tk_Font font, CONST char *str,
390 EXTERN int Tk_DistanceToTextLayout(Tk_TextLayout layout, int x,
427 Tk_TextLayout layout, int x, int y,
511 EXTERN void Tk_FreeTextLayout(Tk_TextLayout textLayout);
773 EXTERN int Tk_IntersectTextLayout(Tk_TextLayout layout, int x,
951 EXTERN int Tk_PointToChar(Tk_TextLayout layout, int x, int y);
1091 Tk_TextLayout layout);
1117 Tk_TextLayout layout, int x, int y,
1775 void (*tk_FreeTextLayout) (Tk_TextLayout textLayout); /* 76 */
[all …]
H A DtkFont.c1938 Tk_TextLayout
2222 return (Tk_TextLayout) layoutPtr; in Tk_ComputeTextLayout()
2244 Tk_TextLayout textLayout) /* The text layout to be released. */ in Tk_FreeTextLayout()
2279 Tk_TextLayout layout, /* Layout information, from a previous call to in Tk_DrawTextLayout()
2362 Tk_TextLayout layout, /* Layout information, from a previous call to in Tk_UnderlineTextLayout()
2418 Tk_TextLayout layout, /* Layout information, from a previous call to in Tk_PointToChar()
2560 Tk_TextLayout layout, /* Layout information, from a previous call to in Tk_CharBbox()
2678 Tk_TextLayout layout, /* Layout information, from a previous call in Tk_DistanceToTextLayout()
2762 Tk_TextLayout layout, /* Layout information, from a previous call to in Tk_IntersectTextLayout()
2871 Tk_TextLayout layout) /* The layout to be rendered. */ in Tk_TextLayoutToPostscript()
[all …]
H A Dtk.decls122 int Tk_CharBbox(Tk_TextLayout layout, int index, int *xPtr,
156 Tk_TextLayout Tk_ComputeTextLayout(Tk_Font font,
250 int Tk_DistanceToTextLayout(Tk_TextLayout layout, int x, int y)
273 Drawable drawable, GC gc, Tk_TextLayout layout,
326 void Tk_FreeTextLayout(Tk_TextLayout textLayout)
484 int Tk_IntersectTextLayout(Tk_TextLayout layout, int x, int y,
593 int Tk_PointToChar(Tk_TextLayout layout, int x, int y)
671 void Tk_TextLayoutToPostscript(Tcl_Interp *interp, Tk_TextLayout layout)
687 Tk_TextLayout layout, int x, int y,
H A DtkMenubutton.h150 Tk_TextLayout textLayout; /* Saved text layout information. */
H A DtkEntry.h157 Tk_TextLayout textLayout; /* Cached text layout information. */
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.5/
H A DtkDecls.h183 EXTERN int Tk_CharBbox(Tk_TextLayout layout, int index,
238 EXTERN Tk_TextLayout Tk_ComputeTextLayout(Tk_Font font, CONST char *str,
390 EXTERN int Tk_DistanceToTextLayout(Tk_TextLayout layout, int x,
427 Tk_TextLayout layout, int x, int y,
511 EXTERN void Tk_FreeTextLayout(Tk_TextLayout textLayout);
773 EXTERN int Tk_IntersectTextLayout(Tk_TextLayout layout, int x,
951 EXTERN int Tk_PointToChar(Tk_TextLayout layout, int x, int y);
1091 Tk_TextLayout layout);
1117 Tk_TextLayout layout, int x, int y,
1775 void (*tk_FreeTextLayout) (Tk_TextLayout textLayout); /* 76 */
[all …]
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.4/
H A DtkDecls.h116 EXTERN int Tk_CharBbox _ANSI_ARGS_((Tk_TextLayout layout,
149 EXTERN Tk_TextLayout Tk_ComputeTextLayout _ANSI_ARGS_((Tk_Font font,
237 Tk_TextLayout layout, int x, int y));
259 Tk_TextLayout layout, int x, int y,
304 Tk_TextLayout textLayout));
445 Tk_TextLayout layout, int x, int y,
538 EXTERN int Tk_PointToChar _ANSI_ARGS_((Tk_TextLayout layout,
613 Tcl_Interp *interp, Tk_TextLayout layout));
627 Tk_TextLayout layout, int x, int y,
1008 void (*tk_FreeTextLayout) _ANSI_ARGS_((Tk_TextLayout textLayout)); /* 76 */
[all …]
/dports/textproc/wordnet/WordNet-3.0/include/tk/
H A DtkDecls.h118 EXTERN int Tk_CharBbox _ANSI_ARGS_((Tk_TextLayout layout,
151 EXTERN Tk_TextLayout Tk_ComputeTextLayout _ANSI_ARGS_((Tk_Font font,
240 Tk_TextLayout layout, int x, int y));
262 Tk_TextLayout layout, int x, int y,
307 Tk_TextLayout textLayout));
450 Tk_TextLayout layout, int x, int y,
543 EXTERN int Tk_PointToChar _ANSI_ARGS_((Tk_TextLayout layout,
620 Tcl_Interp * interp, Tk_TextLayout layout));
634 Tk_TextLayout layout, int x, int y,
1007 void (*tk_FreeTextLayout) _ANSI_ARGS_((Tk_TextLayout textLayout)); /* 76 */
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkDecls.h118 EXTERN int Tk_CharBbox _ANSI_ARGS_((Tk_TextLayout layout,
151 EXTERN Tk_TextLayout Tk_ComputeTextLayout _ANSI_ARGS_((Tk_Font font,
240 Tk_TextLayout layout, int x, int y));
262 Tk_TextLayout layout, int x, int y,
307 Tk_TextLayout textLayout));
450 Tk_TextLayout layout, int x, int y,
543 EXTERN int Tk_PointToChar _ANSI_ARGS_((Tk_TextLayout layout,
620 Tcl_Interp * interp, Tk_TextLayout layout));
634 Tk_TextLayout layout, int x, int y,
1007 void (*tk_FreeTextLayout) _ANSI_ARGS_((Tk_TextLayout textLayout)); /* 76 */
[all …]
H A Dtk.decls147 int Tk_CharBbox (Tk_TextLayout layout, int index, int *xPtr,
189 Tk_TextLayout Tk_ComputeTextLayout (Tk_Font font,
308 int Tk_DistanceToTextLayout (Tk_TextLayout layout, int x, int y)
336 Drawable drawable, GC gc, Tk_TextLayout layout,
404 void Tk_FreeTextLayout (Tk_TextLayout textLayout)
606 int Tk_IntersectTextLayout (Tk_TextLayout layout, int x, int y,
746 int Tk_PointToChar (Tk_TextLayout layout, int x, int y)
848 void Tk_TextLayoutToPostscript (Tcl_Interp *interp, Tk_TextLayout layout)
868 Tk_TextLayout layout, int x, int y,
H A DtkFont.c1863 Tk_TextLayout
2151 return (Tk_TextLayout) layoutPtr;
2173 Tk_TextLayout textLayout; /* The text layout to be released. */ in Tk_FreeTextLayout()
2209 Tk_TextLayout layout; /* Layout information, from a previous call
2293 Tk_TextLayout layout; /* Layout information, from a previous call
2349 Tk_TextLayout layout; /* Layout information, from a previous call in Tk_PointToChar()
2492 Tk_TextLayout layout; /* Layout information, from a previous call to in Tk_CharBbox()
2609 Tk_TextLayout layout; /* Layout information, from a previous call in Tk_DistanceToTextLayout()
2693 Tk_TextLayout layout; /* Layout information, from a previous call in Tk_IntersectTextLayout()
2804 Tk_TextLayout layout; /* The layout to be rendered. */
[all …]
H A DtkMenubutton.h153 Tk_TextLayout textLayout; /* Saved text layout information. */

1234