HomeSort by relevance Sort by last modified time
    Searched defs:Intents (Results 1 - 5 of 5) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
Intents.java 28 public class Intents extends Activity {
33 setContentView(R.layout.intents);
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
Intents.java 25 public final class Intents {
26 private Intents() {
  /external/pdfium/third_party/lcms/src/
cmssamp.c 49 cmsUInt32Number Intents[4];
52 Intents[0] = INTENT_RELATIVE_COLORIMETRIC; Intents[1] = nIntent; Intents[2] = INTENT_RELATIVE_COLORIMETRIC; Intents[3] = INTENT_RELATIVE_COLORIMETRIC;
54 xform = cmsCreateExtendedTransform(ContextID, 4, hProfiles, BPC, Intents,
212 // v4 + perceptual & saturation intents does have its own black point, and it is
217 // Matrix shaper share MRC & perceptual intents
221 // Get Perceptual black out of v4 profiles. That is fixed for perceptual & saturation intents
379 // v4 + perceptual & saturation intents does have its own black point, and it i
    [all...]
cmsxform.c     [all...]
lcms2_internal.h 595 // Container for intents plug-in
598 struct _cms_intents_list* Intents;
603 // The global Context0 storage for intents plug-in
606 // Allocate and init intents container.
923 cmsUInt32Number Intents[],
    [all...]

Completed in 210 milliseconds