/external/chromium_org/third_party/skia/src/pathops/ |
SkDCubicLineIntersection.cpp | 19 y = i*x + j (if the line is more horizontal) 55 The near-horizontal case, in terms of: Ax^3 + Bx^2 + Cx + D == 0 67 For horizontal lines: 331 int SkIntersections::horizontal(const SkDCubic& cubic, double left, double right, double y, function in class:SkIntersections
|
SkDQuadLineIntersection.cpp | 55 Using the results above (when the line tends towards horizontal) 111 solve by rotating line+quad so line is horizontal, then finding the roots 386 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y, function in class:SkIntersections
|
/external/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/freetype/src/sfnt/ |
sfdriver.c | 83 table = &face->horizontal;
|
/external/skia/src/pathops/ |
SkDCubicLineIntersection.cpp | 19 y = i*x + j (if the line is more horizontal) 55 The near-horizontal case, in terms of: Ax^3 + Bx^2 + Cx + D == 0 67 For horizontal lines: 331 int SkIntersections::horizontal(const SkDCubic& cubic, double left, double right, double y, function in class:SkIntersections
|
SkDQuadLineIntersection.cpp | 55 Using the results above (when the line tends towards horizontal) 111 solve by rotating line+quad so line is horizontal, then finding the roots 386 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y, function in class:SkIntersections
|
/external/chromium_org/cc/layers/ |
layer.cc | 720 void Layer::SetUserScrollable(bool horizontal, bool vertical) { 722 if (user_scrollable_horizontal_ == horizontal && 725 user_scrollable_horizontal_ = horizontal; [all...] |
layer.h | 279 void SetUserScrollable(bool horizontal, bool vertical);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
RenderStyle.cpp | 349 // Only one unit can be non-auto in the horizontal direction and 983 bool horizontal = isHorizontalWritingMode(); local [all...] |
/external/chromium_org/third_party/freetype/src/truetype/ |
ttgload.c | 70 /* Return the horizontal metrics in font units for a given glyph. */ 121 *tsb = face->horizontal.Ascender; 122 *ah = face->horizontal.Ascender - face->horizontal.Descender; [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gpos-table.hh | 52 xPlacement = 0x0001, /* Includes horizontal adjustment for placement */ 54 xAdvance = 0x0004, /* Includes horizontal adjustment for advance */ 56 xPlaDevice = 0x0010, /* Includes horizontal Device table for placement */ 58 xAdvDevice = 0x0040, /* Includes horizontal Device table for advance */ 68 SHORT xPlacement; /* Horizontal adjustment for 72 SHORT xAdvance; /* Horizontal adjustment for 74 * for horizontal writing) */ 79 * horizontal placement--measured from 85 * horizontal advance--measured from 105 hb_bool_t horizontal = HB_DIRECTION_IS_HORIZONTAL (direction) local [all...] |
/external/freetype/src/truetype/ |
ttgload.c | 70 /* Return the horizontal metrics in font units for a given glyph. */ 121 *tsb = face->horizontal.Ascender; 122 *ah = face->horizontal.Ascender - face->horizontal.Descender; [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-gpos-table.hh | 52 xPlacement = 0x0001, /* Includes horizontal adjustment for placement */ 54 xAdvance = 0x0004, /* Includes horizontal adjustment for advance */ 56 xPlaDevice = 0x0010, /* Includes horizontal Device table for placement */ 58 xAdvDevice = 0x0040, /* Includes horizontal Device table for advance */ 68 SHORT xPlacement; /* Horizontal adjustment for 72 SHORT xAdvance; /* Horizontal adjustment for 74 * for horizontal writing) */ 79 * horizontal placement--measured from 85 * horizontal advance--measured from 105 hb_bool_t horizontal = HB_DIRECTION_IS_HORIZONTAL (direction) local [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
bootstrap.css | 502 .dl-horizontal dt { 511 .dl-horizontal dd { 1176 .form-horizontal input, 1179 .form-horizontal textarea, 1182 .form-horizontal select, 1185 .form-horizontal .help-inline, 1188 .form-horizontal .uneditable-input, 1191 .form-horizontal .input-prepend, 1194 .form-horizontal .input-append { 1204 .form-horizontal .hide [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
subpixel_sse2.asm | 23 ; even number. This function handles 8 pixels in horizontal direction, calculating ONE 153 ; even number. This function handles 8 pixels in horizontal direction, calculating ONE [all...] |
subpixel_mmx.asm | 254 ; get the first horizontal line done ; 409 ; get the first horizontal line done ; 564 ; get the first horizontal line done ;
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSGradientValue.cpp | 423 FloatPoint CSSGradientValue::computeEndPoint(CSSPrimitiveValue* horizontal, CSSPrimitiveValue* vertical, const CSSToLengthConversionData& conversionData, const IntSize& size) 427 if (horizontal) 428 result.setX(positionFromValue(horizontal, conversionData, size, true)); [all...] |
CSSSelector.cpp | 324 DEFINE_STATIC_LOCAL(AtomicString, horizontal, ("horizontal", AtomicString::ConstructFromLiteral)); 396 nameToPseudoType->set(horizontal.impl(), CSSSelector::PseudoHorizontal); [all...] |
mediaControls.css | 356 writing-mode: horizontal-tb;
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
image_transform.js | 62 addCropFrame('top horizontal'); 67 addCropFrame('bottom horizontal');
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/ |
media_util.js | 404 // First try vertical fit or horizontal fill. 407 if ((fractionX < 1) == !!fill) { // Vertical fill or horizontal fit.
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_variance_impl_sse2.asm | 439 pavgb xmm5, xmm3 ; xmm5 = avg(xmm1,xmm3) horizontal line 1 451 pavgb xmm1, xmm2 ; xmm1 = avg(xmm1,xmm3) horizontal line i+1
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
common.css | 473 -webkit-box-orient: horizontal;
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_grid.js | 250 * @param {number} coordinate Vertical/horizontal coodinate value that points
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
new_tab.css | 285 -webkit-box-orient: horizontal;
|