HomeSort by relevance Sort by last modified time
    Searched full:adjustments (Results 26 - 50 of 403) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/skia/src/core/
SkTypeface.cpp 246 int32_t adjustments[]) const {
251 if (NULL == glyphs || NULL == adjustments) {
254 SkASSERT(NULL == adjustments);
256 return this->onGetKerningPairAdjustments(glyphs, count, adjustments);
301 int32_t adjustments[]) const {
  /external/clang/lib/CodeGen/
CodeGenPGO.h 172 /// Get the value of the counter with adjustments applied. Adjustments occur
188 /// adjustments. If AddIncomingFallThrough is true, the current region count
201 /// For counters on boolean branches, begins tracking adjustments for the
224 /// Commit all adjustments to the current region. If the region is a loop,
227 /// adjustments for the body of the loop.
  /external/icu/icu4c/source/layout/
ThaiLayoutEngine.h 119 * This method does positioning adjustments like accent positioning and
121 * position adjustments must override this method.
ThaiLayoutEngine.cpp 118 // default is no adjustments
  /external/chromium_org/ash/wm/
screen_dimmer.h 22 // for long-term brightness adjustments due to performance
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.h 62 int32_t adjustments[]) const SK_OVERRIDE;
  /external/skia/src/ports/
SkFontHost_FreeType_common.h 62 int32_t adjustments[]) const SK_OVERRIDE;
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
DisplayAdjustmentUtils.java 31 * Utility methods for performing accessibility display adjustments.
58 * adjustments.
77 * Applies the specified user's display color adjustments.
  /external/chromium_org/third_party/skia/include/core/
SkTypeface.h 214 * Given a run of glyphs, return the associated horizontal adjustments.
215 * Adjustments are in "design units", which are integers relative to the
226 * [count] valid glyph IDs, and the adjustments parameter must be
228 * [count-1] entries in the adjustments array will be set. If the method
229 * returns false, then no kerning should be applied, and the adjustments
234 int32_t adjustments[]) const;
313 int32_t adjustments[]) const;
  /external/skia/include/core/
SkTypeface.h 214 * Given a run of glyphs, return the associated horizontal adjustments.
215 * Adjustments are in "design units", which are integers relative to the
226 * [count] valid glyph IDs, and the adjustments parameter must be
228 * [count-1] entries in the adjustments array will be set. If the method
229 * returns false, then no kerning should be applied, and the adjustments
234 int32_t adjustments[]) const;
313 int32_t adjustments[]) const;
  /external/chromium_org/net/base/
escape.h 118 // be converted into a base::string16 and returned. |adjustments| provides
127 base::OffsetAdjuster::Adjustments* adjustments);
escape_unittest.cc 127 base::OffsetAdjuster::Adjustments adjustments; local
129 url, UnescapeRule::SPACES, &adjustments);
414 base::OffsetAdjuster::Adjustments adjustments; local
416 adjust_cases[i].input, UnescapeRule::NORMAL, &adjustments);
417 base::OffsetAdjuster::AdjustOffset(adjustments, &offset);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_getschedparam.c 70 * priority as altered by any system priority adjustments etc.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTextPath.cpp 65 // the current 'text' element, including any adjustments to the current user coordinate
SVGTextLayoutEngine.h 40 // certain SVG specific text layout properties (text-length adjustments and text-anchor).
  /external/llvm/
llvm.spec.in 64 - Minor adjustments for the 1.5 release
  /external/valgrind/
merge.upstream.sh 65 echo " 2. Test the build and make adjustments to $current_dir/main/Android.mk if neccessary"
  /external/srtp/crypto/include/
config.h 177 /* Adjustments to build under MSVC. */
198 /* Adjustments to build on MacOS. */
  /external/chromium_org/components/bookmarks/browser/
bookmark_utils.cc 409 base::OffsetAdjuster::Adjustments* adjustments) {
410 base::OffsetAdjuster::Adjustments tmp_adjustments;
415 NULL, NULL, adjustments ? adjustments : &tmp_adjustments));
bookmark_index.cc 220 base::OffsetAdjuster::Adjustments adjustments; local
223 node->url(), languages_, &adjustments), &url_words);
250 base::OffsetAdjuster::UnadjustOffsets(adjustments, &offsets);
  /development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
MyGLRenderer.java 83 // make adjustments for screen ratio
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.cc 251 base::OffsetAdjuster::Adjustments adjustments; local
254 NULL, &adjustments);
255 base::OffsetAdjuster::AdjustOffsets(adjustments, &offsets);
  /external/chromium_org/components/url_fixer/
url_fixer.h 37 // some "smart" adjustments to obviously-invalid input where possible.
  /external/chromium_org/net/dns/
mdns_cache.h 101 // and TTL. Does adjustments so entries with a TTL of zero will have a
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderSelectionInfo.h 104 // RenderBox::mapRectToRepaintBacking to get called, which makes rect adjustments even if you pass the same

Completed in 2611 milliseconds

12 3 4 5 6 7 8 91011>>