Searched refs:filterValues (Results 1 - 16 of 16) sorted by relevance

/external/skia/src/core/
H A DSkConvolver.cpp123 const SkConvolutionFilter1D::ConvolutionFixed* filterValues = local
133 SkConvolutionFilter1D::ConvolutionFixed curFilter = filterValues[filterX];
196 void ConvolveVertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues, argument
211 SkConvolutionFilter1D::ConvolutionFixed curFilter = filterValues[filterY];
258 void ConvolveVertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues, argument
265 ConvolveVertically<true>(filterValues, filterLength,
269 ConvolveVertically<false>(filterValues, filterLength,
287 const float* filterValues,
295 fixedValues.push_back(FloatToFixed(filterValues[i]));
302 const ConvolutionFixed* filterValues,
286 AddFilter(int filterOffset, const float* filterValues, int filterLength) argument
301 AddFilter(int filterOffset, const ConvolutionFixed* filterValues, int filterLength) argument
379 const SkConvolutionFilter1D::ConvolutionFixed* filterValues = local
[all...]
H A DSkConvolver.h74 const float* filterValues,
79 const ConvolutionFixed* filterValues,
119 // Offset within filterValues for this instance of the filter.
147 const SkConvolutionFilter1D::ConvolutionFixed* filterValues,
H A DSkBitmapScaler.cpp133 SkTArray<float> filterValues(64);
143 filterValues.reset();
177 filterValues.push_back(filterValue);
181 SkASSERT(!filterValues.empty());
186 for (int i = 0; i < filterValues.count(); i++) {
187 short curFixed = output->FloatToFixed(filterValues[i] / filterSum);
/external/skia/src/opts/
H A DSkBitmapProcState_arm_neon.cpp126 const SkConvolutionFilter1D::ConvolutionFixed* filterValues = local
138 coeffs = vld1_s16(filterValues);
166 filterValues += 4;
178 coeffs = vld1_u16(reinterpret_cast<const uint16_t*>(filterValues));
216 void convolveVertically_neon(const SkConvolutionFilter1D::ConvolutionFixed* filterValues, argument
237 coeff16 = vdup_n_s16(filterValues[filterY]);
306 coeff16 = vdup_n_s16(filterValues[filterY]);
369 void convolveVertically_neon(const SkConvolutionFilter1D::ConvolutionFixed* filterValues, argument
376 convolveVertically_neon<true>(filterValues, filterLength,
380 convolveVertically_neon<false>(filterValues, filterLengt
414 const SkConvolutionFilter1D::ConvolutionFixed* filterValues = local
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DFilteredMultimapTest.java77 Multimap<String, Integer> filtered = Multimaps.filterValues(unfiltered, VALUE_PREDICATE);
89 Multimap<String, Integer> filtered = Multimaps.filterValues(keyFiltered, VALUE_PREDICATE);
H A DMapsCollectionTest.java241 return Maps.filterValues(map, FILTER_VALUES);
244 .named("Maps.filterValues[Map, Predicate]")
314 return Maps.filterValues(map, FILTER_VALUES);
317 .named("Maps.filterValues[BiMap, Predicate]")
368 return Maps.filterValues(map, FILTER_VALUES);
371 .named("Maps.filterValues[SortedMap, Predicate]")
H A DMapsTest.java1266 Map<String, Integer> filtered = Maps.filterValues(unfiltered, EVEN);
1281 Map<String, Integer> filtered = Maps.filterValues(unfiltered, EVEN);
1296 Map<String, Integer> filtered = Maps.filterValues(unfiltered, EVEN);
1316 Map<String, Integer> filtered = Maps.filterValues(unfiltered, EVEN);
1407 assertTrue(Maps.filterValues((Map<String, Integer>) map, EVEN)
1463 assertTrue(Maps.filterValues((Map<String, Integer>) map, EVEN)
H A DMultimapsCollectionTest.java622 return Multimaps.filterValues(multimap,
626 .named("Multimaps.filterValues[SetMultimap, Predicate]")
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DMapsTest.java1119 Map<String, Integer> filtered = Maps.filterValues(unfiltered, EVEN);
1134 Map<String, Integer> filtered = Maps.filterValues(unfiltered, EVEN);
1149 Map<String, Integer> filtered = Maps.filterValues(unfiltered, EVEN);
1169 Map<String, Integer> filtered = Maps.filterValues(unfiltered, EVEN);
1260 assertTrue(Maps.filterValues((Map<String, Integer>) map, EVEN)
1316 assertTrue(Maps.filterValues((Map<String, Integer>) map, EVEN)
/external/guava/guava/src/com/google/common/collect/
H A DMaps.java1842 public static <K, V> Map<K, V> filterValues( method in class:Maps
1845 return filterValues((SortedMap<K, V>) unfiltered, valuePredicate);
1847 return filterValues((BiMap<K, V>) unfiltered, valuePredicate);
1883 public static <K, V> SortedMap<K, V> filterValues( method in class:Maps
1916 public static <K, V> BiMap<K, V> filterValues( method in class:Maps
H A DMultimaps.java1904 public static <K, V> Multimap<K, V> filterValues( method in class:Multimaps
1939 public static <K, V> SetMultimap<K, V> filterValues( method in class:Multimaps
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMaps.java1813 public static <K, V> Map<K, V> filterValues( method in class:Maps
1816 return filterValues((SortedMap<K, V>) unfiltered, valuePredicate);
1818 return filterValues((BiMap<K, V>) unfiltered, valuePredicate);
1854 public static <K, V> SortedMap<K, V> filterValues( method in class:Maps
1887 public static <K, V> BiMap<K, V> filterValues( method in class:Maps
H A DMultimaps.java1815 public static <K, V> Multimap<K, V> filterValues( method in class:Multimaps
1850 public static <K, V> SetMultimap<K, V> filterValues( method in class:Multimaps
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...

Completed in 711 milliseconds