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

  /external/chromium_org/third_party/skia/tools/skpdiff/
SkPMetric.cpp 308 for (int levelIndex = 1; levelIndex < maxLevels; levelIndex++) {
309 cyclesPerDegree[levelIndex] = cyclesPerDegree[levelIndex - 1] * 0.5f;
315 for (int levelIndex = 0; levelIndex < maxLevels; levelIndex++) {
317 contrastSensitivityTable[levelIndex * 1000 + csLum] =
318 contrast_sensitivity(cyclesPerDegree[levelIndex], (float)csLum / 10.0f + 1e-5f)
    [all...]
  /external/skia/tools/skpdiff/
SkPMetric.cpp 308 for (int levelIndex = 1; levelIndex < maxLevels; levelIndex++) {
309 cyclesPerDegree[levelIndex] = cyclesPerDegree[levelIndex - 1] * 0.5f;
315 for (int levelIndex = 0; levelIndex < maxLevels; levelIndex++) {
317 contrastSensitivityTable[levelIndex * 1000 + csLum] =
318 contrast_sensitivity(cyclesPerDegree[levelIndex], (float)csLum / 10.0f + 1e-5f)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
ConversationDialogActivity.java 63 final int levelIndex = callingIntent.getIntExtra("levelIndex", -1);
70 if (levelRow != -1 && levelIndex != -1 && index != -1) {
72 mConversation = LevelTree.get(levelRow, levelIndex).dialogResources.character1Conversations.get(index);
74 mConversation = LevelTree.get(levelRow, levelIndex).dialogResources.character2Conversations.get(index);
  /external/chromium_org/third_party/icu/source/test/intltest/
itspoof.cpp 702 for (int levelIndex=0; levelIndex<LENGTHOF(restrictionLevels); levelIndex++) {
704 URestrictionLevel levelSetInSpoofChecker = restrictionLevels[levelIndex];
714 sprintf(msgBuffer, "testNum = %d, levelIndex = %d", testNum, levelIndex);
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 703 for (int levelIndex=0; levelIndex<LENGTHOF(restrictionLevels); levelIndex++) {
705 URestrictionLevel levelSetInSpoofChecker = restrictionLevels[levelIndex];
720 sprintf(msgBuffer, "testNum = %d, levelIndex = %d, expected = %#x, actual = %#x",
721 testNum, levelIndex, expectedValue, actualValue);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c     [all...]

Completed in 429 milliseconds