HomeSort by relevance Sort by last modified time
    Searched refs:Columns (Results 26 - 50 of 68) sorted by null

12 3

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_fax.cpp 47 void _FaxG4FindB1B2(const FX_BYTE* ref_buf, int columns, int a0, FX_BOOL a0color, int& b1, int& b2)
53 b1 = _FindBit(ref_buf, columns, a0 + 1, !first_bit);
54 if (b1 >= columns) {
55 b1 = b2 = columns;
59 b1 = _FindBit(ref_buf, columns, b1 + 1, first_bit);
62 if (b1 >= columns) {
63 b1 = b2 = columns;
66 b2 = _FindBit(ref_buf, columns, b1 + 1, first_bit);
68 void _FaxFillBits(FX_LPBYTE dest_buf, int columns, int startpos, int endpos)
76 if (endpos >= columns) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h 115 typedef struct Columns Columns;
179 typedef Columns *PCOLUMNS;
180 typedef Columns **PPCOLUMNS;
    [all...]
d3d10shader.h 152 UINT Columns;
d3d11shader.h 96 UINT Columns;
d3dx9shader.h 110 UINT Columns;
360 WORD Columns;
dbgeng.h 245 STDMETHOD(GetOutputWidth)(THIS_ PULONG Columns) PURE;
246 STDMETHOD(SetOutputWidth)(THIS_ ULONG Columns) PURE;
316 STDMETHOD(GetOutputWidth)(THIS_ PULONG Columns) PURE;
317 STDMETHOD(SetOutputWidth)(THIS_ ULONG Columns) PURE;
378 STDMETHOD(GetOutputWidth)(THIS_ PULONG Columns) PURE;
379 STDMETHOD(SetOutputWidth)(THIS_ ULONG Columns) PURE;
443 STDMETHOD(GetOutputWidth)(THIS_ PULONG Columns) PURE;
444 STDMETHOD(SetOutputWidth)(THIS_ ULONG Columns) PURE;
    [all...]
d3dx9effect.h 49 UINT Columns;
d3d10effect.h 70 UINT Columns;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11shader.idl 86 UINT Columns;
d3d10shader.idl 119 UINT Columns;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11shader.idl 86 UINT Columns;
d3d10shader.idl 119 UINT Columns;
  /frameworks/base/core/java/android/provider/
BrowserContract.java 35 * for the supported URIS and columns.
69 * Generic columns for use by sync adapters. The specific functions of
70 * these columns are private to the sync adapter. Other clients of the API
71 * should not attempt to either read or write these columns.
108 * Columns that appear when each row of a table belongs to a specific
506 public static final class SyncState implements SyncStateContract.Columns {
CalendarContract.java 45 * definitions for the supported URIs and data columns.
196 * Generic columns for use by sync adapters. The specific functions of these
197 * columns are private to the sync adapter. Other clients of the API should
198 * not attempt to either read or write this column. These columns are
267 * Columns for Sync information used by Calendars and Events tables. These
333 * Columns specific to the Calendars Uri that other Uris can query.
594 * columns but are restricted to a single account at a time. Calendars are
642 * <h3>Calendar Columns</h3> The following Calendar columns are writable by
650 * The following Calendars columns are writable only by a sync adapte
    [all...]
ContactsContract.java 54 * definitions for the supported URIs and columns. These APIs supersede
343 * {@link #ACCOUNT_TYPE} columns (nulls are allowed). Since directory IDs are assigned
571 public interface SyncStateColumns extends SyncStateContract.Columns {
579 public static final class SyncState implements SyncStateContract.Columns {
633 public static final class ProfileSyncState implements SyncStateContract.Columns {
681 * Generic columns for use by sync adapters. The specific functions of
682 * these columns are private to the sync adapter. Other clients of the API
701 * Columns that appear when each row of a table belongs to a specific
744 * Columns of {@link ContactsContract.Contacts} that track the user's
795 * Columns of {@link ContactsContract.Contacts} that refer to intrinsi
    [all...]
  /external/clang/lib/Format/
FormatToken.h 138 /// line for multi-line tokens) in columns.
139 /// We need this to correctly measure number of columns a token spans.
142 /// \brief Contains the width in columns of the last line of a multi-line
470 /// a specific number of columns.
472 /// \brief The number of columns to use.
473 unsigned Columns;
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 3534 ExprP<Vec3> columns[3]; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /external/chromium_org/tools/stats_viewer/
stats_viewer.Designer.cs 74 this.listViewCounters.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
283 this.listViewRates.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 81 // columns used to duplicate an event row
121 // columns used to duplicate a reminder row
126 // columns used to duplicate an attendee row
136 // columns used to duplicate an extended property row
370 + SyncStateContract.Columns.ACCOUNT_NAME + ","
371 + SyncStateContract.Columns.ACCOUNT_TYPE + ","
372 + SyncStateContract.Columns.DATA
517 // IMPORTANT: when adding new columns, be sure to update ALLOWED_IN_EXCEPTION and
572 // SYNC_DATAX columns are available for use by sync adapters
635 // SYNC_DATAX columns are available for use by sync adapter
3103 String[] columns = { local
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfCcittfaxdecodeFilterDictionary_autogen.h     [all...]
SkPdfLzwdecodeAndFlatedecodeFiltersDictionary_autogen.h     [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfCcittfaxdecodeFilterDictionary_autogen.h     [all...]
SkPdfLzwdecodeAndFlatedecodeFiltersDictionary_autogen.h     [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java     [all...]

Completed in 1386 milliseconds

12 3