Searched refs:xFilter (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/core/
H A DSkBitmapScaler.cpp29 const SkConvolutionFilter1D& xFilter() { return fXFilter; } function in class:SkResizeFilter
227 !source.isOpaque(), filter.xFilter(), filter.yFilter(),
/external/sqlite/dist/orig/
H A Dsqlite3.h5917 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
5983 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5990 ** [xFilter] method.
5994 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
6051 int argvIndex; /* if >0, constraint is part of argv to xFilter */
6165 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
8835 ** The second argument (xFilter) is the "filter callback". For changes to rows
8838 ** If xFilter returns 0, changes is not tracked. Note that once a table is
8839 ** attached, xFilter will not be called again.
8843 int(*xFilter)(
[all...]
H A Dsqlite3.c6194 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
6260 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
6267 ** [xFilter] method.
6271 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
6328 int argvIndex; /* if >0, constraint is part of argv to xFilter */
6442 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
9112 ** The second argument (xFilter) is the "filter callback". For changes to rows
9115 ** If xFilter returns 0, changes is not tracked. Note that once a table is
9116 ** attached, xFilter will not be called again.
9120 int(*xFilter)(
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5917 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
5983 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5990 ** [xFilter] method.
5994 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
6051 int argvIndex; /* if >0, constraint is part of argv to xFilter */
6165 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
8835 ** The second argument (xFilter) is the "filter callback". For changes to rows
8838 ** If xFilter returns 0, changes is not tracked. Note that once a table is
8839 ** attached, xFilter will not be called again.
8843 int(*xFilter)(
[all...]
H A Dsqlite3.c6194 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
6260 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
6267 ** [xFilter] method.
6271 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
6328 int argvIndex; /* if >0, constraint is part of argv to xFilter */
6442 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
9112 ** The second argument (xFilter) is the "filter callback". For changes to rows
9115 ** If xFilter returns 0, changes is not tracked. Note that once a table is
9116 ** attached, xFilter will not be called again.
9120 int(*xFilter)(
[all...]

Completed in 488 milliseconds