Searched refs:xFilter (Results 1 - 5 of 5) sorted by relevance
/external/skia/src/core/ |
H A D | SkBitmapScaler.cpp | 30 const SkConvolutionFilter1D& xFilter() { return fXFilter; } function in class:SkResizeFilter 236 !source.isOpaque(), filter.xFilter(), filter.yFilter(),
|
/external/sqlite/dist/orig/ |
H A D | sqlite3.h | 5558 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module 5613 ** about what parameters to pass to xFilter. ^If argvIndex>0 then 5620 ** [xFilter] method. 5624 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in 5679 int argvIndex; /* if >0, constraint is part of argv to xFilter */ 5788 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
|
H A D | sqlite3.c | 5772 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module 5827 ** about what parameters to pass to xFilter. ^If argvIndex>0 then 5834 ** [xFilter] method. 5838 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in 5893 int argvIndex; /* if >0, constraint is part of argv to xFilter */ 6002 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.h | 5558 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module 5613 ** about what parameters to pass to xFilter. ^If argvIndex>0 then 5620 ** [xFilter] method. 5624 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in 5679 int argvIndex; /* if >0, constraint is part of argv to xFilter */ 5788 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
|
H A D | sqlite3.c | 5772 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module 5827 ** about what parameters to pass to xFilter. ^If argvIndex>0 then 5834 ** [xFilter] method. 5838 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in 5893 int argvIndex; /* if >0, constraint is part of argv to xFilter */ 6002 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods [all...] |
Completed in 1379 milliseconds