HomeSort by relevance Sort by last modified time
    Searched defs:filterType (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEColorMatrixElement.cpp 132 ColorMatrixType filterType = m_type->currentValue()->enumValue();
136 switch (filterType) {
154 if ((filterType == FECOLORMATRIX_TYPE_MATRIX && size != 20)
155 || (filterType == FECOLORMATRIX_TYPE_HUEROTATE && size != 1)
156 || (filterType == FECOLORMATRIX_TYPE_SATURATE && size != 1))
162 RefPtr<FilterEffect> effect = FEColorMatrix::create(filter, filterType, filterValues);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilter.java 54 public final int filterType;
61 public ContactListFilter(int filterType, String accountType, String accountName, String dataSet,
63 this.filterType = filterType;
70 public static ContactListFilter createFilterWithType(int filterType) {
71 return new ContactListFilter(filterType, null, null, null, null);
84 return filterType == FILTER_TYPE_ACCOUNT;
89 switch (filterType) {
121 return filterType - another.filterType;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp 325 int bitDepth, colorType, interlaceType, compressionType, filterType, channels;
326 png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, &filterType);
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneFilterTypeAdapter.java 46 void onSetFilter(int filterType, String str, int time);
50 int filterType;
129 vh.filterType = filter.type;
152 mListener.onSetFilter(vh.filterType, vh.str, vh.time);
404 int filterType;
406 filterType = FILTER_TYPE_NONE;
408 filterType = FILTER_TYPE_EMPTY;
410 mListener.onSetFilter(filterType, null, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/
clast.h 161 typedef enum filterType {exact, subset} ClastFilterType;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
clast.h 161 typedef enum filterType {exact, subset} ClastFilterType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmtypes.h 46 GUID filterType;
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 473 milliseconds