Searched refs:bit_set (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dcmap_iterator_test.cc70 BitSet* bit_set);
102 BitSet* bit_set) {
104 BitSet::iterator end = bit_set->end(),
105 beginning = bit_set->begin(),
131 BitSet* bit_set = GenerateCMapEntries(0, 0x10ffff); local
136 CompareCMapIterAndBitSet(character_iterator, bit_set);
138 delete bit_set;
101 CompareCMapIterAndBitSet(CMapTable::CMap::CharacterIterator* character_iterator, BitSet* bit_set) argument
/external/sfntly/cpp/src/test/
H A Dcmap_iterator_test.cc70 BitSet* bit_set);
102 BitSet* bit_set) {
104 BitSet::iterator end = bit_set->end(),
105 beginning = bit_set->begin(),
131 BitSet* bit_set = GenerateCMapEntries(0, 0x10ffff); local
136 CompareCMapIterAndBitSet(character_iterator, bit_set);
138 delete bit_set;
101 CompareCMapIterAndBitSet(CMapTable::CMap::CharacterIterator* character_iterator, BitSet* bit_set) argument
/external/lldb/source/DataFormatters/
H A DLibStdcpp.cpp89 bool bit_set = ((byte & mask) != 0); local
92 if (bit_set)
H A DLibCxx.cpp90 bool bit_set = ((byte & mask) != 0); local
93 if (bit_set)
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftimage.h1086 /* bit_set :: The bit set callback. UNIMPLEMENTED! */
1104 /* `black_spans', and `bit_test' and `bit_set' in the case of a */
1109 /* Note that the `bit_test' and `bit_set' callbacks are required when */
1121 FT_Raster_BitSet_Func bit_set; /* doesn't work! */ member in struct:FT_Raster_Params_
/external/freetype/include/
H A Dftimage.h1086 /* bit_set :: The bit set callback. UNIMPLEMENTED! */
1104 /* `black_spans', and `bit_test' and `bit_set' in the case of a */
1109 /* Note that the `bit_test' and `bit_set' callbacks are required when */
1121 FT_Raster_BitSet_Func bit_set; /* doesn't work! */ member in struct:FT_Raster_Params_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftimage.h1086 /* bit_set :: The bit set callback. UNIMPLEMENTED! */
1104 /* `black_spans', and `bit_test' and `bit_set' in the case of a */
1109 /* Note that the `bit_test' and `bit_set' callbacks are required when */
1121 FT_Raster_BitSet_Func bit_set; /* doesn't work! */ member in struct:FT_Raster_Params_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftimage.h1086 /* bit_set :: The bit set callback. UNIMPLEMENTED! */
1104 /* `black_spans', and `bit_test' and `bit_set' in the case of a */
1109 /* Note that the `bit_test' and `bit_set' callbacks are required when */
1121 FT_Raster_BitSet_Func bit_set; /* doesn't work! */ member in struct:FT_Raster_Params_

Completed in 1304 milliseconds