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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/strings/
utf_offset_string_conversions.cc 26 const Adjustments& adjustments,
28 if (!offsets_for_adjustment || adjustments.empty())
32 AdjustOffset(adjustments, &(*i));
36 void OffsetAdjuster::AdjustOffset(const Adjustments& adjustments,
41 for (Adjustments::const_iterator i = adjustments.begin();
42 i != adjustments.end(); ++i) {
56 const Adjustments& adjustments
240 OffsetAdjuster::Adjustments adjustments; local
254 OffsetAdjuster::Adjustments adjustments; local
    [all...]
utf_offset_string_conversions.h 18 // string in response to various adjustments one might do to that string
32 typedef std::vector<Adjustment> Adjustments;
34 // Adjusts all offsets in |offsets_for_adjustment| to reflect the adjustments
35 // recorded in |adjustments|.
44 static void AdjustOffsets(const Adjustments& adjustments,
47 // Adjusts the single |offset| to reflect the adjustments recorded in
48 // |adjustments|.
49 static void AdjustOffset(const Adjustments& adjustments,
    [all...]
utf_offset_string_conversions_unittest.cc 115 OffsetAdjuster::Adjustments adjustments; local
116 adjustments.push_back(OffsetAdjuster::Adjustment(3, 3, 1));
117 OffsetAdjuster::AdjustOffsets(adjustments, &offsets);
129 OffsetAdjuster::Adjustments adjustments; local
130 adjustments.push_back(OffsetAdjuster::Adjustment(0, 3, 1));
131 adjustments.push_back(OffsetAdjuster::Adjustment(4, 4, 2));
132 adjustments.push_back(OffsetAdjuster::Adjustment(10, 7, 4));
133 adjustments.push_back(OffsetAdjuster::Adjustment(20, 3, 1))
149 OffsetAdjuster::Adjustments adjustments; local
173 OffsetAdjuster::Adjustments adjustments; local
187 OffsetAdjuster::Adjustments adjustments; local
206 OffsetAdjuster::Adjustments adjustments; local
    [all...]
  /external/chromium_org/net/base/
net_util_icu.cc 368 base::OffsetAdjuster::Adjustments* adjustments) {
369 if (adjustments)
370 adjustments->clear();
398 if (converted_idn && adjustments) {
399 adjustments->push_back(base::OffsetAdjuster::Adjustment(
439 base::OffsetAdjuster::Adjustments* adjustments) {
444 // Format the underlying URL and record adjustments.
446 adjustments->clear()
450 new_parsed, prefix_end, adjustments)); local
641 base::OffsetAdjuster::Adjustments adjustments; local
    [all...]
escape.cc 124 // string. Fills in an |adjustments| parameter, if non-NULL, so it reflects
126 // character. The resulting |adjustments| will always be sorted by increasing
132 base::OffsetAdjuster::Adjustments* adjustments) {
133 if (adjustments)
134 adjustments->clear();
213 if (adjustments)
214 adjustments->push_back(base::OffsetAdjuster::Adjustment(i, 3, 1));
354 base::OffsetAdjuster::Adjustments* adjustments) {
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
denoising_sse2.c 67 /* Get masks for l2 l1 and l0 adjustments */
71 /* Get adjustments for l2, l1, and l0 */
77 /* Combine the adjustments and get absolute adjustments. */
83 /* Restore the sign and get positive and negative adjustments. */
92 /* Adjustments <=7, and each element in acc_diff can fit in signed
  /external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c 65 /* Get masks for l2 l1 and l0 adjustments */
69 /* Get adjustments for l2, l1, and l0 */
75 /* Combine the adjustments and get absolute adjustments. */
81 /* Restore the sign and get positive and negative adjustments. */
90 /* Adjustments <=7, and each element in acc_diff can fit in signed
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
denoising_sse2.c 66 /* Get masks for l2 l1 and l0 adjustments */
70 /* Get adjustments for l2, l1, and l0 */
76 /* Combine the adjustments and get absolute adjustments. */
82 /* Restore the sign and get positive and negative adjustments. */
91 /* Adjustments <=7, and each element in acc_diff can fit in signed
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusimageAttributes.h 20 // There are 5 possible sets of color adjustments:
27 // Bitmaps, Brushes, Pens, and Text will all use any color adjustments
29 // color adjustments have been set. So as soon as any "Set" method is
31 // scratch with only the color adjustments that have been set for them.
32 // Calling Reset removes any individual color adjustments for a type
33 // and makes it revert back to using all the default color adjustments
35 // have no color adjustments at all, regardless of what previous adjustments
78 // Remove any individual color adjustments, and go back to using the default
  /external/icu/icu4c/source/layout/
OpenTypeLayoutEngine.cpp 463 GlyphPositionAdjustments *adjustments = new GlyphPositionAdjustments(glyphCount); local
466 if (adjustments == NULL) {
473 // the adjustments array w/ new...
475 adjustments->setXPlacement(i, 0);
476 adjustments->setYPlacement(i, 0);
478 adjustments->setXAdvance(i, 0);
479 adjustments->setYAdvance(i, 0);
481 adjustments->setBaseOffset(i, -1);
488 fGPOSTable->process(fGPOSTable, glyphStorage, adjustments, reverse, fScriptTagV2, fLangSysTag,
492 fGPOSTable->process(fGPOSTable, glyphStorage, adjustments, reverse, fScriptTag, fLangSysTag,
    [all...]
  /external/chromium_org/courgette/
adjustment_method.h 23 // Returns and adjustement method that makes no adjustments.
  /external/llvm/test/CodeGen/X86/
inline-asm-stack-realign.ll 7 ; CHECK: Stack realignment in presence of dynamic stack adjustments is not supported with inline assembly
inline-asm-stack-realign2.ll 7 ; CHECK: Stack realignment in presence of dynamic stack adjustments is not supported with inline assembly
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
denoising_neon.c 22 * pixel adjustments vs. pixel diff value ahead of time.
35 * The adjustments were further corrected by checking the motion magnitude.
88 /* Calculate absolute adjustments for level 1, 2 and 3. */
104 /* Calculate positive and negative adjustments. Apply them to the signal
105 * and accumulate them. Adjustments are less than eight and the maximum
144 /* Too much adjustments => copy block. */
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
denoising_neon.c 22 * pixel adjustments vs. pixel diff value ahead of time.
35 * The adjustments were further corrected by checking the motion magnitude.
96 /* Calculate absolute adjustments for level 1, 2 and 3. */
112 /* Calculate positive and negative adjustments. Apply them to the signal
113 * and accumulate them. Adjustments are less than eight and the maximum
159 /* Too much adjustments => copy block. */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
denoising_neon.c 22 * pixel adjustments vs. pixel diff value ahead of time.
35 * The adjustments were further corrected by checking the motion magnitude.
96 /* Calculate absolute adjustments for level 1, 2 and 3. */
112 /* Calculate positive and negative adjustments. Apply them to the signal
113 * and accumulate them. Adjustments are less than eight and the maximum
159 /* Too much adjustments => copy block. */
  /external/chromium_org/third_party/skia/gm/
typeface.cpp 91 static void applyKerning(SkPoint pos[], const int32_t adjustments[], int count,
97 globalAdj += adjustments[i] * scale;
118 int32_t* adjustments = adjustmentStorage.get(); local
119 if (!face->getKerningPairAdjustments(glyphs, glyphCount, adjustments)) {
131 applyKerning(pos, adjustments, glyphCount, glyphPaint);
  /external/skia/gm/
typeface.cpp 91 static void applyKerning(SkPoint pos[], const int32_t adjustments[], int count,
97 globalAdj += adjustments[i] * scale;
118 int32_t* adjustments = adjustmentStorage.get(); local
119 if (!face->getKerningPairAdjustments(glyphs, glyphCount, adjustments)) {
131 applyKerning(pos, adjustments, glyphCount, glyphPaint);
  /frameworks/base/docs/html/training/system-ui/
visibility.jd 64 // adjustments to your UI, such as showing the action bar or
68 // adjustments to your UI, such as hiding the action bar or
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate_impl.h 55 // Perform platform-specific adjustments of |params| before OpenApplication().
  /external/chromium_org/components/bookmarks/browser/
bookmark_utils.h 115 // result. |languages| is passed to net::FormatUrl(). |adjustments|, if
119 // |adjustments| to calculate the location of these offsets in the original
134 base::OffsetAdjuster::Adjustments* adjustments);
  /external/kernel-headers/original/uapi/linux/
atm_zatm.h 49 #define ZATM_TIMER_HISTORY_SIZE 16 /* number of timer adjustments to
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
atm_zatm.h 49 #define ZATM_TIMER_HISTORY_SIZE 16 /* number of timer adjustments to
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atm_zatm.h 49 #define ZATM_TIMER_HISTORY_SIZE 16 /* number of timer adjustments to
  /external/chromium_org/third_party/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 {

Completed in 5454 milliseconds

1 2 3 4 5 6 7 8 91011>>