HomeSort by relevance Sort by last modified time
    Searched refs:horizontal (Results 101 - 125 of 202) sorted by null

1 2 3 45 6 7 8 9

  /external/chromium_org/chrome/browser/resources/
components.css 212 -webkit-border-horizontal-spacing: 0;
246 /* Separate the columns for tables used for horizontal listings only a bit. */
plugins.css 201 -webkit-border-horizontal-spacing: 0;
235 /* Separate the columns for tables used for horizontal listings only a bit. */
  /external/chromium_org/chrome/browser/resources/options/
cookies_view.css 31 -webkit-box-orient: horizontal;
browser_options.css 175 -webkit-box-orient: horizontal;
331 -webkit-box-orient: horizontal;
options_page.css 55 -webkit-box-orient: horizontal;
126 -webkit-appearance: slider-horizontal;
  /external/chromium_org/third_party/skia/src/pathops/
SkDLineIntersection.cpp 105 // note that this only works if both lines are neither horizontal nor vertical
187 int SkIntersections::horizontal(const SkDLine& line, double y) { function in class:SkIntersections
199 int SkIntersections::horizontal(const SkDLine& line, double left, double right, function in class:SkIntersections
  /external/chromium_org/ui/gfx/
rect_base_impl.h 77 Offset(Type horizontal, Type vertical) {
78 origin_ += VectorClass(horizontal, vertical);
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.cc 38 BaseScrollBar::BaseScrollBar(bool horizontal, BaseScrollBarThumb* thumb)
39 : ScrollBar(horizontal),
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 264 void WebLayerImpl::setUserScrollable(bool horizontal, bool vertical) {
265 layer_->SetUserScrollable(horizontal, vertical);
  /external/skia/src/pathops/
SkDLineIntersection.cpp 105 // note that this only works if both lines are neither horizontal nor vertical
187 int SkIntersections::horizontal(const SkDLine& line, double y) { function in class:SkIntersections
199 int SkIntersections::horizontal(const SkDLine& line, double left, double right, function in class:SkIntersections
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
audio_player.css 117 -webkit-box-orient: horizontal;
229 -webkit-box-orient: horizontal;
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
scrollbar.js 20 HORIZONTAL: 1
27 this.classList.remove('scrollbar-horizontal');
31 this.classList.add('scrollbar-horizontal');
  /external/chromium_org/third_party/flot/
jquery.flot.stack.min.js 36 */(function(e){function n(e){function t(e,t){var n=null;for(var r=0;r<t.length;++r){if(e==t[r])break;t[r].stack==e.stack&&(n=t[r])}return n}function n(e,n,r){if(n.stack==null||n.stack===!1)return;var i=t(n,e.getData());if(!i)return;var s=r.pointsize,o=r.points,u=i.datapoints.pointsize,a=i.datapoints.points,f=[],l,c,h,p,d,v,m=n.lines.show,g=n.bars.horizontal,y=s>2&&(g?r.format[2].x:r.format[2].y),b=m&&n.lines.steps,w=!0,E=g?1:0,S=g?0:1,x=0,T=0,N,C;for(;;) (…)
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subpel_variance_impl_sse2.asm 47 pavgb xmm5, xmm3 ; xmm5 = avg(xmm1,xmm3) horizontal line 1
54 pavgb xmm1, xmm2 ; xmm1 = avg(xmm1,xmm3) horizontal line i+1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_mid_hor.s 17 ;-- Abstract : ARMv6 optimized version horizontal part of
55 ;// Horizontal filter approach
57 ;// Basic idea in horizontal filtering is to adjust coefficients
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImage.java 258 // horizontal
411 // find horizontal patches
419 Tick horizontal = getContentArea(mHorizontalContents); local
428 if (horizontal != null) {
429 rect.x = horizontal.start;
430 rect.width = horizontal.getLength();
496 // find horizontal contents area
521 // find horizontal contents area
784 // horizontal stretch
844 return "HORIZONTAL";
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.c 1875 FT_Int horizontal, count; local
    [all...]
  /external/freetype/src/cff/
cffgload.c 1875 FT_Int horizontal, count; local
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
most_visited.css 73 -webkit-box-orient: horizontal;
  /external/chromium_org/chrome/browser/resources/ntp_android/
bookmarks.css 19 -webkit-box-orient: horizontal;
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview.css 274 -webkit-box-orient: horizontal;
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls.js 119 // Compute horizontal motion
  /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
FoldingLayoutActivity.java 51 * The number of folds, orientation (vertical or horizontal) of the fold, and the
84 private Orientation mOrientation = Orientation.HORIZONTAL;
284 mOrientation = (mOrientation == Orientation.HORIZONTAL) ? Orientation.VERTICAL :
285 Orientation.HORIZONTAL;
286 item.setTitle((mOrientation == Orientation.HORIZONTAL) ? R.string.vertical :
287 R.string.horizontal);
371 * scrolling to fold a vertically oriented view and horizontal scrolling to fold
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 342 /* horiBearingX :: The horizontal left bearing. */
344 /* horiBearingY :: The horizontal top bearing. */
346 /* horiAdvance :: The horizontal advance. */
410 /* bitmap strike, for either a horizontal or vertical layout. */
432 /* horizontal advance - */
551 /* hori :: The line metrics for horizontal layouts. */
559 /* x_ppem :: The number of horizontal pixels per EM. *
1188 TT_HoriHeader horizontal; \/* TrueType horizontal header *\/ member in struct:TT_FaceRec_
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
sfdriver.c 83 table = &face->horizontal;

Completed in 1311 milliseconds

1 2 3 45 6 7 8 9