Home
last modified time | relevance | path

Searched defs:CharacterNIC (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/jade/jade-1.2.1/style/
H A DFOTBuilder.h264 struct CharacterNIC { struct
266 enum {
282 unsigned specifiedC;
283 Char ch;
284 GlyphId glyphId;
287 Symbol mathClass;
289 PublicId script;
292 bool isPunct;
294 bool isInputTab;
295 bool isRecordEnd;
[all …]
H A DProcessContext.cxx536 bool SosofoObj::characterStyle(ProcessContext &, StyleObj *&, FOTBuilder::CharacterNIC &) in characterStyle()
H A DFOTBuilder.cxx540 void FOTBuilder::radicalRadical(const CharacterNIC &) in radicalRadical()
1186 FOTBuilder::CharacterNIC::CharacterNIC() in CharacterNIC() function in DSSSL_NAMESPACE::FOTBuilder::CharacterNIC
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DFlowObj.cxx303 setDisplayNIC(*nic_, ident, obj, loc, interp);
318 void *operator new(size_t, Collector &c) {
319 return c.allocateObject(1);
321 ParagraphBreakFlowObj();
323 FlowObj *copy(Collector &) const;
324 void processInner(ProcessContext &);
325 void setNonInheritedC(const Identifier *, ELObj *,
326 const Location &, Interpreter &);
327 bool hasNonInheritedC(const Identifier *) const;
329 Owner<FOTBuilder::ParagraphNIC> nic_;
[all …]
H A DProcessContext.cxx540 bool SosofoObj::characterStyle(ProcessContext &, StyleObj *&, FOTBuilder::CharacterNIC &) in characterStyle()
H A DFOTBuilder.h679 virtual void setMinPreLineSpacing(const OptLengthSpec &); in symbolName()
1410 struct StartSimplePageSequenceCall : SaveFOTBuilder::Call { in symbolName()