HomeSort by relevance Sort by last modified time
    Searched full:irow (Results 1 - 14 of 14) sorted by null

  /external/qemu/
vnchextile.h 17 pixel_t *irow = (pixel_t *)row; local
35 bg = irow[i];
39 if (irow[i] != bg) {
40 fg = irow[i];
45 if (irow[i] != bg && irow[i] != fg) {
48 if (irow[i] == bg)
50 else if (irow[i] == fg)
60 irow += ds_get_linesize(vs->ds) / sizeof(pixel_t);
88 irow = (pixel_t *)row
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLTable.java 26 public static interface IRow extends IElement
54 public IRow newTitleRow ()
62 public IRow newRow ()
106 implements IRow
  /external/webkit/WebCore/platform/image-decoders/gif/
GIFImageReader.cpp 113 drow_start = drow_end = gs->irow;
169 gs->irow++;
175 gs->irow += 8;
176 if (gs->irow >= gs->height) {
178 gs->irow = 4;
183 gs->irow += 8;
184 if (gs->irow >= gs->height) {
186 gs->irow = 2;
191 gs->irow += 4;
192 if (gs->irow >= gs->height)
    [all...]
GIFImageReader.h 97 unsigned int irow; /* Current output row, starting at zero */ member in struct:GIFFrameReader
130 rows_remaining = irow = 0;
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 182 final HTMLTable.IRow header = summaryTable.newTitleRow ();
184 final HTMLTable.IRow coverage = summaryTable.newRow ();
216 HTMLTable.IRow row = statsTable.newRow ();
243 final HTMLTable.IRow first = statsTable.newRow (); // stats always available
251 final HTMLTable.IRow second = statsTable.newRow ();
361 final HTMLTable.IRow header = summaryTable.newTitleRow ();
363 final HTMLTable.IRow coverage = summaryTable.newRow ();
478 final HTMLTable.IRow header = summaryTable.newTitleRow ();
480 final HTMLTable.IRow coverage = summaryTable.newRow ();
554 // final HTMLTable.IRow subheader = childSummaryTable.newTitleRow ()
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 400 for iRow in range(num):
401 track_num = list.GetTrackNumber(iRow)
402 if list.IsChecked(iRow):
412 for iRow in range(num):
413 track_num = list.GetTrackNumber(iRow)
414 if list.IsChecked(iRow):
JetCtrls.py 225 for iRow in range(num):
226 track_num = self.GetTrackNumber(iRow)
227 self.CheckItem(iRow, GetMute(track_num, muteFlags))
  /external/openssl/apps/
ca.c 1698 OPENSSL_STRING *irow=NULL; local
2389 char *row[DB_NUMBER],**rrow,**irow; local
    [all...]
  /external/emma/lib/
emma.jar 
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.h.orig     [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 624 milliseconds