HomeSort by relevance Sort by last modified time
    Searched refs:bottom_ (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/ui/gfx/
insets_base.h 19 Type bottom() const { return bottom_; }
28 Type height() const { return top_ + bottom_; }
36 bottom_ = bottom;
42 bottom_ == insets.bottom_ && right_ == insets.right_;
52 bottom_ += insets.bottom_;
57 return Class(-top_, -left_, -bottom_, -right_);
64 bottom_(bottom),
74 Type bottom_; member in class:gfx::InsetsBase
    [all...]
  /external/chromium_org/cc/resources/
layer_quad.cc 27 bottom_ = Edge(quad.p3(), quad.p4());
33 bottom_.scale(sign);
43 bottom_(bottom) {}
48 right_.Intersect(bottom_),
49 bottom_.Intersect(left_));
62 flattened[9] = bottom_.x();
63 flattened[10] = bottom_.y();
64 flattened[11] = bottom_.z();
layer_quad.h 81 Edge bottom() const { return bottom_; }
89 bottom_.move_z(dy);
107 Edge bottom_; member in class:cc::LayerQuad
picture_layer_tiling.h 108 operator bool() const { return tile_j_ <= bottom_; }
122 int bottom_; member in class:cc::PictureLayerTiling::CoverageIterator
picture_layer_tiling.cc 192 bottom_(-1) {
208 bottom_(-1) {
234 bottom_ = tiling_->tiling_data_.TileYIndexFromSrcCoord(
247 if (tile_j_ > bottom_)
257 if (tile_j_ > bottom_) {
  /external/v8/src/
mark-compact.h 173 : array_(NULL), top_(0), bottom_(0), mask_(0), overflowed_(false) { }
180 top_ = bottom_ = 0;
184 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; }
186 inline bool IsEmpty() { return top_ == bottom_; }
232 bottom_ = ((bottom_ - 1) & mask_);
233 array_[bottom_] = object;
238 int bottom() { return bottom_; }
246 // empty when top_ == bottom_. It is full when top_ + 1 == bottom
249 int bottom_; member in class:v8::internal::MarkingDeque
    [all...]
  /external/chromium_org/v8/src/
mark-compact.h 173 : array_(NULL), top_(0), bottom_(0), mask_(0), overflowed_(false) { }
180 top_ = bottom_ = 0;
184 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; }
186 inline bool IsEmpty() { return top_ == bottom_; }
232 bottom_ = ((bottom_ - 1) & mask_);
233 array_[bottom_] = object;
238 int bottom() { return bottom_; }
246 // empty when top_ == bottom_. It is full when top_ + 1 == bottom
249 int bottom_; member in class:v8::internal::MarkingDeque
    [all...]
  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc 21 SkBitmap* BubbleBorder::bottom_ = NULL; member in class:BubbleBorder
118 int bottom = bottom_->height();
175 bottom_ = rb.GetBitmapNamed(IDR_BUBBLE_B);
209 const int b_height = bottom_->height();
335 bottom_,
343 canvas->TileImageInt(*bottom_, left + bl_width, bottom - b_height,
bubble_border.h 138 static SkBitmap* bottom_; member in class:BubbleBorder
  /external/chromium_org/cc/base/
tiling_data.h 98 int bottom_; member in class:cc::TilingData::Iterator
tiling_data.cc 279 bottom_(-1) {
290 bottom_ = tiling_data_->LastBorderTileYIndexFromSrcCoord(rect.bottom() - 1);
307 if (index_y_ > bottom_)
  /external/chromium_org/ui/aura/
root_window_host_x11.cc 193 bottom_(0) {
205 if (!base::StringToInt(parts[3], &bottom_))
239 if (!left_ && !right_ && !top_ && !bottom_)
262 if (top_ || bottom_) {
274 y < resolution_y - top_ + bottom_ * kGraceAreaFraction)
277 y = (y * resolution_y) / (resolution_y - (bottom_ + top_));
317 int bottom_; member in class:aura::internal::TouchEventCalibrate
    [all...]
  /frameworks/base/core/jni/android/graphics/
Path.cpp 177 SkScalar bottom_ = SkFloatToScalar(bottom); local
178 obj->addRect(left_, top_, right_, bottom_, dir);
Canvas.cpp 424 SkScalar bottom_ = SkFloatToScalar(bottom); local
425 canvas->drawRectCoords(left_, top_, right_, bottom_, *paint);
    [all...]

Completed in 361 milliseconds