Home
last modified time | relevance | path

Searched refs:Intents (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsgmt.c36 const cmsUInt32Number Intents[], in _cmsChain2Lab() argument
64 IntentList[i] = Intents[i]; in _cmsChain2Lab()
95 const cmsUInt32Number Intents[], in ComputeKToLstar() argument
108 …xform = _cmsChain2Lab(ContextID, nProfiles, TYPE_CMYK_FLT, TYPE_Lab_DBL, Intents, hProfiles, BPC, … in ComputeKToLstar()
142 const cmsUInt32Number Intents[], in _cmsBuildKToneCurve() argument
160 …in = ComputeKToLstar(ContextID, nPoints, nProfiles - 1, Intents, hProfiles, BPC, AdaptationStates… in _cmsBuildKToneCurve()
164 Intents + (nProfiles - 1), in _cmsBuildKToneCurve()
290 cmsUInt32Number Intents[], in _cmsCreateGamutCheckPipeline() argument
338 IntentList[i] = Intents[i]; in _cmsCreateGamutCheckPipeline()
Dcmsxform.c809 cmsUInt32Number Intents[], in cmsCreateExtendedTransform() argument
821 cmsUInt32Number LastIntent = Intents[nProfiles-1]; in cmsCreateExtendedTransform()
856 … Lut = _cmsLinkProfiles(ContextID, nProfiles, Intents, hProfiles, BPC, AdaptationStates, dwFlags); in cmsCreateExtendedTransform()
880 xform ->RenderingIntent = Intents[nProfiles-1]; in cmsCreateExtendedTransform()
890 BPC, Intents, in cmsCreateExtendedTransform()
957 cmsUInt32Number Intents[256]; in cmsCreateMultiprofileTransformTHR() local
967 Intents[i] = Intent; in cmsCreateMultiprofileTransformTHR()
972 …return cmsCreateExtendedTransform(ContextID, nProfiles, hProfiles, BPC, Intents, AdaptationStates,… in cmsCreateMultiprofileTransformTHR()
1038 cmsUInt32Number Intents[4]; in cmsCreateProofingTransformTHR() local
1045Intents[0] = nIntent; Intents[1] = nIntent; Intents[2] = INTENT_RELATIVE_COLORIMETRIC;… in cmsCreateProofingTransformTHR()
[all …]
Dcmscnvrt.c35 cmsUInt32Number Intents[],
48 cmsUInt32Number Intents[],
61 cmsUInt32Number Intents[],
74 cmsUInt32Number Intents[],
124 for (entry = head->Intents; in DupPluginIntentsList()
140 if (newHead.Intents == NULL) in DupPluginIntentsList()
141 newHead.Intents = newEntry; in DupPluginIntentsList()
169 for (pt = ctx -> Intents; pt != NULL; pt = pt -> Next) in SearchIntent()
1080 for (nIntents=0, pt = ctx->Intents; pt != NULL; pt = pt -> Next) in cmsGetSupportedIntentsTHR()
1123 ctx->Intents = NULL; in _cmsRegisterRenderingIntentPlugin()
[all …]
Dcmssamp.c49 cmsUInt32Number Intents[4]; in CreateRoundtripXForm() local
52Intents[0] = INTENT_RELATIVE_COLORIMETRIC; Intents[1] = nIntent; Intents[2] = INTENT_RELATIVE_CO… in CreateRoundtripXForm()
54 xform = cmsCreateExtendedTransform(ContextID, 4, hProfiles, BPC, Intents, in CreateRoundtripXForm()
Dlcms2_internal.h585 struct _cms_intents_list* Intents; member
908 cmsUInt32Number Intents[],
1009 const cmsUInt32Number Intents[],
1019 const cmsUInt32Number Intents[],
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DCaptureActivity.java123 if (action.equals(Intents.Scan.ACTION)) { in onResume()
124 if (intent.hasExtra(Intents.Scan.WIDTH) && intent.hasExtra(Intents.Scan.HEIGHT)) { in onResume()
125 int width = intent.getIntExtra(Intents.Scan.WIDTH, 0); in onResume()
126 int height = intent.getIntExtra(Intents.Scan.HEIGHT, 0); in onResume()
132 characterSet = intent.getStringExtra(Intents.Scan.CHARACTER_SET); in onResume()
DIntents.java25 public final class Intents { class
26 private Intents() { in Intents() method in Intents
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DSmsFacade.java29 import android.provider.Telephony.Sms.Intents;
231 new IntentFilter(Intents.SMS_RECEIVED_ACTION)); in smsStartTrackingIncomingSmsMessage()
256 IntentFilter mmsReceived = new IntentFilter(Intents.MMS_DOWNLOADED_ACTION); in smsStartTrackingIncomingMmsMessage()
257 mmsReceived.addAction(Intents.WAP_PUSH_RECEIVED_ACTION); in smsStartTrackingIncomingMmsMessage()
258 mmsReceived.addAction(Intents.DATA_SMS_RECEIVED_ACTION); in smsStartTrackingIncomingMmsMessage()
517 if (Intents.SMS_RECEIVED_ACTION.equals(action)) { in onReceive()
524 SmsMessage[] msgs = Intents.getMessagesFromIntent(intent); in onReceive()
573 if (Intents.MMS_DOWNLOADED_ACTION.equals(action)) { in onReceive()
579 else if (Intents.WAP_PUSH_RECEIVED_ACTION.equals(action)) { in onReceive()
585 if (Intents.DATA_SMS_RECEIVED_ACTION.equals(action)) { in onReceive()
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2_plugin.h454 cmsUInt32Number Intents[],
474 cmsUInt32Number Intents[],
Dlcms2.h1709 cmsUInt32Number Intents[],
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABService.java109 case ContactsContract.Intents.CONTACTS_DATABASE_CREATED: {
206 filter.addAction(ContactsContract.Intents.CONTACTS_DATABASE_CREATED); in onCreate()
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...