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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEColorMatrixElement.cpp 114 ColorMatrixType filterType = m_type->currentValue()->enumValue();
118 switch (filterType) {
136 if ((filterType == FECOLORMATRIX_TYPE_MATRIX && size != 20)
137 || (filterType == FECOLORMATRIX_TYPE_HUEROTATE && size != 1)
138 || (filterType == FECOLORMATRIX_TYPE_SATURATE && size != 1))
144 RefPtr<FilterEffect> effect = FEColorMatrix::create(filter, filterType, filterValues);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp 328 int bitDepth, colorType, interlaceType, compressionType, filterType, channels;
329 png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, &filterType);
  /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 404 milliseconds