/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttmtx.c | 37 /* both the horizontal and vertical headers. */ 65 * vertical :: 74 FT_Bool vertical ) in FT_LOCAL_DEF() 82 if ( vertical ) in FT_LOCAL_DEF() 122 * vertical :: 131 FT_Bool vertical ) in FT_LOCAL_DEF() 163 if ( vertical ) in FT_LOCAL_DEF() 165 void *v = &face->vertical; in FT_LOCAL_DEF() 204 * Return the horizontal or vertical metrics in font units for a 206 * bearing for vertical metric 228 tt_face_get_metrics( TT_Face face, FT_Bool vertical, FT_UInt gindex, FT_Short *abearing, FT_UShort *aadvance ) tt_face_get_metrics() argument [all...] |
H A D | ttmtx.h | 33 FT_Bool vertical ); 39 FT_Bool vertical ); 44 FT_Bool vertical,
|
H A D | sfobjs.c | 754 #define LOADM_( x, vertical ) \ 758 vertical ? "vertical " : "" )); \ 761 error = sfnt->load_ ## x( face, stream, vertical ); \ 828 /* vertical metrics tables (i.e. `hhea' and `vhea' tables are */ in FT_LOCAL_DEF() 1074 /* vertical information? */ in FT_LOCAL_DEF() 1365 (FT_Short)( face->vertical_info ? face->vertical.advance_Height_Max in FT_LOCAL_DEF() 1449 /* freeing vertical metrics, if any */ in sfnt_done_face() 1452 FT_FREE( face->vertical.long_metrics ); in sfnt_done_face() 1453 FT_FREE( face->vertical in sfnt_done_face() [all...] |
/third_party/skia/gm/ |
H A D | bitmaptiled.cpp | 21 bool vertical) { in draw_tile_bitmap_with_fractional_offset() 43 bmp.allocN32Pixels(vertical ? kBitmapShortEdge : kBitmapLongEdge, in draw_tile_bitmap_with_fractional_offset() 44 vertical ? kBitmapLongEdge : kBitmapShortEdge, true); in draw_tile_bitmap_with_fractional_offset() 50 if (vertical) { in draw_tile_bitmap_with_fractional_offset() 19 draw_tile_bitmap_with_fractional_offset(GrRecordingContext* rContext, SkCanvas* canvas, bool vertical) draw_tile_bitmap_with_fractional_offset() argument
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | view-cairo.hh | 97 bool vertical = HB_DIRECTION_IS_VERTICAL (direction); in render() local 98 int vert = vertical ? 1 : 0; in render() 99 int horiz = vertical ? 0 : 1; in render() 123 (vertical ? w : h) = (int) lines->len * leading - (font_extents.line_gap + line_space); in render() 124 (vertical ? h : w) = 0; in render() 129 if (vertical) in render() 152 if (vertical) in render()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_intrapred_init.c | 58 PRED8x8(vertical, 10, sse2) 72 PRED8x8L(vertical, 10, sse2) 73 PRED8x8L(vertical, 10, avx) 98 PRED16x16(vertical, 10, sse2) 102 PRED16x16(vertical, 8, sse) 119 PRED8x8(vertical, 8, mmx) 133 PRED8x8L(vertical, 8, mmxext) 134 PRED8x8L(vertical, 8, ssse3)
|
H A D | hevc_idct.asm | 350 ; %3, %4, %5, %6 - vertical offsets 390 ; %5 - vertical offset for e8 + o8 391 ; %6 - vertical offset for e8 - o8 459 ; %2 - vertical offset of the block i 461 ; %4 - vertical offset for the block j 481 ; %2 - vertical offset of the block
|
H A D | videodsp.asm | 26 ; slow vertical extension loop function. Works with variable-width, and 245 ; vertical top/bottom extend and body copy fast loops 328 ; these are essentially identical to the vertical extend ones above,
|
/third_party/skia/src/pathops/ |
H A D | SkIntersections.h | 70 return vertical(conic, top, bottom, x, flipped); in conicVertical() 94 return vertical(cubic, top, bottom, x, flipped); in cubicVertical() 144 return vertical(line, top, bottom, x, flipped); in lineVertical() 180 return vertical(quad, top, bottom, x, flipped); in quadVertical() 280 int vertical(const SkDLine&, double top, double bottom, double x, bool flipped); 281 int vertical(const SkDQuad&, double top, double bottom, double x, bool flipped); 282 int vertical(const SkDConic&, double top, double bottom, double x, bool flipped); 283 int vertical(const SkDCubic&, double top, double bottom, double x, bool flipped);
|
/third_party/libabigail/src/ |
H A D | abg-viz-svg.cc | 124 _M_sstream << "<g><!-- vertical labels -->" << std::endl; 131 // Draws in 4 vertical hairlines. 166 _M_sstream << "<g><!-- vertical lines -->" << std::endl;
|
/third_party/skia/tests/ |
H A D | PathOpsLineIntersectionTest.cpp | 138 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top); in testOne() 145 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top); in testOne() 185 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top); in testOneCoincident() 194 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top); in testOneCoincident()
|
H A D | PathOpsQuadLineIntersectionTest.cpp | 45 result = intersections.vertical(quad, top, bottom, line[0].fX, flipped); in doIntersect()
|
H A D | PathOpsQuadLineIntersectionThreadedTest.cpp | 30 result = intersections.vertical(quad, top, bottom, line[0].fX, flipped); in doIntersect() 73 // create a vertical span above and below the point 74 // verify that intersecting the vertical span and the quad returns t 75 // verify that a vertical span starting at quad[0] intersects at t=0 76 // verify that a vertical span starting at quad[2] intersects at t=1
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
H A D | pfrload.c | 592 if ( phy_font->vertical.stem_snaps ) in FT_CALLBACK_DEF() 607 phy_font->vertical.stem_snaps = snaps; in FT_CALLBACK_DEF() 785 FT_FREE( phy_font->vertical.stem_snaps ); in pfr_phy_font_done() 786 phy_font->vertical.num_stem_snaps = 0; in pfr_phy_font_done() 967 phy_font->vertical.standard = PFR_NEXT_USHORT( p ); in FT_LOCAL_DEF()
|
/third_party/icu/icu4c/source/layoutex/ |
H A D | playout.cpp | 35 le_bool vertical, in pl_create() 40 paragraphLevel, vertical, *status); in pl_create() 28 pl_create(const LEUnicode chars[], le_int32 count, const pl_fontRuns *fontRuns, const pl_valueRuns *levelRuns, const pl_valueRuns *scriptRuns, const pl_localeRuns *localeRuns, UBiDiLevel paragraphLevel, le_bool vertical, LEErrorCode *status) pl_create() argument
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | sfnt.h | 406 * vertical version. 415 * vertical :: 416 * A boolean flag. If set, load the vertical one. 424 FT_Bool vertical ); 433 * Load the horizontal or vertical header in a face object. 439 * vertical :: 440 * A boolean flag. If set, load vertical metrics. 447 * The horizontal (or vertical) bearing. Set to zero in case of error. 450 * The horizontal (or vertical) advance. Set to zero in case of error. 454 FT_Bool vertical, [all...] |
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | 147-define-macro-no-space.c | 32 #define V| vertical bar
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftincrem.h | 111 * These correspond to horizontal or vertical metrics depending on the 112 * value of the `vertical` argument to the function 233 * vertical :: 234 * If true, return vertical metrics. 250 FT_Bool vertical,
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-math-table.hh | 560 * vertical positioning purposes. May be NULL.. */ 944 bool vertical = HB_DIRECTION_IS_VERTICAL (direction); in get_glyph_construction() local 945 unsigned int count = vertical ? vertGlyphCount : horizGlyphCount; in get_glyph_construction() 946 const Offset16To<Coverage> &coverage = vertical ? vertGlyphCoverage in get_glyph_construction() 952 if (!vertical) in get_glyph_construction() 979 the MathVariants table, for shapes growing in vertical/horizontal
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttgxvar.c | 806 * If `vertical' is zero, parse the `HVAR' table and set 810 * If `vertical' is not zero, parse the `VVAR' table and set 826 FT_Bool vertical ) in ft_var_load_hvvar() 843 if ( vertical ) in ft_var_load_hvvar() 884 if ( vertical ) in ft_var_load_hvvar() 922 if ( vertical ) in ft_var_load_hvvar() 1046 * vertical :: 1060 FT_Bool vertical ) in tt_hvadvance_adjust() 1072 if ( vertical ) in tt_hvadvance_adjust() 1144 vertical in tt_hvadvance_adjust() [all...] |
/third_party/icu/icu4c/source/layoutex/layout/ |
H A D | playout.h | 85 * @param vertical is <code>true</code> if the paragraph should be set vertically. 106 le_bool vertical,
|
/third_party/icu/tools/colprobe/ |
H A D | doComparisonTable.pl | 34 vertical-align: top; border: 1px solid black }
|
H A D | createComparisonTables.pl | 32 vertical-align: top; border: 1px solid black }
|
/third_party/backends/backend/ |
H A D | xerox_mfp.h | 111 int vertical; /* lines in block (padded) */ member
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
H A D | pshalgo.h | 212 FT_Bool vertical );
|