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

  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 112 DenseMap<PointerIntPair<Constant*, 1, bool>, GlobalVariable*> CMap;
155 GlobalVariable *&Slot = CMap[Pair];
167 // invalidating the Constant* pointers in CMap.
187 GlobalVariable *Slot = CMap[Pair];
204 CMap.clear();
207 // now. This avoid invalidating the pointers in CMap, which are unneeded
  /external/chromium_org/third_party/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...]
  /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...]

Completed in 65 milliseconds