Searched defs:top (Results 226 - 250 of 743) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/core/
H A DSkRasterClip.h55 bool quickContains(int left, int top, int right, int bottom) const { argument
56 return quickContains(SkIRect::MakeLTRB(left, top, right, bottom));
H A DSkSpriteBlitter_ARGB32.cpp94 virtual void setup(const SkBitmap& device, int left, int top, argument
96 this->INHERITED::setup(device, left, top, paint);
H A DSkSpriteBlitter_RGB16.cpp266 virtual void setup(const SkBitmap& device, int left, int top, argument
268 this->INHERITED::setup(device, left, top, paint);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTexture.cpp77 bool GrTexture::readPixels(int left, int top, int width, int height, argument
86 left, top, width, height,
91 void GrTexture::writePixels(int left, int top, int width, int height, argument
100 left, top, width, height,
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp201 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { argument
202 addExactVerticalEndPoints(top, bottom, axisIntercept);
204 addNearVerticalEndPoints(top, bottom, axisIntercept);
211 double lineT = (pt.fY - top) / (bottom - top);
276 void addExactVerticalEndPoints(double top, double bottom, double x) { argument
278 double lineT = SkDLine::ExactPointV(fQuad[qIndex], top, bottom, x);
287 void addNearVerticalEndPoints(double top, double bottom, double x) { argument
293 double lineT = SkDLine::NearPointV(fQuad[qIndex], top, bottom, x);
361 int SkIntersections::vertical(const SkDQuad& quad, double top, doubl argument
[all...]
H A DSkIntersectionHelper.h125 SkScalar top() const { function in class:SkIntersectionHelper
H A DSkIntersections.cpp188 int SkIntersections::verticalLine(const SkPoint a[2], SkScalar top, SkScalar bottom, argument
192 return vertical(line, top, bottom, x, flipped);
195 int SkIntersections::verticalQuad(const SkPoint a[3], SkScalar top, SkScalar bottom, argument
199 return vertical(quad, top, bottom, x, flipped);
202 int SkIntersections::verticalCubic(const SkPoint a[4], SkScalar top, SkScalar bottom, argument
206 return vertical(cubic, top, bottom, x, flipped);
H A DSkPathOpsLine.cpp161 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { argument
163 if (xy.fY == top) {
173 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) { argument
177 if (!AlmostBetweenUlps(top, xy.fY, bottom)) {
180 double t = (xy.fY - top) / (bottom - top);
183 double realPtY = (1 - t) * top + t * bottom;
187 double tiniest = SkTMin(SkTMin(x, top), bottom);
188 double largest = SkTMax(SkTMax(x, top), bottom);
/external/chromium_org/third_party/skia/src/utils/
H A DSkCanvasStateUtils.cpp45 int32_t left, top, right, bottom; member in struct:ClipRect
284 state.clipRects[i].top,
/external/chromium_org/third_party/skia/src/views/
H A DSkTextBox.cpp147 void SkTextBox::setBox(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) argument
149 fBox.set(left, top, right, bottom);
/external/chromium_org/third_party/webrtc/modules/video_render/android/
H A Dvideo_render_android_impl.cc87 const float left, const float top,
103 renderStream = CreateAndroidRenderChannel(streamId, zOrder, left, top,
135 float& top,
294 const float /*top*/,
312 const float top,
326 const float left, const float top,
336 const float left, const float top,
85 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
131 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
308 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
320 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float rigth, const float bottom) argument
333 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
H A Dvideo_render_android_native_opengl2.cc217 const float top,
226 if (stream && stream->Init(zOrder, left, top, right, bottom) == 0)
285 const float top,
376 if (_openGLRenderer.SetCoordinates(zOrder, left, top, right, bottom) != 0) {
213 CreateAndroidRenderChannel( int32_t streamId, int32_t zOrder, const float left, const float top, const float right, const float bottom, VideoRenderAndroid& renderer) argument
283 Init(int32_t zOrder, const float left, const float top, const float right, const float bottom) argument
H A Dvideo_render_opengles20.cc178 const float top,
181 if ((top > 1 || top < 0) || (right > 1 || right < 0) ||
206 _vertices[11] = -1 * (2 * top) + 1;
211 _vertices[16] = -1 * (2 * top) + 1;
176 SetCoordinates(int32_t zOrder, const float left, const float top, const float right, const float bottom) argument
/external/chromium_org/third_party/webrtc/modules/video_render/external/
H A Dvideo_render_external_impl.cc52 const float top,
71 float& top,
79 top = 0;
143 const float top,
155 const float top,
177 const float top,
189 const float top,
49 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
67 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
140 SetStreamCropping( const uint32_t streamId, const float left, const float top, const float right, const float bottom) argument
151 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
170 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
185 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_render_linux_impl.cc92 const float top,
105 top, right, bottom);
142 float& top,
153 left, top, right,
212 const float /*top*/,
232 const float top,
247 const float left, const float top,
260 const float top,
88 AddIncomingRenderStream( const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
138 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
228 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
241 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float rigth, const float bottom) argument
256 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_mac_carbon_impl.cc139 const float top,
154 AGLChannel = _ptrCocoaRender->CreateNSGLChannel(streamId, zOrder, left, top, right, bottom);
176 float& top,
181 return _ptrCarbonRender->GetChannelProperties(streamId, zOrder, left, top, right, bottom);
247 const float top,
257 const float top,
276 const float top,
287 const float top,
136 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
173 GetIncomingRenderStreamProperties(const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
245 SetStreamCropping(const uint32_t streamId, const float left, const float top, const float right, const float bottom) argument
254 ConfigureRenderer(const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
270 SetText(const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
283 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Dvideo_render_windows_impl.cc99 const float top,
112 top, right, bottom);
137 float& top,
144 top = 0;
155 top, right, bottom);
247 const float top,
258 error = _ptrRendererWin->SetCropping(streamId, 0, left, top, right,
268 const float top,
280 top, right, bottom);
308 const float top,
96 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
133 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
244 SetStreamCropping( const uint32_t streamId, const float left, const float top, const float right, const float bottom) argument
264 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
301 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
326 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
[all...]
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_renderer.cc26 const float top,
31 if (!self || self->Init(z_order, left, top, right, bottom) != 0) {
64 const float top,
67 return render_module_.ConfigureRenderer(render_id_, z_order, left, top, right,
125 const float top,
130 render_id_, z_order, left, top, right, bottom));
20 CreateViERenderer(const int32_t render_id, const int32_t engine_id, VideoRender& render_module, ViERenderManager& render_manager, const uint32_t z_order, const float left, const float top, const float right, const float bottom) argument
62 ConfigureRenderer(const unsigned int z_order, const float left, const float top, const float right, const float bottom) argument
123 Init(const uint32_t z_order, const float left, const float top, const float right, const float bottom) argument
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbitmaptools.cc31 Box() : left(), top(), right(), bottom() {}
34 // left, top, width, height
38 if (!(ReadInt(&left) && ReadInt(&top) &&
43 if (left < 0 || top < 0 || width < 0 || height < 0) {
48 bottom = top + height;
55 if (top > y) top = y;
60 int height() const { return bottom - top; }
63 int top; member in struct:Box
118 total_size = (box.bottom - box.top) * row_strid
[all...]
/external/chromium_org/ui/gfx/geometry/
H A Drect_base_impl.h53 Inset(insets.left(), insets.top(), insets.right(), insets.bottom());
63 Inset(Type left, Type top, Type right, Type bottom) { argument
64 origin_ += VectorClass(left, top);
66 set_height(std::max(height() - top - bottom, static_cast<Type>(0)));
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_scroll_view_container.cc222 int y = insets.top();
238 scroll_down_button_->SetBounds(x, height() - pref.height() - insets.top(),
293 int top = menu_config.menu_vertical_border_size + padding; local
304 gfx::Insets(top, left, bottom, right)));
306 SetBorder(Border::CreateEmptyBorder(top, left, bottom, right));
/external/chromium_org/ui/wm/core/
H A Dimage_grid.cc27 // Sets the scaling for the transform applied to a layer. The left, top,
138 const int top = min(base_top_row_height_, size_.height() / 2); local
139 const int bottom = min(base_bottom_row_height_, size_.height() - top);
143 int center_height = std::max(size.height() - top - bottom, 0);
173 transform.Translate(0, top);
183 size.width() - right_layer_->bounds().width(), top);
193 LayerExceedsSize(top_left_layer_.get(), gfx::Size(left, top)) ?
194 gfx::Rect(gfx::Rect(0, 0, left, top)) :
203 LayerExceedsSize(top_right_layer_.get(), gfx::Size(right, top)) ?
205 right, top)
[all...]
/external/chromium_org/v8/src/compiler/
H A Dgeneric-algorithm.h66 NodeState top = stack.top(); local
67 if (top.first == top.second) {
79 post_order_node = Traits::from(stack.top().first);
82 visitor->PreEdge(Traits::from(top.first), top.first.edge().index(),
83 Traits::to(top.first));
84 current = Traits::to(top.first);
87 top
[all...]
/external/chromium_org/v8/src/heap/
H A Dstore-buffer.h82 void SetTop(Object*** top) { argument
83 DCHECK(top >= Start());
84 DCHECK(top <= Limit());
85 old_top_ = reinterpret_cast<Address*>(top);
/external/chromium_org/v8/tools/profviz/
H A Dcomposer.js28 Array.prototype.top = function() {
40 var kExecutionFrameWidth = 0.2; // Width of the top stack frame line.
238 var last_event = event_stack[thread_id].top();
402 function DrawBarBase(color, start, end, top, bottom, transparency) {
405 command += " from " + start + ", " + top;
460 ytics.push('"top ' + kStackFrames + ' js stack frames"' + ' ' +

Completed in 446 milliseconds

1234567891011>>