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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellingCorrectionCommand.h 36 static PassRefPtr<SpellingCorrectionCommand> create(PassRefPtr<Range> rangeToBeCorrected, const String& correction)
38 return adoptRef(new SpellingCorrectionCommand(rangeToBeCorrected, correction));
41 SpellingCorrectionCommand(PassRefPtr<Range> rangeToBeCorrected, const String& correction);
SpellingCorrectionCommand.cpp 37 SpellingCorrectionCommand::SpellingCorrectionCommand(PassRefPtr<Range> rangeToBeCorrected, const String& correction)
41 , m_correction(correction)
  /frameworks/native/services/surfaceflinger/Effects/
Daltonizer.cpp 118 // The amount of correction can be adjusted here.
141 // We construct the matrix that will perform the whole correction.
147 // correction: type of color blindness correction (should match the simulation above):
149 mat4 correction(0);
151 // control: simulation post-correction (used for debugging):
158 if (mMode == Daltonizer::correction)
159 correction = errp;
164 if (mMode == Daltonizer::correction)
165 correction = errd
    [all...]
Daltonizer.h 37 correction enumerator in enum:android::Daltonizer::Mode
  /external/compiler-rt/lib/
divsf3.c 92 uint32_t correction; local
93 correction = -((uint64_t)reciprocal * q31b >> 32);
94 reciprocal = (uint64_t)reciprocal * correction >> 31;
95 correction = -((uint64_t)reciprocal * q31b >> 32);
96 reciprocal = (uint64_t)reciprocal * correction >> 31;
97 correction = -((uint64_t)reciprocal * q31b >> 32);
98 reciprocal = (uint64_t)reciprocal * correction >> 31;
divdf3.c 109 uint64_t correction, reciprocal; local
110 correction = -((uint64_t)recip32*q31b + ((uint64_t)recip32*q63blo >> 32));
111 uint32_t cHi = correction >> 32;
112 uint32_t cLo = correction;
  /external/chromium_org/courgette/
ensemble_apply.cc 39 SourceStream* correction,
46 SourceStream* correction,
53 SourceStream* correction,
58 SourceStream* correction,
188 SourceStream* correction,
191 correction,
221 SourceStream* correction,
224 correction,
265 SourceStream* correction,
267 Status delta_status = ApplySimpleDelta(original, correction,
    [all...]
  /libcore/luni/src/main/java/java/util/
Grego.java 138 int correction = 0; local
141 correction = isLeap ? 1 : 2;
143 int month = (12 * (dayOfYear + correction) + 6) / 367; // zero-based month
  /packages/apps/Camera2/src/com/android/camera/crop/
BoundedRect.java 121 float[] correction = { local
125 // find correction vectors for corners that have moved out of bounds
127 float correctedInnerX = translatedInnerCorners[i] + correction[0];
128 float correctedInnerY = translatedInnerCorners[i + 1] + correction[1];
136 correction[0] += correctionVec[0];
137 correction[1] += correctionVec[1];
142 float correctedInnerX = translatedInnerCorners[i] + correction[0];
143 float correctedInnerY = translatedInnerCorners[i + 1] + correction[1];
151 correction[0] += correctionVec[0];
152 correction[1] += correctionVec[1]
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
BoundedRect.java 123 float[] correction = { local
127 // find correction vectors for corners that have moved out of bounds
129 float correctedInnerX = translatedInnerCorners[i] + correction[0];
130 float correctedInnerY = translatedInnerCorners[i + 1] + correction[1];
138 correction[0] += correctionVec[0];
139 correction[1] += correctionVec[1];
144 float correctedInnerX = translatedInnerCorners[i] + correction[0];
145 float correctedInnerY = translatedInnerCorners[i + 1] + correction[1];
153 correction[0] += correctionVec[0];
154 correction[1] += correctionVec[1]
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
IInputContext.aidl 52 void commitCorrection(in CorrectionInfo correction);
  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender.h 75 // misspelling identified by |hash| to string |correction|, which is not in
77 void ManuallyCorrected(uint32 hash, const string16& correction);
feedback_sender.cc 245 const string16& correction) {
252 misspelling->action.value = correction;
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 142 double correction; member in struct:__anon35162
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
MosaicTypes.h 142 double correction; member in struct:__anon35169
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 142 double correction; member in struct:__anon35179
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_lighttmp.h 112 GLfloat correction; local
167 correction = -1;
178 correction = 1;
204 n_dot_h = correction * DOT3(normal, h);
289 GLfloat correction; local
345 correction = -1;
356 correction = 1;
383 n_dot_h = correction * DOT3(normal, h);
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 112 GLfloat correction; local
167 correction = -1;
178 correction = 1;
204 n_dot_h = correction * DOT3(normal, h);
289 GLfloat correction; local
345 correction = -1;
356 correction = 1;
383 n_dot_h = correction * DOT3(normal, h);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
ChangeTimeScaleTrack.java 171 long correction = syncSampleTimes[ssIndex] - (summedDurations + x); local
172 LOG.finest(String.format("Sample %d %d / %d - correct by %d", i, summedDurations, syncSampleTimes[ssIndex], correction));
173 x += correction;
  /external/chromium_org/third_party/icu/source/i18n/
gregoimp.cpp 124 int32_t correction = 0; local
127 correction = isLeap ? 1 : 2;
129 month = (12 * (doy + correction) + 6) / 367; // zero-based month
  /external/icu4c/i18n/
gregoimp.cpp 124 int32_t correction = 0; local
127 correction = isLeap ? 1 : 2;
129 month = (12 * (doy + correction) + 6) / 367; // zero-based month
  /external/chromium_org/chrome/common/extensions/docs/server2/
PRESUBMIT.py 62 Q: Is this a spelling correction? New test? Better comments?
  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 96 var correction = window.innerWidth - document.documentElement.clientWidth;
98 $("spacer_dummy").style.width = width + correction + "px";
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 96 var correction = window.innerWidth - document.documentElement.clientWidth;
98 $('spacer_dummy').style.width = width + correction + 'px';
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 339 * Returns the word as it was typed, without any correction applied.
415 * Sets the auto-correction for this word.
417 public void setAutoCorrection(final String correction) {
418 mAutoCorrection = correction;
422 * @return the auto-correction for this word, or null if none.

Completed in 793 milliseconds

1 2 3