/external/chromium/ui/gfx/ |
D | point.h | 42 int y() const { return y_; } in y() 46 y_ = y; in SetPoint() 50 void set_y(int y) { y_ = y; } in set_y() 54 y_ += delta_y; in Offset() 59 copy.Offset(other.x_, other.y_); in Add() 65 copy.Offset(-other.x_, -other.y_); in Subtract() 70 return Point((x_ + other.x_) / 2, (y_ + other.y_) / 2); in Middle() 74 return x_ == rhs.x_ && y_ == rhs.y_; 88 return (y_ == rhs.y_) ? (x_ < rhs.x_) : (y_ < rhs.y_); 102 int y_; variable
|
D | point.cc | 15 Point::Point() : x_(0), y_(0) { in Point() 18 Point::Point(int x, int y) : x_(x), y_(y) { in Point() 25 y_ = points.y; in Point() 28 Point::Point(const POINT& point) : x_(point.x), y_(point.y) { in Point() 33 y_ = point.y; in operator =() 40 p.y = y_; in ToPOINT() 44 Point::Point(const CGPoint& point) : x_(point.x), y_(point.y) { in Point() 48 return CGPointMake(x_, y_); in ToCGPoint() 53 return base::StringPrintf("%d,%d", x_, y_); in ToString()
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
D | fast_rect_renderer.js | 56 y_: 0, property in FastRectRenderer 68 this.y_ = y; 98 this.ctx_.fillRect(x, this.y_, w, this.h_); 109 this.ctx_.fillRect(this.mergeStartX_, this.y_,
|
/external/chromium-trace/src/tracing/ |
D | fast_rect_renderer.js | 56 y_: 0, property in FastRectRenderer 68 this.y_ = y; 98 this.ctx_.fillRect(x, this.y_, w, this.h_); 109 this.ctx_.fillRect(this.mergeStartX_, this.y_,
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
D | date-format-tofte.js | 124 var y_ = Y(); 126 (y_ % 4 == 0 && y_ % 100 != 0) || 127 (y_ % 4 == 0 && y_ % 100 == 0 && y_ % 400 == 0)
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | date-format-tofte.js | 124 var y_ = Y(); 126 (y_ % 4 == 0 && y_ % 100 != 0) || 127 (y_ % 4 == 0 && y_ % 100 == 0 && y_ % 400 == 0)
|
/external/stlport/test/unit/ |
D | func_test.cpp | 27 static bool bigger_than(int x_, int y_); 39 bool FuncTest::bigger_than(int x_, int y_) in bigger_than() argument 41 return x_ > y_; in bigger_than()
|
D | ptr2_test.cpp | 35 static int sum(int x_, int y_) in sum() argument 37 return x_ + y_; in sum()
|
/external/webp/src/enc/ |
D | iterator.c | 27 (it->y_) > 0 ? 129 : 127; in InitLeft() 44 it->y_ = 0; in VP8IteratorReset() 77 const int x = it->x_, y = it->y_; in VP8IteratorImport() 131 const int x = it->x_, y = it->y_; in VP8IteratorExport() 235 const int x = it->x_, y = it->y_; in VP8IteratorNext() 264 it->y_++; in VP8IteratorNext() 265 it->bw_ = &enc->parts_[it->y_ & (enc->num_parts_ - 1)]; in VP8IteratorNext() 266 it->preds_ = enc->preds_ + it->y_ * 4 * enc->preds_w_; in VP8IteratorNext()
|
D | vp8enci.h | 251 int x_, y_; // current macroblock member
|
D | quant.c | 304 const uint8_t* top = it->y_ ? enc->y_top_ + it->x_ * 16 : NULL; in VP8MakeLuma16Preds() 311 const uint8_t* top = it->y_ ? enc->uv_top_ + it->x_ * 16 : NULL; in VP8MakeChroma8Preds()
|
D | frame.c | 526 uint8_t* const info = &pic->extra_info[it->x_ + it->y_ * enc->mb_w_]; in StoreSideInfo()
|
/external/chromium/chrome/browser/automation/ |
D | automation_provider_gtk.cc | 85 y_(absolute_y) { in MouseMoveTask() 92 ui_controls::SendMouseMoveNotifyWhenDone(x_, y_, next_task_); in Run() 101 int y_; member in MouseMoveTask
|
/external/libvpx/vp8/encoder/ |
D | ssim.c | 107 int y_, x_; in get_ssimfull_kernelg() local 114 for (y_ = 0; y_ < KERNEL_SIZE; ++y_, org += stride1, rec += stride2) in get_ssimfull_kernelg() 116 const int Wy = K[y_]; in get_ssimfull_kernelg()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
D | DrawUtils.java | 157 int y_ = y; in drawTextWrap() local 164 y_ += lineHeight; in drawTextWrap() 165 if (y_ > y + height) { in drawTextWrap() 170 gc.drawText(c, x_, y_); in drawTextWrap()
|
/external/v8/test/mjsunit/ |
D | debug-references.js | 109 function Point(x, y) { this.x_ = x; this.y_ = y;}
|
D | mirror-object.js | 163 this.y_ = y;
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kdt_posp.pkb | 248 Va,���8`��%����R����o !�~ITa}�@�Ӓֳ4�2`�i�y_e\K+��7�P�Eb���_1�5&-�b�e�Z�s|�CĀ�)L…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_lh0_kpdf_phs.pkb | 3183 G�����y_
|
/external/llvm/test/CodeGen/X86/ |
D | sse-minmax.ll | 10 ; The naming convention is {,x_,y_}{o,u}{gt,lt,ge,le}{,_inverse} 12 ; y_ : use -0.0 instead of %y
|
/external/chromium-trace/ |
D | script.js | 141 …is.pallette_=b}g.prototype={y_:0,h_:0,merging_:!1,mergeStartX_:0,mergeCurRight_:0,setYandH:functio… property in g 142 …s.y_,c,this.h_)))},flush:function(){this.merging_&&(this.ctx_.fillStyle=this.pallette_[this.merged…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_gl0_kpdf_mgc.pkb | 1132 �2?�Ѫ�w��Ip��:S]J^rc'Jkt�y�������Ă��y_���t�{Ϊ������է��j����������ə��x�NCr���
|