HomeSort by relevance Sort by last modified time
    Searched defs:CMap (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 106 DenseMap<Constant *, GlobalVariable *> CMap;
148 GlobalVariable *&Slot = CMap[Init];
160 // invalidating the Constant* pointers in CMap.
179 GlobalVariable *Slot = CMap[Init];
196 CMap.clear();
199 // now. This avoid invalidating the pointers in CMap, which are unneeded
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 60 CALLER_ATTACH CMapTable::CMap* CMapTable::GetCMap(const int32_t index) {
63 throw IndexOutOfBoundException("Requested CMap index is out of bounds.");
73 (CMap::Builder::GetBuilder(data_, offset_, cmap_id));
76 throw NoSuchElementException("Cannot find builder for requested CMap.");
81 return down_cast<CMapTable::CMap*>(cmap_builder->Build());
84 CALLER_ATTACH CMapTable::CMap* CMapTable::GetCMap(const int32_t platform_id,
89 CALLER_ATTACH CMapTable::CMap*
93 // There can only be one cmap with a particular CMapId
95 Ptr<CMapTable::CMap> cmap; local
    [all...]
cmap_table.h 33 // CMap subtable formats
48 // A CMap table
69 // A filter on cmap
73 // Test on whether the cmap is acceptable or not
74 // @param cmap_id the id of the cmap
75 // @return true if the cmap is acceptable; false otherwise
82 // wanted_id is the CMap we'd like to find.
83 // We compare the current CMap to it either by equality (==) or using a
101 // CMap equality is based on the equality of the (@link {@link CMapId} that
102 // defines the CMap. In the cmap table for a font there can only be one cma
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 340 milliseconds