HomeSort by relevance Sort by last modified time
    Searched full:rows (Results 176 - 200 of 530) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/jpeg/
jctrans.c 213 int MCU_vert_offset; /* counts MCU rows within iMCU row */
214 int MCU_rows_per_iMCU_row; /* number of such rows needed */
233 * In a noninterleaved scan, an iMCU row has v_samp_factor MCU rows.
270 * per call, ie, v_samp_factor block rows for each component in the scan.
structure.doc 350 group" at a time, where a row group is defined as Vmax pixel rows of each
351 component before downsampling, and Vk sample rows afterwards (remember Vk
353 require context rows above and below the current row group; the
354 preprocessing controller is responsible for supplying these rows via proper
358 duplicating the bottom sample row as needed to make a multiple of 8 rows).
436 may require context rows above and below the current row group; when this
438 to make context rows available. In the current design, the main buffer is
578 typedef JSAMPROW *JSAMPARRAY; ptr to a list of rows
603 the rows. This simplifies edge expansion/compression, since we can work
    [all...]
jpegtran.1 60 Emit a JPEG restart marker every N MCU rows, or every N MCU blocks if "B" is
105 untouched, but is able to flip all rows of the image. Similarly, vertical
  /external/quake/quake/src/QW/client/
d_copy.s 20 // copies 16 rows per plane at a pop; idea is that 16*512 = 8k, and since
  /external/quake/quake/src/WinQuake/
d_copy.s 20 // copies 16 rows per plane at a pop; idea is that 16*512 = 8k, and since
  /external/webkit/WebCore/html/
HTMLTextAreaElement.h 41 int rows() const { return m_rows; } function in class:WebCore::HTMLTextAreaElement
  /external/webkit/WebCore/inspector/front-end/
Settings.js 65 this._installSetting("resourcesLargeRows", "resources-large-rows", true);
  /external/webkit/WebCore/manual-tests/
optgroup-empty-and-nested.html 77 <p>The text of the rows of the dropdown must not overlap each other.</p>
  /external/webkit/WebCore/rendering/
RenderTextControlMultiLine.cpp 91 setHeight(height() + lineHeight * static_cast<HTMLTextAreaElement*>(node())->rows());
  /external/webkit/WebKit/win/Interfaces/
DOMHTML.idl 887 - (int)rows;
889 HRESULT rows([out, retval] int* result);
892 - (void)setRows:(int)rows;
894 HRESULT setRows([in] int rows);
  /external/webkit/WebKitTools/iExploder/htdocs/
htmlattrs.in 229 rows
  /frameworks/base/core/java/android/database/sqlite/
SQLiteCursor.java 47 /** The names of the columns in the rows */
59 /** The number of rows in the cursor */
403 * Prevent other threads from changing the updated rows while they're
417 * we process the updated rows, and prevents us from changing the
  /frameworks/base/core/res/res/layout/
recent_apps_dialog.xml 51 adjust height based on number of rows. -->
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
FocusChangeWithInterestingRectHintTest.java 64 assertTrue("need at least 3 rows", mLeftColumn.getNumRows() > 2);
  /frameworks/base/docs/html/guide/tutorials/views/
hello-tablelayout.jd 7 will lay child View elements into rows and columns.</p>
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
umatrix.h 42 inline size_type rows (void) const { return (NY); } function in class:ustl::matrix
  /packages/apps/Contacts/src/com/android/contacts/ui/widget/
BaseContactEditorView.java 45 * adding {@link Data} rows or changing {@link EditType}, are performed through
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/inc/
txResult_api.h 51 #define FW_TX_CMPLT_BLOCK_SIZE 16 /* Number of rows in the FW Tx-Result table */
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryDatabase.java 117 * - "rowid" is the unique id for all rows but we need this value for the "_id" column in
133 * @return A Cursor over all rows matching the query
  /external/freetype/src/base/
ftlcdfil.c 38 FT_UInt height = (FT_UInt)bitmap->rows;
171 FT_UInt height = (FT_UInt)bitmap->rows;
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCGWin.cpp 185 const int patternHeight = 3; // 3 rows
210 // 3 rows, each offset by half a pixel for blending purposes
  /frameworks/base/awt/javax/imageio/
IIOParam.java 140 * sourceYSubsampling parameters specify the number of rows and columns to
195 * Gets the source Y subsampling - the number of source rows to advance for
  /frameworks/base/core/java/android/database/
MatrixCursor.java 23 * {@link #newRow()} to add rows. Automatically expands internal capacity
38 * @param initialCapacity in rows
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageListUnitTests.java 172 HashMap<Long, Map<String, Object>> rows) {
175 mUpdatedRows = rows;
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarDatabaseHelperTest.java 56 "_sync_mark INTEGER," + // To filter out new rows
178 Log.d("CDBT","c1 has " + c1.getCount() + " rows and c2 has " + c2.getCount());

Completed in 411 milliseconds

1 2 3 4 5 6 78 91011>>