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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/base/
utf_offset_string_conversions_unittest.cc 122 AdjustOffset::Adjustments adjustments; local
123 adjustments.push_back(AdjustOffset::Adjustment(3, 3, 1));
124 std::for_each(offsets.begin(), offsets.end(), AdjustOffset(adjustments));
134 adjustments.clear();
135 adjustments.push_back(AdjustOffset::Adjustment(0, 3, 1));
136 adjustments.push_back(AdjustOffset::Adjustment(4, 4, 2));
137 adjustments.push_back(AdjustOffset::Adjustment(10, 7, 4));
138 adjustments.push_back(AdjustOffset::Adjustment(20, 3, 1));
139 std::for_each(offsets.begin(), offsets.end(), AdjustOffset(adjustments));
    [all...]
utf_offset_string_conversions.h 74 // number of AdjustOffset::Adjustments, drop them into a vector, then call
76 // AdjustOffset(adjustments). Each Adjustment gives the original |location|
90 typedef std::vector<Adjustment> Adjustments;
92 explicit AdjustOffset(const Adjustments& adjustments);
95 const Adjustments& adjustments_;
utf_offset_string_conversions.cc 36 AdjustOffset::Adjustments adjustments; local
53 adjustments.push_back(AdjustOffset::Adjustment(
59 if (offsets_for_adjustment && !adjustments.empty()) {
62 AdjustOffset(adjustments));
221 AdjustOffset::AdjustOffset(const Adjustments& adjustments)
222 : adjustments_(adjustments) {}
228 for (Adjustments::const_iterator i = adjustments_.begin();
  /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
  /external/icu4c/layout/
OpenTypeLayoutEngine.cpp 457 GlyphPositionAdjustments *adjustments = new GlyphPositionAdjustments(glyphCount); local
460 if (adjustments == NULL) {
467 // the adjustments array w/ new...
469 adjustments->setXPlacement(i, 0);
470 adjustments->setYPlacement(i, 0);
472 adjustments->setXAdvance(i, 0);
473 adjustments->setYAdvance(i, 0);
475 adjustments->setBaseOffset(i, -1);
481 fGPOSTable->process(glyphStorage, adjustments, reverse, fScriptTagV2, fLangSysTag, fGDEFTable, success, fFontInstance,
485 fGPOSTable->process(glyphStorage, adjustments, reverse, fScriptTag, fLangSysTag, fGDEFTable, success, fFontInstance
    [all...]
ThaiLayoutEngine.h 119 * This method does positioning adjustments like accent positioning and
121 * position adjustments must override this method.
  /external/chromium_org/courgette/
adjustment_method.h 23 // Returns and adjustement method that makes no adjustments.
  /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);
  /external/chromium/net/base/
escape.cc 120 AdjustEncodingOffset::Adjustments adjustments; // Locations of adjusted text. local
148 adjustments.push_back(i);
171 if (offsets_for_adjustment && !adjustments.empty()) {
174 AdjustEncodingOffset(adjustments));
383 AdjustEncodingOffset::AdjustEncodingOffset(const Adjustments& adjustments)
384 : adjustments(adjustments) {}
391 for (Adjustments::const_iterator i = adjustments.begin()
    [all...]
escape.h 144 typedef std::vector<size_t> Adjustments;
146 explicit AdjustEncodingOffset(const Adjustments& adjustments);
149 const Adjustments& adjustments; member in struct:AdjustEncodingOffset
  /external/chromium_org/net/base/
escape.cc 120 net::internal::AdjustEncodingOffset::Adjustments adjustments; local
148 adjustments.push_back(i);
171 if (offsets_for_adjustment && !adjustments.empty()) {
174 net::internal::AdjustEncodingOffset(adjustments));
366 AdjustEncodingOffset::AdjustEncodingOffset(const Adjustments& adjustments)
367 : adjustments(adjustments) {}
374 for (Adjustments::const_iterator i = adjustments.begin()
    [all...]
escape.h 143 typedef std::vector<size_t> Adjustments;
145 explicit AdjustEncodingOffset(const Adjustments& adjustments);
148 const Adjustments& adjustments; member in struct:net::internal::AdjustEncodingOffset
  /frameworks/base/docs/html/training/system-ui/
visibility.jd 57 // adjustments to your UI, such as showing the action bar or
61 // 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().
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm_zatm.h 49 #define ZATM_TIMER_HISTORY_SIZE 16 /* number of timer adjustments to
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/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 234 int32_t adjustments[]) const {
239 if (NULL == glyphs || NULL == adjustments) {
242 SkASSERT(NULL == adjustments);
244 return this->onGetKerningPairAdjustments(glyphs, count, adjustments);
268 int32_t adjustments[]) const {
  /external/skia/src/core/
SkTypeface.cpp 234 int32_t adjustments[]) const {
239 if (NULL == glyphs || NULL == adjustments) {
242 SkASSERT(NULL == adjustments);
244 return this->onGetKerningPairAdjustments(glyphs, count, adjustments);
268 int32_t adjustments[]) const {
  /external/chromium_org/base/strings/
utf_offset_string_conversions.h 68 // any supplied adjustments. To use, declare one of these, providing the
69 // address of the offset vector to adjust. Then Add() any number of Adjustments
  /external/chromium_org/ash/wm/
screen_dimmer.h 23 // for long-term brightness adjustments due to performance
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTextPath.cpp 50 // the current 'text' element, including any adjustments to the current user coordinate
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.h 63 int32_t adjustments[]) const SK_OVERRIDE;
  /external/skia/src/ports/
SkFontHost_FreeType_common.h 63 int32_t adjustments[]) const SK_OVERRIDE;
  /external/chromium_org/third_party/skia/include/core/
SkTypeface.h 229 * Given a run of glyphs, return the associated horizontal adjustments.
230 * Adjustments are in "design units", which are integers relative to the
241 * [count] valid glyph IDs, and the adjustments parameter must be
243 * [count-1] entries in the adjustments array will be set. If the method
244 * returns false, then no kerning should be applied, and the adjustments
249 int32_t adjustments[]) const;
328 int32_t adjustments[]) const;

Completed in 459 milliseconds

1 2 3 4 5 6 7 8 91011>>