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

/external/skia/src/core/
H A DSkBitmapScaler.cpp24 const SkConvolutionFilter1D& xFilter() { return fXFilter; } function in class:SkResizeFilter
303 !source.isOpaque(), filter.xFilter(), filter.yFilter(),
/external/sqlite/dist/orig/
H A Dsqlite3.h5499 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
5554 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5561 ** [xFilter] method.
5565 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5602 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5704 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
H A Dsqlite3.c5706 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
5761 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5768 ** [xFilter] method.
5772 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5809 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5911 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5499 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
5554 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5561 ** [xFilter] method.
5565 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5602 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5704 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
H A Dsqlite3.c5706 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
5761 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5768 ** [xFilter] method.
5772 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5809 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5911 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
[all...]

Completed in 415 milliseconds