HomeSort by relevance Sort by last modified time
    Searched refs:applyFilter (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.cpp 61 bool SkPdfNativeObject::applyFilter(const char* name) {
91 applyFilter(filterName.c_str());
98 if (!applyFilter(filterName->nameValue())) {
SkPdfNativeObject.h     [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.cpp 61 bool SkPdfNativeObject::applyFilter(const char* name) {
91 applyFilter(filterName.c_str());
98 if (!applyFilter(filterName->nameValue())) {
SkPdfNativeObject.h     [all...]
  /external/svox/pico/compat/src/com/android/tts/compat/
SynthProxy.java 52 boolean applyFilter = shouldApplyAudioFilter(nativeSoLib);
53 Log.v(TAG, "About to load "+ nativeSoLib + ", applyFilter=" + applyFilter);
58 native_setLowShelf(applyFilter, PICO_FILTER_GAIN, PICO_FILTER_LOWSHELF_ATTENUATION,
159 private native final int native_setLowShelf(boolean applyFilter, float filterGain,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
ColorFilter_Delegate.java 61 public void applyFilter(Graphics2D g, int width, int height) {
PorterDuffColorFilter_Delegate.java 68 public void applyFilter(Graphics2D g, int width, int height) {
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 101 void applyFilter(int16_t* buffer, size_t sampleCount) {
276 applyFilter(reinterpret_cast<int16_t*>(*pWav), *pBufferSize/2);
312 com_android_tts_compat_SynthProxy_setLowShelf(JNIEnv *env, jobject thiz, jboolean applyFilter,
315 bUseFilter = applyFilter;
316 if (applyFilter) {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 476 protected boolean applyFilter(Node node, int nodeType) {
583 if (!applyFilter(node, NodeFilter.SHOW_COMMENT)) {
615 if (!applyFilter(node, NodeFilter.SHOW_ELEMENT)) {
640 if (!applyFilter(node, NodeFilter.SHOW_ELEMENT)) {
691 boolean applyFilter = false;
807 applyFilter = true;
812 if (applyFilter) {
898 if (!applyFilter(node, NodeFilter.SHOW_PROCESSING_INSTRUCTION)) {
    [all...]
  /external/icu/icu4c/source/common/
uniset_props.cpp 874 void UnicodeSet::applyFilter(UnicodeSet::Filter filter,
955 applyFilter(generalCategoryMaskFilter, &value, UPROPS_SRC_CHAR, ec);
958 applyFilter(scriptExtensionsFilter, &script, UPROPS_SRC_PROPSVEC, ec);
961 applyFilter(intPropertyFilter, &c, uprops_getSource(prop), ec);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uniset_props.cpp     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorPanel.java 81 ImageButton applyButton = (ImageButton) mMainView.findViewById(R.id.applyFilter);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java 180 applyFilter(loader, builder, directoryId, getFilter());
226 private void applyFilter(CursorLoader loader, Uri.Builder uriBuilder, long directoryId,
  /external/chromium_org/third_party/icu/source/common/unicode/
uniset.h     [all...]
  /external/icu/icu4c/source/common/unicode/
uniset.h     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 579 vcard = vcardfilter.applyFilter(vcard, vcardType21);
811 public String applyFilter ( String vCard, boolean vCardType21){
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 637 filter.applyFilter(imageGraphics, width, height);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.20.0/
org.eclipse.tycho.p2.resolver.impl-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.18.1/
org.eclipse.tycho.p2.resolver.impl-0.18.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-core-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 919 milliseconds

1 2