Searched refs:top (Results 376 - 400 of 2342) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/media/filters/
H A Dvideo_frame_scheduler_impl.cc55 pending_frames_.top().wall_ticks - tick_clock_->NowTicks(),
65 while (!pending_frames_.empty() && pending_frames_.top().wall_ticks <= now) {
66 expired_frames.push_back(pending_frames_.top());
98 // Flip the comparison as std::priority_queue<T>::top() returns the largest
/external/chromium_org/ppapi/examples/mouse_cursor/
H A Dmouse_cursor.cc15 void FillRect(pp::ImageData* image, int left, int top, int width, int height, argument
17 for (int y = std::max(0, top);
18 y < std::min(image->size().height() - 1, top + height);
/external/chromium_org/ppapi/generators/
H A Didl_propertynode.py86 top = BuildNode('Top', ['Left=Top', 'Right=Top'], [left, right])
88 errors += ExpectProp(top, 'Left', 'Top')
89 errors += ExpectProp(top, 'Right', 'Top')
/external/chromium_org/remoting/codec/
H A Dvideo_encoder_verbatim.cc53 const uint8_t* in = frame.data() + rect.top() * in_stride +
55 for (int y = rect.top(); y < rect.top() + rect.height(); ++y) {
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc177 int32_t top = length; local
178 while (top != bottom) {
179 location = (top + bottom) / 2;
183 top = location;
207 int32_t top = length; local
208 while (top != bottom) {
209 location = (top + bottom) / 2;
213 top = location;
232 int32_t top = length; local
233 while (top !
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dshadertext2.cpp64 matrices.top().fLabel = "Identity";
66 matrices.top().fLabel = "Scale";
68 matrices.top().fLabel = "Rotate";
70 matrices.top().fMatrix.setPerspX(-0.0015f);
71 matrices.top().fMatrix.setPerspY(+0.0015f);
72 matrices.top().fLabel = "Persp";
76 localMatrices.top().fLabel = "Identity";
78 localMatrices.top().fLabel = "Scale";
80 localMatrices.top().fLabel = "Rotate";
82 localMatrices.top()
[all...]
/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 DSkPathOpsBounds.h25 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { argument
27 if (top < fTop) fTop = top;
/external/chromium_org/third_party/skia/tests/
H A DPathOpsLineIntersectionTest.cpp127 double top = SkTMin(line1[0].fY, line1[1].fY); local
130 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top);
134 double top = SkTMin(line2[0].fY, line2[1].fY); local
137 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top);
174 double top = SkTMin(line1[0].fY, line1[1].fY); local
177 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top);
183 double top local
[all...]
H A DTDStackNesterTest.cpp25 * Test SkTDStackNester<int>::pop(). Pops the top element off the stack, and
34 const int top = nester->top(); local
37 REPORTER_ASSERT(reporter, top == value);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer_helper.cc98 int top = DownToMultiple(it.rect().top(), grid_size_mask); local
100 result->AddRect(DesktopRect::MakeLTRB(left, top, right, bottom));
/external/pdfium/fpdfsdk/src/
H A Dfpdftext.cpp73 double* right, double* bottom, double* top)
84 *top=charinfo.m_CharBox.top;
120 DLLEXPORT void STDCALL FPDFText_GetRect(FPDF_TEXTPAGE text_page,int rect_index, double* left,double* top, argument
126 textpage->GetRect(rect_index,rect.left,rect.top,rect.right,rect.bottom);
128 *top=rect.top;
133 DLLEXPORT int STDCALL FPDFText_GetBoundedText(FPDF_TEXTPAGE text_page,double left, double top, argument
138 CFX_FloatRect rect((FX_FLOAT)left,(FX_FLOAT)bottom,(FX_FLOAT)right,(FX_FLOAT)top);
258 double* top,doubl
72 FPDFText_GetCharBox(FPDF_TEXTPAGE text_page, int index,double* left, double* right, double* bottom, double* top) argument
257 FPDFLink_GetRect(FPDF_PAGELINK link_page,int link_index, int rect_index, double* left, double* top,double* right, double* bottom) argument
[all...]
/external/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc177 int32_t top = length; local
178 while (top != bottom) {
179 location = (top + bottom) / 2;
183 top = location;
207 int32_t top = length; local
208 while (top != bottom) {
209 location = (top + bottom) / 2;
213 top = location;
232 int32_t top = length; local
233 while (top !
[all...]
/external/skia/gm/
H A Dshadertext2.cpp64 matrices.top().fLabel = "Identity";
66 matrices.top().fLabel = "Scale";
68 matrices.top().fLabel = "Rotate";
70 matrices.top().fMatrix.setPerspX(-0.0015f);
71 matrices.top().fMatrix.setPerspY(+0.0015f);
72 matrices.top().fLabel = "Persp";
76 localMatrices.top().fLabel = "Identity";
78 localMatrices.top().fLabel = "Scale";
80 localMatrices.top().fLabel = "Rotate";
82 localMatrices.top()
[all...]
/external/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 DSkPathOpsBounds.h25 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { argument
27 if (top < fTop) fTop = top;
/external/skia/tests/
H A DPathOpsLineIntersectionTest.cpp120 double top = SkTMin(line1[0].fY, line1[1].fY); local
123 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top);
127 double top = SkTMin(line2[0].fY, line2[1].fY); local
130 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top);
167 double top = SkTMin(line1[0].fY, line1[1].fY); local
170 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top);
176 double top local
[all...]
H A DTDStackNesterTest.cpp25 * Test SkTDStackNester<int>::pop(). Pops the top element off the stack, and
34 const int top = nester->top(); local
37 REPORTER_ASSERT(reporter, top == value);
/external/chromium-trace/trace-viewer/src/ui/
H A Dfilter_control.css18 top: 1px;
32 margin-top: 1px;
/external/chromium_org/cc/resources/
H A Dlayer_tiling_data.cc74 int* top,
84 *top = tiling_data_.TileYIndexFromSrcCoord(content_rect.y());
104 int left, top, right, bottom; local
106 gfx::Rect(tiling_size), &left, &top, &right, &bottom); local
72 ContentRectToTileIndices(const gfx::Rect& content_rect, int* left, int* top, int* right, int* bottom) const argument
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dhorizontal_scrollbar_view.js44 setGeometry: function(left, top, width, height) {
45 superClass.prototype.setGeometry.call(this, left, top, width, height);
H A Dlogs_view.css30 margin-top: 0;
39 vertical-align: top;
/external/chromium_org/chrome/browser/resources/options/
H A Dlanguage_dictionary_overlay.css14 padding-top: 25px;
25 top: 21px;
/external/chromium_org/chrome/browser/resources/print_preview/settings/advanced_settings/
H A Dadvanced_settings.css20 top: 9px;
35 padding-top: 8px;
/external/chromium_org/chrome/browser/resources/print_preview/settings/
H A Dmore_settings.css8 border-top: 1px solid #e1e1e1;
9 margin-top: 4px;

Completed in 598 milliseconds

<<11121314151617181920>>