Searched defs:decoder (Results 1 - 25 of 109) sorted by relevance

12345

/external/freetype/src/psaux/
H A Dt1decode.h36 t1_decoder_parse_glyph( T1_Decoder decoder,
40 t1_decoder_parse_charstrings( T1_Decoder decoder,
45 t1_decoder_init( T1_Decoder decoder,
56 t1_decoder_done( T1_Decoder decoder ); variable
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DDataReference.cpp39 bool DataReference::decode(ArgumentDecoder* decoder, DataReference& dataReference) argument
41 return decoder->decodeBytes(dataReference);
H A DArgumentCoder.h42 static bool decode(ArgumentDecoder* decoder, T& t) argument
44 return T::decode(decoder, t);
/external/webkit/Source/WebKit2/Shared/
H A DDictionaryPopupInfo.cpp48 bool DictionaryPopupInfo::decode(CoreIPC::ArgumentDecoder* decoder, DictionaryPopupInfo& result) argument
50 if (!decoder->decode(result.origin))
52 if (!decoder->decode(result.fontInfo))
54 if (!decoder->decodeEnum(result.type))
57 if (!CoreIPC::decode(decoder, result.options))
H A DFontInfo.cpp44 bool FontInfo::decode(CoreIPC::ArgumentDecoder* decoder, FontInfo& fontInfo) argument
47 if (!CoreIPC::decode(decoder, fontInfo.fontAttributeDictionary))
H A DOriginAndDatabases.cpp40 bool OriginAndDatabases::decode(CoreIPC::ArgumentDecoder* decoder, OriginAndDatabases& originAndDatabases) argument
42 return decoder->decode(CoreIPC::Out(originAndDatabases.originIdentifier, originAndDatabases.originQuota, originAndDatabases.originUsage, originAndDatabases.databases));
H A DPrintInfo.cpp47 bool PrintInfo::decode(CoreIPC::ArgumentDecoder* decoder, PrintInfo& info) argument
49 return decoder->decode(CoreIPC::Out(info.pageSetupScaleFactor, info.availablePaperWidth, info.availablePaperHeight));
H A DUpdateInfo.cpp43 bool UpdateInfo::decode(CoreIPC::ArgumentDecoder* decoder, UpdateInfo& result) argument
45 if (!decoder->decode(result.viewSize))
47 if (!decoder->decode(result.scrollRect))
49 if (!decoder->decode(result.scrollOffset))
51 if (!decoder->decode(result.updateRectBounds))
53 if (!decoder->decode(result.updateRects))
55 if (!decoder->decode(result.bitmapHandle))
H A DWebPageCreationParameters.cpp65 bool WebPageCreationParameters::decode(CoreIPC::ArgumentDecoder* decoder, WebPageCreationParameters& parameters) argument
67 if (!decoder->decode(parameters.viewSize))
69 if (!decoder->decode(parameters.isActive))
71 if (!decoder->decode(parameters.isFocused))
73 if (!decoder->decode(parameters.isVisible))
75 if (!decoder->decode(parameters.isInWindow))
77 if (!decoder->decode(parameters.store))
79 if (!decoder->decodeEnum(parameters.drawingAreaType))
81 if (!decoder->decode(parameters.pageGroupData))
83 if (!decoder
[all...]
H A DWebPageGroupData.cpp39 bool WebPageGroupData::decode(CoreIPC::ArgumentDecoder* decoder, WebPageGroupData& data) argument
41 return decoder->decode(CoreIPC::Out(data.identifer, data.pageGroupID, data.visibleToInjectedBundle, data.visibleToHistoryClient));
H A DWebProcessCreationParameters.cpp84 bool WebProcessCreationParameters::decode(CoreIPC::ArgumentDecoder* decoder, WebProcessCreationParameters& parameters) argument
86 if (!decoder->decode(parameters.injectedBundlePath))
88 if (!decoder->decode(parameters.injectedBundlePathExtensionHandle))
90 if (!decoder->decode(parameters.applicationCacheDirectory))
92 if (!decoder->decode(parameters.databaseDirectory))
94 if (!decoder->decode(parameters.localStorageDirectory))
96 if (!decoder->decode(parameters.urlSchemesRegistererdAsEmptyDocument))
98 if (!decoder->decode(parameters.urlSchemesRegisteredAsSecure))
100 if (!decoder->decode(parameters.urlSchemesForWhichDomainRelaxationIsForbidden))
102 if (!decoder
[all...]
H A DContextMenuState.h43 static bool decode(CoreIPC::ArgumentDecoder* decoder, ContextMenuState& result) argument
45 if (!decoder->decode(result.absoluteLinkURLString))
47 if (!decoder->decode(result.absoluteImageURLString))
H A DPlatformPopupMenuData.cpp68 bool PlatformPopupMenuData::decode(CoreIPC::ArgumentDecoder* decoder, PlatformPopupMenuData& data) argument
71 if (!decoder->decode(data.m_clientPaddingLeft))
73 if (!decoder->decode(data.m_clientPaddingRight))
75 if (!decoder->decode(data.m_clientInsetLeft))
77 if (!decoder->decode(data.m_clientInsetRight))
79 if (!decoder->decode(data.m_popupWidth))
81 if (!decoder->decode(data.m_itemHeight))
85 if (!decoder->decode(notSelectedBackingStoreHandle))
90 if (!decoder->decode(selectedBackingStoreHandle))
94 if (!decoder
[all...]
H A DStringPairVector.h53 static bool decode(CoreIPC::ArgumentDecoder* decoder, StringPairVector& stringPairVector) argument
55 return decoder->decode(stringPairVector.m_stringPairVector);
H A DWebCoreArgumentCoders.cpp48 bool decodeImage(ArgumentDecoder* decoder, RefPtr<Image>& image) argument
51 if (!decoder->decode(handle))
H A DWebEvent.cpp54 bool WebEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebEvent& t) argument
56 return decoder->decode(CoreIPC::Out(t.m_type, t.m_modifiers, t.m_timestamp));
H A DWebNavigationDataStore.h43 static bool decode(CoreIPC::ArgumentDecoder* decoder, WebNavigationDataStore& store) argument
45 if (!decoder->decode(store.url))
47 if (!decoder->decode(store.title))
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DPluginProcessCreationParameters.cpp49 bool PluginProcessCreationParameters::decode(CoreIPC::ArgumentDecoder* decoder, PluginProcessCreationParameters& result) argument
51 if (!decoder->decode(result.pluginPath))
55 if (!decoder->decode(result.parentProcessName))
57 if (!decoder->decode(result.acceleratedCompositingPort))
/external/openfst/src/include/fst/script/
H A Ddecode.h35 EncodeMapper<Arc> *decoder = EncodeMapper<Arc>::Read(args->arg2, DECODE); local
36 Decode(ofst, *decoder);
38 delete decoder;
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPlugin.cpp44 bool Plugin::Parameters::decode(CoreIPC::ArgumentDecoder* decoder, Parameters& parameters) argument
47 if (!decoder->decode(urlString))
52 if (!decoder->decode(parameters.names))
54 if (!decoder->decode(parameters.values))
56 if (!decoder->decode(parameters.mimeType))
58 if (!decoder->decode(parameters.loadManually))
62 decoder->markInvalid();
/external/chromium/chrome/browser/chromeos/login/
H A Dimage_decoder.h22 // |decoder| is used to identify the image in case of decoding several
24 virtual void OnImageDecoded(const ImageDecoder* decoder,
29 virtual void OnDecodeImageFailed(const ImageDecoder* decoder) {} argument
/external/chromium/chrome/common/extensions/
H A Dextension_action_unittest.cc29 webkit_glue::ImageDecoder decoder; local
30 bitmap = decoder.Decode(data, file_contents.length());
/external/chromium/net/http/
H A Dhttp_chunked_decoder_unittest.cc18 net::HttpChunkedDecoder decoder; local
19 EXPECT_FALSE(decoder.reached_eof());
25 int n = decoder.FilterBuf(&input[0], static_cast<int>(input.size()));
32 EXPECT_EQ(expected_eof, decoder.reached_eof());
33 EXPECT_EQ(bytes_after_eof, decoder.bytes_after_eof());
36 // Feed the inputs to the decoder, until it returns an error.
40 net::HttpChunkedDecoder decoder; local
41 EXPECT_FALSE(decoder.reached_eof());
45 int n = decoder.FilterBuf(&input[0], static_cast<int>(input.size()));
/external/skia/include/images/
H A DSkBitmapRegionDecoder.h19 SkBitmapRegionDecoder(SkImageDecoder *decoder, SkStream *stream, argument
21 fDecoder = decoder;
/external/webkit/Source/WebKit/android/
H A DRenderSkinNinePatch.cpp53 SkImageDecoder* decoder = SkImageDecoder::Factory(&stream); local
54 if (!decoder) {
56 ALOGE("RenderSkinNinePatch::Failed to create an image decoder");
60 decoder->setSampleSize(1);
61 decoder->setDitherImage(true);
62 decoder->setPreferQualityOverSpeed(false);
64 NinePatchPeeker peeker(decoder);
66 SkAutoTDelete<SkImageDecoder> add(decoder);
68 decoder->setPeeker(&peeker);
69 if (!decoder
[all...]

Completed in 291 milliseconds

12345