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

  /external/webkit/Source/WebCore/html/
AsyncImageResizer.cpp 43 PassRefPtr<AsyncImageResizer> AsyncImageResizer::create(CachedImage* cachedImage, OutputType outputType, IntSize desiredBounds, ScriptValue successCallback, ScriptValue errorCallback, float quality, AspectRatioOption aspectRatioOption, OrientationOption orientationOption)
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)
52 , m_outputType(outputType)
ImageResizerThread.cpp 53 bool ImageResizerThread::start(PassRefPtr<SharedBuffer> imageData, AsyncImageResizer::CallbackInfo* callbackInfo, AsyncImageResizer::OutputType outputType, IntSize desiredBounds, float quality, AsyncImageResizer::AspectRatioOption aspectRatioOption, AsyncImageResizer::OrientationOption orientationOption)
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)
68 , m_outputType(outputType)
  /frameworks/base/include/drm/
drm_framework_common.h 87 outputType(_outputType),
92 int outputType; /* BLUETOOTH , HDMI*/
  /frameworks/base/location/java/android/location/
Location.java 154 * Converts a coordinate to a String representation. The outputType
160 * @throws IllegalArgumentException if outputType is not one of
163 public static String convert(double coordinate, int outputType) {
168 if ((outputType != FORMAT_DEGREES) &&
169 (outputType != FORMAT_MINUTES) &&
170 (outputType != FORMAT_SECONDS)) {
171 throw new IllegalArgumentException("outputType=" + outputType);
183 if (outputType == FORMAT_MINUTES || outputType == FORMAT_SECONDS)
    [all...]
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
AdditionalTextOutput.java 35 private enum OutputType {
41 StringBuilder[] mOutputs = new StringBuilder[OutputType.values().length];
43 private StringBuilder getStringBuilderForType(OutputType outputType) {
44 int index = outputType.ordinal();
52 StringBuilder output = getStringBuilderForType(OutputType.EXCEEDED_DB_QUOTA_MESSAGE);
77 StringBuilder output = getStringBuilderForType(OutputType.CONSOLE_MESSAGE);
84 StringBuilder output = getStringBuilderForType(OutputType.JS_DIALOG);
92 StringBuilder output = getStringBuilderForType(OutputType.JS_DIALOG);
100 StringBuilder output = getStringBuilderForType(OutputType.JS_DIALOG)
    [all...]
  /external/icu4c/common/
ucnvmbcs.c 118 * use the special outputType MBCS_OUTPUT_EXT_ONLY.
733 if(mbcsTable->outputType==MBCS_OUTPUT_1) {
785 switch(mbcsTable->outputType) {
    [all...]
ucnv_bld.c     [all...]
ucnv_ext.c 268 ((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)
    [all...]
ucnvmbcs.h 145 * 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;
ucnv2022.c     [all...]
  /external/expat/xmlwf/
xmlwf.c 650 int outputType = 0;
698 outputType = 'm';
702 outputType = 'c';
707 outputType = 't';
766 if (outputType == 't') {
808 switch (outputType) {
849 if (outputType == 'm')
  /external/icu4c/tools/toolutil/
ucmstate.c 281 states->outputType=(int8_t)(states->maxCharLength-1);
566 states->outputType=MBCS_OUTPUT_2_SISO;
626 if(states->outputType==MBCS_OUTPUT_2_SISO) {
    [all...]
pkgitems.cpp 453 uint8_t outputType;
510 outputType=(uint8_t)mbcsHeaderFlags;
512 if(outputType==MBCS_OUTPUT_EXT_ONLY) {
ucm.h 98 int8_t conversionType, outputType;
ucm.c 430 isSISO=(UBool)(baseStates->outputType==MBCS_OUTPUT_2_SISO);
1024 ucm->states.outputType=-1;
    [all...]
  /external/icu4c/tools/makeconv/
makeconv.c 545 if(data->ucm->states.outputType<0) {
546 data->ucm->states.outputType=(int8_t)data->ucm->states.maxCharLength-1;
genmbcs.c 381 if(length==2 && mbcsData->ucm->states.outputType==MBCS_OUTPUT_2_SISO) {
689 if( mbcsData->ucm->states.outputType==MBCS_OUTPUT_2_SISO &&
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java     [all...]
  /frameworks/base/drm/common/
IDrmManagerService.cpp 456 data.writeInt32(description.outputType);
    [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 1136 milliseconds