Home
last modified time | relevance | path

Searched refs:horizontal (Results 1 – 25 of 222) sorted by relevance

123456789

/third_party/skia/src/pathops/
DSkIntersections.h62 return horizontal(conic, left, right, y, flipped); in conicHorizontal()
87 return horizontal(cubic, left, right, y, flipped); in cubicHorizontal()
137 return horizontal(line, left, right, y, flipped); in lineHorizontal()
173 return horizontal(quad, left, right, y, flipped); in quadHorizontal()
243 int horizontal(const SkDLine&, double left, double right, double y, bool flipped);
244 int horizontal(const SkDQuad&, double left, double right, double y, bool flipped);
245 int horizontal(const SkDQuad&, double left, double right, double y, double tRange[2]);
246 int horizontal(const SkDCubic&, double y, double tRange[3]);
247 int horizontal(const SkDConic&, double left, double right, double y, bool flipped);
248 int horizontal(const SkDCubic&, double left, double right, double y, bool flipped);
[all …]
DSkPathOpsAsWinding.cpp221 bool horizontal = true; in nextEdge() local
224 horizontal = false; in nextEdge()
228 if (horizontal) { in nextEdge()
/third_party/ffmpeg/libswscale/arm/
Dhscale.S49 …vpadd.s32 d16, d16, d17 @ horizontal pair adding of the…
50 …vpadd.s32 d17, d18, d19 @ horizontal pair adding of the…
51 …vpadd.s32 d20, d20, d21 @ horizontal pair adding of the…
52 …vpadd.s32 d21, d22, d23 @ horizontal pair adding of the…
60 …vpadd.s32 d8, d8, d9 @ horizontal pair adding of the…
61 …vpadd.s32 d9, d10, d11 @ horizontal pair adding of the…
62 …vpadd.s32 d8, d8, d9 @ horizontal pair adding of the…
/third_party/ffmpeg/libavcodec/x86/
Dh264_intrapred_init.c59 PRED8x8(horizontal, 10, sse2)
74 PRED8x8L(horizontal, 10, sse2)
75 PRED8x8L(horizontal, 10, ssse3)
76 PRED8x8L(horizontal, 10, avx)
99 PRED16x16(horizontal, 10, sse2)
103 PRED16x16(horizontal, 8, mmxext)
104 PRED16x16(horizontal, 8, ssse3)
120 PRED8x8(horizontal, 8, mmxext)
121 PRED8x8(horizontal, 8, ssse3)
131 PRED8x8L(horizontal, 8, mmxext)
[all …]
Dhevc_idct.asm351 ; %7 - horizontal offset
387 ; %1 - horizontal offset
412 ; %1 - horizontal offset
458 ; %1 - horizontal offset of the block i
462 ; %5 - horizontal offset for the block j
480 ; %1 - horizontal offset
682 ; %1 - horizontal offset
/third_party/libinput/doc/user/
Dscrolling.rst31 Scroll movements provide vertical and horizontal directions, each
34 toggles to enable or disable horizontal scrolling. Instead, horizontal
36 enough context to know when horizontal scrolling is appropriate for a given
37 widget. The task of filtering horizontal movements is up to the caller.
53 Vertical and horizontal two-finger scrolling
80 finger along the right edge (vertical scroll) or bottom edge (horizontal
86 Vertical and horizontal edge scrolling
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-fallback.cc523 bool horizontal = HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction); in _hb_ot_shape_fallback_spaces() local
544 if (horizontal) in _hb_ot_shape_fallback_spaces()
551 if (horizontal) in _hb_ot_shape_fallback_spaces()
561 if (horizontal) in _hb_ot_shape_fallback_spaces()
573 if (horizontal) in _hb_ot_shape_fallback_spaces()
586 if (horizontal) in _hb_ot_shape_fallback_spaces()
Dhb-kern.hh57 bool horizontal = HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction); in kern() local
86 if (horizontal) in kern()
/third_party/ffmpeg/libswscale/x86/
Dscale.asm2 ;* x86-optimized horizontal line scaling functions
34 ; horizontal line scaling
42 ; Scale one horizontal line. Input is either 8-bit width or 16-bit width
181 ; add back 0x8000 * sum(coeffs) after the horizontal add
199 ; emulate horizontal add as transpose + vertical add
273 ; add back 0x8000 * sum(coeffs) after the horizontal add
Dscale_avx2.asm2 ;* x86-optimized horizontal line scaling functions
33 ; horizontal line scaling
41 ; Scale one horizontal line. Input is 8-bit width Filter is 14 bits. Output is
/third_party/ffmpeg/doc/
Dswscale.txt41 the input slice through the input converter and horizontal scaler.
53 exist for this currently: One performs horizontal downscaling by 2
60 There are several horizontal scalers. A special case worth mentioning is
65 Future >8 bits per component inputs will need to add a new horizontal
/third_party/skia/tests/
DPathOpsLineIntersectionTest.cpp124 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left); in testOne()
131 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left); in testOne()
167 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left); in testOneCoincident()
176 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left); in testOneCoincident()
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvkern.c602 FT_Bool horizontal; in gxv_kern_coverage_classic_apple_validate() local
616 horizontal = FT_BOOL( ( coverage >> 15 ) & 1 ); in gxv_kern_coverage_classic_apple_validate()
624 horizontal, cross_stream, *format )); in gxv_kern_coverage_classic_apple_validate()
643 FT_Bool horizontal; in gxv_kern_coverage_classic_microsoft_validate() local
657 horizontal = FT_BOOL( coverage & 1 ); in gxv_kern_coverage_classic_microsoft_validate()
668 horizontal, minimum, cross_stream, override, *format )); in gxv_kern_coverage_classic_microsoft_validate()
/third_party/glslang/Test/baseResults/
DcppBad.vert.out3 ERROR: 0:1: '#' : (#) can be preceded in its line only by spaces or horizontal tabs
4 ERROR: 0:2: '#' : (#) can be preceded in its line only by spaces or horizontal tabs
DcppBad4.vert.out2 ERROR: 0:2: '#' : (#) can be preceded in its line only by spaces or horizontal tabs
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffgload.c335 ( face->horizontal.Ascender - face->horizontal.Descender ); in cff_slot_load()
549 if ( face->horizontal.number_Of_HMetrics ) in cff_slot_load()
596 metrics->vertAdvance = (FT_Pos)( face->horizontal.Ascender - in cff_slot_load()
597 face->horizontal.Descender ); in cff_slot_load()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttmtx.c180 header = &face->horizontal; in tt_face_load_hhea()
257 header = &face->horizontal; in tt_face_get_metrics()
Dsfobjs.c928 face->horizontal.number_Of_HMetrics = 0; in sfnt_load_face()
955 face->horizontal.number_Of_HMetrics = 0; in sfnt_load_face()
1336 root->ascender = face->horizontal.Ascender; in sfnt_load_face()
1337 root->descender = face->horizontal.Descender; in sfnt_load_face()
1339 face->horizontal.Line_Gap; in sfnt_load_face()
1363 (FT_Short)face->horizontal.advance_Width_Max; in sfnt_load_face()
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrload.c608 phy_font->horizontal.stem_snaps = snaps + num_vert; in pfr_extra_item_load_stem_snaps()
788 phy_font->horizontal.stem_snaps = NULL; in pfr_phy_font_done()
789 phy_font->horizontal.num_stem_snaps = 0; in pfr_phy_font_done()
968 phy_font->horizontal.standard = PFR_NEXT_USHORT( p ); in pfr_phy_font_load()
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
Dtest_rendering.c105 static void Gradient(short *block, unsigned int start, unsigned int stop, int horizontal, unsigned … in Gradient() argument
110 if (horizontal) in Gradient()
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dperformance.shaders.operator.txt59 consists of two parts: a horizontal left part, and a linearly increasing right
63 it is also normal to get graphs where the horizontal left part is of zero width,
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dperformance.shaders.operator.txt63 consists of two parts: a horizontal left part, and a linearly increasing right
67 it is also normal to get graphs where the horizontal left part is of zero width,
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djdsample-sse2.asm40 ; Fancy processing for the common case of 2:1 horizontal and 1:1 vertical.
570 ; Fast processing for the common case of 2:1 horizontal and 2:1 vertical.
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafblue.dat606 // respectively. Only horizontal blue zones (i.e., adjusting vertical
680 // respectively. Both horizontal and vertical blue zones (i.e., adjusting
681 // vertical and horizontal coordinate values, respectively) are supported.
692 // right blue zone, taking horizontal maximum values.
695 // Define a blue zone for horizontal hinting (i.e., vertical blue
/third_party/skia/third_party/externals/freetype/docs/
Draster.txt179 simple horizontal segments, then turn them on in the target
252 thing as a horizontal profile, as we shall see.
301 Successive profiles are always joined by horizontal segments
305 associates one horizontal *pixel* coordinate to each bitmap
361 | \ it is a horizontal minimum, which we
584 1. We sort each list in increasing horizontal order.

123456789