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

  /external/libchrome/mojo/public/cpp/bindings/lib/
string_serialization.h 32 void* custom_context = CustomContextHelper<Traits>::SetUp(input, context); local
33 const size_t size = CallWithContext(Traits::GetSize, input, custom_context);
36 CallWithContext(Traits::GetData, input, custom_context), size);
37 CustomContextHelper<Traits>::TearDown(input, custom_context);
  /external/zopfli/src/zopflipng/lodepng/
lodepng.h 265 const void* custom_context; /*optional custom settings for custom functions*/ member in struct:LodePNGDecompressSettings
299 const void* custom_context; /*optional custom settings for custom functions*/ member in struct:LodePNGCompressSettings
    [all...]

Completed in 2557 milliseconds