HomeSort by relevance Sort by last modified time
    Searched full:borders (Results 26 - 50 of 439) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/freetype/src/base/
ftstroke.c 286 /***** STROKE BORDERS *****/
308 FT_Bool movable; /* TRUE for ends of lineto borders */
780 FT_StrokeBorderRec borders[2]; member in struct:FT_StrokerRec_
806 ft_stroke_border_init( &stroker->borders[0], memory );
807 ft_stroke_border_init( &stroker->borders[1], memory );
849 ft_stroke_border_reset( &stroker->borders[0] );
850 ft_stroke_border_reset( &stroker->borders[1] );
865 ft_stroke_border_done( &stroker->borders[0] );
866 ft_stroke_border_done( &stroker->borders[1] );
882 FT_StrokeBorder border = stroker->borders + side
    [all...]
  /external/freetype/src/base/
ftstroke.c 286 /***** STROKE BORDERS *****/
308 FT_Bool movable; /* TRUE for ends of lineto borders */
780 FT_StrokeBorderRec borders[2]; member in struct:FT_StrokerRec_
806 ft_stroke_border_init( &stroker->borders[0], memory );
807 ft_stroke_border_init( &stroker->borders[1], memory );
849 ft_stroke_border_reset( &stroker->borders[0] );
850 ft_stroke_border_reset( &stroker->borders[1] );
865 ft_stroke_border_done( &stroker->borders[0] );
866 ft_stroke_border_done( &stroker->borders[1] );
882 FT_StrokeBorder border = stroker->borders + side
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFieldset.cpp 149 // cases the legend is embedded in the right and bottom borders respectively.
174 // cases the legend is embedded in the right and bottom borders respectively.
200 // cases the legend is embedded in the right and bottom borders respectively.
PaintPhase.h 34 * The backgrounds and borders of all blocks are painted. Inlines are not painted at all.
RenderScrollbarPart.cpp 104 // FIXME: Querying the style's border information doesn't work on table cells with collapsing borders.
122 // FIXME: Querying the style's border information doesn't work on table cells with collapsing borders.
FixedTableLayout.cpp 38 table's width, the width of the columns, and borders or cell
57 table space (minus borders or cell spacing).
61 widths (plus cell spacing or borders). If the table is wider than
RenderTable.cpp 104 // If border was changed, invalidate collapsed borders cache.
332 // HTML tables' width styles already include borders and paddings, but CSS tables' width styles do not.
333 LayoutUnit borders = 0;
336 borders = borderStart() + borderEnd() + (collapseBorders() ? LayoutUnit() : paddingStart() + paddingEnd());
338 return minimumValueForLength(styleLogicalWidth, availableWidth, view()) + borders;
349 LayoutUnit borders = LayoutUnit(); local
352 borders = borderAndPadding;
354 computedLogicalHeight = styleLogicalHeight.value() - borders;
561 // Layout was changed, so probably borders too.
611 // Add overflow from borders
    [all...]
  /external/chromium_org/apps/ui/
native_app_window.h 58 // borders) and the content bounds, if any.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
RenderingOptionsView.js 43 div.appendChild(WebInspector.SettingsTab.createSettingCheckbox(WebInspector.UIString("Show composited layer borders"), WebInspector.settings.showDebugBorders));
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
webtreemap.css 50 /* Optional: Different borders depending on level. */
webtreemap.js 32 // We could support arbitrary borders using getComputedStyle(), but I am
63 // Shift off by border so we don't get nested borders.
64 // TODO: actually make nested borders work (need to adjust width/height).
  /external/chromium_org/ui/gfx/
insets_base.h 12 // An insets represents the borders of a container (the space the container must
  /external/chromium_org/ui/views/
border.h 32 // IMPORTANT NOTE: not all views support borders at this point. In order to
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
set_operations.h 375 difference_type *borders; local
389 borders = new difference_type[num_threads + 2];
390 equally_split(size, num_threads + 1, borders);
401 const difference_type rank = borders[iam + 1];
  /external/chromium_org/cc/resources/
picture_layer_tiling.h 95 // Visible rect (no borders), always in the space of content_rect,
102 // Full rect (including borders) of the current tile, always in the space
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorPickerDialog.java 137 // Only need to hide the borders, not the Views themselves, since the Views are
138 // contained within the borders.
  /external/libvpx/libvpx/vp8/common/x86/
postproc_mmx.asm 62 .init_borderd ; initialize borders
75 .init_border ; initialize borders
  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c 40 * borders
128 // destination's UMV borders.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryAdapter.java 82 if (category == MainPanel.BORDERS) {
208 } else if (mCategory == MainPanel.BORDERS) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterColorBorderRepresentation.java 58 setTextId(R.string.borders);
130 return R.string.borders;
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_VideoPreProcessing.c 90 is black borders */
125 Used for cropping and black borders*/
179 Media rendering: Black borders*/
241 /*it is height so black borders will be on the top and on the bottom side*/
267 /*it is width so black borders will be on the left and right side*/
  /external/chromium_org/ui/views/window/
non_client_view.cc 250 // a |resize_corner_size|-length strip of both the side and top borders, but
253 // of the side borders. We allow callers to match either behavior.
288 // window borders.
  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_MeteringTest.cpp 96 // Find the gray checker borders from the native array of checker center and
  /external/chromium/chrome/browser/chromeos/login/
existing_user_view.cc 23 // The background is needed for password textfield to imitate its borders
  /external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.h 73 // borders, including both the window frame and any client edge.

Completed in 1521 milliseconds

12 3 4 5 6 7 8 91011>>