HomeSort by relevance Sort by last modified time
    Searched refs:LookupTable (Results 1 - 16 of 16) sorted by null

  /external/icu4c/layout/
NonContextualGlyphSubst.h 25 LookupTable table;
Lookups.cpp 15 const LookupTable *LookupListTable::getLookupTable(le_uint16 lookupTableIndex) const
23 return (const LookupTable *) ((char *) this + SWAPW(lookupTableOffset));
26 const LookupSubtable *LookupTable::getLookupSubtable(le_uint16 subtableIndex) const
LookupTables.h 31 struct LookupTable
49 struct BinarySearchLookupTable : LookupTable
62 struct SimpleArrayLookupTable : LookupTable
82 struct TrimmedArrayLookupTable : LookupTable
Lookups.h 41 struct LookupTable
56 const LookupTable *getLookupTable(le_uint16 lookupTableIndex) const;
LookupProcessor.h 32 struct LookupTable;
39 le_uint32 applyLookupTable(const LookupTable *lookupTable, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
LookupProcessor.cpp 22 le_uint32 LookupProcessor::applyLookupTable(const LookupTable *lookupTable, GlyphIterator *glyphIterator,
29 le_uint16 lookupType = SWAPW(lookupTable->lookupType);
30 le_uint16 subtableCount = SWAPW(lookupTable->subTableCount);
35 const LookupSubtable *lookupSubtable = lookupTable->getLookupSubtable(subtable);
72 const LookupTable *lookupTable = lookupListTable->getLookupTable(lookup);
73 le_uint16 lookupFlags = SWAPW(lookupTable->lookupFlags);
78 applyLookupTable(lookupTable, &glyphIterator, fontInstance, success);
98 const LookupTable *lookupTable = lookupListTable->getLookupTable(lookupTableIndex)
    [all...]
  /frameworks/base/awt/java/awt/image/
LookupTable.java 29 * This abstract LookupTable class represents lookup table which is defined with
31 * ShortLookupTable classes are subclasses of LookupTable which contains byte
36 public abstract class LookupTable {
49 * Instantiates a new LookupTable with the specified offset value and number
57 protected LookupTable(int offset, int numComponents) {
91 * is translated with the lookup table of this LookupTable. The resulted
ByteLookupTable.java 35 public class ByteLookupTable extends LookupTable {
ShortLookupTable.java 35 public class ShortLookupTable extends LookupTable {
LookupOp.java 47 private final LookupTable lut;
95 * Instantiates a new LookupOp object from the specified LookupTable object
99 * the specified LookupTable object.
103 public LookupOp(LookupTable lookup, RenderingHints hints) {
113 * Gets the LookupTable of the specified Object.
115 * @return the LookupTable of the specified Object.
117 public final LookupTable getTable() {
187 // awt.238=The number of arrays in the LookupTable does not meet the
  /external/guava/src/com/google/common/base/
CharMatcher.java 355 @Override protected void setBits(LookupTable table) {
386 @Override protected void setBits(LookupTable table) {
436 @Override protected void setBits(LookupTable table) {
453 @Override protected void setBits(LookupTable table) {
483 @Override protected void setBits(LookupTable table) {
612 @Override protected void setBits(LookupTable table) {
644 * {@link #setBits(LookupTable)}.
647 final LookupTable table = new LookupTable();
671 protected void setBits(LookupTable table)
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 433 milliseconds