HomeSort by relevance Sort by last modified time
    Searched refs:le_bool (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/icu4c/layout/
LEFontInstance.h 184 virtual le_bool canDisplay(LEUnicode32 ch) const;
219 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const;
236 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
294 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const = 0;
GlyphPosnLookupProc.h 34 le_bool featureOrder,
ContextualSubstSubtables.h 32 static le_bool matchGlyphIDs(
34 le_bool backtrack = FALSE);
36 static le_bool matchGlyphClasses(
38 const ClassDefinitionTable *classDefinitionTable, le_bool backtrack = FALSE);
40 static le_bool matchGlyphCoverages(
42 GlyphIterator *glyphIterator, const char *offsetBase, le_bool backtrack = FALSE);
ClassDefinitionTables.cpp 40 le_bool ClassDefinitionTable::hasGlyphClass(le_int32 glyphClass) const
78 le_bool ClassDefFormat1Table::hasGlyphClass(le_int32 glyphClass) const
106 le_bool ClassDefFormat2Table::hasGlyphClass(le_int32 glyphClass) const
GlyphSubstLookupProc.h 36 le_bool featureOrder,
HanLayoutEngine.h 99 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
HangulLayoutEngine.h 121 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
KhmerLayoutEngine.h 124 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
TibetanLayoutEngine.h 124 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
GXLayoutEngine.cpp 31 le_int32 GXLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success)
54 void GXLayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool /*reverse*/,
LEInsertionList.cpp 25 LEInsertionList::LEInsertionList(le_bool rightToLeft)
85 le_bool LEInsertionList::applyInsertions(LEInsertionCallback *callback)
LookupProcessor.h 37 le_bool rightToLeft, const GlyphDefinitionTableHeader *glyphDefinitionTableHeader, const LEFontInstance *fontInstance, LEErrorCode& success) const;
57 le_bool orderFeatures,
ScriptAndLanguage.cpp 14 const LangSysTable *ScriptTable::findLanguage(LETag languageTag, le_bool exactMatch) const
73 const LangSysTable *ScriptListTable::findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch) const
ArabicShaping.cpp 124 le_bool rightToLeft, LEGlyphStorage &glyphStorage)
163 le_bool rightShapes = FALSE;
164 le_bool rightCauses = (rightType & MASK_SHAPE_LEFT) != 0;
187 le_bool curShapes = (t & MASK_NOSHAPE) == 0;
188 le_bool curCauses = (t & MASK_SHAPE_RIGHT) != 0;
GlyphIterator.cpp 18 GlyphIterator::GlyphIterator(LEGlyphStorage &theGlyphStorage, GlyphPositionAdjustments *theGlyphPositionAdjustments, le_bool rightToLeft, le_uint16 theLookupFlags,
133 le_bool GlyphIterator::isRightToLeft() const
138 le_bool GlyphIterator::ignoresMarks() const
143 le_bool GlyphIterator::baselineIsLogicalEnd() const
356 le_bool GlyphIterator::filterGlyph(le_uint32 index) const
403 le_bool GlyphIterator::hasFeatureTag(le_bool matchGroup) const
415 le_bool GlyphIterator::findFeatureTag()
432 le_bool GlyphIterator::nextInternal(le_uint32 delta)
449 le_bool GlyphIterator::next(le_uint32 delta
    [all...]
ArabicShaping.h 60 le_bool rightToLeft, LEGlyphStorage &glyphStorage);
GlyphPositionAdjustments.cpp 63 void GlyphPositionAdjustments::setEntryPoint(le_int32 index, LEPoint &newEntryPoint, le_bool baselineIsLogicalEnd)
70 void GlyphPositionAdjustments::setExitPoint(le_int32 index, LEPoint &newExitPoint, le_bool baselineIsLogicalEnd)
77 void GlyphPositionAdjustments::setCursiveGlyph(le_int32 index, le_bool baselineIsLogicalEnd)
84 void GlyphPositionAdjustments::applyCursiveAdjustments(LEGlyphStorage &glyphStorage, le_bool rightToLeft, const LEFontInstance *fontInstance)
LEFontInstance.cpp 50 le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const
85 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const
100 le_bool LEFontInstance::canDisplay(LEUnicode32 ch) const
ThaiLayoutEngine.cpp 59 le_int32 ThaiLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/, LEGlyphStorage &glyphStorage, LEErrorCode &success)
100 void ThaiLayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool /*reverse*/,
ArabicLayoutEngine.cpp 29 le_bool CharSubstitutionFilter::accept(LEGlyphID glyph) const
66 le_int32 ArabicOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
103 void ArabicOpenTypeLayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse,
174 void UnicodeArabicOpenTypeLayoutEngine::mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool /*mirror*/, LEGlyphStorage &glyphStorage, LEErrorCode &success)
199 void UnicodeArabicOpenTypeLayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse,
IndicLayoutEngine.cpp 28 le_int32 typoFlags, le_bool version2, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success)
56 le_int32 IndicOpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
87 le_int32 IndicOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
  /external/icu4c/test/letest/
SimpleFontInstance.h 49 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
59 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
SimpleFontInstance.cpp 91 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const
128 le_bool SimpleFontInstance::getGlyphPoint(LEGlyphID /*glyph*/, le_int32 /*pointNumber*/, LEPoint &/*point*/) const
PortableFontInstance.h 95 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
105 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 394 UBiDiLevel paragraphLevel, le_bool vertical,
424 static le_bool isComplex(const LEUnicode chars[], le_int32 count, const FontRuns *fontRuns);
438 static le_bool isComplex(const LEUnicode chars[], le_int32 count);
510 inline le_bool isDone() const;
590 static le_bool isComplex(UScriptCode script);
603 le_bool fVertical;
604 le_bool fClientLevels;
605 le_bool fClientScripts;
606 le_bool fClientLocales;

Completed in 151 milliseconds

12 3 4