summaryrefslogtreecommitdiff
path: root/Written
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 14:40:19 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 14:40:19 -0800
commit684e4321fa7e96a61f45dc133816ab92a173a52d (patch)
treec9e0e76fa4deb06d7ca0852c9313e2eb7fb1f3b1 /Written
parent63e7fce72d704036016258b2cb55c5624f571d92 (diff)
Trim trailing whitespace from lines
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Written')
-rw-r--r--Written/FilledRects6
-rw-r--r--Written/Interface2
-rw-r--r--Written/Jim12
-rw-r--r--Written/Notes6
-rw-r--r--Written/Notes246
-rw-r--r--Written/Outline12
-rw-r--r--Written/Widget2
7 files changed, 43 insertions, 43 deletions
diff --git a/Written/FilledRects b/Written/FilledRects
index 83cf106..56178c1 100644
--- a/Written/FilledRects
+++ b/Written/FilledRects
@@ -26,11 +26,11 @@ Things to look for:
Otherwise, the speed of a single rectangle should be about
equal to its size.
-Data:
+Data:
Pixels per second.
Average size of rectangle.
-GC fields:
+GC fields:
function:
Tiling: likely to be a lot slower, although for whole words
you're just setting it to a certain value, rather than 0.
@@ -58,7 +58,7 @@ GC fields:
more thought has to be given to what is drawn or not.
Software vs. hardware, I suppose.
-Possibly
+Possibly
foreground: similar to plane-mask in its effect, I would think.
tile: "nice" width tiles would probably be better. A width which
diff --git a/Written/Interface b/Written/Interface
index 7b40562..1e8028c 100644
--- a/Written/Interface
+++ b/Written/Interface
@@ -1,6 +1,6 @@
The command buttons at the top -
- Benchmark Options, Graphics Options, etc.
+ Benchmark Options, Graphics Options, etc.
should just bring up the window, not force you to use it.
diff --git a/Written/Jim b/Written/Jim
index e370cd5..5ab6630 100644
--- a/Written/Jim
+++ b/Written/Jim
@@ -55,8 +55,8 @@ document.
The Graphics Options area would contain the following entries:
- Function - one-of { clear, and, andReverse, copy, andInverted, noop, xor,
- or, nor, equiv, invert, orReverse, copyInverted,
+ Function - one-of { clear, and, andReverse, copy, andInverted, noop, xor,
+ or, nor, equiv, invert, orReverse, copyInverted,
orInverted, nand, set }
PlaneMask - unsigned value or many-of-n representing bits
Foreground - unsigned value in range 0..2^nplanes
@@ -158,7 +158,7 @@ sophisticated as what is provided in many UIMS's, it would be nice to keep
the application section of the benchmark as separate as possible from the
user interface.
- test { CopyArea, CopyPlane, PolyPoint, PolyLine, PolySegment,
+ test { CopyArea, CopyPlane, PolyPoint, PolyLine, PolySegment,
PolyRectangle, PolyArc, FillPolygon, PolyFillRect, PolyFillArc,
PutImage, GetImage, ImageText8, PolyText8, ImageText16,
PolyText16 }
@@ -177,7 +177,7 @@ user interface.
- specifies the name of the file into which commands are recorded.
describe BOOLEAN
- - indicates whether or not a description of the test should be
+ - indicates whether or not a description of the test should be
displayed whenever a test is selected (or when this option is
specified).
@@ -194,11 +194,11 @@ user interface.
colormap is being used, the RGB value for this slot may be changed.
forecolor COLORNAME
- - specifies the RGB value or name of the color to be used for the
+ - specifies the RGB value or name of the color to be used for the
foreground pixel, if settable.
backcolor COLORNAME
- - specifies the RGB value or name of the color to be used for the
+ - specifies the RGB value or name of the color to be used for the
background pixel, if settable.
linewidth NUMBER
diff --git a/Written/Notes b/Written/Notes
index 971e67a..7c50d0e 100644
--- a/Written/Notes
+++ b/Written/Notes
@@ -9,7 +9,7 @@ credit to servers for optimizing small ones.
Data: Pixels per second.
Breaking that down into large and small areas would probably not
be useful.
-
+
GC Fields: None.
@@ -22,7 +22,7 @@ We probably want to see what happens when the source area is clipped,
as that as mentioned specifically in the protocol document.
Data: Pixels per second.
-
+
GC Fields: function (*)
plane-mask
subwindow-mode
@@ -64,7 +64,7 @@ Data: Lines per second.
Pixels per second (is this valid - do lines that are twice as
long take twice as long to draw? Also, is it valid to compare
thin lines and fat lines?)
-
+
GC fields: function (*)
plane-mask
line-width (*)
diff --git a/Written/Notes2 b/Written/Notes2
index cf3d99d..9f3b269 100644
--- a/Written/Notes2
+++ b/Written/Notes2
@@ -19,50 +19,50 @@
| | | | | | | | | | | | | | | | |
----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
function |XX| |XX|XX|XX|XX|XX|XX|XX|XX|XX| |XX|XX| | |
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
plane_mask |XX| |XX|XX|XX|XX|XX|XX|XX|XX|XX| |XX|XX|XX|XX|
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
foreground | | |XX|**|**|**|**|**|**|**|**| |**|**|XX|XX|
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
background | | | |**|**|**|**|**|**|**|**| |**|**|XX|XX|
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
line_width | | | |XX|XX|XX|XX| | | | | | | | | |
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
line_style | | | |XX|XX|XX|XX| | | | | | | | | |
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
cap_style | | | |XX|XX| |XX| | | | | | | | | |
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
join_style | | | |XX| |XX|XX| | | | | | | | | |
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
fill_style | | | |XX|XX|XX|XX|XX|XX|XX| | |XX|XX| | |
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
fill_rule | | | | | | | |XX| | | | | | | | |
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
arc_mode | | | | | | | | | |XX| | | | | | |
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
tile | | | |**|**|**|**|**|**|**| | |**|**| | |
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
stipple | | | |**|**|**|**|**|**|**| | |**|**| | |
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ts_x_origin | | | |**|**|**|**|**|**|**| | |**|**| | |
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ts_y_origin | | | |**|**|**|**|**|**|**| | |**|**| | |
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
font | | | | | | | | | | | | |XX|XX|XX|XX|
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
subwindow_mode |XX| |XX|XX|XX|XX|XX|XX|XX|XX|XX| |XX|XX|XX|XX|
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
exposures |XX| | | | | | | | | | | | | | | |
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
clip_x_origin |XX| |XX|XX|XX|XX|XX|XX|XX|XX|XX| |XX|XX|XX|XX|
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
clip_y_origin |XX| |XX|XX|XX|XX|XX|XX|XX|XX|XX| |XX|XX|XX|XX|
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
clip_mask |XX| |XX|XX|XX|XX|XX|XX|XX|XX|XX| |XX|XX|XX|XX|
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
dash_offset | | | |**|**|**|**| | | | | | | | | |
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
dashes | | | |**|**|**|**| | | | | | | | | |
-----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
+----------------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
diff --git a/Written/Outline b/Written/Outline
index d83f3e5..c0a5c15 100644
--- a/Written/Outline
+++ b/Written/Outline
@@ -70,7 +70,7 @@ MenuLine contains these Commands:
- read from file until EOF
Quit
- quit
-
+
The toggling command buttons exist in pairs, of which only one is visible at
any one point. This makes callbacks/names of buttons easier to implement.
@@ -84,7 +84,7 @@ BenchmarkOptions contains:
- call disable_gc_choices() with the GC field flags
Iterations (text) the number of times to run.
- put "iterations <>" in buffer
-
+
---
GraphicsOptions (form) describing graphics options (owned by Toplevel?)
@@ -134,9 +134,9 @@ Description (text) describing the current test (owned by Toplevel?)
I really need to find out how to use sources and sinks for Text widgets -
the documentation does not say how to do it.
-Every test will have a block of text associated with it. When a new
+Every test will have a block of text associated with it. When a new
benchmark is chosen, its associated text will become the source for the
-Description widget. Note that we don't have to worry about whether
+Description widget. Note that we don't have to worry about whether
Description is mapped or not; we're just setting a source.
---
@@ -165,9 +165,9 @@ When the user presses Playback, pretty much all we have to do is to
1) change the buffer to the file that he wants, and 2) start reading.
The rest should be taken care of the buffer-interpreting module.
-RecordingOn changes the output buffer _and_ the input buffer to the
+RecordingOn changes the output buffer _and_ the input buffer to the
desired file.
-
+
RecordingOff changes them both back to the usual.
diff --git a/Written/Widget b/Written/Widget
index c653dfd..a603323 100644
--- a/Written/Widget
+++ b/Written/Widget
@@ -1,5 +1,5 @@
What we need is a widget which presents a collection of buttons. The user
-can select only one of them at a time. When one is selected, its
+can select only one of them at a time. When one is selected, its
foreground and background colors should be reversed and stay that way
until another one is selected. Exactly one button can be selected at
any one time.