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

  /external/webkit/Source/JavaScriptGlue/
JSObject.cpp 124 CFTypeRef cf1 = CopyCFValue(); local
126 if (cf1 && cf2)
128 result = CFEqual(cf1, cf2);
131 ReleaseCFType(cf1);
  /external/harfbuzz/src/
harfbuzz-open.c 670 static HB_Error Load_Coverage1( HB_CoverageFormat1* cf1,
683 count = cf1->GlyphCount = GET_UShort();
687 cf1->GlyphArray = NULL;
689 if ( ALLOC_ARRAY( cf1->GlyphArray, count, HB_UShort ) )
692 ga = cf1->GlyphArray;
696 FREE( cf1->GlyphArray );
709 static void Free_Coverage1( HB_CoverageFormat1* cf1)
711 FREE( cf1->GlyphArray );
791 case 1: return Load_Coverage1( &c->cf.cf1, stream );
805 case 1: Free_Coverage1( &c->cf.cf1 ); break
    [all...]
harfbuzz-open.h 207 HB_CoverageFormat1 cf1; member in union:HB_Coverage_::__anon8343
harfbuzz-dump.c 196 DUMP_FUINT (&Coverage->cf.cf1, GlyphCount);
198 for (i = 0; i < Coverage->cf.cf1.GlyphCount; i++)
200 Coverage->cf.cf1.GlyphArray[i], i);
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-open.c 670 static HB_Error Load_Coverage1( HB_CoverageFormat1* cf1,
683 count = cf1->GlyphCount = GET_UShort();
687 cf1->GlyphArray = NULL;
689 if ( ALLOC_ARRAY( cf1->GlyphArray, count, HB_UShort ) )
692 ga = cf1->GlyphArray;
696 FREE( cf1->GlyphArray );
709 static void Free_Coverage1( HB_CoverageFormat1* cf1)
711 FREE( cf1->GlyphArray );
791 case 1: return Load_Coverage1( &c->cf.cf1, stream );
805 case 1: Free_Coverage1( &c->cf.cf1 ); break
    [all...]
harfbuzz-open.h 207 HB_CoverageFormat1 cf1; member in union:HB_Coverage_::__anon8404
  /external/llvm/test/MC/X86/AlignedBundling/
autogen-inst-offset-align-to-end.s     [all...]

Completed in 138 milliseconds