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

  /external/pdfium/third_party/lcms2-2.6/src/
cmsgamma.c 253 p ->Table16 = NULL;
256 p ->Table16 = (cmsUInt16Number*) _cmsCalloc(ContextID, nEntries, sizeof(cmsUInt16Number));
257 if (p ->Table16 == NULL) goto Error;
266 p ->Table16[i] = Values[i];
298 p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLAGS_16BITS);
305 if (p ->Table16) _cmsFree(ContextID, p ->Table16);
614 return t ->Table16;
662 g ->Table16[i] = _cmsQuickSaturateWord(Val * 65535.0);
762 if (Curve -> Table16)
    [all...]
cmsopt.c 738 Val = g ->Table16[AtBegin];
743 g ->Table16[i] = _cmsQuickSaturateWord(i * Slope + beta);
746 Val = g ->Table16[AtEnd];
751 g ->Table16[i] = _cmsQuickSaturateWord(i * Slope + beta);
926 if (g ->Table16[i] == 0x0000) Zeros++;
927 if (g ->Table16[i] == 0xffff) Poles++;
    [all...]
cmsps2.c 499 _cmsIOPrintf(m, "%d ", Table->Table16[i]);
554 if (i > 0 && GammaTableEquals(g[i-1]->Table16, g[i]->Table16, g[i]->nEntries)) {
846 Out ->Table16[i] =_cmsQuickSaturateWord(XYZ.Y * 65535.0);
    [all...]
cmstypes.c     [all...]
lcms2_internal.h 784 cmsUInt16Number* Table16; // The table itself.
    [all...]
cmslut.c 999 LabTable[j]->Table16[i] = (cmsUInt16Number) ((i * 0xffff + 0x80) >> 8);
1002 LabTable[j] ->Table16[257] = 0xffff;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java 370 return type==UResourceBundle.TABLE || type==ICUResourceBundle.TABLE16 || type==ICUResourceBundle.TABLE32;
771 } else if(type == ICUResourceBundle.TABLE16) {
799 } else if(type == ICUResourceBundle.TABLE16) {
800 table = new Table16(this, offset);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java 368 return type==UResourceBundle.TABLE || type==ICUResourceBundle.TABLE16 || type==ICUResourceBundle.TABLE32;
769 } else if(type == ICUResourceBundle.TABLE16) {
797 } else if(type == ICUResourceBundle.TABLE16) {
798 table = new Table16(this, offset);
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 530 milliseconds