Searched refs:SubFilter (Results 1 - 8 of 8) sorted by relevance
/external/lzma/CPP/7zip/Compress/ |
H A D | BranchMisc.cpp | 9 UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size)
function in class:CBC_ARM_Encoder 12 UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size)
function in class:CBC_ARM_Decoder 15 UInt32 CBC_ARMT_Encoder::SubFilter(Byte *data, UInt32 size)
function in class:CBC_ARMT_Encoder 18 UInt32 CBC_ARMT_Decoder::SubFilter(Byte *data, UInt32 size)
function in class:CBC_ARMT_Decoder 21 UInt32 CBC_PPC_Encoder::SubFilter(Byte *data, UInt32 size)
function in class:CBC_PPC_Encoder 24 UInt32 CBC_PPC_Decoder::SubFilter(Byte *data, UInt32 size)
function in class:CBC_PPC_Decoder 27 UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size)
function in class:CBC_SPARC_Encoder 30 UInt32 CBC_SPARC_Decoder::SubFilter(Byte *data, UInt32 size)
function in class:CBC_SPARC_Decoder 33 UInt32 CBC_IA64_Encoder::SubFilter(Byte *data, UInt32 size)
function in class:CBC_IA64_Encoder 36 UInt32 CBC_IA64_Decoder::SubFilter(Byt function in class:CBC_IA64_Decoder [all...] |
H A D | BcjCoder.cpp | 7 UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size)
function in class:CBCJ_x86_Encoder 12 UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size)
function in class:CBCJ_x86_Decoder
|
H A D | BranchCoder.h | 17 virtual UInt32 SubFilter(Byte *data, UInt32 size) = 0;
25 { public: UInt32 SubFilter(Byte *data, UInt32 size); };
28 { public: UInt32 SubFilter(Byte *data, UInt32 size); };
31 { public: UInt32 SubFilter(Byte *data, UInt32 size); ADD_INIT};
34 { public: UInt32 SubFilter(Byte *data, UInt32 size); ADD_INIT};
|
H A D | BranchCoder.cpp | 16 UInt32 processedSize = SubFilter(data, size);
|
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
H A D | SkPdfSignatureDictionary_autogen.cpp | 35 SkString SkPdfSignatureDictionary::SubFilter(SkPdfNativeDoc* doc) { function in class:SkPdfSignatureDictionary 36 SkPdfNativeObject* ret = get("SubFilter", ""); 44 return get("SubFilter", "") != NULL;
|
H A D | SkPdfSignatureDictionary_autogen.h | 525 SkString SubFilter(SkPdfNativeDoc* doc);
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
H A D | SkPdfSignatureDictionary_autogen.cpp | 35 SkString SkPdfSignatureDictionary::SubFilter(SkPdfNativeDoc* doc) { function in class:SkPdfSignatureDictionary 36 SkPdfNativeObject* ret = get("SubFilter", ""); 44 return get("SubFilter", "") != NULL;
|
H A D | SkPdfSignatureDictionary_autogen.h | 525 SkString SubFilter(SkPdfNativeDoc* doc);
|
Completed in 203 milliseconds