Searched refs:outputType (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DAsyncImageResizer.cpp43 PassRefPtr<AsyncImageResizer> AsyncImageResizer::create(CachedImage* cachedImage, OutputType outputType, IntSize desiredBounds, ScriptValue successCallback, ScriptValue errorCallback, float quality, AspectRatioOption aspectRatioOption, OrientationOption orientationOption) argument
45 return adoptRef(new AsyncImageResizer(cachedImage, outputType, desiredBounds, successCallback, errorCallback, quality, aspectRatioOption, orientationOption));
48 AsyncImageResizer::AsyncImageResizer(CachedImage* cachedImage, OutputType outputType, IntSize desiredBounds, ScriptValue successCallback, ScriptValue errorCallback, float quality, AspectRatioOption aspectRatioOption, OrientationOption orientationOption) argument
52 , m_outputType(outputType)
H A DImageResizerThread.cpp53 bool ImageResizerThread::start(PassRefPtr<SharedBuffer> imageData, AsyncImageResizer::CallbackInfo* callbackInfo, AsyncImageResizer::OutputType outputType, IntSize desiredBounds, float quality, AsyncImageResizer::AspectRatioOption aspectRatioOption, AsyncImageResizer::OrientationOption orientationOption) argument
55 ImageResizerThread* imageResizerThread = new ImageResizerThread(callbackInfo, outputType, desiredBounds, quality, aspectRatioOption, orientationOption);
65 ImageResizerThread::ImageResizerThread(AsyncImageResizer::CallbackInfo* callbackInfo, AsyncImageResizer::OutputType outputType, IntSize desiredBounds, float quality, AsyncImageResizer::AspectRatioOption aspectRatioOption, AsyncImageResizer::OrientationOption orientationOption) argument
68 , m_outputType(outputType)
/external/icu4c/common/
H A Ducnvmbcs.c118 * use the special outputType MBCS_OUTPUT_EXT_ONLY.
734 if(mbcsTable->outputType==MBCS_OUTPUT_1) {
786 switch(mbcsTable->outputType) {
922 sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ?
1139 (mbcsTable->outputType==MBCS_OUTPUT_1 || mbcsTable->outputType==MBCS_OUTPUT_2_SISO) &&
1146 if(mbcsTable->outputType==MBCS_OUTPUT_1) {
1223 if(mbcsTable->outputType==MBCS_OUTPUT_1) {
1273 switch(mbcsTable->outputType) {
1314 switch(mbcsTable->outputType) {
1758 uint8_t outputType; local
3933 uint8_t outputType; local
[all...]
H A Ducnv_bld.c1357 uint8_t outputType; local
1472 outputType=(uint8_t)mbcsHeader.flags;
1473 if(noFromU && outputType==MBCS_OUTPUT_1) {
1480 switch(outputType) {
1493 outputType);
1508 if( outputType!=MBCS_OUTPUT_EXT_ONLY && outputType!=MBCS_OUTPUT_1 &&
1554 if(outputType==MBCS_OUTPUT_EXT_ONLY) {
1586 /* offset to the stage 1 table, independent of the outputType */
1589 if(outputType
[all...]
H A Ducnv_ext.c268 ((cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO ? (int8_t)(cnv)->mode : \
269 (cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? 1 : -1)
764 cnv->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY)
1041 } else if( sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ||
H A Ducnvmbcs.h145 * 7.. 0 outputType
169 * if(outputType==MBCS_OUTPUT_EXT_ONLY) {
198 * if(outputType==MBCS_OUTPUT_1) {
212 * if(outputType==MBCS_OUTPUT_1) {
225 * if(outputType!=MBCS_OUTPUT_1 &&
382 uint8_t outputType, unicodeMask; member in struct:UConverterMBCSTable
H A Ducnv2022.c1087 int outputType)
1105 if(outputType==MBCS_OUTPUT_2){
1112 } else /* outputType==MBCS_OUTPUT_3 */ {
1083 MBCS_FROM_UCHAR32_ISO2022(UConverterSharedData* sharedData, UChar32 c, uint32_t* value, UBool useFallback, int outputType) argument
/external/expat/xmlwf/
H A Dxmlwf.c650 int outputType = 0; local
698 outputType = 'm';
702 outputType = 'c';
707 outputType = 't';
766 if (outputType == 't') {
808 switch (outputType) {
849 if (outputType == 'm')
/external/icu4c/tools/toolutil/
H A Ducmstate.c281 states->outputType=(int8_t)(states->maxCharLength-1);
566 states->outputType=MBCS_OUTPUT_2_SISO;
626 if(states->outputType==MBCS_OUTPUT_2_SISO) {
988 if(length==2 && states->outputType==MBCS_OUTPUT_2_SISO) {
1039 if(count>1 && states->outputType==MBCS_OUTPUT_2_SISO && length!=2*count) {
H A Dpkgitems.cpp453 uint8_t outputType; local
510 outputType=(uint8_t)mbcsHeaderFlags;
512 if(outputType==MBCS_OUTPUT_EXT_ONLY) {
H A Ducm.h98 int8_t conversionType, outputType; member in struct:UCMStates
H A Ducm.c430 isSISO=(UBool)(baseStates->outputType==MBCS_OUTPUT_2_SISO);
1024 ucm->states.outputType=-1;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java2592 String outputType = (String)getOption("output");
2593 if ( outputType!=null ) {
2594 return outputType.toString().equals("AST");
2600 Object outputType = getOption("rewrite");
2601 if ( outputType!=null ) {
2602 return outputType.toString().equals("true");
2612 String outputType = (String)getOption("output");
2613 if ( outputType!=null ) {
2614 return outputType.toString().equals("template");
/external/icu4c/tools/makeconv/
H A Dmakeconv.c545 if(data->ucm->states.outputType<0) {
546 data->ucm->states.outputType=(int8_t)data->ucm->states.maxCharLength-1;
H A Dgenmbcs.c381 if(length==2 && mbcsData->ucm->states.outputType==MBCS_OUTPUT_2_SISO) {
689 if( mbcsData->ucm->states.outputType==MBCS_OUTPUT_2_SISO &&
1098 /* modify outputType and adjust stage3Top */
1099 mbcsData->ucm->states.outputType=(int8_t)(MBCS_OUTPUT_3_EUC+oldLength-3);
1523 header.flags=(uint8_t)(mbcsData->ucm->states.outputType);
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DDescriptors.java1436 public Descriptor getOutputType() { return outputType; }
1451 private Descriptor outputType; field in class:Descriptors.MethodDescriptor
1483 outputType = (Descriptor)output;
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 553 milliseconds