OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texts
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/xedit/dist/
util.c
61
extern Widget vpanes[2], labels[3],
texts
[3], forms[3];
333
if (XawTextGetSource(
texts
[i]) == item->source) {
335
XawTextDisableRedisplay(
texts
[i]);
336
XtSetValues(
texts
[i], targs, tnum_args);
340
_XawTextShowPosition((TextWidget)
texts
[i]);
341
XawTextEnableRedisplay(
texts
[i]);
342
if (
texts
[i] == textwindow) {
419
if (XawTextGetSource(
texts
[i]) == item->source
420
&& XtIsManaged(
texts
[i]))
429
XtGetValues(
texts
[i], args, num_args)
[
all
...]
xedit.c
74
Widget scratch, hpane, vpanes[2], labels[3],
texts
[3], forms[3], positions[3];
variable
179
XtRemoveCallback(
texts
[i], XtNpositionCallback,
415
texts
[0] = textwindow;
419
texts
[2] = XtCreateWidget(editWindow, asciiTextWidgetClass,
429
texts
[1] = XtCreateWidget(editWindow, asciiTextWidgetClass,
452
XtAddCallback(
texts
[num_args], XtNpositionCallback, PositionChanged, NULL);
456
XtGetValues(
texts
[num_args], arglist, 1);
532
if (w ==
texts
[idx])
options.c
52
extern Widget
texts
[3];
327
XtSetValues(
texts
[i], args, 1);
487
XtGetValues(XawTextGetSink(
texts
[i]), args, num_args);
492
text =
texts
[i];
commands.c
62
extern Widget scratch,
texts
[3], labels[3];
303
if (XawTextGetSource(
texts
[i]) == source)
532
if (XawTextGetSource(
texts
[i]) == item->source)
558
if (XawTextGetSource(
texts
[i]) == item->source)
560
AddDoubleClickCallback(XawTextGetSource(
texts
[i]), False);
tags.c
106
extern Widget
texts
[3];
541
if (!XtIsManaged(
texts
[1]))
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
aubinator_viewer.cpp
1016
static const char *
texts
[] = {
local
1026
for (uint32_t i = 0; i < ARRAY_SIZE(
texts
); i += 2)
1027
align = MAX2(align, ImGui::CalcTextSize(
texts
[i]).x);
1030
for (uint32_t i = 0; i < ARRAY_SIZE(
texts
); i += 2) {
1031
ImGui::Text("%s",
texts
[i]); ImGui::SameLine(align); ImGui::Text("%s",
texts
[i + 1]);
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
aubinator_viewer.cpp
1018
static const char *
texts
[] = {
local
1028
for (uint32_t i = 0; i < ARRAY_SIZE(
texts
); i += 2)
1029
align = MAX2(align, ImGui::CalcTextSize(
texts
[i]).x);
1032
for (uint32_t i = 0; i < ARRAY_SIZE(
texts
); i += 2) {
1033
ImGui::Text("%s",
texts
[i]); ImGui::SameLine(align); ImGui::Text("%s",
texts
[i + 1]);
Completed in 10 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026