Home
last modified time | relevance | path

Searched refs:markFilter (Results 1 – 12 of 12) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/behaviors/omni_insert/
H A Domni_insert.ts69 constructor(markFilter: MarkInputRuleFilter) {
85 if (!markFilter(state)) {
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DLayoutEngine.cpp448 void LayoutEngine::adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErro… in adjustMarkGlyphs() argument
457 if (markFilter == NULL) { in adjustMarkGlyphs()
475 if (markFilter->accept(glyphStorage[p], success)) { in adjustMarkGlyphs()
485 …arCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &su… in adjustMarkGlyphs() argument
495 if (markFilter == NULL) { in adjustMarkGlyphs()
521 if (markFilter->accept(chars[c], success)) { in adjustMarkGlyphs()
H A DLayoutEngine.h336 …static void adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode …
357 …arCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &su…
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DLayoutEngine.cpp448 void LayoutEngine::adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErro… in adjustMarkGlyphs() argument
457 if (markFilter == NULL) { in adjustMarkGlyphs()
475 if (markFilter->accept(glyphStorage[p], success)) { in adjustMarkGlyphs()
485 …arCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &su… in adjustMarkGlyphs() argument
495 if (markFilter == NULL) { in adjustMarkGlyphs()
521 if (markFilter->accept(chars[c], success)) { in adjustMarkGlyphs()
H A DLayoutEngine.h336 …static void adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode …
357 …arCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &su…
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/editor/
H A Deditor.ts853 const markFilter = markInputRuleFilter(this.schema, this.extensions.pandocMarks()); constant
857 omniInsertExtension(this.extensions.omniInserters(this.schema), markFilter, this.context.ui),
862 …completionExtension(this.extensions.completionHandlers(), markFilter, this.context.ui, this.events…
898 const markFilter = markInputRuleFilter(this.schema, this.extensions.pandocMarks()); constant
907 if (!markFilter(view.state)) {
H A Deditor-extensions.ts382 const markFilter = markInputRuleFilter(schema, this.pandocMarks()); constant
383 return this.collect<InputRule>(extension => extension.inputRules?.(schema, markFilter));
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/api/
H A Dextension.ts43 inputRules?: (schema: Schema, markFilter: MarkInputRuleFilter) => readonly InputRule[];
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/feaLib/
H A Dbuilder.py1144 def set_lookup_flag(self, location, value, markAttach, markFilter): argument
1149 if markFilter:
1150 markFilterSet = self.getMarkFilterSet_(location, markFilter)
H A Dast.py1101 markFilter = None
1103 markFilter = self.markFilteringSet.glyphSet()
1104 builder.set_lookup_flag(self.location, self.value, markAttach, markFilter)
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/feaLib/
H A Dast.py817 markFilter = None
819 markFilter = self.markFilteringSet.glyphSet()
821 markAttach, markFilter)
H A Dbuilder.py757 def set_lookup_flag(self, location, value, markAttach, markFilter): argument
762 if markFilter:
763 markFilterSet = self.getMarkFilterSet_(location, markFilter)