Searched refs:horizontal (Results 1 - 25 of 92) sorted by relevance

1234

/external/skia/src/pathops/
H A DSkIntersections.h62 return horizontal(conic, left, right, y, flipped);
87 return horizontal(cubic, left, right, y, flipped);
137 return horizontal(line, left, right, y, flipped);
173 return horizontal(quad, left, right, y, flipped);
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(cons
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_context_tree.c65 alloc_mode_context(cm, num_4x4_blk / 2, &tree->horizontal[0]);
69 alloc_mode_context(cm, num_4x4_blk / 2, &tree->horizontal[1]);
72 memset(&tree->horizontal[1], 0, sizeof(tree->horizontal[1]));
79 free_mode_context(&tree->horizontal[0]);
80 free_mode_context(&tree->horizontal[1]);
86 // partition level. There are contexts for none, horizontal, vertical, and
H A Dvp9_context_tree.h84 PICK_MODE_CONTEXT horizontal[2]; member in struct:PC_TREE
H A Dvp9_encodeframe.c473 // Check horizontal split.
1948 &pc_tree->horizontal[0]);
1951 subsize, &pc_tree->horizontal[1]);
2289 &pc_tree->horizontal[0]);
2292 subsize, &pc_tree->horizontal[1]);
2404 subsize, &pc_tree->horizontal[0], INT64_MAX);
2408 PICK_MODE_CONTEXT *ctx = &pc_tree->horizontal[0];
2413 &tmp_rdc, subsize, &pc_tree->horizontal[1], INT64_MAX);
3213 pc_tree->horizontal[0].pred_interp_filter = pred_interp_filter;
3215 &pc_tree->horizontal[
[all...]
/external/autotest/frontend/client/src/autotest/public/
H A Dstandard.css30 .gwt-MenuBar-horizontal {
34 .gwt-MenuBar-horizontal .gwt-MenuItem {
40 .gwt-MenuBar-horizontal .gwt-MenuItemSeparator {
48 .gwt-MenuBar-horizontal .gwt-MenuItemSeparator .menuSeparatorInner {
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYPlotZoomPan.java283 private void calculatePan(final PointF oldFirstFinger, PointF newX, final boolean horizontal) { argument
287 if(horizontal) {
302 if(horizontal) {
354 private void calculateZoom(float scale, PointF newX, final boolean horizontal) { argument
357 if(horizontal) {
368 if(horizontal) {
/external/freetype/src/sfnt/
H A Dttmtx.c38 /* both the horizontal and vertical headers. */
175 header = &face->horizontal;
199 /* Return the horizontal or vertical metrics in font units for a */
247 header = &face->horizontal;
H A Dsfobjs.c1127 /* the same format). It also doesn't include horizontal and */
1217 face->horizontal.number_Of_HMetrics = 0;
1244 face->horizontal.number_Of_HMetrics = 0;
1343 FT_FACE_FLAG_HORIZONTAL; /* horizontal data */
1551 /* the values in the horizontal header. However, these */
1575 root->ascender = face->horizontal.Ascender;
1576 root->descender = face->horizontal.Descender;
1579 face->horizontal.Line_Gap;
1604 (FT_Short)face->horizontal.advance_Width_Max;
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttmtx.c162 header = &face->horizontal;
186 /* Return the horizontal or vertical metrics in font units for a */
229 header = &face->horizontal;
H A Dsfobjs.c1017 /* the same format). It also doesn't include horizontal and */
1105 face->horizontal.number_Of_HMetrics = 0;
1132 face->horizontal.number_Of_HMetrics = 0;
1251 FT_FACE_FLAG_HORIZONTAL; /* horizontal data */
1433 /* the values in the horizontal header. However, these */
1457 root->ascender = face->horizontal.Ascender;
1458 root->descender = face->horizontal.Descender;
1461 face->horizontal.Line_Gap;
1486 (FT_Short)face->horizontal.advance_Width_Max;
1562 /* freeing the horizontal metric
[all...]
/external/skia/tests/
H A DPathOpsLineIntersectionTest.cpp124 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left);
131 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left);
167 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left);
176 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left);
H A DPathOpsQuadLineIntersectionTest.cpp50 result = intersections.horizontal(quad, left, right, line[0].fY, flipped);
H A DPathOpsQuadLineIntersectionThreadedTest.cpp35 result = intersections.horizontal(quad, left, right, line[0].fY, flipped);
/external/walt/docs/
H A DDragLatency.md33 Now imagine that the clocks timestamping the touch and the laser events diverge a little (this divergence is the latency we want to measure). The red 'x' marks would move along the graph. But half of them would move up and half down (corresponding to direction of the finger movement in that point) and therefore they would diverge in opposite directions from the relatively straight horizontal line you see on the screenshot.
35 The WALT app finds a shift _S_ such that the standard deviation of _y_( _t<sub>i</sub>_ + _S_) is minimal - that is the 'x' marks are as close as possible to a horizontal straight line on the graph below. The reported number is the average of the two time shifts calculated separately for the upper and the lower lines (corresponding to two sides of the finger).
H A DScreenLatency.md13 Example of screen brightness as a function of time during transition from black to white (blue line) and from white to black (green line) on Nexus 5X. The horizontal lines show the thresholds used by WALT for timing the transition (see #80).
/external/harfbuzz_ng/src/
H A Dhb-ot-cbdt-table.hh268 horizontal.sanitize (c) &&
282 SBitLineMetrics horizontal; member in struct:OT::BitmapSizeTable
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtest_rendering.c105 static void Gradient(short *block, unsigned int start, unsigned int stop, int horizontal, unsigned int intra_unsigned) argument
110 if (horizontal)
/external/libavc/common/arm/
H A Dih264_inter_pred_luma_horz_hpel_vert_qpel_a9q.s51 @* applies the six tap filter in the horizontal direction on the
61 @* the predictors first in the horizontal direction and then in the
151 vld1.32 {q0}, [r0], r2 @ row -2 load for horizontal filter
162 vld1.32 {q0}, [r0], r2 @ row -1 load for horizontal filter
176 vld1.32 {q0}, [r0], r2 @ row 0 load for horizontal filter
190 vld1.32 {q0}, [r0], r2 @ row 1 load for horizontal filter
204 vld1.32 {q0}, [r0], r2 @ row 2 load for horizontal filter
222 vld1.32 {q0}, [r0], r2 @ row 3 load for horizontal filter
268 vld1.32 {q0}, [r0], r2 @ row 5 load for horizontal filter
306 vld1.32 {q0}, [r0], r2 @ row 6 load for horizontal filte
[all...]
H A Dih264_inter_pred_luma_horz_qpel_a9q.s26 @* Contains function definitions for inter prediction horizontal quarter pel interpolation.
49 @* Quarter pel interprediction luma filter for horizontal input
52 @* Applies a 6 tap horizontal filter .The output is clipped to 8 bits
H A Dih264_inter_pred_filters_luma_horz_a9q.s49 @* Interprediction luma filter for horizontal input
52 @* Applies a 6 tap horizontal filter .The output is clipped to 8 bits
/external/ImageMagick/www/api/
H A Ddecorate.php74 <dl class="dl-horizontal">
94 <p>FrameImage() adds a simulated three-dimensional border around the image. The color of the border is defined by the matte_color member of image. Members width and height of frame_info specify the border width of the vertical and horizontal sides of the frame. Members inner and outer indicate the width of the inner and outer shadows of the frame.</p>
109 <dl class="dl-horizontal">
129 <p>RaiseImage() creates a simulated three-dimensional button-like effect by lightening and darkening the edges of the image. Members width and height of raise_info define the width of the vertical and horizontal edge of the effect.</p>
145 <dl class="dl-horizontal">
H A Dannotate.php124 <dl class="dl-horizontal">
181 maximum horizontal advance
207 <dl class="dl-horizontal">
236 maximum horizontal advance
260 <dl class="dl-horizontal">
/external/freetype/src/pfr/
H A Dpfrload.c500 phy_font->horizontal.stem_snaps = snaps + num_vert;
679 phy_font->horizontal.stem_snaps = NULL;
680 phy_font->horizontal.num_stem_snaps = 0;
860 phy_font->horizontal.standard = PFR_NEXT_USHORT( p );
/external/ImageMagick/scripts/
H A Dxsnap145 scale .options.input.delay.scale -orient horizontal -length 11c \
182 scale .options.processing.colors.scale -orient horizontal -length 11c \
189 scale .options.processing.rotate.scale -orient horizontal -length 11c \
214 scale .options.output.scene.scale -orient horizontal -length 11c \
/external/pdfium/third_party/freetype/src/cff/
H A Dcffgload.c1869 FT_Fixed dx = 0, dy = 0; /* used in horizontal/vertical */
1871 FT_Int horizontal, count; local
1886 /* XXX: figure out whether this is supposed to be a horizontal */
1905 horizontal = ( dx > dy );
1917 if ( horizontal )
2745 ( face->horizontal.Ascender - face->horizontal.Descender );
2955 if ( face->horizontal.number_Of_HMetrics )
3002 metrics->vertAdvance = (FT_Pos)( face->horizontal.Ascender -
3003 face->horizontal
[all...]

Completed in 746 milliseconds

1234