Searched refs:topRow (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFELighting.h68 inline void topRow(int offset, IntPoint& normalVector);
H A DFELighting.cpp73 inline void FELighting::LightingData::topRow(int offset, IntPoint& normalVector) function in class:WebCore::FELighting::LightingData
340 data.topRow(offset, normalVector);
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTableCmds.c847 tablePtr->scanMarkRow = row-tablePtr->topRow;
854 int oldTop = tablePtr->topRow, oldLeft = tablePtr->leftCol;
861 tablePtr->topRow = BETWEEN(row-tablePtr->scanMarkRow,
867 if (oldTop != tablePtr->topRow || oldLeft != tablePtr->leftCol) {
1207 first = (tablePtr->rowStarts[tablePtr->topRow]-diff) / last;
1225 int oldTop = tablePtr->topRow, oldLeft = tablePtr->leftCol;
1232 tablePtr->topRow = value + tablePtr->titleRows;
1257 tablePtr->topRow = (int)(frac*tablePtr->rows)
1267 tablePtr->topRow += value * (row-tablePtr->topRow
[all...]
H A DtkTableCell.c168 *y -= tablePtr->rowStarts[tablePtr->topRow]
206 if ((row < tablePtr->topRow && row >= tablePtr->titleRows) ||
229 if ((row < tablePtr->topRow) && (row >= tablePtr->titleRows)) {
308 tablePtr->rowStarts[tablePtr->topRow] -
385 tablePtr->rowStarts[tablePtr->topRow] -
393 brow = (i < tablePtr->topRow && i >= tablePtr->titleRows) ?
396 brow = *row = (i < tablePtr->topRow && i >= tablePtr->titleRows) ?
884 r = tablePtr->topRow+tablePtr->rowOffset;
H A DtkTable.c804 tablePtr->topRow = row-1;
1214 tablePtr->topRow -= oldTitleRows - tablePtr->titleRows;
1554 if ((mode & INV_FILL) && row < tablePtr->topRow) {
1568 } else if (TableCellVCoords(tablePtr, tablePtr->topRow, col,
1639 if (seen[0] < tablePtr->topRow) {
1641 EmbWinUnmap(tablePtr, seen[0], MIN(seen[2],tablePtr->topRow-1),
1644 EmbWinUnmap(tablePtr, seen[0], MIN(seen[2],tablePtr->topRow-1),
1672 seen[0] = tablePtr->topRow;
1828 if (row < tablePtr->topRow && row >= tablePtr->titleRows) {
1829 row = tablePtr->topRow;
3064 int topRow, leftCol, row, col, total, i, value, x, y, width, height, local
[all...]
H A DtkTable.h339 int topRow, leftCol; /* The topleft cell to display excluding the member in struct:__anon13236
H A DtkTablePs.c846 if (row < tablePtr->topRow || col < tablePtr->leftCol) {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistBind.tcl808 set topRow [expr {int([$data(body) index @0,0]) - 1}]
822 $data(body) yview $topRow
1414 set topRow [expr {int([$data(body) index @0,0]) - 1}]
1424 $data(body) yview $topRow
1571 set topRow [expr {int([$data(body) index @0,0]) - 1}]
1581 $data(body) yview $topRow
2257 set data(topRow) [expr {int($topTextIdx) - 1}]
2338 redisplayCol $win $col $data(topRow) $data(btmRow)
2363 set topRow [expr {int($topTextIdx) - 1}]
2364 while {$topRow <
[all...]
H A DtablelistWidget.tcl3669 set topRow [expr {int($topTextIdx) - 1}]
3673 incr topRow ;# top row incomplete in vertical direction
3681 [getNonHiddenRowCount $win 0 [expr {$topRow - 1}]]
3682 set winNonHiddenCount [getNonHiddenRowCount $win $topRow $btmRow]
3720 set topRow [expr {int([$w index @0,0]) - 1}]
3722 [getNonHiddenRowCount $win 0 [expr {$topRow - 1}]]
3729 set topRow [expr {int([$w index @0,0]) - 1}]
3732 [getNonHiddenRowCount $win 0 [expr {$topRow - 1}]]
3734 [getNonHiddenRowCount $win $topRow $btmRow]

Completed in 216 milliseconds